diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-20 01:56:42 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-20 01:56:42 -0400 |
commit | 3aa8647634d02ee97c8e31119049af506b9918dd (patch) | |
tree | 193eed6c231da4e22e414ffd723205752c826dbb /apps/files/l10n/ar.php | |
parent | d76fd16abc5870d627a777f1682662da23893775 (diff) | |
download | nextcloud-server-3aa8647634d02ee97c8e31119049af506b9918dd.tar.gz nextcloud-server-3aa8647634d02ee97c8e31119049af506b9918dd.zip |
[tx-robot] updated from transifex
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 10f2b077fee..147d77d4cb0 100644 --- a/apps/files/l10n/ar.php +++ b/apps/files/l10n/ar.php @@ -68,7 +68,6 @@ $TRANSLATIONS = array( "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" => "الفحص الحالي", -"Upgrading filesystem cache..." => "تحديث ذاكرة التخزين المؤقت(الكاش) الخاصة بملفات النظام ..." +"Current scanning" => "الفحص الحالي" ); $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;"; |