Blame view
sources/apps/firstrunwizard/l10n/cs_CZ.php
1.02 KB
|
6d9380f96
|
1 2 3 |
<?php $TRANSLATIONS = array( "Welcome to %s" => "Vítejte v %s", |
|
d1bafeea1
|
4 5 |
"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ů", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Propojte své aplikace s %s", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Připojit kalendář", "Connect your Contacts" => "Připojit kontakty", "Access files via WebDAV" => "Přistupovat k souborům skrze WebDAV", |
|
6d9380f96
|
10 11 |
"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>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |