diff options
author | ddtddt <ddtddt@piwigo.org> | 2012-04-04 19:18:03 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2012-04-04 19:18:03 +0000 |
commit | c2da963147220135159c12cbc580f00ffebe40ef (patch) | |
tree | 43d97757fc861bbab70355ec69649bd743a2ef41 /language/lv_LV/common.lang.php | |
parent | 0d7fea9358e956057a3ed03dddfdc287bf783322 (diff) |
[trunk] - language - update lv_LV (Latvian - Latviešu) thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13900 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/lv_LV/common.lang.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/language/lv_LV/common.lang.php b/language/lv_LV/common.lang.php index fd200ebea..49fa7c29b 100644 --- a/language/lv_LV/common.lang.php +++ b/language/lv_LV/common.lang.php @@ -388,5 +388,20 @@ $lang['Mobile'] = 'Mobilo'; $lang['Desktop'] = 'Desktopu'; $lang['2small'] = 'XXS - sīks'; $lang['xsmall'] = 'XS - ļoti mazs'; +$lang['File name, A → Z'] = 'Faila nosaukums, A → Z'; +$lang['File name, Z → A'] = 'Faila nosaukums, Z → A'; +$lang['Photo title, A → Z'] = 'Foto nosaukums, A → Z'; +$lang['Photo title, Z → A'] = 'Foto nosaukums, Z → A'; +$lang['Date created, new → old'] = 'Izveides datums jaunais → vecais'; +$lang['Date created, old → new'] = 'Izveides datums, vecais → jaunais'; +$lang['Date posted, new → old'] = 'Publicēšanas datums, jaunais → vecais'; +$lang['Date posted, old → new'] = 'Publicēšanas datums, vecais → jaunais'; +$lang['Rating score, high → low'] = 'Novērtējums, augsts → zems'; +$lang['Rating score, low → high'] = 'Novērtējums, zems → augsts'; +$lang['Visits, high → low'] = 'Apmeklējums, augsts → zems'; +$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'; ?>
\ No newline at end of file |