nextcloud/apps/files_sharing/l10n/sk_SK.php

20 lines
990 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
"The password is wrong. Try again." => "Heslo je chybné. Skúste to znova.",
2012-09-07 04:07:22 +04:00
"Password" => "Heslo",
"Submit" => "Odoslať",
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.",
2012-10-02 04:06:08 +04:00
"%s shared the folder %s with you" => "%s zdieľa s vami priečinok %s",
"%s shared the file %s with you" => "%s zdieľa s vami súbor %s",
2013-04-27 04:24:29 +04:00
"Download" => "Sťahovanie",
2013-06-30 04:13:07 +04:00
"Upload" => "Odoslať",
"Cancel upload" => "Zrušiť odosielanie",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Žiaden náhľad k dispozícii pre"
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;";