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

sk_SK.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8471370e83637970641b39e4373b642a87f2780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Zdieľanie server-server nie je na tomto serveri povolené",
"Couldn't add remote share" => "Nemožno pridať vzdialené zdieľanie",
"Shared with you" => "Zdieľané s vami",
"Shared with others" => "Zdieľané s ostanými",
"Shared by link" => "Zdieľané pomocou odkazu",
"No files have been shared with you yet." => "Zatiaľ s vami nikto žiadne súbory nezdieľal.",
"You haven't shared any files yet." => "Zatiaľ ste nezdieľali žiadne súbory.",
"You haven't shared any files by link yet." => "Zatiaľ ste pomocou odkazu nezdieľali žiaden súbor.",
"Add {name} from {owner}@{remote}" => "Pridať {name} z {owner}@{remote}",
"No ownCloud installation found at {remote}" => "Žiadna ownCloud inštancia na {remote}",
"Invalid ownCloud url" => "Chybná ownCloud url",
"Shared by {owner}" => "Zdieľa {owner}",
"Shared by" => "Zdieľa",
"This share is password-protected" => "Toto zdieľanie je chránené heslom",
"The password is wrong. Try again." => "Heslo je chybné. Skúste to znova.",
"Password" => "Heslo",
"Name" => "Názov",
"Share time" => "Čas zdieľania",
"Sorry, this link doesn’t seem to work anymore." => "To je nepríjemné, ale tento odkaz už nie je funkčný.",
"Reasons might be:" => "Možné dôvody:",
"the item was removed" => "položka bola presunutá",
"the link expired" => "linke vypršala platnosť",
"sharing is disabled" => "zdieľanie je zakázané",
"For more info, please ask the person who sent this link." => "Pre viac informácií kontaktujte osobu, ktorá vám poslala tento odkaz.",
"Save to ownCloud" => "Uložiť do ownCloud",
"example.com/owncloud" => "example.com/owncloud",
"Save" => "Uložiť",
"Download" => "Sťahovanie",
"Download %s" => "Stiahnuť %s",
"Direct link" => "Priama linka",
"Allow other instances to mount public links shared from this server" => "Povoliť ďalším inštanciám pripojiť verejné odkazy zdieľané z tohto servera",
"Allow users to mount public link shares" => "Povoliť používateľom pripojiť sa na zdieľané verejné odkazy"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";