diff options
Diffstat (limited to 'language/lv_LV')
-rw-r--r-- | language/lv_LV/admin.lang.php | 11 | ||||
-rw-r--r-- | language/lv_LV/common.lang.php | 3 |
2 files changed, 12 insertions, 2 deletions
diff --git a/language/lv_LV/admin.lang.php b/language/lv_LV/admin.lang.php index 43ad9de91..2facc88ac 100644 --- a/language/lv_LV/admin.lang.php +++ b/language/lv_LV/admin.lang.php @@ -977,4 +977,13 @@ $lang['between %s and %s MB'] = 'starp %s un %s MB'; $lang['width & height'] = 'platums&augstums'; $lang['file name'] = 'faila nosaukums'; $lang['date & time'] = 'datums&laiks'; -$lang['Upload in progress'] = 'Notiek augšupielāde';
\ No newline at end of file +$lang['Upload in progress'] = 'Notiek augšupielāde'; +$lang['Each email sent will contain its own automatic authentication key on links, valid for %s.'] = 'Katram nosūtītajam e-pastam būs sava automātiskā autentifikācijas atslēga saitēm, derīga %s.'; +$lang['For security reason, authentication keys do not work for administrators.'] = 'Drošības apsvērumu dēļ, autentifikācijas atslēgas nestrādā administratoriem.'; +$lang['No user is permitted to see this private album'] = 'Nevienam lietotājam nav atļauts redzēt šo privāto albumu'; +$lang['Y Repeat'] = 'YAtkārtojumi'; +$lang['Recipients'] = 'Saņēmēji'; +$lang['Orphans'] = 'Nezināmie'; +$lang['No recipient selected'] = 'Nav izvēlēts neviens saņēmējs'; +$lang['Edit user'] = 'Rediģēt lietotāju'; +$lang['Delete %d orphan photos'] = 'Dzēst %d nezināmos foto ';
\ No newline at end of file diff --git a/language/lv_LV/common.lang.php b/language/lv_LV/common.lang.php index 198642361..37e6e9bbb 100644 --- a/language/lv_LV/common.lang.php +++ b/language/lv_LV/common.lang.php @@ -425,4 +425,5 @@ $lang['Photo title'] = 'Foto nosaukums'; $lang['Photo description'] = 'Foto apraksts'; $lang['Album name, A → Z'] = 'Albūma nosaukums, A → Z '; $lang['Album name, Z → A'] = 'Albūma nosaukums, Z → A '; -$lang['Link: %s'] = 'Saite: %s';
\ No newline at end of file +$lang['Link: %s'] = 'Saite: %s'; +$lang['Your authentication key is no longer valid.'] = 'Jūsu autentifikācijas atslēga vairs nav derīga';
\ No newline at end of file |