diff options
Diffstat (limited to 'language/ar_SA')
-rw-r--r-- | language/ar_SA/admin.lang.php | 34 | ||||
-rw-r--r-- | language/ar_SA/common.lang.php | 14 | ||||
-rw-r--r-- | language/ar_SA/index.php | 2 | ||||
-rw-r--r-- | language/ar_SA/install.lang.php | 10 | ||||
-rw-r--r-- | language/ar_SA/upgrade.lang.php | 2 |
5 files changed, 43 insertions, 19 deletions
diff --git a/language/ar_SA/admin.lang.php b/language/ar_SA/admin.lang.php index 7e8a9ba2a..38db88e1f 100644 --- a/language/ar_SA/admin.lang.php +++ b/language/ar_SA/admin.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -189,7 +189,6 @@ $lang['Information data registered in database'] = ' تم تحديث الم $lang['Default display'] = 'العرض الافتراضي'; $lang['History'] = 'السجل'; $lang['The gallery URL is not valid.'] = 'رابط المعرض غير صحيح'; -$lang['Main'] = 'الرئيسية'; $lang['The number of comments a page must be between 5 and 50 included.'] = 'عدد التعليقات في الصفحة يجب أن تكون ما بين 5 و 50.'; $lang['Configuration'] = 'التهيئة'; $lang['confirm'] = 'تـأكيد'; @@ -224,7 +223,6 @@ $lang['Prepared time for list of users to send mail is limited. Others users are $lang['Time to send mail is limited. Others mails are skipped.'] = 'الوقت للارسال محدود ، تم تجاهل بعض العناوين.'; $lang['To send ?'] = 'إرسـال؟'; $lang['Last send'] = 'الارسال الاخير'; -$lang['email'] = 'البريدالالكتروني'; $lang['User'] = 'المستخدم'; $lang['See you soon,'] = 'ستسعدنا جدا زيارتك'; $lang['Go to'] = 'يمكنك زيارتنا من خلال هذا الرابط '; @@ -927,8 +925,6 @@ $lang['Duplicate selected tags'] = 'كرر الكلمه الدائليه الم $lang['Name of the duplicate'] = 'تسميه المكرر'; $lang['Source tag'] = 'مصدر الكلمه الدلائليه'; $lang['Tag "%s" is now a duplicate of "%s"'] = 'الكلمه الدلائليه "%s" كررت لـ "%s"'; -$lang['Format'] = 'تهيئة'; -$lang['Invalid dimension'] = 'ابعاذ غير صحيحة'; $lang['Landscape'] = 'منظر طبيعي'; $lang['Manage photos'] = 'إدارة الصور'; $lang['Minimum height'] = 'الحد الأدني للارتفاع'; @@ -951,4 +947,32 @@ $lang['Type here the name of the new group'] = 'أكتب هنا أسم المج $lang['Rename'] = 'إعادة تسمية'; $lang['This group will be set to default'] = 'هذا المجموعة ستستخدم كمجموعة افتراضية'; $lang['Purge user cache'] = 'مسح الذاكرة المؤقتة للمستخدم'; +$lang['Resize after upload disabled due to the use of GD as graphic library'] = 'تغيير حجم بعد تعطيل الرفع نتيجة لاستخدام GD كما مكتبة الرسم'; +$lang['The picture dimensions will be reduced to %dx%d pixels.'] = 'سيتم تخفيض أبعاد الصورة لل %dx%d بكسل.'; +$lang['Select at least one tag'] = 'حدد علامة واحدة على الأقل'; +$lang['Mail theme'] = 'طراز بريد'; +$lang['General'] = 'عام'; +$lang['Basic settings'] = 'الإعدادات الأساسية'; +$lang['Change password'] = 'تغيير كلمة السر'; +$lang['Registered on %s, %s.'] = 'سُجِّل في%s, %s'; +$lang['Change username'] = 'تغيير اسم المستخدم'; +$lang['Loading...'] = 'تحميل ...'; +$lang['No matching user found'] = 'لم يتم العثور على مستخدم مطابق'; +$lang['No user selected, no action possible.'] = 'لم يتم إختيار المستخدم، أي إجراء غير ممكن'; +$lang['Password updated'] = 'كلمة السر تم تحديثها'; +$lang['Update user'] = 'تحديث المستعمل'; +$lang['Users modified'] = 'المستخدمين تم تعديلهم'; +$lang['%d of %d users selected'] = '%d من %d المستخدمين المحددين'; +$lang['(filtered from %s total users)'] = '(التي تمت تصفيتها من إجمالي المستخدمين %s)'; +$lang['All %d users are selected'] = 'يتم تحديد كافة المستخدمين %d'; +$lang['Close user details'] = 'تفاصيل المستخدم إغلاق'; +$lang['Last visit on %s, %s.'] = 'آخر زيارة على %s %s.'; +$lang['Open user details'] = 'أفتح تفاصيل المستخدم'; +$lang['User %s added'] = 'تم إضافة المستخدم %s'; +$lang['User %s updated'] = 'تم تحديث المستخدم %s'; +$lang['close'] = 'إغلاق'; +$lang['on the %d selected users'] = 'على %d المستخدمين المحددين'; +$lang['Show %s users'] = 'أظهر المستخدم %s'; +$lang['Showing %s to %s of %s users'] = 'إظهار%s إلي %s من %s المستخدمين '; +$lang['No user selected of %d users'] = 'لا يوجد مستخدم محدد من %d المستخدمين'; ?>
\ No newline at end of file diff --git a/language/ar_SA/common.lang.php b/language/ar_SA/common.lang.php index 740724807..50a951de1 100644 --- a/language/ar_SA/common.lang.php +++ b/language/ar_SA/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: العربية [AR] -Version: 2.5.0 +Version: 2.6.0 Language URI: http://piwigo.org/ext/extension_view.php?eid=412 Author: Piwigo team Author URI: http://piwigo.org @@ -247,7 +247,6 @@ $lang['this login is already used'] = 'this login is already used'; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)'; $lang['this login is already used'] = 'هذا المستخدم موجود حاليا'; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'يجب ان يكون البريد بهذه الكيفيةxxx@yyy.eee (مثلا : jack@altern.org)'; -$lang['please enter your password again'] = 'من فضلك أعد كتابة كلمة المرور مرة أخرى'; $lang['Auto login'] = 'دخول آلي'; $lang['remove this tag from the list'] = 'حذف هذه الكلمات من القائمة'; $lang['representative'] = 'صفه /نموذجي'; @@ -275,7 +274,6 @@ $lang['SQL queries in'] = 'استفسارات في SQL'; $lang['display only recently posted photos'] = 'عرض الصور المضافة حديثا'; $lang['return to the display of all photos'] = 'العودة لعرض جميع الصورة'; $lang['the beginning'] = 'البداية'; -$lang['Interface theme'] = 'واجة العرض'; $lang['Thumbnails'] = 'الصور المصغرة'; $lang['Menu'] = 'القائمة الرئيسية'; $lang['A comment on your site'] = 'استفسار مهم'; @@ -419,4 +417,12 @@ $lang['Username is mandatory'] = 'أسم المستخدم إلزامي'; $lang['mandatory'] = 'إلزامي'; $lang['Website'] = 'الموقع'; $lang['Your website URL is invalid'] = 'URL موقع الويب الخاص بك غير صالح'; +$lang['Email'] = 'البريد الإلكتروني'; +$lang['First Page'] = 'الصفحة الأولى'; +$lang['Go back to the album'] = 'إرجع للألبوم'; +$lang['Last Page'] = 'الصفحة الأخيرة'; +$lang['Password is missing. Please enter the password.'] = 'لم تكتب كلمة المرور، فضلا ً أكتب كلمة المرور'; +$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'لم يتم تأكيد كلمة المرور، فضلا ً لا أمر أكد المرور رحم الله والديك'; +$lang['%d photos per page'] = 'عدد الصور في كل صفحة %d'; +$lang['Theme'] = 'الواجهة'; ?>
\ No newline at end of file diff --git a/language/ar_SA/index.php b/language/ar_SA/index.php index 41732f2fd..c8de97f60 100644 --- a/language/ar_SA/index.php +++ b/language/ar_SA/index.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ diff --git a/language/ar_SA/install.lang.php b/language/ar_SA/install.lang.php index ba1d1dddc..6c429eec3 100644 --- a/language/ar_SA/install.lang.php +++ b/language/ar_SA/install.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -27,16 +27,12 @@ $lang['Default gallery language'] = 'اللغة الافتراضية للمعر $lang['Database configuration'] = 'تكوين قاعدة البيانات'; $lang['Admin configuration'] = 'اعدادات المدير'; $lang['Start Install'] = 'ابدأ التثبيت'; -$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'البريد يجب ان يكون على هذه الهيئة xxx@yyy.ee ( مثلاً : Jack@altern.org)'; -$lang['Webmaster login'] = 'دخول المدير'; $lang['It will be shown to the visitors. It is necessary for website administration'] = 'سوف تظهر للزوار ، ضرورية للادارة و لوحة التحكم'; $lang['Connection to server succeed, but it was impossible to connect to database'] = 'تم الاتصال بالخادم الموقع ، لكن لم يتم يتم الاتصال بقاعدة البيانات'; $lang['Can\'t connect to server'] = 'لا يمكن الاتصال بالخادم'; $lang['Host'] = 'المضيف'; -$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; $lang['User'] = 'المستخدم'; $lang['user login given by your host provider'] = 'اصرح للمستخدم الدخول بواسطة المضيف الخاص بك'; -$lang['Password'] = 'كلمة المرور'; $lang['user password given by your host provider'] = 'اعطي للمستخدم كلمة المرور بواسطة المضيف الخاص بك'; $lang['Database name'] = 'أسم قاعدة البيانات'; $lang['also given by your host provider'] = 'ايضا بواسط المضيف الخاص بك '; @@ -45,12 +41,10 @@ $lang['database tables names will be prefixed with it (enables you to manage bet $lang['enter a login for webmaster'] = 'دخول مدير الموقع'; $lang['webmaster login can\'t contain characters \' or "'] = 'دخول المدر لا \ يمكن تتضمن الأحرف \' أو "'; $lang['please enter your password again'] = 'فضلا ً أعد كتابة كلمة المرور مرةأخرى'; -$lang['Webmaster password'] = 'كلمة مرور مدير الموقع'; $lang['Keep it confidential, it enables you to access administration panel'] = 'ابقائه سريا، فإنه يتيح لك الوصول إلى لوحة الإدارة'; $lang['Password [confirm]'] = 'كلمة المرور [confirm]'; $lang['verification'] = 'التحقق'; $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'هل تحتاج لمساعده؟ يمكنك السؤال <a href="%s">Piwigo لجنة الأسئلة في </a>.'; -$lang['Webmaster mail address'] = 'بريد مدير الموقع'; $lang['Visitors will be able to contact site administrator with this mail'] = ' سيتمكن الزوار لاستخدام هذا البريد إلى الاتصال بالمسؤول عن الموقع'; $lang['PHP 5 is required'] = 'مطلوب PHP 5 '; $lang['It appears your webhost is currently running PHP %s.'] = 'PHP %s يبدوا أن المضيف يستخدم حاليا '; @@ -66,9 +60,9 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = 'فشل في إنشاء ملف التكوين local/config/database.inc.php '; $lang['Download the config file'] = 'تحميل ملف التكوين'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'يمكنك تحميل ملف التكوين وتحميله إلى الدليل المحلي'; - $lang['Don\'t hesitate to consult our forums for any help : %s'] = 'لاتتردد في طلب الإستشارة و الاستفسار من خلال منتدانا للمساعده : %s'; $lang['Just another Piwigo gallery'] = 'معرض آخر من Piwigo'; $lang['Welcome to my photo gallery'] = 'مرحباً بك في معرض الصور'; $lang['Welcome to your new installation of Piwigo!'] = 'مرحبا بكم في التثبيت الجديد من Piwigo!'; +$lang['localhost or other, supplied by your host provider'] = 'المضيف المحلي او المقدم من قبل موفر الخدمة الخاص بك'; ?>
\ No newline at end of file diff --git a/language/ar_SA/upgrade.lang.php b/language/ar_SA/upgrade.lang.php index dafbc358c..56117b70f 100644 --- a/language/ar_SA/upgrade.lang.php +++ b/language/ar_SA/upgrade.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ |