diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_sharing/l10n/sk_SK.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_sharing/l10n/sk_SK.js')
-rw-r--r-- | apps/files_sharing/l10n/sk_SK.js | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/sk_SK.js b/apps/files_sharing/l10n/sk_SK.js new file mode 100644 index 00000000000..42d7259df4f --- /dev/null +++ b/apps/files_sharing/l10n/sk_SK.js @@ -0,0 +1,40 @@ +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é", + "Invalid or untrusted SSL certificate" : "Neplatný alebo nedôveryhodný certifikát SSL", + "Couldn't add remote share" : "Nemožno pridať vzdialené zdieľanie", + "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.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcete pridať vzdialené úložisko {name} patriace používateľovi {owner}@{remote}?", + "Remote share" : "Vzdialené úložisko", + "Remote share password" : "Heslo k vzdialenému úložisku", + "Cancel" : "Zrušiť", + "Add remote share" : "Pridať vzdialené úložisko", + "No ownCloud installation found at {remote}" : "Žiadna ownCloud inštancia na {remote}", + "Invalid ownCloud url" : "Chybná ownCloud url", + "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 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.", + "Add to your ownCloud" : "Pridať do svojho ownCloudu", + "Download" : "Sťahovanie", + "Download %s" : "Stiahnuť %s", + "Direct link" : "Priama linka", + "Remote Shares" : "Vzdialené úložiská", + "Allow other instances to mount public links shared from this server" : "Povoliť ďalším inštanciám pripojiť verejné odkazy zdieľané z tohto servera", + "Allow users to mount public link shares" : "Povoliť používateľom pripojiť sa na zdieľané verejné odkazy" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |