diff options
Diffstat (limited to 'apps/comments/l10n/et_EE.js')
-rw-r--r-- | apps/comments/l10n/et_EE.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/comments/l10n/et_EE.js b/apps/comments/l10n/et_EE.js index ddebbc786a4..96542e6f412 100644 --- a/apps/comments/l10n/et_EE.js +++ b/apps/comments/l10n/et_EE.js @@ -16,6 +16,7 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "Kommentaari {id} laadimisel tekkis tõrge", "Error occurred while updating comment with id {id}" : "Kommentaari {id} uuendamisel tekkis tõrge", "Error occurred while posting comment" : "Viga kommentaari postitamisel", + "_%n unread comment_::_%n unread comments_" : ["%n lugemata kommentaar","%n lugemata kommentaari"], "Comment" : "Kommentaar", "You commented" : "Sa kommenteerisid", "%1$s commented" : "%1$s kommenteeris", @@ -24,6 +25,10 @@ OC.L10N.register( "You commented on {file}" : "Sa kommenteerisid faili {file}", "%1$s commented on %2$s" : "%1$s kommenteeris %2$s", "{author} commented on {file}" : "{author} kommenteeris faili {file}", - "<strong>Comments</strong> for files" : "<strong>kommentaari</strong> ffailidele" + "<strong>Comments</strong> for files" : "<strong>kommentaari</strong> ffailidele", + "A (now) deleted user mentioned you in a comment on “%s”" : "Kustutatud kasutaja mainis sind \"%s\" kommentaaris", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Kustutatud kasutaja mainis sind faili \"{file}\" kommentaaris", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris", + "{user} mentioned you in a comment on “{file}”" : "{user} mainis sind faili “{file}” kommentaaris" }, "nplurals=2; plural=(n != 1);"); |