diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-04 01:07:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-04 01:07:41 +0000 |
commit | badb45fce4e66262e93277330231d49beba8730d (patch) | |
tree | 500e63a864ea66ece97677ff06b247d9d5144f24 /apps/theming/l10n/ar.js | |
parent | 53a484ede6b0211f42c6e0cdb85916ae5e034611 (diff) | |
download | nextcloud-server-badb45fce4e66262e93277330231d49beba8730d.tar.gz nextcloud-server-badb45fce4e66262e93277330231d49beba8730d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n/ar.js')
-rw-r--r-- | apps/theming/l10n/ar.js | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/theming/l10n/ar.js b/apps/theming/l10n/ar.js new file mode 100644 index 00000000000..19eeb742759 --- /dev/null +++ b/apps/theming/l10n/ar.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "ادارة", + "a safe home for all your data" : "مكان آمن لكل معلوماتك", + "The given name is too long" : "هذا الاسم أطول مما يجب", + "The given web address is too long" : "هذا العنوان أطول مما يجب", + "The given slogan is too long" : "هذا الشعار أطول مما يجب", + "The given color is invalid" : "هناك خطأ في اللون", + "Saved" : "تم الحفظ", + "No file uploaded" : "لم يتم رفع الملف", + "Unsupported image type" : "صيغة الصورة غير مقبولة", + "You are already using a custom theme" : "انت تستعمل قالب مخصص", + "Theming" : "تخصيص القالب", + "Name" : "الاسم", + "reset to default" : "إلغاء كل التغييرات", + "Web address" : "عنوان صفحة أنترنت", + "Web address https://…" : "عنوان صفحة أنترنت https://", + "Slogan" : "شعار", + "Color" : "لون", + "Logo" : "العلامة", + "Upload new logo" : "رفع شعار جديد", + "Login image" : "صورة الدخول", + "Upload new login background" : "تحميل خلفية جديدة للدخول", + "Log in image" : "صورة الدخول" +}, +"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;"); |