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/cs.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/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index ad23e54a681..bb0dde958c9 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -168,7 +168,6 @@ OC.L10N.register( "Settings" : "Nastavení", "Show hidden files" : "Zobrazit skryté soubory", "WebDAV" : "WebDAV", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použijte tuto adresu pro <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">přístup k vašim souborům přes WebDAV</a>", "Toggle grid view" : "Vyp/zap. zobrazení v mřížce", "No files in here" : "Žádné soubory", "Upload some content or sync with your devices!" : "Nahrajte nějaký obsah nebo synchronizujte se svými přístroji!", @@ -189,6 +188,7 @@ OC.L10N.register( "New text file.txt" : "Nový textový soubor.txt", "%s of %s used" : "%s z %s použito", "%1$s%% of %2$s used" : "použito %1$s%% z %2$s", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použijte tuto adresu pro <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">přístup k vašim souborům přes WebDAV</a>", "Cannot transfter ownership of a file or folder you don't own" : "Není možné převést vlastnictví souboru nebo složky, která vám nenáleží" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |