Blame view
sources/apps/firstrunwizard/l10n/sk_SK.php
1.03 KB
|
6d9380f96
|
1 2 3 |
<?php $TRANSLATIONS = array( "Welcome to %s" => "Vitajte v %s", |
|
d1bafeea1
|
4 5 |
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Vaše osobné webové služby. Všetky vaše súbory, kontakty, kalendár a ďalšie, na jednom mieste.", "Get the apps to sync your files" => "Získať aplikácie na synchronizáciu vašich súborov", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Pripojiť svoju desktopovú aplikáciu na %s", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Pripojte svoj kalendár", "Connect your Contacts" => "Pripojte svoje kontakty", "Access files via WebDAV" => "Pristupovať k súborom cez WebDAV", |
|
6d9380f96
|
10 11 |
"Documentation" => "Dokumentácia", "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>." => "Viac informácií nájdete v <a target=\"_blank\" href=\"%s\">dokumentácii</a> a na našom <a target=\"_blank\" href=\"http://owncloud.org\">webe</a>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |