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
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/cs_CZ.php')
-rw-r--r--l10n/cs_CZ.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
index 6fe2a468..6246dd83 100644
--- a/l10n/cs_CZ.php
+++ b/l10n/cs_CZ.php
@@ -1,7 +1,7 @@
<?php
$TRANSLATIONS = array(
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Přiistupujte a sdílejte své soubory, kalendáře, kontakty emaily a další z jakéhokoliv přístroje, dle vlastních podmínek",
-"Get the apps to sync your files" => "Získat aplikace pro synchronizaci vašich souborů",
+"Get the apps to sync your files" => "Získat aplikace pro synchronizaci souborů",
"Desktop client" => "Aplikace pro počítač",
"Android app" => "Aplikace pro Android",
"iOS app" => "iOS aplikace",
@@ -10,6 +10,7 @@ $TRANSLATIONS = array(
"Connect your Contacts" => "Připojit kontakty",
"Documentation" => "Dokumentace",
"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>."
+"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>.",
+"If you like Nextcloud,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud is a great open software to sync and share your files.\n\t\tYou can freely get it from https://nextcloud.com\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">contribute back</a>!" => "Pokud se vám Nextcloud líbí,\n\t<a href=\"mailto:?subject=Nextcloud\n\t\t&body=Nextcloud is a great open software to sync and share your files.\n\t\tYou can freely get it from https://nextcloud.com\">\n\t\tdoporučte jej svým přátelům</a>\n\ta <a href=\"https://nextcloud.com/contribute/\"\n\t\ttarget=\"_blank\">přispějte k jeho vývoji</a>!"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";