diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-13 00:12:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-13 00:12:08 +0000 |
commit | 10351cb9daaae22c7d6b5c57299198987e2b3316 (patch) | |
tree | b6cf5b95fa67b8f0896084c6fa1e8db8d8248049 /apps/comments/l10n | |
parent | 2e72efef3b8011b62ee05ee47a98ff48c023e8ac (diff) | |
download | nextcloud-server-10351cb9daaae22c7d6b5c57299198987e2b3316.tar.gz nextcloud-server-10351cb9daaae22c7d6b5c57299198987e2b3316.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/cs.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/cs.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js index af49206e39f..9013e80dd70 100644 --- a/apps/comments/l10n/cs.js +++ b/apps/comments/l10n/cs.js @@ -32,6 +32,6 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům", "Unknown user" : "Neznámý uživatel", "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní již smazaný uživatel vás zmínil v komentáři u \"{file}\"" + "A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní už smazaný uživatel vás zmínil v komentáři u „{file}“" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/comments/l10n/cs.json b/apps/comments/l10n/cs.json index 390f13bf54c..ae88c69419d 100644 --- a/apps/comments/l10n/cs.json +++ b/apps/comments/l10n/cs.json @@ -30,6 +30,6 @@ "Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům", "Unknown user" : "Neznámý uživatel", "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní již smazaný uživatel vás zmínil v komentáři u \"{file}\"" + "A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní už smazaný uživatel vás zmínil v komentáři u „{file}“" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file |