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/ca_ES/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/ca_ES/admin.lang.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php index 6429dfaec..ec44757a3 100644 --- a/language/ca_ES/admin.lang.php +++ b/language/ca_ES/admin.lang.php @@ -667,7 +667,6 @@ $lang['include child albums'] = 'include child albums'; $lang['Install on your computer,'] = 'Install on your computer,'; $lang['Installed Languages'] = 'Installed Languages'; $lang['Invert'] = 'Invert'; -$lang['Keep high definition'] = 'Keep high definition'; $lang['Language has been successfully installed'] = 'Language has been successfully installed'; $lang['Languages'] = 'Languages'; $lang['last import'] = 'last import'; @@ -721,19 +720,10 @@ $lang['Settings'] = 'Settings'; $lang['Start pLoader and add your photos.'] = 'Start pLoader and add your photos.'; $lang['Switch to clear or dark colors for administration'] = 'Switch to clear or dark colors for administration'; $lang['The following tag was deleted'] = 'The following tag was deleted'; -$lang['The high definition image quality must be a number between %d and %d'] = 'The high definition image quality must be a number between %d and %d'; -$lang['The high definition maximum height must be a number between %d and %d'] = 'The high definition maximum height must be a number between %d and %d'; -$lang['The high definition maximum width must be a number between %d and %d'] = 'The high definition maximum width must be a number between %d and %d'; -$lang['The thumbnail image quality must be a number between %d and %d'] = 'The thumbnail image quality must be a number between %d and %d'; -$lang['The thumbnail maximum height must be a number between %d and %d'] = 'The thumbnail maximum height must be a number between %d and %d'; -$lang['The thumbnail maximum width must be a number between %d and %d'] = 'The thumbnail maximum width must be a number between %d and %d'; $lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'; $lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'; $lang['The uploaded file was only partially uploaded'] = 'The uploaded file was only partially uploaded'; $lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'The uploaded files exceed the post_max_size directive in php.ini: %sB'; -$lang['The websize image quality must be a number between %d and %d'] = 'The websize image quality must be a number between %d and %d'; -$lang['The websize maximum height must be a number between %d and %d'] = 'The websize maximum height must be a number between %d and %d'; -$lang['The websize maximum width must be a number between %d and %d'] = 'The websize maximum width must be a number between %d and %d'; $lang['The whole page'] = 'The whole page'; $lang['The whole set'] = 'The whole set'; $lang['Theme has been successfully installed'] = 'Theme has been successfully installed'; @@ -752,7 +742,6 @@ $lang['Virtual Links'] = 'Virtual Links'; $lang['Visit Gallery'] = 'Visit the gallery'; $lang['Visit Piwigo project website'] = 'Visit Piwigo project website'; $lang['Visit plugin site'] = 'Visit plugin site'; -$lang['Web size photo'] = 'Web size photo'; $lang['Webmaster status is required.'] = 'Webmaster status is required.'; $lang['Week starts on'] = 'Week starts on'; $lang['Who can see these photos?'] = 'Who can see these photos?'; |