oc.js 1.7 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentaris",
  5. "You commented" : "Avètz comentat",
  6. "{author} commented" : "{author} a comentat",
  7. "You commented on %1$s" : "Comentèretz %1$s",
  8. "You commented on {file}" : "Comentèretz {file}",
  9. "%1$s commented on %2$s" : "%1$s comentèt %2$s",
  10. "{author} commented on {file}" : "{author} comentèt {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> de fichièrs",
  12. "Files app plugin to add comments to files" : "Extension d’aplication Fichièrs per apondre de comentaris als fichièrs",
  13. "Edit comment" : "Modificar lo comentari",
  14. "Delete comment" : "Suprimir lo comentari",
  15. "Cancel edit" : "Anullar la modificacion",
  16. "Post comment" : "Publicar lo comentari",
  17. "No comments yet, start the conversation!" : "Cap de comentari pel moment, començat la conversacion !",
  18. "No more messages" : "Pas mai de messatge",
  19. "Retry" : "Tornar ensajar",
  20. "Unable to load the comments list" : "Cargament impossible de la lista dels comentaris",
  21. "_%n unread comment_::_%n unread comments_" : ["%n comentari pas legit","%n comentaris pas legits"],
  22. "_1 new comment_::_{unread} new comments_" : ["1 comentari novèl","{unread} comentaris novèls"],
  23. "Comment" : "Comentar",
  24. "An error occurred while trying to edit the comment" : "Error en ensajant de modificar lo comentari",
  25. "Comment deleted" : "Comentari suprimit",
  26. "An error occurred while trying to delete the comment" : "Error en ensajant de suprimir lo comentari",
  27. "An error occurred while trying to create the comment" : "Error en ensajant de crear lo comentari",
  28. "%1$s commented" : "%1$s a comentat"
  29. },
  30. "nplurals=2; plural=(n > 1);");