nextcloud/apps/files_sharing/l10n/sk_SK.php

27 lines
1.4 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-11 09:55:07 +04:00
"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.",
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Zdieľa {owner}",
2014-06-01 09:55:19 +04:00
"Shared by" => "Zdieľa",
2013-10-27 10:32:11 +04:00
"This share is password-protected" => "Toto zdieľanie je chránené heslom",
2013-08-09 16:06:31 +04:00
"The password is wrong. Try again." => "Heslo je chybné. Skúste to znova.",
2012-09-07 04:07:22 +04:00
"Password" => "Heslo",
2014-06-01 09:55:19 +04:00
"Name" => "Názov",
2014-06-11 09:55:07 +04:00
"Share time" => "Čas zdieľania",
2013-08-09 16:06:31 +04:00
"Sorry, this link doesnt 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.",
2014-05-04 09:56:15 +04:00
"Download" => "Sťahovanie",
2014-04-01 09:56:15 +04:00
"Download %s" => "Stiahnuť %s",
2014-06-14 09:55:24 +04:00
"Direct link" => "Priama linka"
2012-09-07 04:07:22 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";