zotero/chrome/chromeFiles/locale/en-US/scholar/locales.xml
Simon Kornblith 94bd2415da adds short roles to CSL (Ed. instead of Editor)
adds COinS to exported HTML
uses real lists in HTML output
fixes other small citation style issues
2006-08-19 23:14:27 +00:00

83 lines
No EOL
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<terms>
<locale xml:lang="en">
<term name="in">in</term>
<term name="ibid">ibid</term>
<term name="accessed">accessed</term>
<term name="forthcoming">forthcoming</term>
<term name="references">References</term>
<term name="and">and</term>
<term-set name="locators">
<term name="page">
<single>page</single>
<multiple>pages</multiple>
</term>
<term name="paragraph">
<single>paragraph</single>
<multiple>paragraph</multiple>
</term>
</term-set>
<term-set name="locators-short">
<term name="page">
<single>p</single>
<multiple>pp</multiple>
</term>
<term name="paragraph">
<single></single>
<multiple>¶¶</multiple>
</term>
</term-set>
<term-set name="roles">
<term name="editor">
<single>editor</single>
<multiple>editors</multiple>
</term>
<term name="translator">
<single>translator</single>
<multiple>translators</multiple>
</term>
</term-set>
<term-set name="roles-short">
<term name="editor">
<single>ed</single>
<multiple>eds</multiple>
</term>
<term name="translator">
<single>tran</single>
<multiple>trans</multiple>
</term>
</term-set>
<term-set name="roles-verb">
<term name="editor">edited by</term>
<term name="translator">translated by</term>
</term-set>
<term-set name="months">
<term name="month-01">January</term>
<term name="month-02">February</term>
<term name="month-03">March</term>
<term name="month-04">April</term>
<term name="month-05">May</term>
<term name="month-06">June</term>
<term name="month-07">July</term>
<term name="month-08">August</term>
<term name="month-09">September</term>
<term name="month-10">October</term>
<term name="month-11">November</term>
<term name="month-12">December</term>
</term-set>
<term-set name="months-short">
<term name="month-01">Jan</term>
<term name="month-02">Feb</term>
<term name="month-03">Mar</term>
<term name="month-04">Apr</term>
<term name="month-05">May</term>
<term name="month-06">Jun</term>
<term name="month-07">Jul</term>
<term name="month-08">Aug</term>
<term name="month-09">Sep</term>
<term name="month-10">Oct</term>
<term name="month-11">Nov</term>
<term name="month-12">Dec</term>
</term-set>
</locale>
</terms>