From d30adf576cf3b488cd98dcbd02619b39951b05ef Mon Sep 17 00:00:00 2001 From: alex_t_king Date: Tue, 13 Apr 2004 15:31:35 +0000 Subject: [PATCH] more localization git-svn-id: http://svn.automattic.com/wordpress/trunk@1066 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- index.php | 4 ++-- wp-comments.php | 34 ++++++++++++++++--------------- wp-includes/languages/english.php | 21 ++++++++++++++++++- 3 files changed, 40 insertions(+), 19 deletions(-) diff --git a/index.php b/index.php index 9e49fd392..a63e93658 100644 --- a/index.php +++ b/index.php @@ -48,8 +48,8 @@ require('wp-blog-header.php');
- Pages: ', '
', 'number'); ?> - + '.$lang->str('pages','',1).' ', '
', 'number'); ?> + str('comment_count_0','',1), $lang->str('comment_count_1','',1), $lang->str('comment_count_n','',1)); ?>
-

+

str('comments','',1)); ?> comment_status) { ?> -» +»

ping_status) { ?> -

The URI to TrackBack this entry is:

+

str('trackback_uri'); ?>

@@ -34,49 +36,49 @@
  • -

    by @

    +

    str('by'); ?> @ str('edit_this', '', 1), ' |'); ?>

  • -

    No comments yet.

    +

    str('no_comments'); ?>

    -

    RSS feed for comments on this post.'); ?>

    -

    Leave a Comment

    +

    str('comments_rss_post', '', 1)); ?>

    +

    str('leave_a_comment'); ?>

    comment_status) { ?> -

    Line and paragraph breaks automatic, email address never displayed, HTML allowed:

    +

    str('comments_instructions'); ?>

    - + " />

    - +

    - +

    - +

    - +

    -

    Sorry, the comment form is closed at this time.

    +

    str('comments_closed'); ?>

    strings = array( // Blog template strings ,"archives" => "Archives:" +,"by" => "by" ,"categories" => "Categories:" +,"comment_count_0" => "Comments (0)" +,"comment_count_1" => "Comments (1)" +,"comment_count_n" => "Comments (%)" +,"comments" => "Comments" +,"comments_closed" => "Sorry, the comment form is closed at this time." +,"comments_instruction" => 'Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:' +,"comment_body" => "Your Comment" +,"comment_email" => "E-mail" +,"comment_name" => "Name" +,"comment_uri" => 'URI' +,"comments_password" => "Enter your password to view comments." ,"comments_rss_2" => 'Comments RSS 2.0' ,"comments_rss_2_title" => "The latest comments to all posts in RSS" +,"comments_rss_post" => 'RSS feed for comments on this post.' +,"edit_this" => "Edit This" ,"filed_under" => "Filed under:" +,"leave_a_comment" => "Leave a comment" ,"login" => "Login" ,"meta" => "Meta:" +,"no_comments" => "No comments yet." ,"no_posts_matched" => "Sorry, no posts matched your criteria." ,"other" => "Other:" +,"pages" => "Pages:" ,"powered_by" => "Powered by " ,"powered_by_title" => "Powered by WordPress, state-of-the-art semantic personal publishing platform" ,"register" => "Register" ,"rss_2" => 'RSS 2.0' ,"rss_2_title" => "Syndicate this site using RSS" +,"say_it" => "Say It!" ,"search" => "Search:" -,"search_buttom" => "search" +,"search_button" => "search" +,"trackback_uri" => 'The URI to TrackBack this entry is:' ,"valid_xhtml" => 'Valid XHTML' ,"valid_xhtml_title" => "This page validates as XHTML 1.0 Transitional"