summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-16 01:32:30 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-16 01:32:30 -0400
commit6bd0ba79df64d68c100d57819fa43b35d9a22049 (patch)
tree9a5833b8622fb1435bc165364dfe5a905060610f /apps/files_versions
parentd2767faf6104f4a4f0330c1771c488beea6245cd (diff)
downloadnextcloud-server-6bd0ba79df64d68c100d57819fa43b35d9a22049.tar.gz
nextcloud-server-6bd0ba79df64d68c100d57819fa43b35d9a22049.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/cs_CZ.php4
-rw-r--r--apps/files_versions/l10n/zh_CN.GB2312.php6
2 files changed, 7 insertions, 3 deletions
diff --git a/apps/files_versions/l10n/cs_CZ.php b/apps/files_versions/l10n/cs_CZ.php
index a2fc76d443d..45ce297eae5 100644
--- a/apps/files_versions/l10n/cs_CZ.php
+++ b/apps/files_versions/l10n/cs_CZ.php
@@ -1,8 +1,8 @@
<?php
$TRANSLATIONS = array(
-"Could not revert: %s" => "Nelze navrátit: %s",
+"Could not revert: %s" => "Nelze vrátit: %s",
"Versions" => "Verze",
-"Failed to revert {file} to revision {timestamp}." => "Selhalo navrácení souboru {file} na verzi {timestamp}.",
+"Failed to revert {file} to revision {timestamp}." => "Selhalo vrácení souboru {file} na verzi {timestamp}.",
"More versions..." => "Více verzí...",
"No other versions available" => "Žádné další verze nejsou dostupné",
"Restore" => "Obnovit"
diff --git a/apps/files_versions/l10n/zh_CN.GB2312.php b/apps/files_versions/l10n/zh_CN.GB2312.php
index aa0a59b71a3..de340d6dc94 100644
--- a/apps/files_versions/l10n/zh_CN.GB2312.php
+++ b/apps/files_versions/l10n/zh_CN.GB2312.php
@@ -1,6 +1,10 @@
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "无法恢复:%s",
-"Versions" => "版本"
+"Versions" => "版本",
+"Failed to revert {file} to revision {timestamp}." => "无法恢复文件 {file} 到 版本 {timestamp}。",
+"More versions..." => "更多版本",
+"No other versions available" => "没有其他可用版本",
+"Restore" => "恢复"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";