You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sc.js 1.7KB

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Cummentos",
  5. "You commented" : "As cummentadu",
  6. "{author} commented" : "{author} at cummentadu",
  7. "You commented on %1$s" : "As cummentadu in %1$s",
  8. "You commented on {file}" : "As cummentadu {file}",
  9. "%1$s commented on %2$s" : "%1$s at cummentadu %2$s",
  10. "{author} commented on {file}" : "{author} at cummentadu {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Cummentos</strong> pro archìvios",
  12. "Files app plugin to add comments to files" : "Estensione de s'aplicatzione archìvios pro agiùnghere cummentos a archìvios",
  13. "Edit comment" : "Modìfica cummentu",
  14. "Delete comment" : "Cantzella cummentu",
  15. "Cancel edit" : "Annulla modìfica",
  16. "Post comment" : "Pùblica cummentu",
  17. "No comments yet, start the conversation!" : "Ancora perunu cummentu, cumintza sa cunversatzione!",
  18. "No more messages" : "Perunu àteru messàgiu",
  19. "Retry" : "Torra a proare",
  20. "Unable to load the comments list" : "Non faghet a carrigare sa lista de cummentos",
  21. "_1 new comment_::_{unread} new comments_" : ["1 cummentu nou","{unread} cummentos noos"],
  22. "Comment" : "Cummenta",
  23. "An error occurred while trying to edit the comment" : "Ddoe at àpidu un'errore proende a modificare su cummentu",
  24. "Comment deleted" : "Cummentu cantzelladu",
  25. "An error occurred while trying to delete the comment" : "B'at àpidu un'errore proende a cantzellare su cummentu",
  26. "An error occurred while trying to create the comment" : "B'at àpidu un'errore proende a creare su cummentu",
  27. "_%n unread comment_::_%n unread comments_" : ["%n cummentu non lèghidu","%n cummentos non lèghidos"]
  28. },
  29. "nplurals=2; plural=(n != 1);");