more localization

git-svn-id: https://develop.svn.wordpress.org/trunk@1066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King
2004-04-13 15:31:35 +00:00
parent e17fe1e76e
commit 9ea318f926
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>
<!--