diff options
Diffstat (limited to 'apps/comments/l10n/is.js')
-rw-r--r-- | apps/comments/l10n/is.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/is.js b/apps/comments/l10n/is.js index ea177d8c0f0..c9f3009b8b1 100644 --- a/apps/comments/l10n/is.js +++ b/apps/comments/l10n/is.js @@ -15,7 +15,6 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "Villa kom upp við að reyna að ná í athugasemd með auðkenninu {id}", "Error occurred while updating comment with id {id}" : "Villa kom upp við að reyna að uppfæra athugasemd með auðkenninu {id}", "Error occurred while posting comment" : "Villa kom upp við að senda inn athugasemd", - "{count} unread comments" : "{count} ólesnar athugasemdir", "Comment" : "Athugasemd", "<strong>Comments</strong> for files" : "<strong>Athugasemdir</strong> við skrár", "You commented" : "Þú settir inn athugasemd", @@ -24,6 +23,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s setti inn athugasemd um %2$s", "Type in a new comment..." : "Skrifaðu inn nýja athugasemd...", "No other comments available" : "Engar aðrar athugasemdir eru tiltækar", - "More comments..." : "Fleiri athugasemdir..." + "More comments..." : "Fleiri athugasemdir...", + "{count} unread comments" : "{count} ólesnar athugasemdir" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |