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: bd41d8463988ac67df7b9bb8c99c289b01d7b5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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",
"Desktop client" => "Desktopový klient",
"Android app" => "Android aplikácia",
"iOS app" => "iOS aplikácia",
"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,\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>!" => "Ak sa vám ownCloud páči, <a href=\"mailto:?subject=ownCloud&body=ownCloud je skvelý open source program na synchronizáciu a zdieľanie vašich súborov. Zadarmo si ho môžete stiahnuť z http://owncloud.org\">odporučte ho svojim priateľom</a> a <a href=\"http://owncloud.org/promote\" target=\"_blank\">povedzte o ňom ostatným</a>!"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";