diff options
Diffstat (limited to 'apps/comments/l10n/gl.js')
-rw-r--r-- | apps/comments/l10n/gl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/gl.js b/apps/comments/l10n/gl.js index 5e17898ac0a..e856bd113d5 100644 --- a/apps/comments/l10n/gl.js +++ b/apps/comments/l10n/gl.js @@ -21,13 +21,13 @@ OC.L10N.register( "Retry" : "Tentar de novo", "Failed to mark comments as read" : "Produciuse un fallo ao marcar os comentarios como lidos", "Unable to load the comments list" : "Non é posíbel cargar a lista de comentarios", - "_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"], "_1 new comment_::_{unread} new comments_" : ["1 comentario novo","{unread} comentarios novos"], "Comment" : "Comentario", "An error occurred while trying to edit the comment" : "Produciuse un erro cando tentaba editar o comentario", "Comment deleted" : "Comentario eliminado", "An error occurred while trying to delete the comment" : "Produciuse un erro cando tentaba eliminar o comentario", "An error occurred while trying to create the comment" : "Produciuse un erro cando tentaba crear o comentario", - "%1$s commented" : "%1$s comentados" + "%1$s commented" : "%1$s comentados", + "_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"] }, "nplurals=2; plural=(n != 1);"); |