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/sh_RS/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 'language/sh_RS/admin.lang.php')
-rw-r--r-- | language/sh_RS/admin.lang.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/language/sh_RS/admin.lang.php b/language/sh_RS/admin.lang.php index b76aeff81..78b03664b 100644 --- a/language/sh_RS/admin.lang.php +++ b/language/sh_RS/admin.lang.php @@ -608,14 +608,7 @@ $lang['Manage this set of %d photos'] = 'Uredi ovaj set %d fotografija'; $lang['Select files'] = 'Izaberi datoteke'; $lang['Everybody'] = 'Svi'; $lang['Who can see these photos?'] = 'Ko može da vidi fotografije?'; -$lang['The websize maximum width must be a number between %d and %d'] = 'Maksimalna širina fotografije mora biti broj između %d i %d'; -$lang['The websize maximum height must be a number between %d and %d'] = 'Maksimalna visina fotografije mora biti broj između %d i %d'; -$lang['The websize image quality must be a number between %d and %d'] = 'Kvalitet fotografije mora biti broj između %d i %d'; -$lang['The thumbnail maximum width must be a number between %d and %d'] = 'Maksimalna širina povezne sličice mora biti broj između %d i %d'; -$lang['The thumbnail maximum height must be a number between %d and %d'] = 'Maksimalna visina povezne sličice mora biti broj između %d i %d'; -$lang['The thumbnail image quality must be a number between %d and %d'] = 'Kvalitet povezne sličice mora biti broj između %d i %d'; $lang['Settings'] = 'Podešenja'; -$lang['Web size photo'] = 'Veličina fotografije'; $lang['Resize'] = 'Promeni veličinu'; $lang['Maximum Width'] = 'Maksimalna širina'; $lang['pixels'] = 'pikseli'; |