diff options
author | plegall <plg@piwigo.org> | 2012-01-12 21:37:28 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-01-12 21:37:28 +0000 |
commit | cac417c74bc6d5f528b356190561d244e9b4f93a (patch) | |
tree | 98d7f341215bfec3e75de2dde0a2a2167d54b30c /language/lv_LV/admin.lang.php | |
parent | 6a115001ba122c2084e28353e025f7c8c5f62335 (diff) |
feature 2548, multiple size:
* adapt the upload script
* remove the resize settings screen
* add a new screen [Administration > Configuration > Options > Photo Sizes]
with the ability to resize original after upload
git-svn-id: http://piwigo.org/svn/trunk@12879 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/lv_LV/admin.lang.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/language/lv_LV/admin.lang.php b/language/lv_LV/admin.lang.php index 72bfe9412..3d1c799eb 100644 --- a/language/lv_LV/admin.lang.php +++ b/language/lv_LV/admin.lang.php @@ -598,14 +598,7 @@ $lang['Select files'] = 'Izvēlēties failus'; $lang['Everybody'] = 'Visi'; $lang['Who can see these photos?'] = 'Kas var skatīties šos attēlus?'; $lang['Who can see this photo?'] = 'Kas var skatīties šo attēlu?'; -$lang['The websize maximum width must be a number between %d and %d'] = 'Maksimālajam attēla platumam jābūt skaitlim starp %d and %d'; -$lang['The websize maximum height must be a number between %d and %d'] = 'Maksimālajam attēla augstumam jābūt skaitlim starp %d and %d'; -$lang['The websize image quality must be a number between %d and %d'] = 'Attēla kvalitātei jābūt skaitlim starp %d and %d'; -$lang['The thumbnail maximum width must be a number between %d and %d'] = 'Maksimālajam piktogrammas platumam jābūt skaitlim starp %d and %d'; -$lang['The thumbnail maximum height must be a number between %d and %d'] = 'Maksimālajam piktogrammas augstumam jābūt skaitlim starp %d and %d'; -$lang['The thumbnail image quality must be a number between %d and %d'] = 'Piktogrammas kvalitātei jābūt skaitlim starp %d and %d'; $lang['Settings'] = 'Iestatījumi'; -$lang['Web size photo'] = 'Attēla izmērs internetam'; $lang['Resize'] = 'Izmainīt izmērus'; $lang['Maximum Width'] = 'Maksimālais platums'; $lang['pixels'] = 'pikseļi'; @@ -699,10 +692,6 @@ $lang['Menu Management'] = 'Izvēlnes Pārvalde'; $lang['automatic order'] = 'automātiskais kārtojums'; $lang['manual order'] = 'manuālais kārtojums'; $lang['Albums automatically sorted'] = 'Albūmi ir automātiski sakārtoti'; -$lang['Keep high definition'] = 'Palikt pie augstas izšķirtspējas'; -$lang['The high definition maximum width must be a number between %d and %d'] = 'Augstas izšķirtspējas attēla maksimālajam platumam jābūt starp %d un %d'; -$lang['The high definition maximum height must be a number between %d and %d'] = 'Augstas izšķirtspējas attēla maksimālajam augstumam jābūt starp %d un %d'; -$lang['The high definition image quality must be a number between %d and %d'] = 'Augstas izšķirtspējas attēla kvalitātei jābūt starp %d un %d'; $lang['Batch Manager'] = 'Sērijveida failu pārvaldnieks'; $lang['include child albums'] = 'ietvert radniecīgos albūmus'; $lang['Selection'] = 'Izvēle'; |