[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
This commit is contained in:
ddtddt 2012-04-04 19:18:03 +00:00
parent 0d7fea9358
commit c2da963147

View file

@ -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';
?>