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 c347fbaf2e7..5b057b8ea5d 100644 --- a/apps/comments/l10n/gl.js +++ b/apps/comments/l10n/gl.js @@ -30,7 +30,7 @@ OC.L10N.register( "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", "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Mencionárono en «{file}», nun comentario dun usuario que xa foi eliminado", - "_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"], - "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "«@» para mencións, «:» para «emoji», «/» para selector intelixente" + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "«@» para mencións, «:» para «emoji», «/» para selector intelixente", + "_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"] }, "nplurals=2; plural=(n != 1);"); |