gl.js 1.7 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Vostede comentou",
  6. "{author} commented" : "{author} comentou",
  7. "You commented on %1$s" : "Vostede comentou en %1$s",
  8. "You commented on {file}" : "Vostede comentou en {file}",
  9. "%1$s commented on %2$s" : "%1$s comentados en %2$s",
  10. "{author} commented on {file}" : "{author} comentou en {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros",
  12. "Files app plugin to add comments to files" : "Engadido da aplicación de ficheiros para engadir comentarios aos ficheiros",
  13. "Edit comment" : "Editar comentario",
  14. "Delete comment" : "Eliminar comentario",
  15. "Cancel edit" : "Cancelar a edición",
  16. "Post comment" : "Publicar comentario",
  17. "No comments yet, start the conversation!" : "Aínda non hai comentarios, comeza a conversa!",
  18. "No more messages" : "Non hai máis mensaxes",
  19. "Retry" : "Volver tentar",
  20. "Unable to load the comments list" : "Non é posíbel cargar a lista de comentarios",
  21. "_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"],
  22. "_1 new comment_::_{unread} new comments_" : ["1 comentario novo","{unread} comentarios novos"],
  23. "Comment" : "Comentario",
  24. "An error occurred while trying to edit the comment" : "Produciuse un erro mentres tentaba editar o comentario",
  25. "Comment deleted" : "Comentario eliminado",
  26. "An error occurred while trying to delete the comment" : "Produciuse un erro mentres tentaba eliminar o comentario",
  27. "An error occurred while trying to create the comment" : "Produciuse un erro mentres tentaba crear o comentario",
  28. "%1$s commented" : "%1$s comentados"
  29. },
  30. "nplurals=2; plural=(n != 1);");