summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/cs.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-03-02 16:48:52 +0000
committerNextcloud bot <bot@nextcloud.com>2017-03-02 16:48:52 +0000
commit53195b156c68082f1e02e45ba2a266c15ef1bcaa (patch)
treebdfbc87ca88c341a38fa42b169a204eee6c6647b /apps/files_versions/l10n/cs.js
parent0ef15f93c4792306cfb5eee635d8edce7d944691 (diff)
downloadnextcloud-server-53195b156c68082f1e02e45ba2a266c15ef1bcaa.tar.gz
nextcloud-server-53195b156c68082f1e02e45ba2a266c15ef1bcaa.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions/l10n/cs.js')
-rw-r--r--apps/files_versions/l10n/cs.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/cs.js b/apps/files_versions/l10n/cs.js
new file mode 100644
index 00000000000..bb1700c74fb
--- /dev/null
+++ b/apps/files_versions/l10n/cs.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "files_versions",
+ {
+ "Could not revert: %s" : "Nelze vrátit: %s",
+ "Versions" : "Verze",
+ "Failed to revert {file} to revision {timestamp}." : "Selhalo vrácení souboru {file} na verzi {timestamp}.",
+ "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů"],
+ "Restore" : "Obnovit",
+ "No versions available" : "Nejsou dostupné žádné verze",
+ "More versions..." : "Více verzí...",
+ "No other versions available" : "Žádné další verze nejsou dostupné"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");