summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-30 01:57:53 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-30 01:57:53 -0400
commit654a6e6c6a0128b5443f7668ab6905523c049614 (patch)
treefe6172e12add7ad32269330ea82fba729dbc74aa /core/l10n
parent6b02126dc1c8ba9de5b87c6c8568feea5948d2a0 (diff)
downloadnextcloud-server-654a6e6c6a0128b5443f7668ab6905523c049614.tar.gz
nextcloud-server-654a6e6c6a0128b5443f7668ab6905523c049614.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/ar.php2
-rw-r--r--core/l10n/hi_IN.php9
2 files changed, 11 insertions, 0 deletions
diff --git a/core/l10n/ar.php b/core/l10n/ar.php
index b29a661ec66..16092348ec6 100644
--- a/core/l10n/ar.php
+++ b/core/l10n/ar.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Updated database" => "قاعدة بيانات المرفوعات",
"Unknown filetype" => "نوع الملف غير معروف",
"Invalid image" => "الصورة غير صالحة",
"Sunday" => "الأحد",
@@ -54,6 +55,7 @@ $TRANSLATIONS = array(
"Share link" => "شارك الرابط",
"Password protect" => "حماية كلمة السر",
"Password" => "كلمة المرور",
+"Allow Public Upload" => "اسمح بالرفع للعامة",
"Email link to person" => "ارسل الرابط بالبريد الى صديق",
"Send" => "أرسل",
"Set expiration date" => "تعيين تاريخ إنتهاء الصلاحية",
diff --git a/core/l10n/hi_IN.php b/core/l10n/hi_IN.php
new file mode 100644
index 00000000000..ffcdde48d47
--- /dev/null
+++ b/core/l10n/hi_IN.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day ago_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("",""),
+"_{count} file conflict_::_{count} file conflicts_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";