diff options
Diffstat (limited to 'apps/files_sharing/l10n/sk_SK.php')
-rw-r--r-- | apps/files_sharing/l10n/sk_SK.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/sk_SK.php b/apps/files_sharing/l10n/sk_SK.php index d759b45ab55..7e3a7cef678 100644 --- a/apps/files_sharing/l10n/sk_SK.php +++ b/apps/files_sharing/l10n/sk_SK.php @@ -1,5 +1,12 @@ <?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}", @@ -8,6 +15,7 @@ $TRANSLATIONS = array( "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á", @@ -17,6 +25,9 @@ $TRANSLATIONS = array( "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;"; |