diff options
Diffstat (limited to 'apps/theming/l10n/ar.js')
-rw-r--r-- | apps/theming/l10n/ar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/l10n/ar.js b/apps/theming/l10n/ar.js index 54e88acd860..d1ac1d3b117 100644 --- a/apps/theming/l10n/ar.js +++ b/apps/theming/l10n/ar.js @@ -13,7 +13,6 @@ OC.L10N.register( "You are already using a custom theme" : "انت تستعمل قالب مخصص", "Theming" : "تخصيص القالب", "Name" : "الاسم", - "reset to default" : "إلغاء كل التغييرات", "Web address" : "عنوان صفحة أنترنت", "Web address https://…" : "عنوان صفحة أنترنت https://", "Slogan" : "شعار", @@ -22,6 +21,7 @@ OC.L10N.register( "Upload new logo" : "رفع شعار جديد", "Login image" : "صورة الدخول", "Upload new login background" : "تحميل خلفية جديدة للدخول", + "reset to default" : "إلغاء كل التغييرات", "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;"); |