diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-20 00:06:40 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-20 00:06:40 +0100 |
commit | ebc0c4b85bc382efcf64ad0b2613d70a193b18f2 (patch) | |
tree | 4f59c05b29c4e24bd127931ff0f21547d2d41866 /core | |
parent | 10a9ddd9b2c1b0d28118aa1d6848c799db05f332 (diff) | |
download | nextcloud-server-ebc0c4b85bc382efcf64ad0b2613d70a193b18f2.tar.gz nextcloud-server-ebc0c4b85bc382efcf64ad0b2613d70a193b18f2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/eu.php | 3 | ||||
-rw-r--r-- | core/l10n/hu_HU.php | 3 | ||||
-rw-r--r-- | core/l10n/zh_CN.php | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/core/l10n/eu.php b/core/l10n/eu.php index 1239ee86034..3f1a2909531 100644 --- a/core/l10n/eu.php +++ b/core/l10n/eu.php @@ -126,5 +126,6 @@ "remember" => "gogoratu", "Log in" => "Hasi saioa", "prev" => "aurrekoa", -"next" => "hurrengoa" +"next" => "hurrengoa", +"Updating ownCloud to version %s, this may take a while." => "ownCloud %s bertsiora eguneratzen, denbora har dezake." ); diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php index 49b686423ab..a9e20fc6466 100644 --- a/core/l10n/hu_HU.php +++ b/core/l10n/hu_HU.php @@ -126,5 +126,6 @@ "remember" => "emlékezzen", "Log in" => "Bejelentkezés", "prev" => "előző", -"next" => "következő" +"next" => "következő", +"Updating ownCloud to version %s, this may take a while." => "Owncloud frissítés a %s verzióra folyamatban. Kis türelmet." ); diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php index 6c098e211d3..626ede4cc70 100644 --- a/core/l10n/zh_CN.php +++ b/core/l10n/zh_CN.php @@ -43,6 +43,7 @@ "Share with link" => "共享链接", "Password protect" => "密码保护", "Password" => "密码", +"Email link to person" => "发送链接到个人", "Send" => "发送", "Set expiration date" => "设置过期日期", "Expiration date" => "过期日期", @@ -125,5 +126,6 @@ "remember" => "记住", "Log in" => "登录", "prev" => "上一页", -"next" => "下一页" +"next" => "下一页", +"Updating ownCloud to version %s, this may take a while." => "更新 ownCloud 到版本 %s,这可能需要一些时间。" ); |