update translations

This commit is contained in:
Andrew Dolgov
2009-04-28 12:24:39 +04:00
parent 2bc993b524
commit af163b8520
20 changed files with 1103 additions and 896 deletions

View File

@@ -253,7 +253,7 @@ window.onload = init;
<?php echo __('Limit:') ?>
<?php
$limits = array(15 => 15, 30 => 30, 60 => 60, 0 => "All");
$limits = array(15 => 15, 30 => 30, 60 => 60, 0 => __("All"));
$def_art_limit = get_pref($link, 'DEFAULT_ARTICLE_LIMIT');