summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/sk_SK.php
blob: d759b45ab551316941d1d648e6afadc862f4cdec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$TRANSLATIONS = array(
"Saved" => "Uložené",
"Reset" => "Resetovať",
"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",
"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.",
"Download" => "Sťahovanie",
"Download %s" => "Stiahnuť %s",
"Direct link" => "Priama linka",
"Save" => "Uložiť"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";