gettext comments. Props nbachiyski. see #9112

git-svn-id: https://develop.svn.wordpress.org/trunk@10774 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-03-13 03:53:39 +00:00
parent 6882d8299f
commit 5d8651d6f3
18 changed files with 125 additions and 82 deletions

View File

@@ -216,8 +216,11 @@ function populate_options() {
'default_post_edit_rows' => 10,
'posts_per_page' => 10,
'what_to_show' => 'posts',
/* translators: default date format, see http://php.net/date */
'date_format' => __('F j, Y'),
/* translators: default time format, see http://php.net/date */
'time_format' => __('g:i a'),
/* translators: links last updated date format, see http://php.net/date */
'links_updated_date_format' => __('F j, Y g:i a'),
'links_recently_updated_prepend' => '<em>',
'links_recently_updated_append' => '</em>',