diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-16 18:31:59 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-16 18:31:59 +0200 |
commit | 717e22267a1c23dda1b25b9d01bb1fada9ce8ab7 (patch) | |
tree | 544774d1018e19d462e79360b3fc86b6cdd39b16 /apps/comments/l10n/cs_CZ.js | |
parent | 4946cc220de5926ef86dc8557ffb5c990f6482d3 (diff) | |
parent | 9db189174c26326bbb58d96f614a415cd15542d1 (diff) | |
download | nextcloud-server-717e22267a1c23dda1b25b9d01bb1fada9ce8ab7.tar.gz nextcloud-server-717e22267a1c23dda1b25b9d01bb1fada9ce8ab7.zip |
Merge branch 'master' into implement_712
Diffstat (limited to 'apps/comments/l10n/cs_CZ.js')
-rw-r--r-- | apps/comments/l10n/cs_CZ.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/l10n/cs_CZ.js b/apps/comments/l10n/cs_CZ.js index 0653209616c..9a1e18950d2 100644 --- a/apps/comments/l10n/cs_CZ.js +++ b/apps/comments/l10n/cs_CZ.js @@ -21,6 +21,7 @@ OC.L10N.register( "You commented" : "Okomentoval(a) jsi", "%1$s commented" : "%1$s okomentován", "You commented on %2$s" : "Okomentoval(a) jsi %2$s", - "%1$s commented on %2$s" : "%1$s okomentoval %2$s" + "%1$s commented on %2$s" : "%1$s okomentoval %2$s", + "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |