diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-08-15 00:12:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-08-15 00:12:16 +0000 |
commit | f3124b5052c0fd8647f816a91b6d250c2570279c (patch) | |
tree | b8bb98816b7e69358c9b3f4f826aefe0df23209d /apps/comments | |
parent | 282ca057d29e500a55f08375c13f67b012300dde (diff) | |
download | nextcloud-server-f3124b5052c0fd8647f816a91b6d250c2570279c.tar.gz nextcloud-server-f3124b5052c0fd8647f816a91b6d250c2570279c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/is.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/is.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/comments/l10n/is.js b/apps/comments/l10n/is.js index f32e49d37c5..3036d572db6 100644 --- a/apps/comments/l10n/is.js +++ b/apps/comments/l10n/is.js @@ -21,6 +21,7 @@ OC.L10N.register( "You commented" : "Þú settir inn athugasemd", "%1$s commented" : "%1$s setti inn athugasemd", "You commented on %2$s" : "Þú settir inn athugasemd við %2$s", - "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s" + "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s", + "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/comments/l10n/is.json b/apps/comments/l10n/is.json index c70a192f529..3e91e4ecc48 100644 --- a/apps/comments/l10n/is.json +++ b/apps/comments/l10n/is.json @@ -19,6 +19,7 @@ "You commented" : "Þú settir inn athugasemd", "%1$s commented" : "%1$s setti inn athugasemd", "You commented on %2$s" : "Þú settir inn athugasemd við %2$s", - "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s" + "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s", + "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file |