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/ar_SA/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/ar_SA/admin.lang.php')
-rw-r--r-- | language/ar_SA/admin.lang.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/language/ar_SA/admin.lang.php b/language/ar_SA/admin.lang.php index 993505d8d..fe93f9c92 100644 --- a/language/ar_SA/admin.lang.php +++ b/language/ar_SA/admin.lang.php @@ -604,14 +604,7 @@ $lang['Select files'] = 'اختيار الملفات'; $lang['Everybody'] = 'الجميع'; $lang['Who can see these photos?'] = 'من يمكنه رؤية هذه الصور'; $lang['Who can see this photo?'] = 'من يمكنه رؤية هذه الصورة؟'; -$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'] = 'بكسل '; @@ -704,10 +697,6 @@ $lang['Error on file "%s" : %s'] = ' "%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'] = 'الاختيار'; |