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

sk_SK.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c67320b49185f1a49e34cc8fed39dc183057534f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Vitajte v %s",
"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",
"Connect your desktop apps to %s" => "Pripojiť svoju desktopovú aplikáciu na %s",
"Connect your Calendar" => "Pripojte svoj ​​kalendár",
"Connect your Contacts" => "Pripojte svoje kontakty",
"Access files via WebDAV" => "Pristupovať k súborom cez WebDAV",
"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>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Ak sa vám ownCloud páči, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">odporučte ho svojim priateľom</a>!"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";