cs_CZ.php
1.02 KB
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Vítejte v %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Váš osobní poskytovatel webových služeb. Všechny vaše soubory, kontakty, kalendáře a další, na jednom místě.",
"Get the apps to sync your files" => "Získat aplikace pro synchronizaci vašich souborů",
"Connect your desktop apps to %s" => "Propojte své aplikace s %s",
"Connect your Calendar" => "Připojit kalendář",
"Connect your Contacts" => "Připojit kontakty",
"Access files via WebDAV" => "Přistupovat k souborům skrze WebDAV",
"Documentation" => "Dokumentace",
"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>."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";