summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-27 02:32:11 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-27 02:32:11 -0400
commit119ecc6f34a063e7265bf721c0ee04bb9bdb25b3 (patch)
tree384418bcae2d75e4ff89f11d8e54ce3729e76d41 /lib/l10n
parent9e9b2afe50be1fdffae92efac1dfce5babae7c34 (diff)
downloadnextcloud-server-119ecc6f34a063e7265bf721c0ee04bb9bdb25b3.tar.gz
nextcloud-server-119ecc6f34a063e7265bf721c0ee04bb9bdb25b3.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/af.php8
-rw-r--r--lib/l10n/es_AR.php2
-rw-r--r--lib/l10n/ja_JP.php8
-rw-r--r--lib/l10n/nds.php8
-rw-r--r--lib/l10n/ru_RU.php1
-rw-r--r--lib/l10n/zh_CN.php2
6 files changed, 25 insertions, 4 deletions
diff --git a/lib/l10n/af.php b/lib/l10n/af.php
new file mode 100644
index 00000000000..15f78e0bce6
--- /dev/null
+++ b/lib/l10n/af.php
@@ -0,0 +1,8 @@
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day go_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/lib/l10n/es_AR.php b/lib/l10n/es_AR.php
index 668c46b7b10..4e65755ba87 100644
--- a/lib/l10n/es_AR.php
+++ b/lib/l10n/es_AR.php
@@ -8,6 +8,8 @@ $TRANSLATIONS = array(
"Users" => "Usuarios",
"Admin" => "Administración",
"Failed to upgrade \"%s\"." => "No se pudo actualizar \"%s\".",
+"Unknown filetype" => "Tipo de archivo desconocido",
+"Invalid image" => "Imagen inválida",
"web services under your control" => "servicios web sobre los que tenés control",
"cannot open \"%s\"" => "no se puede abrir \"%s\"",
"ZIP download is turned off." => "La descarga en ZIP está desactivada.",
diff --git a/lib/l10n/ja_JP.php b/lib/l10n/ja_JP.php
index e4e45462779..f156c68715c 100644
--- a/lib/l10n/ja_JP.php
+++ b/lib/l10n/ja_JP.php
@@ -58,14 +58,14 @@ $TRANSLATIONS = array(
"Could not find category \"%s\"" => "カテゴリ \"%s\" が見つかりませんでした",
"seconds ago" => "数秒前",
"_%n minute ago_::_%n minutes ago_" => array("%n 分前"),
-"_%n hour ago_::_%n hours ago_" => array("%n 時間後"),
+"_%n hour ago_::_%n hours ago_" => array("%n 時間前"),
"today" => "今日",
"yesterday" => "昨日",
-"_%n day go_::_%n days ago_" => array("%n 日後"),
+"_%n day go_::_%n days ago_" => array("%n 日前"),
"last month" => "一月前",
-"_%n month ago_::_%n months ago_" => array("%n カ月後"),
+"_%n month ago_::_%n months ago_" => array("%n ヶ月前"),
"last year" => "一年前",
"years ago" => "年前",
-"Caused by:" => "原因は以下:"
+"Caused by:" => "原因:"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/lib/l10n/nds.php b/lib/l10n/nds.php
new file mode 100644
index 00000000000..15f78e0bce6
--- /dev/null
+++ b/lib/l10n/nds.php
@@ -0,0 +1,8 @@
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day go_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/lib/l10n/ru_RU.php b/lib/l10n/ru_RU.php
index c1ebdd14951..622333c3855 100644
--- a/lib/l10n/ru_RU.php
+++ b/lib/l10n/ru_RU.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Help" => "Помощь",
"Settings" => "Настройки",
"Files" => "Файлы",
"_%n minute ago_::_%n minutes ago_" => array("","",""),
diff --git a/lib/l10n/zh_CN.php b/lib/l10n/zh_CN.php
index e3f2c949175..ae9243cf412 100644
--- a/lib/l10n/zh_CN.php
+++ b/lib/l10n/zh_CN.php
@@ -5,6 +5,8 @@ $TRANSLATIONS = array(
"Settings" => "设置",
"Users" => "用户",
"Admin" => "管理",
+"Unknown filetype" => "未知的文件类型",
+"Invalid image" => "无效的图像",
"web services under your control" => "您控制的web服务",
"ZIP download is turned off." => "ZIP 下载已经关闭",
"Files need to be downloaded one by one." => "需要逐一下载文件",