summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-09-01 00:12:17 +0000
committerNextcloud bot <bot@nextcloud.com>2018-09-01 00:12:17 +0000
commit021dad53be0ca7ff0a330f4408f51894a9698ecd (patch)
tree35c2e05daca94159be35a01e93ce2faf27e82c92 /apps/files_versions
parentc31632ccdf5c9a76499ad36b40c8cf52c1602754 (diff)
downloadnextcloud-server-021dad53be0ca7ff0a330f4408f51894a9698ecd.tar.gz
nextcloud-server-021dad53be0ca7ff0a330f4408f51894a9698ecd.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/cs.js3
-rw-r--r--apps/files_versions/l10n/cs.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_versions/l10n/cs.js b/apps/files_versions/l10n/cs.js
index 8677245e72e..3a5afe8e27c 100644
--- a/apps/files_versions/l10n/cs.js
+++ b/apps/files_versions/l10n/cs.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajtů"],
"Restore" : "Obnovit",
"No earlier versions available" : "Nejsou dostupné dřívější verze",
- "More versions …" : "Více verzí…"
+ "More versions …" : "Více verzí…",
+ "This application automatically maintains older versions of files that are changed." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/files_versions/l10n/cs.json b/apps/files_versions/l10n/cs.json
index 5e7fde08603..87a50da766a 100644
--- a/apps/files_versions/l10n/cs.json
+++ b/apps/files_versions/l10n/cs.json
@@ -5,6 +5,7 @@
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajtů"],
"Restore" : "Obnovit",
"No earlier versions available" : "Nejsou dostupné dřívější verze",
- "More versions …" : "Více verzí…"
+ "More versions …" : "Více verzí…",
+ "This application automatically maintains older versions of files that are changed." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file