diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-07-18 00:12:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-07-18 00:12:04 +0000 |
commit | ad9b458c7437e20be7d5a93ce383effe354bfeba (patch) | |
tree | 1084a3e75df8e9309ec2fc2f69d651c86fe4cd92 /apps/files/l10n/cs.js | |
parent | 81148e64f85a912a18929d222d96543f92bcaa75 (diff) | |
download | nextcloud-server-ad9b458c7437e20be7d5a93ce383effe354bfeba.tar.gz nextcloud-server-ad9b458c7437e20be7d5a93ce383effe354bfeba.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 9d28d258b7a..6d6380f46e4 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -6,13 +6,13 @@ OC.L10N.register( "Unknown error" : "Neznámá chyba", "All files" : "Všechny soubory", "Recent" : "Nedávné", + "Favorites" : "Oblíbené", "File could not be found" : "Soubor nelze nalézt", "Move or copy" : "Přesunout nebo zkopírovat", "Download" : "Stáhnout", "Delete" : "Smazat", "Home" : "Domů", "Close" : "Zavřít", - "Favorites" : "Oblíbené", "Could not create folder \"{dir}\"" : "Nelze vytvořit adresář \"{dir}\"", "Upload cancelled." : "Odesílání zrušeno.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů", @@ -148,9 +148,6 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru.", "No favorites yet" : "Zatím nic oblíbeného", "Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a adresáře označené jako oblíbené", - "Shared with you" : "Sdíleno s vámi", - "Shared with others" : "Sdíleno s ostatními", - "Shared by link" : "Sdíleno pomocí odkazu", "Tags" : "Značky", "Deleted files" : "Odstraněné soubory", "Text file" : "Textový soubor", @@ -158,6 +155,9 @@ OC.L10N.register( "Move" : "Přesunout", "A new file or folder has been <strong>deleted</strong>" : "Nový soubor nebo adresář byl <strong>smazán</strong>", "A new file or folder has been <strong>restored</strong>" : "Nový soubor nebo adresář byl <strong>obnoven</strong>", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použít tuto adresu <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> pro přístup k souborům přes WebDAV</a>" + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použít tuto adresu <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> pro přístup k souborům přes WebDAV</a>", + "Shared with you" : "Sdíleno s vámi", + "Shared with others" : "Sdíleno s ostatními", + "Shared by link" : "Sdíleno pomocí odkazu" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |