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.

16 lines
891 B

  1. {
  2. "@metadata": {
  3. "authors": [
  4. "thibault marin"
  5. ]
  6. },
  7. "refbase-desc": "This extension allows inclusion of bibliographic references from a refbase installation.",
  8. "refbase-error-tagtype" : "Unsupported tag type (should be 'serial' or 'citekey').",
  9. "refbase-error-outputtype" : "Unsupported output type (should be 'cite_journal', 'cite' or 'link').",
  10. "refbase-error-dbquery" : "Error in database query: ",
  11. "refbase-error-mysqlconn" : "Could not connect to mysql database.",
  12. "refbase-error-mysqldb" : "Could not select mysql database: ",
  13. "refbase-error-notfound" : "Entry not found.",
  14. "refbase-error-cite_journal-type": "cite_journal mode can only display journal articles.",
  15. "refbase-error-citation-type" : "Citation type unsupported (should be 'minimal' or 'rb-???')."
  16. }