diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:15:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:19:31 -0400 |
commit | 7f3f191ee99847f064be3ae23befba956ab73196 (patch) | |
tree | 45545140e6c302936e8f6788fb66821c1312c23b /apps/encryption/l10n/ar.js | |
parent | 70480423ffa6e7d469141c3022e53ea151856bd0 (diff) | |
download | nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.tar.gz nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/encryption/l10n/ar.js')
-rw-r--r-- | apps/encryption/l10n/ar.js | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/encryption/l10n/ar.js b/apps/encryption/l10n/ar.js new file mode 100644 index 00000000000..e4f0499f9f1 --- /dev/null +++ b/apps/encryption/l10n/ar.js @@ -0,0 +1,28 @@ +OC.L10N.register( + "encryption", + { + "Recovery key successfully enabled" : "تم بنجاح تفعيل مفتاح الاستعادة", + "Could not enable recovery key. Please check your recovery key password!" : "لا يمكن تفعيل مفتاح الاستعادة, يرجى التحقق من كلمة مرور مفتاح الاستعادة!", + "Recovery key successfully disabled" : "تم تعطيل مفتاح الاستعادة بنجاح", + "Could not disable recovery key. Please check your recovery key password!" : "لا يمكن تعطيل مفتاح الاستعادة, يرجى التحقق من كلمة مرور مفتاح الاستعادة!", + "Password successfully changed." : "تم تغيير كلمة المرور بنجاح.", + "Could not change the password. Maybe the old password was not correct." : "تعذر تغيير كلمة المرور. من الممكن ان كلمة المرور القديمة غير صحيحة.", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "تم تمكين تشفير البرامج لكن لم يتم تهيئة المفاتيح لذا يرجى تسجيل الخروج ثم تسجيل الدخول مرة آخرى.", + "Enable recovery key (allow to recover users files in case of password loss):" : "تفعيل استعادة المفتاح (سوف يمكنك من استعادة ملفات المستخدمين في حال فقدان كلمة المرور):", + "Recovery key password" : "استعادة كلمة مرور المفتاح", + "Repeat Recovery key password" : "كرر كلمة المرور لـ استعادة المفتاح", + "Enabled" : "مفعلة", + "Disabled" : "معطلة", + "Change recovery key password:" : "تعديل كلمة المرور استعادة المفتاح:", + "Old Recovery key password" : "كلمة المرور القديمة لـ استعامة المفتاح", + "New Recovery key password" : "تعيين كلمة مرور جديدة لـ استعادة المفتاح", + "Repeat New Recovery key password" : "كرر كلمة المرور لـ استعادة المفتاح من جديد", + "Change Password" : "عدل كلمة السر", + " If you don't remember your old password you can ask your administrator to recover your files." : "اذا كنت لاتتذكر كلمة السر تستطيع ان تطلب من المدير ان يستعيد ملفاتك.", + "Old log-in password" : "كلمة المرور القديمة الخاصة بالدخول", + "Current log-in password" : "كلمة المرور الحالية الخاصة بالدخول", + "Update Private Key Password" : "تحديث كلمة المرور لـ المفتاح الخاص", + "Enable password recovery:" : "تفعيل استعادة كلمة المرور:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); |