diff options
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 |