zotero/chrome/chromeFiles/locale/en-US/scholar/locales.xml
Simon Kornblith 0c24beee3f closes #213, add in-text citation support to citation engine
fixes date and et al. handling bugs in citation engine
permits citation of multiple items in Word integration
2006-08-29 04:24:11 +00:00

84 lines
No EOL
2.6 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 name="et-al">et al.</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>