owncloud/core

View on GitHub
apps/files_sharing/l10n/sk_SK.js

Summary

Maintainability
A
0 mins
Test Coverage
OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "Zdieľanie server-server nie je na tomto serveri povolené",
    "The mountpoint name contains invalid characters." : "Názov pripojovacieho bodu obsahuje nepovolené znaky.",
    "Storage not valid" : "Neplatné úložisko",
    "Shared with you" : "Zdieľané s vami",
    "Shared with others" : "Zdieľané s ostatnými",
    "Shared by link" : "Zdieľané pomocou odkazu",
    "Uploading..." : "Nahrávam...",
    "Nothing shared with you yet" : "Zatiaľ s vami nikto nič nezdieľal.",
    "Files and folders others share with you will show up here" : "Tu budú zobrazené súbory a priečinky, ktoré s vami zdieľajú ostatní",
    "Nothing shared yet" : "Zatiaľ nie je nič zdieľané",
    "Files and folders you share will show up here" : "Súbory a priečinky, ktoré zdieľate, budú zobrazené tu",
    "No shared links" : "Žiadne zdieľané odkazy",
    "Files and folders you share by link will show up here" : "Súbory a priečinky, ktoré zdieľate ako odkazy, budú zobrazené tu",
    "Cancel" : "Zrušiť",
    "You can upload into this folder" : "Môžete nahrávať do tohto priečinka",
    "Add" : "Pridať",
    "No ownCloud installation (7 or higher) found at {remote}" : "Nebola nájdená inštalácia ownCloudu (7 alebo vyššia) {remote}",
    "Invalid ownCloud url" : "Chybná ownCloud url",
    "Share" : "Zdieľať",
    "No expiration date set" : "Nie je nastavený dátum expirácie",
    "Declined" : "Odmietnuté",
    "Pending" : "Čaká",
    "Shared by" : "Zdieľa",
    "Sharing" : "Zdieľanie",
    "A file or folder has been <strong>shared</strong>" : "Súbor alebo priečinok bol <strong>zdieľaný</strong>",
    "A file or folder was shared from <strong>another server</strong>" : "Súbor alebo priečinok bol vyzdieľaný z <strong>iného servera</strong>",
    "A public shared file or folder was <strong>downloaded</strong>" : "Verejne zdieľaný súbor alebo priečinok bol <strong>stiahnutý</strong>",
    "%1$s unshared %2$s from you" : "%1$s už s vami nezdieľa %2$s",
    "Public shared folder %1$s was downloaded" : "Verejne zdieľaný priečinok %1$s bol stiahnutý",
    "Public shared file %1$s was downloaded" : "Verejne zdieľaný súbor %1$s bol stiahnutý",
    "You shared %1$s with %2$s" : "Bol zdieľaný %1$s s %2$s",
    "%2$s shared %1$s with %3$s" : "%2$s zdieľané %1$s s %3$s",
    "You shared %1$s with group %2$s" : "Bol zdieľaný %1$s so skupinou %2$s",
    "%2$s shared %1$s with group %3$s" : "%2$s zdieľané %1$s so skupinou %3$s",
    "%2$s shared %1$s via link" : "%2$s zdieľané %1$s pomocou linky",
    "You shared %1$s via link" : "Zdieľate %1$s prostredníctvom odkazu",
    "%2$s shared %1$s with you" : "%2$s vám zdieľal %1$s",
    "Downloaded via public link" : "Stiahnuté prostredníctvom verejného odkazu",
    "Shared with %2$s" : "Zdieľané s %2$s",
    "Shared with %3$s by %2$s" : "Zdieľané s %3$s prostredníctvom %2$s",
    "Shared with group %2$s" : "Zdieľané so skupinou %2$s",
    "Shared with group %3$s by %2$s" : "Zdieľané so skupinou %3$s prostredníctvom %2$s",
    "Shared via link by %2$s" : "Zdieľané prostredníctvom odkazu s %2$s",
    "Shared via public link" : "Zdieľané prostredníctvom verejného odkazu",
    "Shared by %2$s" : "Zdieľané s %2$s",
    "Shares" : "Zdieľanie",
    "Share API is disabled" : "API na zdieľanie je zakázané",
    "Could not delete share" : "Nie je možné vymazať zdieľanie",
    "Please specify a file or folder path" : "Prosím zadajte cestu ku súboru alebo adresáru",
    "Please specify a valid user" : "Prosím zadajte platného pouźívateľa",
    "Accept" : "Schváliť",
    "Decline" : "Odmietnuť",
    "This share is password-protected" : "Toto zdieľanie je chránené heslom",
    "Password" : "Heslo",
    "The password is wrong. Try again." : "Heslo je chybné. Skúste to znova.",
    "Proceed" : "Vykonať",
    "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
    "Name" : "Názov",
    "Share time" : "Čas zdieľania",
    "Expiration date" : "Dátum expirácie",
    "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"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");