more localization

git-svn-id: http://svn.automattic.com/wordpress/trunk@1066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king
2004-04-13 15:31:35 +00:00
parent 9e6a5ab947
commit d30adf576c
3 changed files with 40 additions and 19 deletions

View File

@@ -48,8 +48,8 @@ require('wp-blog-header.php');
</div>
<div class="feedback">
<?php link_pages('<br />Pages: ', '<br />', 'number'); ?>
<?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
<?php link_pages('<br />'.$lang->str('pages','',1).' ', '<br />', 'number'); ?>
<?php comments_popup_link($lang->str('comment_count_0','',1), $lang->str('comment_count_1','',1), $lang->str('comment_count_n','',1)); ?>
</div>
<!--