diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/it.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/it.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/ko.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/ko.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js index e2ddcb6d743..dbefe31f87a 100644 --- a/apps/comments/l10n/it.js +++ b/apps/comments/l10n/it.js @@ -15,6 +15,7 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "Si è verificato un errore durante il tentativo di recupero del commento con id {id}", "Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}", "Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento.", + "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"], "Comment" : "Commento", "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", "You commented" : "Hai commentato", diff --git a/apps/comments/l10n/it.json b/apps/comments/l10n/it.json index fc120bc9500..fcbd3f8c604 100644 --- a/apps/comments/l10n/it.json +++ b/apps/comments/l10n/it.json @@ -13,6 +13,7 @@ "Error occurred while retrieving comment with id {id}" : "Si è verificato un errore durante il tentativo di recupero del commento con id {id}", "Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}", "Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento.", + "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"], "Comment" : "Commento", "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", "You commented" : "Hai commentato", diff --git a/apps/comments/l10n/ko.js b/apps/comments/l10n/ko.js index 2bea9aea01a..cb89b09aabc 100644 --- a/apps/comments/l10n/ko.js +++ b/apps/comments/l10n/ko.js @@ -15,6 +15,7 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "댓글을 가져오는 중 오류가 발생했습니다 {ID}", "Error occurred while updating comment with id {id}" : "댓글을 업데이트하는 동안 오류가 발생했습니다 {ID}", "Error occurred while posting comment" : "댓글을 게시하는 중 오류가 발생했습니다", + "_%n unread comment_::_%n unread comments_" : ["읽지 않은 댓글 %n개"], "Comment" : "설명", "<strong>Comments</strong> for files" : "파일의 <strong>댓글</strong>", "You commented" : "댓글을 달았습니다", diff --git a/apps/comments/l10n/ko.json b/apps/comments/l10n/ko.json index 79394d52bea..61a6020a76e 100644 --- a/apps/comments/l10n/ko.json +++ b/apps/comments/l10n/ko.json @@ -13,6 +13,7 @@ "Error occurred while retrieving comment with id {id}" : "댓글을 가져오는 중 오류가 발생했습니다 {ID}", "Error occurred while updating comment with id {id}" : "댓글을 업데이트하는 동안 오류가 발생했습니다 {ID}", "Error occurred while posting comment" : "댓글을 게시하는 중 오류가 발생했습니다", + "_%n unread comment_::_%n unread comments_" : ["읽지 않은 댓글 %n개"], "Comment" : "설명", "<strong>Comments</strong> for files" : "파일의 <strong>댓글</strong>", "You commented" : "댓글을 달았습니다", |