summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/l10n/ar.php14
-rw-r--r--apps/files_sharing/l10n/cs_CZ.php2
-rw-r--r--apps/files_sharing/l10n/da.php1
3 files changed, 14 insertions, 3 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;";
diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php
index 5d50ff41316..e7a8b16f000 100644
--- a/apps/files_sharing/l10n/cs_CZ.php
+++ b/apps/files_sharing/l10n/cs_CZ.php
@@ -10,7 +10,7 @@ $TRANSLATIONS = array(
"the link expired" => "platnost odkazu vypršela",
"sharing is disabled" => "sdílení je zakázané",
"For more info, please ask the person who sent this link." => "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.",
-"shared by %s" => "sdíleno %s",
+"shared by %s" => "sdílí %s",
"Download %s" => "Stáhnout %s",
"Direct link" => "Přímý odkaz"
);
diff --git a/apps/files_sharing/l10n/da.php b/apps/files_sharing/l10n/da.php
index 6aae750cb78..6c6a39c2954 100644
--- a/apps/files_sharing/l10n/da.php
+++ b/apps/files_sharing/l10n/da.php
@@ -11,6 +11,7 @@ $TRANSLATIONS = array(
"sharing is disabled" => "deling er deaktiveret",
"For more info, please ask the person who sent this link." => "For yderligere information, kontakt venligst personen der sendte linket. ",
"shared by %s" => "delt af %s",
+"Download %s" => "Download %s",
"Direct link" => "Direkte link"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";