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

cs_CZ.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6839bcd520ac266568387faff8230a2f6d3f479a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"A safe home for all your data" => "Bezpečné místo pro všechna vaše data",
"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ů",
"Desktop client" => "Aplikace pro počítač",
"Android app" => "Aplikace pro Android",
"iOS app" => "iOS aplikace",
"Connect your desktop apps to %s" => "Propojte své aplikace s %s",
"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",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Více informací naleznete v <a target=\"_blank\" href=\"%s\">dokumentaci</a> a na našem <a target=\"_blank\" href=\"http://owncloud.org\">webu</a>.",
"If you like ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files.\n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" => "Pokud se vám ownCloud líbí,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud je výborný otevřený software pro synchronizaci a sdílení vlastních souborů.\n\t\tLze jej zdarma stáhnout na http://owncloud.org\">\n\t\tdoporučte jej svým přátelům</a>\n\ta <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">šiřte osvětu</a>!"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";