diff options
Diffstat (limited to 'apps/files/l10n/ar.js')
-rw-r--r-- | apps/files/l10n/ar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index b3ef3ff145a..dee399efc77 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -274,7 +274,6 @@ OC.L10N.register( "(copy %n)" : "(نسخ %n)", "Move cancelled" : "تمّ إلغاء النقل", "A file or folder with that name already exists in this folder" : "ملف أو مجلد بنفس ذاك الاسم موجود سلفاً في هذا المجلد", - "The files is locked" : "الملفات مقفله", "The file does not exist anymore" : "الملف لم يعد موجوداً", "Choose destination" : "إختَر المَقصِد", "Copy to {target}" : "أُنسُخ إلى {target}", @@ -345,6 +344,7 @@ OC.L10N.register( "Search for an account" : "البحث عن حساب", "Choose" : "إختَر", "No files or folders have been deleted yet" : "لم يتم حذف أي ملفات أو مجلدات بعدُ", - "Add" : "أضِف" + "Add" : "أضِف", + "The files is locked" : "الملفات مقفله" }, "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;"); |