diff options
Diffstat (limited to 'apps/comments/l10n/fi.js')
-rw-r--r-- | apps/comments/l10n/fi.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/fi.js b/apps/comments/l10n/fi.js index 60e0931eaad..a6171673e0c 100644 --- a/apps/comments/l10n/fi.js +++ b/apps/comments/l10n/fi.js @@ -19,13 +19,13 @@ OC.L10N.register( "Retry" : "Yritä uudelleen", "Failed to mark comments as read" : "Kommenttien merkitseminen luetuksi epäonnistui", "Unable to load the comments list" : "Kommenttilistaa ei voitu ladata", - "_%n unread comment_::_%n unread comments_" : ["%n lukematon kommentti","%n lukematonta kommenttia"], "_1 new comment_::_{unread} new comments_" : ["1 uusi kommentti","{unread} uutta kommenttia"], "Comment" : "Kommentti", "An error occurred while trying to edit the comment" : "Kommenttia muokatessa tapahtui virhe", "Comment deleted" : "Kommentti poistettu", "An error occurred while trying to delete the comment" : "Kommenttia poistaessa tapahtui virhe", "An error occurred while trying to create the comment" : "Kommenttia luodessa tapahtui virhe", - "%1$s commented" : "%1$s kommentoi" + "%1$s commented" : "%1$s kommentoi", + "_%n unread comment_::_%n unread comments_" : ["%n lukematon kommentti","%n lukematonta kommenttia"] }, "nplurals=2; plural=(n != 1);"); |