diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-21 01:55:15 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-21 01:55:15 -0500 |
commit | b8ab21d3ad7bc65fd4a1c915cea7f0954f5a4548 (patch) | |
tree | efb832c643d1022e0fedbc7ca6d3bfe1ee875f97 /apps/files_sharing/l10n/sk_SK.js | |
parent | 2ed2a7c7a8f282314975844835e1eed283b71f67 (diff) | |
download | nextcloud-server-b8ab21d3ad7bc65fd4a1c915cea7f0954f5a4548.tar.gz nextcloud-server-b8ab21d3ad7bc65fd4a1c915cea7f0954f5a4548.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/sk_SK.js')
-rw-r--r-- | apps/files_sharing/l10n/sk_SK.js | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/sk_SK.js b/apps/files_sharing/l10n/sk_SK.js index b9ed2765bf5..d7df97d53ea 100644 --- a/apps/files_sharing/l10n/sk_SK.js +++ b/apps/files_sharing/l10n/sk_SK.js @@ -2,22 +2,39 @@ 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.", "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", + "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", "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 (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ť", "Shared by" : "Zdieľa", + "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>", + "You received a new remote share from %s" : "Dostali ste nové vzdialené zdieľanie z %s", + "%1$s accepted remote share %2$s" : "%1$s povolil vzdialené zdieľanie %2$s", + "%1$s declined remote share %2$s" : "%1$s odmietol vzdialené zdieľanie %2$s", + "%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ý", "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", + "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené", "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ý.", @@ -29,6 +46,9 @@ OC.L10N.register( "Add to your ownCloud" : "Pridať do svojho ownCloudu", "Download" : "Sťahovanie", "Download %s" : "Stiahnuť %s", - "Direct link" : "Priama linka" + "Direct link" : "Priama linka", + "Server-to-Server Sharing" : "Zdieľanie medzi servermi", + "Allow users on this server to send shares to other servers" : "Povoliť používateľom z tohoto servera posielať zdieľania na iné servery", + "Allow users on this server to receive shares from other servers" : "Povoliť používateľom z tohoto servera prijímať zdieľania z iných serverov" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |