Translate ». see #3401

git-svn-id: https://develop.svn.wordpress.org/trunk@5676 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n
2007-06-11 21:05:50 +00:00
parent 96dac9ed94
commit af3be824e7
8 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ When you’re promoted, just reload this page and you’ll be able to bl
}
if ( isset($_GET['posted']) && $_GET['posted'] ) : ?>
<div id="message" class="updated fade"><p><strong><?php _e('Post saved.'); ?></strong> <a href="<?php echo get_permalink( $_GET['posted'] ); ?>"><?php _e('View post'); ?> &raquo;</a></p></div>
<div id="message" class="updated fade"><p><strong><?php _e('Post saved.'); ?></strong> <a href="<?php echo get_permalink( $_GET['posted'] ); ?>"><?php _e('View post &raquo;'); ?></a></p></div>
<?php
endif;
@@ -42,7 +42,7 @@ if ( $drafts = get_users_drafts( $user_ID ) ) { ?>
}
if ( 15 < count($drafts) ) { ?>
, <a href="edit.php"><?php echo sprintf(__('and %s more'), (count($drafts) - 15) ); ?> &raquo;</a>
, <a href="edit.php"><?php echo sprintf(__('and %s more &raquo;'), (count($drafts) - 15) ); ?></a>
<?php } ?>
.</p>
</div>