summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ar.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-11 01:59:39 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-11 01:59:39 -0400
commitb0ec38e2024846e29d382e2c0cdff2c408ad209f (patch)
treec4570289ac4321a5f998d5f9b9e4eb3410c65954 /apps/files_sharing/l10n/ar.php
parent26ec311cff896d7dc84209d155f6a70f3f59cb95 (diff)
downloadnextcloud-server-b0ec38e2024846e29d382e2c0cdff2c408ad209f.tar.gz
nextcloud-server-b0ec38e2024846e29d382e2c0cdff2c408ad209f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ar.php')
-rw-r--r--apps/files_sharing/l10n/ar.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/files_sharing/l10n/ar.php b/apps/files_sharing/l10n/ar.php
index 2625af1cc00..3b27dda6895 100644
--- a/apps/files_sharing/l10n/ar.php
+++ b/apps/files_sharing/l10n/ar.php
@@ -1,11 +1,5 @@
<?php
$TRANSLATIONS = array(
-"Password" => "كلمة المرور",
-"%s shared the folder %s with you" => "%s شارك المجلد %s معك",
-"%s shared the file %s with you" => "%s شارك الملف %s معك",
-"Download" => "تحميل",
-"Upload" => "رفع",
-"Cancel upload" => "إلغاء رفع الملفات",
-"No preview available for" => "لا يوجد عرض مسبق لـ"
+"Password" => "كلمة المرور"
);
$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;";