diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-08 00:06:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-08 00:06:50 +0000 |
commit | 0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9 (patch) | |
tree | 949dc5ad36f9bd2da7ed0e8baf04d78ca630111f /apps/files/l10n/cs_CZ.js | |
parent | 9e7824f3edcb498447915a396e93678ddb6f5768 (diff) | |
download | nextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.tar.gz nextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/cs_CZ.js')
-rw-r--r-- | apps/files/l10n/cs_CZ.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/cs_CZ.js b/apps/files/l10n/cs_CZ.js index 8a376359c0e..3c9bec61dd3 100644 --- a/apps/files/l10n/cs_CZ.js +++ b/apps/files/l10n/cs_CZ.js @@ -96,6 +96,7 @@ OC.L10N.register( "Upload" : "Odeslat", "An error occurred while trying to update the tags" : "Při pokusu o úpravu tagů nastala chyba", "A new file or folder has been <strong>created</strong>" : "Byl <strong>vytvořen</strong> nový soubor nebo adresář", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Soubor nebo adresář byl <strong>změněn</strong> nebo <strong>přejmenován</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Omezovat oznámení o tvorbě a změnách <strong>oblíbených souborů</strong> <em>(Pouze v proudu)</em>", "A file or folder has been <strong>deleted</strong>" : "Soubor nebo adresář byl <strong>smazán</strong>", "A file or folder has been <strong>restored</strong>" : "Soubor nebo adresář byla <strong>obnoven</strong>", @@ -108,9 +109,15 @@ OC.L10N.register( "%2$s deleted %1$s" : "%2$s smazal(a) %1$s", "You restored %1$s" : "Obnovili jste %1$s", "%2$s restored %1$s" : "%2$s obnovil(a) %1$s", + "You renamed %2$s to %1$s" : "Přejmenoval jste %2$s na %1$s", + "%2$s renamed %3$s to %1$s" : "%2$s přejmenoval %3$s na %1$s", + "You moved %2$s to %1$s" : "Přesunul(a) jste %2$s na %1$s", + "%2$s moved %3$s to %1$s" : "%2$s přesunul(a) %3$s na %1$s", "Changed by %2$s" : "Změněno uživatelem %2$s", "Deleted by %2$s" : "Smazáno uživatelem %2$s", "Restored by %2$s" : "Obnoveno uživatelem %2$s", + "Renamed by %2$s" : "Přejmenováno uživatelem %2$s", + "Moved by %2$s" : "Přesunuto uživatelem %2$s", "Upload (max. %s)" : "Nahrát (max. %s)", "File handling" : "Zacházení se soubory", "Maximum upload size" : "Maximální velikost pro odesílání", |