diff options
Diffstat (limited to 'apps/files/l10n/ar.php')
-rw-r--r-- | apps/files/l10n/ar.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/ar.php b/apps/files/l10n/ar.php index ea715c38882..72effe3e207 100644 --- a/apps/files/l10n/ar.php +++ b/apps/files/l10n/ar.php @@ -65,7 +65,6 @@ $TRANSLATIONS = array( "Delete" => "إلغاء", "Upload too large" => "حجم الترفيع أعلى من المسموح", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.", -"Files are being scanned, please wait." => "يرجى الانتظار , جاري فحص الملفات .", -"Current scanning" => "الفحص الحالي" +"Files are being scanned, please wait." => "يرجى الانتظار , جاري فحص الملفات ." ); $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;"; |