diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
commit | f3336f8877771e53d303f6f939f0005fa9692b7a (patch) | |
tree | c5f0495eac0d3e946df517709d5a4ad9d0ec4227 /core/l10n/ar.php | |
parent | e8bede5e0d67e036e8e42279df3a2dd8c83e08e8 (diff) | |
download | nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.tar.gz nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ar.php')
-rw-r--r-- | core/l10n/ar.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/core/l10n/ar.php b/core/l10n/ar.php index cb8a506c4a8..212d850e6f5 100644 --- a/core/l10n/ar.php +++ b/core/l10n/ar.php @@ -1,14 +1,6 @@ <?php $TRANSLATIONS = array( "group" => "مجموعة", -"Category type not provided." => "نوع التصنيف لم يدخل", -"No category to add?" => "ألا توجد فئة للإضافة؟", -"This category already exists: %s" => "هذا التصنيف موجود مسبقا : %s", -"Object type not provided." => "نوع العنصر لم يدخل", -"%s ID not provided." => "رقم %s لم يدخل", -"Error adding %s to favorites." => "خطأ في اضافة %s الى المفضلة", -"No categories selected for deletion." => "لم يتم اختيار فئة للحذف", -"Error removing %s from favorites." => "خطأ في حذف %s من المفضلة", "Sunday" => "الاحد", "Monday" => "الأثنين", "Tuesday" => "الثلاثاء", @@ -46,12 +38,9 @@ $TRANSLATIONS = array( "Ok" => "موافق", "_{count} file conflict_::_{count} file conflicts_" => array("","","","","",""), "Cancel" => "الغاء", -"The object type is not specified." => "نوع العنصر غير محدد.", -"Error" => "خطأ", -"The app name is not specified." => "اسم التطبيق غير محدد.", -"The required file {file} is not installed!" => "الملف المطلوب {file} غير منصّب.", "Shared" => "مشارك", "Share" => "شارك", +"Error" => "خطأ", "Error while sharing" => "حصل خطأ عند عملية المشاركة", "Error while unsharing" => "حصل خطأ عند عملية إزالة المشاركة", "Error while changing permissions" => "حصل خطأ عند عملية إعادة تعيين التصريح بالتوصل", @@ -82,6 +71,9 @@ $TRANSLATIONS = array( "Sending ..." => "جاري الارسال ...", "Email sent" => "تم ارسال البريد الالكتروني", "Warning" => "تحذير", +"The object type is not specified." => "نوع العنصر غير محدد.", +"Delete" => "إلغاء", +"Add" => "اضف", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "حصل خطأ في عملية التحديث, يرجى ارسال تقرير بهذه المشكلة الى <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.", "The update was successful. Redirecting you to ownCloud now." => "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud", "Use the following link to reset your password: {link}" => "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}", @@ -101,8 +93,6 @@ $TRANSLATIONS = array( "Help" => "المساعدة", "Access forbidden" => "التوصّل محظور", "Cloud not found" => "لم يتم إيجاد", -"Edit categories" => "عدل الفئات", -"Add" => "اضف", "Security Warning" => "تحذير أمان", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "لا يوجد مولّد أرقام عشوائية ، الرجاء تفعيل الـ PHP OpenSSL extension.", |