summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ar.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-24 01:55:51 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-24 01:55:51 -0400
commitabdc823bb69600c3a4fc23e09f9de5819b57f56e (patch)
tree44f1a7c69738c613eace31498ce8db76fe42e421 /apps/files_sharing/l10n/ar.php
parent4a19a97d67579fdc11d695ebf3ce3b26cea7c4f7 (diff)
downloadnextcloud-server-abdc823bb69600c3a4fc23e09f9de5819b57f56e.tar.gz
nextcloud-server-abdc823bb69600c3a4fc23e09f9de5819b57f56e.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ar.php')
-rw-r--r--apps/files_sharing/l10n/ar.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/ar.php b/apps/files_sharing/l10n/ar.php
index e5f919aac3f..f796f7ec59d 100644
--- a/apps/files_sharing/l10n/ar.php
+++ b/apps/files_sharing/l10n/ar.php
@@ -1,7 +1,17 @@
<?php
$TRANSLATIONS = array(
-"Shared by {owner}" => "مشاركة بواسطة المالك {owner}",
+"Shared by {owner}" => "مشاركة من طرف {owner}",
+"This share is password-protected" => "هذه المشاركة محمية بكلمة مرور",
+"The password is wrong. Try again." => "كلمة المرور خاطئة. حاول مرة أخرى",
"Password" => "كلمة المرور",
-"shared by %s" => "مشاركة من قبل %s"
+"Sorry, this link doesn’t seem to work anymore." => "عذرا، يبدو أن هذا الرابط لم يعد يعمل.",
+"Reasons might be:" => "الأسباب الممكنة :",
+"the item was removed" => "تم حذف العنصر المطلوب",
+"the link expired" => "انتهت صلاحية الرابط",
+"sharing is disabled" => "المشاركة غير مفعلة",
+"For more info, please ask the person who sent this link." => "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط",
+"shared by %s" => "مشاركة من قبل %s",
+"Download %s" => "تحميل %s",
+"Direct link" => "رابط مباشر"
);
$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;";