Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-08-16 03:46:28 +0300
committerNextcloud bot <bot@nextcloud.com>2016-08-16 03:46:28 +0300
commitbf8b5eb93db535927aa6b2942147a170e499cc75 (patch)
treea195b62c2b0a0a944a771ac15188dfafd39302b4 /l10n
parent4334df3b17815e329e1c33cbd4abd2ee1fea3133 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs_CZ.js3
-rw-r--r--l10n/cs_CZ.json3
-rw-r--r--l10n/cs_CZ.php3
3 files changed, 6 insertions, 3 deletions
diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
index 54b6d1f6..166a7338 100644
--- a/l10n/cs_CZ.js
+++ b/l10n/cs_CZ.js
@@ -10,6 +10,7 @@ OC.L10N.register(
"Connect your Calendar" : "Připojit kalendář",
"Connect your Contacts" : "Připojit kontakty",
"Documentation" : "Dokumentace",
- "Access files via WebDAV" : "Přistupovat k souborům přes WebDAV"
+ "Access files via WebDAV" : "Přistupovat k souborům přes WebDAV",
+ "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"%s\">website</a>." : "Více informací naleznete v <a target=\"_blank\" href=\"%s\">dokumentaci</a> a na našem <a target=\"_blank\" href=\"%s\">webu</a>."
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
index cd425984..465f4a90 100644
--- a/l10n/cs_CZ.json
+++ b/l10n/cs_CZ.json
@@ -8,6 +8,7 @@
"Connect your Calendar" : "Připojit kalendář",
"Connect your Contacts" : "Připojit kontakty",
"Documentation" : "Dokumentace",
- "Access files via WebDAV" : "Přistupovat k souborům přes WebDAV"
+ "Access files via WebDAV" : "Přistupovat k souborům přes WebDAV",
+ "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"%s\">website</a>." : "Více informací naleznete v <a target=\"_blank\" href=\"%s\">dokumentaci</a> a na našem <a target=\"_blank\" href=\"%s\">webu</a>."
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
index 124f25d2..6fe2a468 100644
--- a/l10n/cs_CZ.php
+++ b/l10n/cs_CZ.php
@@ -9,6 +9,7 @@ $TRANSLATIONS = array(
"Connect your Calendar" => "Připojit kalendář",
"Connect your Contacts" => "Připojit kontakty",
"Documentation" => "Dokumentace",
-"Access files via WebDAV" => "Přistupovat k souborům přes WebDAV"
+"Access files via WebDAV" => "Přistupovat k souborům přes WebDAV",
+"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"%s\">website</a>." => "Více informací naleznete v <a target=\"_blank\" href=\"%s\">dokumentaci</a> a na našem <a target=\"_blank\" href=\"%s\">webu</a>."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";