diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-03-28 02:18:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-03-28 02:18:15 +0000 |
commit | df463f90be01be2d38f6cdd5b2b1a20900696b54 (patch) | |
tree | 9f02f1b16ac059cc0671613893ad0a861640c96c /apps/files/l10n/sk.js | |
parent | 463b388589134fd816f1ff3ee5ce9dc76c3e4035 (diff) | |
download | nextcloud-server-df463f90be01be2d38f6cdd5b2b1a20900696b54.tar.gz nextcloud-server-df463f90be01be2d38f6cdd5b2b1a20900696b54.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/sk.js')
-rw-r--r-- | apps/files/l10n/sk.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index c6ae814c17f..98fb164624c 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -158,6 +158,7 @@ OC.L10N.register( "Transfer {path} to {userid}" : "Previesť {path} na {userid}", "Invalid path selected" : "Bola vybraná neplatná cesta", "Ownership transfer request sent" : "Žiadosť o prevod vlastníctva bola odoslaná", + "Cannot transfer ownership of a file or folder you don't own" : "Nie je možné preniesť vlastníctvo súboru alebo priečinka, ktorý nevlastníte", "Tags" : "Štítky", "Error while loading the file data" : "Chyba pri načítaní údajov súboru", "Unable to change the favourite state of the file" : "Nie je možné zmeniť stav „obľúbené“ daného súboru", @@ -167,7 +168,6 @@ OC.L10N.register( "Settings" : "Nastavenia", "Show hidden files" : "Zobraziť skryté súbory", "WebDAV" : "WebDAV", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použiť túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">prístup ku svojím súborom cez WebDAV</a>", "Toggle grid view" : "Prepnúť zobrazenie mriežky", "No files in here" : "Nie sú tu žiadne súbory", "Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte zo svojimi zariadeniami!", @@ -187,6 +187,8 @@ OC.L10N.register( "Text file" : "Textový súbor", "New text file.txt" : "Nový text file.txt", "%s of %s used" : "Využité: %s z %s", - "%1$s%% of %2$s used" : "použité %1$s%% z %2$s" + "%1$s%% of %2$s used" : "použité %1$s%% z %2$s", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použiť túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">prístup ku svojím súborom cez WebDAV</a>", + "Cannot transfter ownership of a file or folder you don't own" : "Nie je možné preniesť vlastníctvo súboru alebo priečinka, ktorý nevlastníte" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |