From 03a2eece52f6b3199aae89b927da337a45f17380 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 14 May 2012 22:28:45 +0000 Subject: bug fixed: move $lang['%d rate'] from admin.lang.php to common.inc.php to display "1 rate" on picture.php when relevant adapt picture.tpl to display "1 rate" if only 1 rate, instead of "1 rates". git-svn-id: http://piwigo.org/svn/trunk@14978 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/lv_LV/admin.lang.php | 1 - language/lv_LV/common.lang.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'language/lv_LV') diff --git a/language/lv_LV/admin.lang.php b/language/lv_LV/admin.lang.php index b2e0e608e..0bb7cc140 100644 --- a/language/lv_LV/admin.lang.php +++ b/language/lv_LV/admin.lang.php @@ -912,5 +912,4 @@ $lang['%d minutes'] = '%d minūtes'; $lang['%d second'] = '%d sekunde'; $lang['%d seconds'] = '%d sekundes'; $lang['Sharpen'] = 'Uzspicēts'; -$lang['%d rate'] = '%d vērtējum'; ?> \ No newline at end of file diff --git a/language/lv_LV/common.lang.php b/language/lv_LV/common.lang.php index 49fa7c29b..321755f94 100644 --- a/language/lv_LV/common.lang.php +++ b/language/lv_LV/common.lang.php @@ -403,5 +403,6 @@ $lang['Visits, low → high'] = 'Apmeklējums, zems → augsts'; $lang['Numeric identifier, 1 → 9'] = 'Ciparu identifikators, 1 → 9'; $lang['Numeric identifier, 9 → 1'] = 'Ciparu identifikators, 9 → 1'; $lang['Manual sort order'] = 'Lietotāja izvēlētais kārtojums'; +$lang['%d rate'] = '%d vērtējum'; ?> \ No newline at end of file -- cgit v1.2.3