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/ka_GE | |
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/ka_GE')
-rw-r--r-- | language/ka_GE/admin.lang.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/language/ka_GE/admin.lang.php b/language/ka_GE/admin.lang.php index 27b98a374..7ce76955c 100644 --- a/language/ka_GE/admin.lang.php +++ b/language/ka_GE/admin.lang.php @@ -613,14 +613,7 @@ $lang['Manage this set of %d photos'] = 'ამ კრებულის რე $lang['Select files'] = 'ავირჩიოთ ფაილები'; $lang['Everybody'] = 'ყველა'; $lang['Who can see these photos?'] = 'ვის შეუძლია ნახოს ეს ფოტოები?'; -$lang['The websize maximum width must be a number between %d and %d'] = 'ფოტოს მაქსიმალური სიგანე უნდა იყოს რიცხვი %d და %d შორის'; -$lang['The websize maximum height must be a number between %d and %d'] = 'ფოტოს მაქსიმალური სიმაღლე უნდა იყოს რიცხვი %d და %d შორის'; -$lang['The websize image quality must be a number between %d and %d'] = 'ფოტოს ხარისხი უნდა იყოს რიცხვით %d და %d შორის'; -$lang['The thumbnail maximum width must be a number between %d and %d'] = 'მინიატურის მაქსიმალური სიგანე უნდა იყოს რიცხვი %d და %d შორის'; -$lang['The thumbnail maximum height must be a number between %d and %d'] = 'მინიატურის მაქსიმალური სიმაღლე უნდა იყოს რიცხვი %d და %d შორის'; -$lang['The thumbnail image quality must be a number between %d and %d'] = 'მინიატურის ხარისხი უნდა იყოს რიცხვი %d და %d შორის'; $lang['Settings'] = 'პარამეტრები'; -$lang['Web size photo'] = 'ფოტოს ზომა ინტერნეტისათვის'; $lang['Resize'] = 'ზომების შეცვლა'; $lang['Maximum Width'] = 'მაქსიმალური სიგანე'; $lang['pixels'] = 'პიქსელი'; @@ -719,10 +712,6 @@ $lang['Error on file "%s" : %s'] = 'შეცდომაა ფაილში $lang['automatic order'] = 'ავტომატურად განლაგება'; $lang['manual order'] = 'ხელით განლაგება'; $lang['Albums automatically sorted'] = 'ალბომები ავტომატურად დალაგებულია'; -$lang['Keep high definition'] = 'შევინახოთ მაღალი გარჩევადობით'; -$lang['The high definition maximum width must be a number between %d and %d'] = 'მაღალი გარჩევადობისას მაქსიმალური სიგანე უნდა იყოს რიცხვი %d და %d შორის'; -$lang['The high definition maximum height must be a number between %d and %d'] = 'მაღალი გარჩევადობისას მაქსიმალური სიმაღლე უნდა იყოს რიცხვი %d და %d შორის'; -$lang['The high definition image quality must be a number between %d and %d'] = 'მაღალი გარჩევადობისას სურათის ხარისხი უნდა იყოს რიცხვი %d და %d შორის'; $lang['Batch Manager'] = 'სურათების მენეჯერი'; $lang['include child albums'] = 'მოიცავს ბავშვის ალბომებს'; $lang['Selection'] = 'არჩევა'; |