diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/es.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/ru.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/ru.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index 033496bcc9a..7ff1f13f78c 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -15,6 +15,7 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "Se ha producido un error al recuperar el comentario con ID {id}", "Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con ID {id}", "Error occurred while posting comment" : "Se ha producido un error al enviar el comentario", + "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios sin leer"], "Comment" : "Comentario", "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos", "You commented" : "Has comentado", diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index 020082d7972..998dfc87aa5 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -13,6 +13,7 @@ "Error occurred while retrieving comment with id {id}" : "Se ha producido un error al recuperar el comentario con ID {id}", "Error occurred while updating comment with id {id}" : "Se ha producido un error al actualizar el comentario con ID {id}", "Error occurred while posting comment" : "Se ha producido un error al enviar el comentario", + "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios sin leer"], "Comment" : "Comentario", "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos", "You commented" : "Has comentado", diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index a74b2c2b60b..65c4505fc98 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -15,6 +15,7 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "При получении комментария с id {id} произошла ошибка", "Error occurred while updating comment with id {id}" : "При обновлении комментария с id {id} произошла ошибка", "Error occurred while posting comment" : "При сохранении комментария произошла ошибка", + "_%n unread comment_::_%n unread comments_" : ["%n не прочитанный комментарий","%n не прочитанных комментариев","%n не прочитанных комментариев","%n не прочитанных комментариев"], "Comment" : "Комментарий", "<strong>Comments</strong> for files" : "<strong>Комментарии</strong> к файлам", "You commented" : "Вы прокомментировали", diff --git a/apps/comments/l10n/ru.json b/apps/comments/l10n/ru.json index b0851a701ac..23ba8e796e4 100644 --- a/apps/comments/l10n/ru.json +++ b/apps/comments/l10n/ru.json @@ -13,6 +13,7 @@ "Error occurred while retrieving comment with id {id}" : "При получении комментария с id {id} произошла ошибка", "Error occurred while updating comment with id {id}" : "При обновлении комментария с id {id} произошла ошибка", "Error occurred while posting comment" : "При сохранении комментария произошла ошибка", + "_%n unread comment_::_%n unread comments_" : ["%n не прочитанный комментарий","%n не прочитанных комментариев","%n не прочитанных комментариев","%n не прочитанных комментариев"], "Comment" : "Комментарий", "<strong>Comments</strong> for files" : "<strong>Комментарии</strong> к файлам", "You commented" : "Вы прокомментировали", |