Refbase update_2021-01-28_15_58

This commit is contained in:
root
2021-01-28 15:58:21 +01:00
commit 64e7261da6
300 changed files with 164739 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,16 @@
{
"@metadata": {
"authors": [
"thibault marin"
]
},
"refbase-desc": "{{desc}}",
"refbase-error-tagtype" : "Error message displayed when the tag type used is not supported.",
"refbase-error-outputttype" : "Error message displayed when the output type used is not supported.",
"refbase-error-dbquery" : "Error message displayed when refbase database query failed (followed by error message).",
"refbase-error-mysqlconn" : "Error message displayed when mysql connection failed (using the mysql extension).",
"refbase-error-mysqldb" : "Error message displayed when mysql database selection failed (using the mysql extension), error message follows",
"refbase-error-notfound" : "Error message displayed when key was not gound in database",
"refbase-error-cite_journal-type": "Error message displayed when cite_journal is used with non-journal entry.",
"refbase-error-citation-type" : "Error message displayed when trying to create a citation of an unsupported type."
}