diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-09-26 19:22:30 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-09-26 19:22:30 +0000 |
commit | 5bd6fd41bacbba69c3bd31b12d992ff9d47c55a3 (patch) | |
tree | 62311291021b812543611c14a2d19104e57ee342 | |
parent | 97c1e5b6b79c2ad647ab52627e6c43b7cbcf475d (diff) |
[trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@18282 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/lv_LV/common.lang.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/language/lv_LV/common.lang.php b/language/lv_LV/common.lang.php index d38a3271a..77298e851 100644 --- a/language/lv_LV/common.lang.php +++ b/language/lv_LV/common.lang.php @@ -195,10 +195,6 @@ $lang['last %d days'] = "pēdējās %d dienas"; $lang['Last'] = "Pēdējais"; $lang['Logout'] = "Iziet"; $lang['obligatory'] = "obligāts"; -$lang['Maximum photo height'] = 'Maksimālais foto augstums'; -$lang['Maximum height must be a number superior to 50'] = "Maksimālajam augstumam jābūt lielākam par 50"; -$lang['Maximum photo width'] = 'Maksimālais foto platums'; -$lang['Maximum width must be a number superior to 50'] = "Maksimālajam platumam jābūt lielākam par 50"; $lang['display a calendar by creation date'] = "rāda kalendārā izveides datumu"; $lang['display all photos in all sub-albums'] = 'rādīt visus apakšalbūmu (sub-albums) attēlus'; $lang['return to normal view mode'] = "atgriezties normālajā apskates režīmā"; @@ -412,4 +408,7 @@ $lang['Requested album does not exist'] = 'Pieprasītais albūms neeksistē'; $lang['Permalink for album not found'] = 'Albūma permalinks nav atrasts'; $lang['Requested tag does not exist'] = 'Pieprasītā cilne neeksistē'; +$lang['mandatory'] = 'obligāts'; +$lang['Username is mandatory'] = 'Lietotājvārds ir obligāts'; +$lang['Email address is mandatory'] = 'E-pasta adrese ir obligāta'; ?>
\ No newline at end of file |