diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-09 01:55:33 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-09 01:55:33 -0400 |
commit | 295c46ccb5ed9f43da2326d8a15c06d4e305a377 (patch) | |
tree | bb6c61aab1ecd837891d3fbf795469febbbc38ad /apps/files_encryption/l10n/ar.php | |
parent | c7f936cdcb368de9ab0b6d4d2df11f0a3be6b93d (diff) | |
download | nextcloud-server-295c46ccb5ed9f43da2326d8a15c06d4e305a377.tar.gz nextcloud-server-295c46ccb5ed9f43da2326d8a15c06d4e305a377.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/ar.php')
-rw-r--r-- | apps/files_encryption/l10n/ar.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/files_encryption/l10n/ar.php b/apps/files_encryption/l10n/ar.php index 1e3b4aaec4f..d73b87da816 100644 --- a/apps/files_encryption/l10n/ar.php +++ b/apps/files_encryption/l10n/ar.php @@ -1,13 +1,14 @@ <?php $TRANSLATIONS = array( "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!" => "لا يمكن تعطيل مفتاح الاستعادة, يرجى التحقق من كلمة مرور مفتاح الاستعادة!", +"Recovery key successfully disabled" => "تم تعطيل مفتاح الاستعادة بنجاح", "Password successfully changed." => "تم تغيير كلمة المرور بنجاح.", "Could not change the password. Maybe the old password was not correct." => "تعذر تغيير كلمة المرور. من الممكن ان كلمة المرور القديمة غير صحيحة.", "Private key password successfully updated." => "تم تحديث كلمة المرور للمفتاح الخاص بنجاح.", "Could not update the private key password. Maybe the old password was not correct." => "لا يمكن تحديث كلمة مرور المفتاح الخاص. من الممكن ان كلمة المرور القديمة غير صحيحة.", +"File recovery settings updated" => "اعدادات ملف الاستعادة تم تحديثه", +"Could not update file recovery" => "تعذر تحديث ملف الاستعادة", "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "برنامج التشفير لم يتم تهيئتة ! من الممكن ان برنامج التشفير تم اعادة تفعيلة خلال الجلسة. يرجى تسجيل الخروج ومن ثم تسجيل الدخول مجددا لتهيئة برنامج التشفير.", "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "مفتاحك الخاص غير صالح! ربما تم تغيير كلمة المرور خارج %s (مثل:مجلد شركتك). يمكنك تحديث كلمة المرور في الاعدادات الشخصية لإستعادة الوصول الى ملفاتك المشفرة.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "لا يمكن فك التشفير من هذا الملف, من الممكن ان يكون هذا الملف مُشارك. يرجى سؤال صاحب الملف لإعادة مشاركتة معك.", @@ -35,8 +36,6 @@ $TRANSLATIONS = array( "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" => "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور", -"File recovery settings updated" => "اعدادات ملف الاستعادة تم تحديثه", -"Could not update file recovery" => "تعذر تحديث ملف الاستعادة" +"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "تفعيل هذا الخيار يمكنك من اعادة الوصول الى ملفاتك المشفرة عند فقدان كلمة المرور" ); $PLURAL_FORMS = "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;"; |