nextcloud/apps/files_sharing/l10n/sk_SK.php

34 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"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.",
"Could not load template" => "Šablónu nemožno nahrať",
"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",
"Share time" => "Čas zdieľania",
"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.",
"Download" => "Sťahovanie",
"Download %s" => "Stiahnuť %s",
"Direct link" => "Priama linka",
"Mail templates" => "Emailové šablóny",
"Theme" => "Téma",
"Template" => "Šablóna",
"Save" => "Uložiť"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";