diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
commit | 76194270be6a529ff499900ed61e6266d2347d34 (patch) | |
tree | a4b94f25ffab5ce812ece8757d9365f55cb9bf4f /language/lv_LV/common.lang.php | |
parent | fe28570fdf8754467a35d6b03c1ff13dc536beea (diff) |
bug:2224 one parameter for change thumnails number (needs some translations)
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/lv_LV/common.lang.php')
-rw-r--r-- | language/lv_LV/common.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/language/lv_LV/common.lang.php b/language/lv_LV/common.lang.php index d09312432..d978049e1 100644 --- a/language/lv_LV/common.lang.php +++ b/language/lv_LV/common.lang.php @@ -229,10 +229,8 @@ $lang['month'][8] = "Augusts"; $lang['month'][9] = "Septembris"; $lang['Most visited'] = "Visapmeklētākie"; $lang['display most visited photos'] = 'parādīt visapmeklētākos fotoattēlus'; -$lang['The number of photos per row must be a not null scalar'] = 'Foto skaits rindā nedrīkst būt nulle skalārs lielums'; -$lang['Number of photos per row'] = 'Foto skaits rindā'; -$lang['The number of rows per page must be a not null scalar'] = "Rindu skaitam lapā jābut lielākam par 0 un veselam skaitlim"; -$lang['Number of rows per page'] = "Rindu skaits lapā"; +$lang['The number of photos per page must be a not null scalar'] = 'Foto skaits lapā nedrīkst būt nulle skalārs lielums'; +$lang['Number of photos per page'] = 'Foto skaits lapā'; $lang['Unknown identifier'] = "Nezināms identifikators"; $lang['New password'] = "Jauna parole"; $lang['Rate this photo'] = 'Vērtēt šo foto'; |