diff options
Diffstat (limited to 'apps/comments/l10n/gl.js')
-rw-r--r-- | apps/comments/l10n/gl.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/comments/l10n/gl.js b/apps/comments/l10n/gl.js index 6c47e94c099..4541188aff7 100644 --- a/apps/comments/l10n/gl.js +++ b/apps/comments/l10n/gl.js @@ -15,12 +15,19 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Engadido da aplicación de ficheiros para engadir comentarios aos ficheiros", "Edit comment" : "Editar comentario", "Delete comment" : "Eliminar comentario", + "Cancel edit" : "Anular a edición", + "Post comment" : "Publicar comentario", "No comments yet, start the conversation!" : "Aínda non hai comentarios, comeza a conversa!", + "No more messages" : "Non hai máis mensaxes", "Retry" : "Volver tentar", + "Unable to load the comments list" : "Non foi 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 mentres tentaba editar o comentario", "Comment deleted" : "Comentario eliminado", + "An error occurred while trying to delete the comment" : "Produciuse un erro mentres tentaba eliminar o comentario", + "An error occurred while trying to create the comment" : "Produciuse un erro mentres tentaba crear o comentario", "New comment …" : "Comentario novo…", "Post" : "Publicar", "Cancel" : "Cancelar", |