packages feed

citeproc-hs 0.3.4 → 0.3.5

raw patch · 57 files changed

+13381/−11614 lines, 57 filesdep ~pandoc-typesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: pandoc-types

API changes (from Hackage documentation)

- Text.CSL: endWithPunct, startWithPunct :: [Inline] -> Bool
- Text.CSL.Output.Pandoc: endWithPunct, startWithPunct :: [Inline] -> Bool
+ Text.CSL: callNumber :: Reference -> String
+ Text.CSL: dimensions :: Reference -> String
+ Text.CSL: endWithPunct :: [Inline] -> Bool
+ Text.CSL: illustrator :: Reference -> [Agent]
+ Text.CSL: issn :: Reference -> String
+ Text.CSL: jurisdiction :: Reference -> String
+ Text.CSL: originalPublisherPlace :: Reference -> String
+ Text.CSL: parseCSL :: String -> IO Style
+ Text.CSL: pmcid :: Reference -> String
+ Text.CSL: pmid :: Reference -> String
+ Text.CSL: reviewedAuthor :: Reference -> [Agent]
+ Text.CSL: reviewedTitle :: Reference -> String
+ Text.CSL: scale :: Reference -> String
+ Text.CSL: source :: Reference -> String
+ Text.CSL: startWithPunct :: [Inline] -> Bool
+ Text.CSL: submitted :: Reference -> [RefDate]
+ Text.CSL.Input.MODS: fromAgent :: [Agent] -> String
+ Text.CSL.Output.Pandoc: endWithPunct :: [Inline] -> Bool
+ Text.CSL.Output.Pandoc: startWithPunct :: [Inline] -> Bool
+ Text.CSL.Parser: parseCSL :: String -> IO Style
+ Text.CSL.Pickle: readFile' :: FilePath -> IO String
+ Text.CSL.Reference: Dataset :: RefType
+ Text.CSL.Reference: callNumber :: Reference -> String
+ Text.CSL.Reference: dimensions :: Reference -> String
+ Text.CSL.Reference: illustrator :: Reference -> [Agent]
+ Text.CSL.Reference: issn :: Reference -> String
+ Text.CSL.Reference: jurisdiction :: Reference -> String
+ Text.CSL.Reference: originalPublisherPlace :: Reference -> String
+ Text.CSL.Reference: pmcid :: Reference -> String
+ Text.CSL.Reference: pmid :: Reference -> String
+ Text.CSL.Reference: reviewedAuthor :: Reference -> [Agent]
+ Text.CSL.Reference: reviewedTitle :: Reference -> String
+ Text.CSL.Reference: scale :: Reference -> String
+ Text.CSL.Reference: source :: Reference -> String
+ Text.CSL.Reference: submitted :: Reference -> [RefDate]
- Text.CSL: Reference :: String -> RefType -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> [String] -> CNum -> Int -> String -> Reference
+ Text.CSL: Reference :: String -> RefType -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> [String] -> CNum -> Int -> String -> Reference
- Text.CSL.Input.MODS: xpAgents :: PU (([Agent], [Agent], [Agent]), ([Agent], [Agent], [Agent]), ([Agent], [Agent]))
+ Text.CSL.Input.MODS: xpAgents :: PU (([Agent], [Agent], [Agent]), ([Agent], [Agent], [Agent]), ([Agent], [Agent], [Agent], [Agent]))
- Text.CSL.Input.MODS: xpOrigin :: PU ([RefDate], [RefDate], [Agent], String)
+ Text.CSL.Input.MODS: xpOrigin :: PU ([RefDate], [RefDate], [Agent], String, String)
- Text.CSL.Reference: Reference :: String -> RefType -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> [String] -> CNum -> Int -> String -> Reference
+ Text.CSL.Reference: Reference :: String -> RefType -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [Agent] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> [RefDate] -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> String -> [String] -> CNum -> Int -> String -> Reference

Files

README view
@@ -210,7 +210,7 @@ [citeproc-hs] at the present time. Specifically the [display] attribute has not been implemented yet. -The [citeproc-hs]-0.3.4 release passes 483 out of 654 tests of the+The [citeproc-hs]-0.3.5 release passes 504 out of 693 tests of the [citeproc-test] suite. The test-suite has been developed along with [citeproc-js], and the failure of some of those tests is not meaningful for [citeproc-hs].@@ -276,7 +276,7 @@  This is an early, "alpha" release. It carries no warranties of any kind. -Copyright © 2008--2011 Andrea Rossato+Copyright © 2008--2012 Andrea Rossato  [^1]: The [JSON] format is basically documented by citeproc       implementations and is derived by the [CSL] scheme. More
citeproc-hs.cabal view
@@ -1,5 +1,5 @@ name:               citeproc-hs-version:            0.3.4+version:            0.3.5 homepage:           http://gorgias.mine.nu/repos/citeproc-hs/ synopsis:           A Citation Style Language implementation in Haskell @@ -31,9 +31,13 @@                     locales/locales-de-DE.xml                     locales/locales-el-GR.xml                     locales/locales-en-US.xml+                    locales/locales-en-GB.xml                     locales/locales-es-ES.xml                     locales/locales-et-EE.xml-                    locales/locales-fr-FR.xml+                    locales/locales-eu.xml+                    locales/locales-fa-IR.xml+                    locales/locales-fi-FI.xml+		    locales/locales-fr-FR.xml                     locales/locales-he-IL.xml                     locales/locales-hu-HU.xml                     locales/locales-is-IS.xml@@ -101,7 +105,7 @@     ghc-prof-options: -prof -auto-all     hs-source-dirs:   src     build-depends:    containers, directory, mtl, xml, json, utf8-string,-                      bytestring, filepath, pandoc-types >= 1.8 && < 1.10+                      bytestring, filepath, pandoc-types >= 1.8 && < 1.11      if flag(bibutils)        build-depends:   hs-bibutils >= 0.3
locales/locales-af-ZA.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="af">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" form="numeric-leading-zeros" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="/"/>-      <date-part name="day" form="numeric-leading-zeros" prefix="/"/>-   </date>-   <terms>-      <term name="accessed">toegang verkry</term>-      <term name="and">en</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">voorhande</term>-      <term name="from">van</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">n.d.</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">opgehaal</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="af-ZA">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" form="numeric-leading-zeros" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="/"/>+    <date-part name="day" form="numeric-leading-zeros" prefix="/"/>+  </date>+  <terms>+    <term name="accessed">toegang verkry</term>+    <term name="and">en</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">at</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">voorhande</term>+    <term name="from">van</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">n.d.</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">opgehaal</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">“</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>reël</single>-         <multiple>reëls</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>bladsy</single>-         <multiple>bladsye</multiple>-      </term>-      <term name="paragraph">-         <single>paragraaf</single>-         <multiple>paragrawe</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>book</single>+      <multiple>books</multiple>+    </term>+    <term name="chapter">+      <single>chapter</single>+      <multiple>chapters</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbers</multiple>+    </term>+    <term name="line">+      <single>reël</single>+      <multiple>reëls</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>bladsy</single>+      <multiple>bladsye</multiple>+    </term>+    <term name="paragraph">+      <single>paragraaf</single>+      <multiple>paragrawe</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">no</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>bl</single>-         <multiple>bll</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk</term>+    <term name="chapter" form="short">chap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">no</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>bl</single>+      <multiple>bll</multiple>+    </term>+    <term name="paragraph" form="short">para</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">sec</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>redakteur</single>-         <multiple>redakteurs</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>vertaler</single>-         <multiple>vertalers</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>redakteur</single>+      <multiple>redakteurs</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>vertaler</single>+      <multiple>vertalers</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>red</single>-         <multiple>reds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>vert</single>-         <multiple>verts</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>red</single>+      <multiple>reds</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>vert</single>+      <multiple>verts</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">onder redaksie van</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">vertaal deur</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">onder redaksie van</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">vertaal deur</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">red</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">verts</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">red</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">verts</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Januarie</term>-      <term name="month-02">Februarie</term>-      <term name="month-03">Maart</term>-      <term name="month-04">April</term>-      <term name="month-05">Mei</term>-      <term name="month-06">Junie</term>-      <term name="month-07">Julie</term>-      <term name="month-08">Augustus</term>-      <term name="month-09">September</term>-      <term name="month-10">Oktober</term>-      <term name="month-11">November</term>-      <term name="month-12">Desember</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Januarie</term>+    <term name="month-02">Februarie</term>+    <term name="month-03">Maart</term>+    <term name="month-04">April</term>+    <term name="month-05">Mei</term>+    <term name="month-06">Junie</term>+    <term name="month-07">Julie</term>+    <term name="month-08">Augustus</term>+    <term name="month-09">September</term>+    <term name="month-10">Oktober</term>+    <term name="month-11">November</term>+    <term name="month-12">Desember</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mrt</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">Mei</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Okt</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Des</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan</term>+    <term name="month-02" form="short">Feb</term>+    <term name="month-03" form="short">Mrt</term>+    <term name="month-04" form="short">Apr</term>+    <term name="month-05" form="short">Mei</term>+    <term name="month-06" form="short">Jun</term>+    <term name="month-07" form="short">Jul</term>+    <term name="month-08" form="short">Aug</term>+    <term name="month-09" form="short">Sep</term>+    <term name="month-10" form="short">Okt</term>+    <term name="month-11" form="short">Nov</term>+    <term name="month-12" form="short">Des</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-ar-AR.xml view
@@ -1,291 +1,298 @@-<?xml version="1.0" encoding="UTF-8"?>
-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ar">
-  <style-options punctuation-in-quote="false"/>
-  <date form="text">
-    <date-part name="day" suffix=" "/>
-    <date-part name="month" suffix=", "/>
-    <date-part name="year"/>
-  </date>
-  <date form="numeric">
-    <date-part name="day" suffix="/"/>
-    <date-part name="month" form="numeric" suffix="/"/>
-    <date-part name="year"/>
-  </date>
-  <terms>
-    <term name="accessed">قدمه</term>
-    <term name="and">و</term>
-    <term name="and others">وآخرون</term>
-    <term name="anonymous">مجهول</term>
-    <term name="anonymous" form="short">مجهول</term>
-    <term name="at">عند</term>
-    <term name="by">عن طريق</term>
-    <term name="circa">حوالي</term>
-    <term name="circa" form="short">حو.</term>
-    <term name="cited">وثِّقَ</term>
-    <term name="edition">
-      <single>الطبعة</single>
-      <multiple>الطبعات</multiple>
-    </term>
-    <term name="edition" form="short">ط.</term>
-    <term name="et-al">واخ.</term>
-    <term name="forthcoming">القادم</term>
-    <term name="from">من</term>
-    <term name="ibid">المرجع السابق</term>
-    <term name="in">في</term>
-    <term name="in press">قيد النشر</term>
-    <term name="internet">الإنترنت</term>
-    <term name="interview">مقابلة</term>
-    <term name="letter">خطاب</term>
-    <term name="no date">دون تاريخ</term>
-    <term name="no date" form="short">د.ت</term>
-    <term name="online">الخط المباشر</term>
-    <term name="presented at">قُدَّم في</term>
-    <term name="reference">
-      <single>مرجع</single>
-      <multiple>مراجع</multiple>
-    </term>
-    <term name="reference" form="short">
-      <single>مرجع</single>
-      <multiple>مراجع</multiple>
-    </term>
-    <term name="retrieved">استرجع</term>
-    <!-- ANNO DOMINI; BEFORE CHRIST -->
-    <term name="ad">بعد الميلاد</term>
-    <term name="bc">قبل الميلاد</term>
-    <!-- QUOTES -->
-	<!-- Source: http://www.w3.org/International/tutorials/bidi-xhtml/ -->
-    <!-- Use of single straight quote for inner is a guess -->
-    <term name="open-quote">"</term>
-    <term name="close-quote">"</term>
-    <term name="open-inner-quote">'</term>
-    <term name="close-inner-quote">'</term>
-    <!-- ORDINALS st., nd., rd.-->
-    <term name="ordinal-01"/>
-    <term name="ordinal-02"/>
-    <term name="ordinal-03"/>
-    <term name="ordinal-04"/>
-    <!-- LONG ORDINALS -->
-    <term name="long-ordinal-01">الاول</term>
-    <term name="long-ordinal-02">الثاني</term>
-    <term name="long-ordinal-03">الثالث</term>
-    <term name="long-ordinal-04">الرابع</term>
-    <term name="long-ordinal-05">الخامس</term>
-    <term name="long-ordinal-06">السادس</term>
-    <term name="long-ordinal-07">السابع</term>
-    <term name="long-ordinal-08">الثامن</term>
-    <term name="long-ordinal-09">التاسع</term>
-    <term name="long-ordinal-10">العاشر</term>
-    <!-- CATEGORIES -->
-    <term name="anthropology">علم الأعراق البشرية</term>
-    <term name="astronomy">الفلك</term>
-    <term name="biology">الأحياء</term>
-    <term name="botany">النبات</term>
-    <term name="chemistry">الكيمياء</term>
-    <term name="engineering">الهندسة</term>
-    <term name="generic-base">العلوم العامة</term>
-    <term name="geography">الجغرافيا</term>
-    <term name="geology">الجيولوجيا</term>
-    <term name="history">التاريخ</term>
-    <term name="humanities">الإنسانيات</term>
-    <term name="linguistics">اللغويات</term>
-    <term name="literature">الأدب</term>
-    <term name="math">الرياضيات</term>
-    <term name="medicine">الطب</term>
-    <term name="philosophy">الفلسفة</term>
-    <term name="physics">الفيزياء</term>
-    <term name="psychology">علم النفس</term>
-    <term name="sociology">علم الإجتماع</term>
-    <term name="science">العلوم البحتة</term>
-    <term name="political_science">العلوم السياسية</term>
-    <term name="social_science">العلوم الإجتماعية</term>
-    <term name="theology">الإلهيات</term>
-    <term name="zoology">علم الحيوان</term>
-    <!-- LONG LOCATOR FORMS -->
-    <term name="book">
-      <single>كتاب</single>
-      <multiple>كُتُب</multiple>
-    </term>
-    <term name="chapter">
-      <single>فصل</single>
-      <multiple>فصول</multiple>
-    </term>
-    <term name="column">
-      <single>عمود</single>
-      <multiple>أعمدة</multiple>
-    </term>
-    <term name="figure">
-      <single>رسم توضيحي</single>
-      <multiple>رسوم توضيحية</multiple>
-    </term>
-    <term name="folio">
-      <single>ورقة</single>
-      <multiple>أوراق</multiple>
-    </term>
-    <term name="issue">
-      <single>عدد</single>
-      <multiple>أعداد</multiple>
-    </term>
-    <term name="line">
-      <single>سطر</single>
-      <multiple>أسطر</multiple>
-    </term>
-    <term name="note">
-      <single>ملاحظة</single>
-      <multiple>ملاحظات</multiple>
-    </term>
-    <term name="opus">
-      <single>نوته موسيقية</single>
-      <multiple>نوتات موسيقية</multiple>
-    </term>
-    <term name="page">
-      <single>صفحة</single>
-      <multiple>صفحات</multiple>
-    </term>
-    <term name="paragraph">
-      <single>فقرة</single>
-      <multiple>فقرات</multiple>
-    </term>
-    <term name="part">
-      <single>جزء</single>
-      <multiple>أجزاء</multiple>
-    </term>
-    <term name="section">
-      <single>قسم</single>
-      <multiple>أقسام</multiple>
-    </term>
-    <term name="sub verbo">
-      <single>تفسير فرعي</single>
-      <multiple>تفسيرات فرعية</multiple>
-    </term>
-    <term name="verse">
-      <single>بيت شعر</single>
-      <multiple>أبيات شعرية</multiple>
-    </term>
-    <term name="volume">
-      <single>مجلد</single>
-      <multiple>مجلدات</multiple>
-    </term>
-    <!-- SHORT LOCATOR FORMS -->
-    <term name="book" form="short">كتاب</term>
-    <term name="chapter" form="short">فصل</term>
-    <term name="column" form="short">عمود</term>
-    <term name="figure" form="short">رسم توضيحي</term>
-    <term name="folio" form="short">مطوية</term>
-    <term name="issue" form="short">عدد</term>
-    <term name="opus" form="short">نوتة موسيقية</term>
-    <term name="page" form="short">
-      <single>ص</single>
-      <multiple>ص.ص.</multiple>
-    </term>
-    <term name="paragraph" form="short">فقرة</term>
-    <term name="part" form="short">ج.</term>
-    <term name="section" form="short">قسم</term>
-    <term name="sub verbo" form="short">
-      <single>تفسير فرعي</single>
-      <multiple>تفسيرات فرعية</multiple>
-    </term>
-    <term name="verse" form="short">
-      <single>بيت شعر</single>
-      <multiple>ابيات شعرية</multiple>
-    </term>
-    <term name="volume" form="short">
-      <single>مج.</single>
-      <multiple>مج.</multiple>
-    </term>
-    <!-- SYMBOL LOCATOR FORMS -->
-    <term name="paragraph" form="symbol">
-      <single>¶</single>
-      <multiple>¶¶</multiple>
-    </term>
-    <term name="section" form="symbol">
-      <single>§</single>
-      <multiple>§§</multiple>
-    </term>
-    <!-- LONG ROLE FORMS -->
-    <term name="author">
-      <single>مؤلف</single>
-      <multiple>مؤلفين</multiple>
-    </term>
-    <term name="editor">
-      <single>محرر</single>
-      <multiple>محررين</multiple>
-    </term>
-    <term name="editorial-director">
-      <single>رئيس التحرير</single>
-      <multiple>رؤساء التحرير</multiple>
-    </term>
-    <term name="translator">
-      <single>مترجم</single>
-      <multiple>مترجمين</multiple>
-    </term>
-    <term name="editortranslator">
-      <single>مترجم ومحرر</single>
-      <multiple>مترجمين ومحررين</multiple>
-    </term>
-    <!-- SHORT ROLE FORMS -->
-    <term name="author" form="short">
-      <single>مؤلف</single>
-      <multiple>مؤلف</multiple>
-    </term>
-    <term name="editor" form="short">
-      <single>محرر</single>
-      <multiple>محرر</multiple>
-    </term>
-    <term name="editorial-director" form="short">
-      <single>مشرف على الطبعة</single>
-      <multiple>مشرفين على الطبعة</multiple>
-    </term>
-    <term name="translator" form="short">
-      <single>مترجم</single>
-      <multiple>مترجمين</multiple>
-    </term>
-    <term name="editortranslator" form="short">
-      <single>مترجم ومشرف على الطباعه</single>
-      <multiple>مترجمين ومشرفين على الطباعه</multiple>
-    </term>
-    <!-- VERB ROLE FORMS -->
-    <term name="editor" form="verb">تحرير</term>
-    <term name="editorial-director" form="verb">اعداد</term>
-    <term name="translator" form="verb">ترجمة</term>
-    <term name="editortranslator" form="verb">اعداد وترجمة</term>
-    <term name="recipient" form="verb">إلى</term>
-    <term name="interviewer" form="verb">مقابلة بواسطة</term>
-    <!-- SHORT VERB ROLE FORMS -->
-    <term name="container-author" form="verb-short">by</term>
-    <term name="editor" form="verb-short">تحرير</term>
-    <term name="editorial-director" form="verb-short">اشرف على الطبعة</term>
-    <term name="translator" form="verb-short">ترجمة</term>
-    <term name="editortranslator" form="verb-short">ترجمه واشرف على الطباعه</term>
-    <!-- LONG MONTH FORMS -->
-    <term name="month-01">يناير</term>
-    <term name="month-02">فبراير</term>
-    <term name="month-03">مارس</term>
-    <term name="month-04">ابريل</term>
-    <term name="month-05">مايو</term>
-    <term name="month-06">يونيو</term>
-    <term name="month-07">يوليو</term>
-    <term name="month-08">اغسطس</term>
-    <term name="month-09">سبتمبر</term>
-    <term name="month-10">اكتوبر</term>
-    <term name="month-11">نوفمبر</term>
-    <term name="month-12">ديسمبر</term>
-    <!-- SHORT MONTH FORMS -->
-    <term name="month-01" form="short">يناير</term>
-    <term name="month-02" form="short">فبراير</term>
-    <term name="month-03" form="short">مارس</term>
-    <term name="month-04" form="short">ابريل</term>
-    <term name="month-05" form="short">مايو</term>
-    <term name="month-06" form="short">يونيو</term>
-    <term name="month-07" form="short">يوليو</term>
-    <term name="month-08" form="short">اغسطس</term>
-    <term name="month-09" form="short">سبتمبر</term>
-    <term name="month-10" form="short">اكتوبر</term>
-    <term name="month-11" form="short">نوفمبر</term>
-    <term name="month-12" form="short">ديسمبر</term>
-    <!-- SEASONS -->
-    <term name="season-01">الربيع</term>
-    <term name="season-02">الصيف</term>
-    <term name="season-03">الخريف</term>
-    <term name="season-04">الشتاء</term>
-  </terms>
-</locale>
+<?xml version="1.0" encoding="utf-8"?>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ar-AR">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=", "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" suffix="/"/>+    <date-part name="month" form="numeric" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">تاريخ الوصول</term>+    <term name="and">و</term>+    <term name="and others">وآخرون</term>+    <term name="anonymous">مجهول</term>+    <term name="anonymous" form="short">مجهول</term>+    <term name="at">عند</term>+    <term name="available at">available at</term>+    <term name="by">عن طريق</term>+    <term name="circa">حوالي</term>+    <term name="circa" form="short">حو.</term>+    <term name="cited">وثق</term>+    <term name="edition">+      <single>الطبعة</single>+      <multiple>الطبعات</multiple>+    </term>+    <term name="edition" form="short">ط.</term>+    <term name="et-al">وآخ.</term>+    <term name="forthcoming">التالي</term>+    <term name="from">من</term>+    <term name="ibid">المرجع السابق</term>+    <term name="in">في</term>+    <term name="in press">قيد النشر</term>+    <term name="internet">انترنت</term>+    <term name="interview">مقابلة</term>+    <term name="letter">خطاب</term>+    <term name="no date">دون تاريخ</term>+    <term name="no date" form="short">د.ت</term>+    <term name="online">على الخط المباشر</term>+    <term name="presented at">قُدَّم في</term>+    <term name="reference">+      <single>مرجع</single>+      <multiple>مراجع</multiple>+    </term>+    <term name="reference" form="short">+      <single>مرجع</single>+      <multiple>مراجع</multiple>+    </term>+    <term name="retrieved">استرجع في</term>+    <term name="scale">scale</term>+    <term name="version">version</term>++    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">ب.م.</term>+    <term name="bc">ق.م.</term>++    <!-- PUNCTUATION -->+    <term name="open-quote">"</term>+    <term name="close-quote">"</term>+    <term name="open-inner-quote">'</term>+    <term name="close-inner-quote">'</term>+    <term name="page-range-delimiter">–</term>++    <!-- ORDINALS -->+    <term name="ordinal"/>++    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">الاول</term>+    <term name="long-ordinal-02">الثاني</term>+    <term name="long-ordinal-03">الثالث</term>+    <term name="long-ordinal-04">الرابع</term>+    <term name="long-ordinal-05">الخامس</term>+    <term name="long-ordinal-06">السادس</term>+    <term name="long-ordinal-07">السابع</term>+    <term name="long-ordinal-08">الثامن</term>+    <term name="long-ordinal-09">التاسع</term>+    <term name="long-ordinal-10">العاشر</term>++    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>كتاب</single>+      <multiple>كتب</multiple>+    </term>+    <term name="chapter">+      <single>فصل</single>+      <multiple>فصول</multiple>+    </term>+    <term name="column">+      <single>عمود</single>+      <multiple>أعمدة</multiple>+    </term>+    <term name="figure">+      <single>رسم توضيحي</single>+      <multiple>رسوم توضيحية</multiple>+    </term>+    <term name="folio">+      <single>ورقة</single>+      <multiple>أوراق</multiple>+    </term>+    <term name="issue">+      <single>عدد</single>+      <multiple>أعداد</multiple>+    </term>+    <term name="line">+      <single>سطر</single>+      <multiple>أسطر</multiple>+    </term>+    <term name="note">+      <single>ملاحظة</single>+      <multiple>ملاحظات</multiple>+    </term>+    <term name="opus">+      <single>نوته موسيقية</single>+      <multiple>نوت موسيقية</multiple>+    </term>+    <term name="page">+      <single>صفحة</single>+      <multiple>صفحات</multiple>+    </term>+    <term name="paragraph">+      <single>فقرة</single>+      <multiple>فقرات</multiple>+    </term>+    <term name="part">+      <single>جزء</single>+      <multiple>أجزاء</multiple>+    </term>+    <term name="section">+      <single>قسم</single>+      <multiple>أقسام</multiple>+    </term>+    <term name="sub verbo">+      <single>تفسير فرعي</single>+      <multiple>تفسيرات فرعية</multiple>+    </term>+    <term name="verse">+      <single>بيت شعر</single>+      <multiple>أبيات شعر</multiple>+    </term>+    <term name="volume">+      <single>مجلد</single>+      <multiple>مجلدات</multiple>+    </term>++    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">كتاب</term>+    <term name="chapter" form="short">فصل</term>+    <term name="column" form="short">عمود</term>+    <term name="figure" form="short">رسم توضيحي</term>+    <term name="folio" form="short">مطوية</term>+    <term name="issue" form="short">عدد</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">نوتة موسيقية</term>+    <term name="page" form="short">+      <single>ص</single>+      <multiple>ص.ص.</multiple>+    </term>+    <term name="paragraph" form="short">فقرة</term>+    <term name="part" form="short">ج.</term>+    <term name="section" form="short">قسم</term>+    <term name="sub verbo" form="short">+      <single>تفسير فرعي</single>+      <multiple>تفسيرات فرعية</multiple>+    </term>+    <term name="verse" form="short">+      <single>بيت شعر</single>+      <multiple>أبيات شعر</multiple>+    </term>+    <term name="volume" form="short">+      <single>مج.</single>+      <multiple>مج.</multiple>+    </term>++    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term>++    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>محرر</single>+      <multiple>محررين</multiple>+    </term>+    <term name="editorial-director">+      <single>رئيس التحرير</single>+      <multiple>رؤساء التحرير</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>مترجم</single>+      <multiple>مترجمين</multiple>+    </term>+    <term name="editortranslator">+      <single>مترجم ومحرر</single>+      <multiple>مترجمين ومحررين</multiple>+    </term>++    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>محرر</single>+      <multiple>محررين</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>مشرف على الطبعة</single>+      <multiple>مشرفين على الطبعة</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>مترجم</single>+      <multiple>مترجمين</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>مترجم ومشرف على الطباعه</single>+      <multiple>مترجمين ومشرفين على الطباعه</multiple>+    </term>++    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">تحرير</term>+    <term name="editorial-director" form="verb">اعداد</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">مقابلة بواسطة</term>+    <term name="recipient" form="verb">مرسل الى</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">ترجمة</term>+    <term name="editortranslator" form="verb">اعداد وترجمة</term>++    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short"/>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">تحرير</term>+    <term name="editorial-director" form="verb-short">اشرف على الطبعة</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">ترجمة</term>+    <term name="editortranslator" form="verb-short">ترجمه واشرف على الطباعه</term>++    <!-- LONG MONTH FORMS -->+    <term name="month-01">يناير</term>+    <term name="month-02">فبراير</term>+    <term name="month-03">مارس</term>+    <term name="month-04">ابريل</term>+    <term name="month-05">مايو</term>+    <term name="month-06">يونيو</term>+    <term name="month-07">يوليو</term>+    <term name="month-08">اغسطس</term>+    <term name="month-09">سبتمبر</term>+    <term name="month-10">اكتوبر</term>+    <term name="month-11">نوفمبر</term>+    <term name="month-12">ديسمبر</term>++    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">يناير</term>+    <term name="month-02" form="short">فبراير</term>+    <term name="month-03" form="short">مارس</term>+    <term name="month-04" form="short">ابريل</term>+    <term name="month-05" form="short">مايو</term>+    <term name="month-06" form="short">يونيو</term>+    <term name="month-07" form="short">يوليو</term>+    <term name="month-08" form="short">اغسطس</term>+    <term name="month-09" form="short">سبتمبر</term>+    <term name="month-10" form="short">اكتوبر</term>+    <term name="month-11" form="short">نوفمبر</term>+    <term name="month-12" form="short">ديسمبر</term>++    <!-- SEASONS -->+    <term name="season-01">الربيع</term>+    <term name="season-02">الصيف</term>+    <term name="season-03">الخريف</term>+    <term name="season-04">الشتاء</term>+  </terms>+</locale>
locales/locales-bg-BG.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="bg">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" form="numeric-leading-zeros" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="."/>-      <date-part name="month" form="numeric-leading-zeros" suffix="."/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">отворен на</term>-      <term name="and">и</term>-      <term name="and others">и други</term>-      <term name="anonymous">анонимен</term>-      <term name="anonymous" form="short">анон</term>-      <term name="at">в</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">цитиран</term>-      <term name="edition">-         <single>издание</single>-         <multiple>издания</multiple>-      </term>-      <term name="edition" form="short">изд</term>-      <term name="et-al">и съавт.</term>-      <term name="forthcoming">предстоящ</term>-      <term name="from">от</term>-      <term name="ibid">пак там</term>-      <term name="in">в</term>-      <term name="in press">под печат</term>-      <term name="internet">интернет</term>-      <term name="interview">интервю</term>-      <term name="letter">писмо</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">без дата</term>-      <term name="online">онлайн</term>-      <term name="presented at">представен на</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">изтеглен на</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="bg-BG">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" form="numeric-leading-zeros" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="."/>+    <date-part name="month" form="numeric-leading-zeros" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">отворен на</term>+    <term name="and">и</term>+    <term name="and others">и други</term>+    <term name="anonymous">анонимен</term>+    <term name="anonymous" form="short">анон</term>+    <term name="at">в</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">цитиран</term>+    <term name="edition">+      <single>издание</single>+      <multiple>издания</multiple>+    </term>+    <term name="edition" form="short">изд</term>+    <term name="et-al">и съавт.</term>+    <term name="forthcoming">предстоящ</term>+    <term name="from">от</term>+    <term name="ibid">пак там</term>+    <term name="in">в</term>+    <term name="in press">под печат</term>+    <term name="internet">интернет</term>+    <term name="interview">интервю</term>+    <term name="letter">писмо</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">без дата</term>+    <term name="online">онлайн</term>+    <term name="presented at">представен на</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">изтеглен на</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">„</term>-      <term name="close-quote">“</term>-      <term name="open-inner-quote">„</term>-      <term name="close-inner-quote">“</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">„</term>+    <term name="close-inner-quote">“</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">антропология</term>-      <term name="astronomy">астрономия</term>-      <term name="biology">биология</term>-      <term name="botany">ботаника</term>-      <term name="chemistry">химия</term>-      <term name="engineering">инженерство</term>-      <term name="generic-base">обща база</term>-      <term name="geography">география</term>-      <term name="geology">геология</term>-      <term name="history">история</term>-      <term name="humanities">хуманитарни науки</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">литература</term>-      <term name="math">математика</term>-      <term name="medicine">медицина</term>-      <term name="philosophy">философия</term>-      <term name="physics">физика</term>-      <term name="psychology">физиология</term>-      <term name="sociology">социология</term>-      <term name="science">наука</term>-      <term name="political_science">политически науки</term>-      <term name="social_science">обществени науки</term>-      <term name="theology">теология</term>-      <term name="zoology">зоология</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>книга</single>-         <multiple>книги</multiple>-      </term>-      <term name="chapter">-         <single>глава</single>-         <multiple>глави</multiple>-      </term>-      <term name="column">-         <single>колона</single>-         <multiple>колони</multiple>-      </term>-      <term name="figure">-         <single>фигура</single>-         <multiple>фигури</multiple>-      </term>-      <term name="folio">-         <single>фолио</single>-         <multiple>фолия</multiple>-      </term>-      <term name="issue">-         <single>брой</single>-         <multiple>броеве</multiple>-      </term>-      <term name="line">-         <single>ред</single>-         <multiple>редове</multiple>-      </term>-      <term name="note">-         <single>бележка</single>-         <multiple>бележки</multiple>-      </term>-      <term name="opus">-         <single>опус</single>-         <multiple>опуси</multiple>-      </term>-      <term name="page">-         <single>страница</single>-         <multiple>страници</multiple>-      </term>-      <term name="paragraph">-         <single>параграф</single>-         <multiple>параграфи</multiple>-      </term>-      <term name="part">-         <single>част</single>-         <multiple>части</multiple>-      </term>-      <term name="section">-         <single>раздел</single>-         <multiple>раздели</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>стих</single>-         <multiple>стихове</multiple>-      </term>-      <term name="volume">-         <single>том</single>-         <multiple>томове</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>книга</single>+      <multiple>книги</multiple>+    </term>+    <term name="chapter">+      <single>глава</single>+      <multiple>глави</multiple>+    </term>+    <term name="column">+      <single>колона</single>+      <multiple>колони</multiple>+    </term>+    <term name="figure">+      <single>фигура</single>+      <multiple>фигури</multiple>+    </term>+    <term name="folio">+      <single>фолио</single>+      <multiple>фолия</multiple>+    </term>+    <term name="issue">+      <single>брой</single>+      <multiple>броеве</multiple>+    </term>+    <term name="line">+      <single>ред</single>+      <multiple>редове</multiple>+    </term>+    <term name="note">+      <single>бележка</single>+      <multiple>бележки</multiple>+    </term>+    <term name="opus">+      <single>опус</single>+      <multiple>опуси</multiple>+    </term>+    <term name="page">+      <single>страница</single>+      <multiple>страници</multiple>+    </term>+    <term name="paragraph">+      <single>параграф</single>+      <multiple>параграфи</multiple>+    </term>+    <term name="part">+      <single>част</single>+      <multiple>части</multiple>+    </term>+    <term name="section">+      <single>раздел</single>+      <multiple>раздели</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>стих</single>+      <multiple>стихове</multiple>+    </term>+    <term name="volume">+      <single>том</single>+      <multiple>томове</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">кн</term>-      <term name="chapter" form="short">гл</term>-      <term name="column" form="short">кол</term>-      <term name="figure" form="short">фиг</term>-      <term name="folio" form="short">фол</term>-      <term name="issue" form="short">бр</term>-      <term name="opus" form="short">оп</term>-      <term name="page" form="short">-         <single>с</single>-         <multiple>с-ци</multiple>-      </term>-      <term name="paragraph" form="short">п</term>-      <term name="part" form="short">ч</term>-      <term name="section" form="short">разд</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>ст</single>-         <multiple>ст-ове</multiple>-      </term>-      <term name="volume" form="short">-         <single>том</single>-         <multiple>т-ове</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">кн</term>+    <term name="chapter" form="short">гл</term>+    <term name="column" form="short">кол</term>+    <term name="figure" form="short">фиг</term>+    <term name="folio" form="short">фол</term>+    <term name="issue" form="short">бр</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">оп</term>+    <term name="page" form="short">+      <single>с</single>+      <multiple>с-ци</multiple>+    </term>+    <term name="paragraph" form="short">п</term>+    <term name="part" form="short">ч</term>+    <term name="section" form="short">разд</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>ст</single>+      <multiple>ст-ове</multiple>+    </term>+    <term name="volume" form="short">+      <single>том</single>+      <multiple>т-ове</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single>автор</single>-         <multiple>автори</multiple>-      </term>-      <term name="editor">-         <single>редактор</single>-         <multiple>редактори</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>преводач</single>-         <multiple>преводачи</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>редактор</single>+      <multiple>редактори</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>преводач</single>+      <multiple>преводачи</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single>авт</single>-         <multiple>авт-ри</multiple>-      </term>-      <term name="editor" form="short">-         <single>ред</single>-         <multiple>ред-ри</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>прев</single>-         <multiple>прев-чи</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ред</single>+      <multiple>ред-ри</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>прев</single>+      <multiple>прев-чи</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">редактиран от</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">преведен от</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">до</term>-      <term name="interviewer" form="verb">интервюиран от</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">редактиран от</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">интервюиран от</term>+    <term name="recipient" form="verb">до</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">преведен от</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ред</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">прев</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ред</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">прев</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Януари</term>-      <term name="month-02">Февруари</term>-      <term name="month-03">Март</term>-      <term name="month-04">Април</term>-      <term name="month-05">Май</term>-      <term name="month-06">Юни</term>-      <term name="month-07">Юли</term>-      <term name="month-08">Август</term>-      <term name="month-09">Септември</term>-      <term name="month-10">Октомври</term>-      <term name="month-11">Ноември</term>-      <term name="month-12">Декември</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Януари</term>+    <term name="month-02">Февруари</term>+    <term name="month-03">Март</term>+    <term name="month-04">Април</term>+    <term name="month-05">Май</term>+    <term name="month-06">Юни</term>+    <term name="month-07">Юли</term>+    <term name="month-08">Август</term>+    <term name="month-09">Септември</term>+    <term name="month-10">Октомври</term>+    <term name="month-11">Ноември</term>+    <term name="month-12">Декември</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Яну</term>-      <term name="month-02" form="short">Фев</term>-      <term name="month-03" form="short">Мар</term>-      <term name="month-04" form="short">Апр</term>-      <term name="month-05" form="short">Май</term>-      <term name="month-06" form="short">Юни</term>-      <term name="month-07" form="short">Юли</term>-      <term name="month-08" form="short">Авг</term>-      <term name="month-09" form="short">Сеп</term>-      <term name="month-10" form="short">Окт</term>-      <term name="month-11" form="short">Ное</term>-      <term name="month-12" form="short">Дек</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Яну</term>+    <term name="month-02" form="short">Фев</term>+    <term name="month-03" form="short">Мар</term>+    <term name="month-04" form="short">Апр</term>+    <term name="month-05" form="short">Май</term>+    <term name="month-06" form="short">Юни</term>+    <term name="month-07" form="short">Юли</term>+    <term name="month-08" form="short">Авг</term>+    <term name="month-09" form="short">Сеп</term>+    <term name="month-10" form="short">Окт</term>+    <term name="month-11" form="short">Ное</term>+    <term name="month-12" form="short">Дек</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-ca-AD.xml view
@@ -1,305 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ca">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" de "/>-      <date-part name="month" suffix=" de "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">accessed</term>-      <term name="and">and</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">forthcoming</term>-      <term name="from">from</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">nd</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">retrieved</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ca-AD">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">accedit</term>+    <term name="and">i</term>+    <term name="and others">i altres</term>+    <term name="anonymous">anònim</term>+    <term name="anonymous" form="short">anòn.</term>+    <term name="at">a</term>+    <term name="available at">available at</term>+    <term name="by">per</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">citat</term>+    <term name="edition">+      <single>edició</single>+      <multiple>edicions</multiple>+    </term>+    <term name="edition" form="short">ed.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">previst</term>+    <term name="from">de</term>+    <term name="ibid">ibíd.</term>+    <term name="in">en</term>+    <term name="in press">en impremta</term>+    <term name="internet">internet</term>+    <term name="interview">entrevista</term>+    <term name="letter">carta</term>+    <term name="no date">sense data</term>+    <term name="no date" form="short">s.d.</term>+    <term name="online">en línia</term>+    <term name="presented at">presentat a</term>+    <term name="reference">+      <single>referència</single>+      <multiple>referències</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>ref.</multiple>+    </term>+    <term name="retrieved">recuperat</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">“</term>-      <term name="close-inner-quote">”</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">dC</term>+    <term name="bc">aC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">“</term>+    <term name="close-inner-quote">”</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">a</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">primera</term>+    <term name="long-ordinal-02">segona</term>+    <term name="long-ordinal-03">tercera</term>+    <term name="long-ordinal-04">quarta</term>+    <term name="long-ordinal-05">cinquena</term>+    <term name="long-ordinal-06">sisena</term>+    <term name="long-ordinal-07">setena</term>+    <term name="long-ordinal-08">vuitena</term>+    <term name="long-ordinal-09">novena</term>+    <term name="long-ordinal-10">desena</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>line</single>-         <multiple>line</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>page</single>-         <multiple>pages</multiple>-      </term>-      <term name="paragraph">-         <single>paragraph</single>-         <multiple>paragraph</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>llibre</single>+      <multiple>llibres</multiple>+    </term>+    <term name="chapter">+      <single>capítol</single>+      <multiple>capítols</multiple>+    </term>+    <term name="column">+      <single>columna</single>+      <multiple>columnes</multiple>+    </term>+    <term name="figure">+      <single>figura</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>foli</single>+      <multiple>folis</multiple>+    </term>+    <term name="issue">+      <single>número</single>+      <multiple>números</multiple>+    </term>+    <term name="line">+      <single>línia</single>+      <multiple>línies</multiple>+    </term>+    <term name="note">+      <single>nota</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>pàgina</single>+      <multiple>pàgines</multiple>+    </term>+    <term name="paragraph">+      <single>paràgraf</single>+      <multiple>paràgrafs</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>secció</single>+      <multiple>seccions</multiple>+    </term>+    <term name="sub verbo">+      <single>sub voce</single>+      <multiple>sub vocibus</multiple>+    </term>+    <term name="verse">+      <single>vers</single>+      <multiple>versos</multiple>+    </term>+    <term name="volume">+      <single>volum</single>+      <multiple>volums</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">no</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>pp</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">llib.</term>+    <term name="chapter" form="short">cap.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">f.</term>+    <term name="issue" form="short">núm.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>p.</multiple>+    </term>+    <term name="paragraph" form="short">par.</term>+    <term name="part" form="short">pt.</term>+    <term name="section" form="short">sec.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.v.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>v.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vol.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>translator</single>-         <multiple>translators</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>traductor</single>+      <multiple>traductors</multiple>+    </term>+    <term name="editortranslator">+      <single>editor i traductor</single>+      <multiple>editors i traductors</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>eds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>tran</single>-         <multiple>trans</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed.</single>+      <multiple>ed.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>ed.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>trad.</single>+      <multiple>trad.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. i trad.</single>+      <multiple>ed. i trad.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">edited by</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">translated by</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">editat per</term>+    <term name="editorial-director" form="verb">editat per</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">entrevistat per</term>+    <term name="recipient" form="verb">a</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">traduït per</term>+    <term name="editortranslator" form="verb">editat i traduït per</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">per</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trad.</term>+    <term name="editortranslator" form="verb-short">ed. i trad. per</term> -      <!-- LONG MONTH FORMS -->-      <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>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">gener</term>+    <term name="month-02">febrer</term>+    <term name="month-03">març</term>+    <term name="month-04">abril</term>+    <term name="month-05">maig</term>+    <term name="month-06">juny</term>+    <term name="month-07">juliol</term>+    <term name="month-08">agost</term>+    <term name="month-09">setembre</term>+    <term name="month-10">octubre</term>+    <term name="month-11">novembre</term>+    <term name="month-12">desembre</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">May</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Oct</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">gen.</term>+    <term name="month-02" form="short">febr.</term>+    <term name="month-03" form="short">març</term>+    <term name="month-04" form="short">abr.</term>+    <term name="month-05" form="short">maig</term>+    <term name="month-06" form="short">juny</term>+    <term name="month-07" form="short">jul.</term>+    <term name="month-08" form="short">ag.</term>+    <term name="month-09" form="short">set.</term>+    <term name="month-10" form="short">oct.</term>+    <term name="month-11" form="short">nov.</term>+    <term name="month-12" form="short">des.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">primavera</term>+    <term name="season-02">estiu</term>+    <term name="season-03">tardor</term>+    <term name="season-04">hivern</term>+  </terms> </locale>
locales/locales-cs-CZ.xml view
@@ -1,305 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="cs">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-      <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-   </date>-   <terms>-      <term name="accessed">přístup</term>-      <term name="and">a</term>-      <term name="and others">a další</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">v</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">citován</term>-      <term name="edition">-         <single>edice</single>-         <multiple>edice</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">nadcházející</term>-      <term name="from">z</term>-      <term name="ibid">ibid.</term>-      <term name="in">v</term>-      <term name="in press">v tisku</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">dopis</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">bez data</term>-      <term name="online">online</term>-      <term name="presented at">prezentován v</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">získáno</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="cs-CZ">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+    <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+  </date>+  <terms>+    <term name="accessed">přístup</term>+    <term name="and">a</term>+    <term name="and others">a další</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">v</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">citován</term>+    <term name="edition">+      <single>vydání</single>+      <multiple>vydání</multiple>+    </term>+    <term name="edition" form="short">vyd.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">nadcházející</term>+    <term name="from">z</term>+    <term name="ibid">ibid.</term>+    <term name="in">v</term>+    <term name="in press">v tisku</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">dopis</term>+    <term name="no date">bez data</term>+    <term name="no date" form="short">nedatováno</term>+    <term name="online">online</term>+    <term name="presented at">prezentován v</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">získáno</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">„</term>-      <term name="close-quote">“</term>-      <term name="open-inner-quote">‚</term>-      <term name="close-inner-quote">‘</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">n. l.</term>+    <term name="bc">př. n. l.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">‚</term>+    <term name="close-inner-quote">‘</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologie</term>-      <term name="astronomy">astronomie</term>-      <term name="biology">biologie</term>-      <term name="botany">botanika</term>-      <term name="chemistry">chemie</term>-      <term name="engineering">technika</term>-      <term name="generic-base">všeobecný základ</term>-      <term name="geography">geografie</term>-      <term name="geology">geologie</term>-      <term name="history">historie</term>-      <term name="humanities">humanitní</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literatura</term>-      <term name="math">matematika</term>-      <term name="medicine">medicína</term>-      <term name="philosophy">filosofie</term>-      <term name="physics">fyzika</term>-      <term name="psychology">psychologie</term>-      <term name="sociology">sociologie</term>-      <term name="science">věda</term>-      <term name="political_science">politologie</term>-      <term name="social_science">sociální věda</term>-      <term name="theology">teologie</term>-      <term name="zoology">zoologie</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">první</term>+    <term name="long-ordinal-02">druhé</term>+    <term name="long-ordinal-03">třetí</term>+    <term name="long-ordinal-04">čtvrté</term>+    <term name="long-ordinal-05">páté</term>+    <term name="long-ordinal-06">šesté</term>+    <term name="long-ordinal-07">sedmé</term>+    <term name="long-ordinal-08">osmé</term>+    <term name="long-ordinal-09">deváté</term>+    <term name="long-ordinal-10">desáté</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>kniha</single>-         <multiple>knihy</multiple>-      </term>-      <term name="chapter">-         <single>kapitola</single>-         <multiple>kapitoly</multiple>-      </term>-      <term name="column">-         <single>sloupec</single>-         <multiple>sloupce</multiple>-      </term>-      <term name="figure">-         <single>obrázek</single>-         <multiple>obrázky</multiple>-      </term>-      <term name="folio">-         <single>list</single>-         <multiple>listy</multiple>-      </term>-      <term name="issue">-         <single>číslo</single>-         <multiple>číslo</multiple>-      </term>-      <term name="line">-         <single>řádek</single>-         <multiple>řádky</multiple>-      </term>-      <term name="note">-         <single>poznámka</single>-         <multiple>poznámky</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>strana</single>-         <multiple>strany</multiple>-      </term>-      <term name="paragraph">-         <single>odstavec</single>-         <multiple>odstavce</multiple>-      </term>-      <term name="part">-         <single>část</single>-         <multiple>části</multiple>-      </term>-      <term name="section">-         <single>sekce</single>-         <multiple>sekce</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verš</single>-         <multiple>verše</multiple>-      </term>-      <term name="volume">-         <single>ročník</single>-         <multiple>ročníky</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>kniha</single>+      <multiple>knihy</multiple>+    </term>+    <term name="chapter">+      <single>kapitola</single>+      <multiple>kapitoly</multiple>+    </term>+    <term name="column">+      <single>sloupec</single>+      <multiple>sloupce</multiple>+    </term>+    <term name="figure">+      <single>obrázek</single>+      <multiple>obrázky</multiple>+    </term>+    <term name="folio">+      <single>list</single>+      <multiple>listy</multiple>+    </term>+    <term name="issue">+      <single>číslo</single>+      <multiple>číslo</multiple>+    </term>+    <term name="line">+      <single>řádek</single>+      <multiple>řádky</multiple>+    </term>+    <term name="note">+      <single>poznámka</single>+      <multiple>poznámky</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>strana</single>+      <multiple>strany</multiple>+    </term>+    <term name="paragraph">+      <single>odstavec</single>+      <multiple>odstavce</multiple>+    </term>+    <term name="part">+      <single>část</single>+      <multiple>části</multiple>+    </term>+    <term name="section">+      <single>sekce</single>+      <multiple>sekce</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verš</single>+      <multiple>verše</multiple>+    </term>+    <term name="volume">+      <single>ročník</single>+      <multiple>ročníky</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">kn</term>-      <term name="chapter" form="short">kap</term>-      <term name="column" form="short">sl</term>-      <term name="figure" form="short">obr</term>-      <term name="folio" form="short">l</term>-      <term name="issue" form="short">čís</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>s</single>-         <multiple>s</multiple>-      </term>-      <term name="paragraph" form="short">odst</term>-      <term name="part" form="short">č</term>-      <term name="section" form="short">sek</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>v</multiple>-      </term>-      <term name="volume" form="short">-         <single>roč</single>-         <multiple>roč</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">kn.</term>+    <term name="chapter" form="short">kap.</term>+    <term name="column" form="short">sl.</term>+    <term name="figure" form="short">obr.</term>+    <term name="folio" form="short">l.</term>+    <term name="issue" form="short">čís.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>s.</single>+      <multiple>s.</multiple>+    </term>+    <term name="paragraph" form="short">odst.</term>+    <term name="part" form="short">č.</term>+    <term name="section" form="short">sek.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>v.</multiple>+    </term>+    <term name="volume" form="short">+      <single>roč.</single>+      <multiple>roč.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single>autor</single>-         <multiple>autoři</multiple>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editoři</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>překladatel</single>-         <multiple>překladatelé</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editoři</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>překladatel</single>+      <multiple>překladatelé</multiple>+    </term>+    <term name="editortranslator">+      <single>editor a překladatel</single>+      <multiple>editoři a překladatelé</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>ed</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>překl</single>-         <multiple>překl</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed.</single>+      <multiple>ed.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>ed.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>překl.</single>+      <multiple>překl.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. a překl.</single>+      <multiple>ed. a překl.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">editoval</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">přeložil</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">pro</term>-      <term name="interviewer" form="verb">rozhovor vedl</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">editoval</term>+    <term name="editorial-director" form="verb">editoval</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">rozhovor vedl</term>+    <term name="recipient" form="verb">pro</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">přeložil</term>+    <term name="editortranslator" form="verb">editoval a přeložil</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">překl</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">překl.</term>+    <term name="editortranslator" form="verb-short">ed. a přel.</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">leden</term>-      <term name="month-02">únor</term>-      <term name="month-03">březen</term>-      <term name="month-04">duben</term>-      <term name="month-05">květen</term>-      <term name="month-06">červen</term>-      <term name="month-07">červenec</term>-      <term name="month-08">srpen</term>-      <term name="month-09">září</term>-      <term name="month-10">říjen</term>-      <term name="month-11">listopad</term>-      <term name="month-12">prosinec</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">leden</term>+    <term name="month-02">únor</term>+    <term name="month-03">březen</term>+    <term name="month-04">duben</term>+    <term name="month-05">květen</term>+    <term name="month-06">červen</term>+    <term name="month-07">červenec</term>+    <term name="month-08">srpen</term>+    <term name="month-09">září</term>+    <term name="month-10">říjen</term>+    <term name="month-11">listopad</term>+    <term name="month-12">prosinec</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">led</term>-      <term name="month-02" form="short">úno</term>-      <term name="month-03" form="short">bře</term>-      <term name="month-04" form="short">dub</term>-      <term name="month-05" form="short">kvě</term>-      <term name="month-06" form="short">čer</term>-      <term name="month-07" form="short">čvc</term>-      <term name="month-08" form="short">srp</term>-      <term name="month-09" form="short">zář</term>-      <term name="month-10" form="short">říj</term>-      <term name="month-11" form="short">lis</term>-      <term name="month-12" form="short">pro</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">led.</term>+    <term name="month-02" form="short">úno.</term>+    <term name="month-03" form="short">bře.</term>+    <term name="month-04" form="short">dub.</term>+    <term name="month-05" form="short">kvě.</term>+    <term name="month-06" form="short">čer.</term>+    <term name="month-07" form="short">čvc.</term>+    <term name="month-08" form="short">srp.</term>+    <term name="month-09" form="short">zář.</term>+    <term name="month-10" form="short">říj.</term>+    <term name="month-11" form="short">lis.</term>+    <term name="month-12" form="short">pro.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">jaro</term>+    <term name="season-02">léto</term>+    <term name="season-03">podzim</term>+    <term name="season-04">zima</term>+  </terms> </locale>
locales/locales-da-DK.xml view
@@ -1,305 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="da">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="-" range-delimiter="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="-" range-delimiter="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">accessed</term>-      <term name="and">and</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">forthcoming</term>-      <term name="from">from</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">nd</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">retrieved</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="da-DK">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="-" range-delimiter="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="-" range-delimiter="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">åbnet</term>+    <term name="and">og</term>+    <term name="and others">med flere</term>+    <term name="anonymous">anonym</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">på</term>+    <term name="available at">available at</term>+    <term name="by">af</term>+    <term name="circa">cirka</term>+    <term name="circa" form="short">ca.</term>+    <term name="cited">citeret</term>+    <term name="edition">+      <single>udgave</single>+      <multiple>udgaver</multiple>+    </term>+    <term name="edition" form="short">udg.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">kommende</term>+    <term name="from">fra</term>+    <term name="ibid">ibid.</term>+    <term name="in">i</term>+    <term name="in press">i tryk</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">brev</term>+    <term name="no date">ingen dato</term>+    <term name="no date" form="short">udateret</term>+    <term name="online">online</term>+    <term name="presented at">præsenteret ved</term>+    <term name="reference">+      <single>reference</single>+      <multiple>referencer</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refr.</multiple>+    </term>+    <term name="retrieved">hentet</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">»</term>-      <term name="close-quote">«</term>-      <term name="open-inner-quote">›</term>-      <term name="close-inner-quote">‹</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">e.Kr</term>+    <term name="bc">f.Kr</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">første</term>+    <term name="long-ordinal-02">anden</term>+    <term name="long-ordinal-03">tredje</term>+    <term name="long-ordinal-04">fjerde</term>+    <term name="long-ordinal-05">femte</term>+    <term name="long-ordinal-06">sjette</term>+    <term name="long-ordinal-07">syvende</term>+    <term name="long-ordinal-08">ottende</term>+    <term name="long-ordinal-09">niende</term>+    <term name="long-ordinal-10">tiende</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>line</single>-         <multiple>line</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>page</single>-         <multiple>pages</multiple>-      </term>-      <term name="paragraph">-         <single>paragraph</single>-         <multiple>paragraph</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>bog</single>+      <multiple>bøger</multiple>+    </term>+    <term name="chapter">+      <single>kapitel</single>+      <multiple>kapitler</multiple>+    </term>+    <term name="column">+      <single>kolonne</single>+      <multiple>kolonner</multiple>+    </term>+    <term name="figure">+      <single>figur</single>+      <multiple>figurer</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folier</multiple>+    </term>+    <term name="issue">+      <single>nummer</single>+      <multiple>numre</multiple>+    </term>+    <term name="line">+      <single>linje</single>+      <multiple>linjer</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>noter</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opuser</multiple>+    </term>+    <term name="page">+      <single>side</single>+      <multiple>sider</multiple>+    </term>+    <term name="paragraph">+      <single>afsnit</single>+      <multiple>afsnit</multiple>+    </term>+    <term name="part">+      <single>del</single>+      <multiple>dele</multiple>+    </term>+    <term name="section">+      <single>sektion</single>+      <multiple>sektionerne</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>vers</single>+      <multiple>vers</multiple>+    </term>+    <term name="volume">+      <single>bind</single>+      <multiple>bind</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">no</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>pp</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">b.</term>+    <term name="chapter" form="short">kap.</term>+    <term name="column" form="short">kol.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">fol.</term>+    <term name="issue" form="short">nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>s.</single>+      <multiple>s.</multiple>+    </term>+    <term name="paragraph" form="short">afs.</term>+    <term name="part" form="short">d.</term>+    <term name="section" form="short">sekt.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>v.</multiple>+    </term>+    <term name="volume" form="short">+      <single>bd.</single>+      <multiple>bd.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>translator</single>-         <multiple>translators</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>redaktør</single>+      <multiple>redaktører</multiple>+    </term>+    <term name="editorial-director">+      <single>redaktør</single>+      <multiple>redaktører</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>oversætter</single>+      <multiple>oversættere</multiple>+    </term>+    <term name="editortranslator">+      <single>redaktør &amp; oversætter</single>+      <multiple>redaktører &amp; oversættere</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>eds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>tran</single>-         <multiple>trans</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>overs.</single>+      <multiple>overs.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>red. &amp; overs.</single>+      <multiple>red. &amp; overs.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">edited by</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">translated by</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">redigeret af</term>+    <term name="editorial-director" form="verb">redigeret af</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interviewet af</term>+    <term name="recipient" form="verb">modtaget af</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">oversat af</term>+    <term name="editortranslator" form="verb">redigeret &amp; oversat af</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">af</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">red.</term>+    <term name="editorial-director" form="verb-short">red.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">overs.</term>+    <term name="editortranslator" form="verb-short">red. &amp; overs. af</term> -      <!-- LONG MONTH FORMS -->-      <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>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Januar</term>+    <term name="month-02">Februar</term>+    <term name="month-03">Marts</term>+    <term name="month-04">April</term>+    <term name="month-05">Maj</term>+    <term name="month-06">Juni</term>+    <term name="month-07">Juli</term>+    <term name="month-08">August</term>+    <term name="month-09">September</term>+    <term name="month-10">Oktober</term>+    <term name="month-11">November</term>+    <term name="month-12">December</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">May</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Oct</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan.</term>+    <term name="month-02" form="short">Feb.</term>+    <term name="month-03" form="short">Mar.</term>+    <term name="month-04" form="short">Apr.</term>+    <term name="month-05" form="short">Maj</term>+    <term name="month-06" form="short">Jun.</term>+    <term name="month-07" form="short">Jul.</term>+    <term name="month-08" form="short">Aug.</term>+    <term name="month-09" form="short">Sep.</term>+    <term name="month-10" form="short">Okt.</term>+    <term name="month-11" form="short">Nov.</term>+    <term name="month-12" form="short">Dec.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Forår</term>+    <term name="season-02">Sommer</term>+    <term name="season-03">Efterår</term>+    <term name="season-04">vinter</term>+  </terms> </locale>
locales/locales-de-AT.xml view
@@ -1,306 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="de">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">zugegriffen</term>-      <term name="and">und</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">u.a.</term>-      <term name="forthcoming">i.E.</term>-      <term name="from">von</term>-      <term name="ibid">ebd.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">o.J.</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">abgerufen</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>--      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">„</term>-      <term name="close-quote">“</term>-      <term name="open-inner-quote">‚</term>-      <term name="close-inner-quote">‘</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="de-AT">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="."/>+    <date-part name="month" form="numeric-leading-zeros" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">zugegriffen</term>+    <term name="and">und</term>+    <term name="and others">und andere</term>+    <term name="anonymous">ohne Autor</term>+    <term name="anonymous" form="short">o. A.</term>+    <term name="at">auf</term>+    <term name="available at">available at</term>+    <term name="by">von</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">ca.</term>+    <term name="cited">zitiert</term>+    <term name="edition">+      <single>Auflage</single>+      <multiple>Auflagen</multiple>+    </term>+    <term name="edition" form="short">Aufl.</term>+    <term name="et-al">u. a.</term>+    <term name="forthcoming">i. E.</term>+    <term name="from">von</term>+    <term name="ibid">ebd.</term>+    <term name="in">in</term>+    <term name="in press">im Druck</term>+    <term name="internet">Internet</term>+    <term name="interview">Interview</term>+    <term name="letter">Brief</term>+    <term name="no date">ohne Datum</term>+    <term name="no date" form="short">o. J.</term>+    <term name="online">online</term>+    <term name="presented at">gehalten auf der</term>+    <term name="reference">+      <single>Referenz</single>+      <multiple>Referenzen</multiple>+    </term>+    <term name="reference" form="short">+      <single>Ref.</single>+      <multiple>Ref.</multiple>+    </term>+    <term name="retrieved">abgerufen</term>+    <term name="scale">scale</term>+    <term name="version">version</term> +    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">n. Chr.</term>+    <term name="bc">v. Chr.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">‚</term>+    <term name="close-inner-quote">‘</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">erster</term>+    <term name="long-ordinal-02">zweiter</term>+    <term name="long-ordinal-03">dritter</term>+    <term name="long-ordinal-04">vierter</term>+    <term name="long-ordinal-05">fünfter</term>+    <term name="long-ordinal-06">sechster</term>+    <term name="long-ordinal-07">siebter</term>+    <term name="long-ordinal-08">achter</term>+    <term name="long-ordinal-09">neunter</term>+    <term name="long-ordinal-10">zehnter</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>Zeile</single>-         <multiple>Zeilen</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>Seite</single>-         <multiple>Seiten</multiple>-      </term>-      <term name="paragraph">-         <single>Absatz</single>-         <multiple>Absätze</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>Buch</single>+      <multiple>Bücher</multiple>+    </term>+    <term name="chapter">+      <single>Kapitel</single>+      <multiple>Kapitel</multiple>+    </term>+    <term name="column">+      <single>Spalte</single>+      <multiple>Spalten</multiple>+    </term>+    <term name="figure">+      <single>Abbildung</single>+      <multiple>Abbildungen</multiple>+    </term>+    <term name="folio">+      <single>Blatt</single>+      <multiple>Blätter</multiple>+    </term>+    <term name="issue">+      <single>Nummer</single>+      <multiple>Nummern</multiple>+    </term>+    <term name="line">+      <single>Zeile</single>+      <multiple>Zeilen</multiple>+    </term>+    <term name="note">+      <single>Note</single>+      <multiple>Noten</multiple>+    </term>+    <term name="opus">+      <single>Opus</single>+      <multiple>Opera</multiple>+    </term>+    <term name="page">+      <single>Seite</single>+      <multiple>Seiten</multiple>+    </term>+    <term name="paragraph">+      <single>Absatz</single>+      <multiple>Absätze</multiple>+    </term>+    <term name="part">+      <single>Teil</single>+      <multiple>Teile</multiple>+    </term>+    <term name="section">+      <single>Abschnitt</single>+      <multiple>Abschnitte</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>Vers</single>+      <multiple>Verse</multiple>+    </term>+    <term name="volume">+      <single>Band</single>+      <multiple>Bände</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">Nr</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>S</single>-         <multiple>S</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">B.</term>+    <term name="chapter" form="short">Kap.</term>+    <term name="column" form="short">Sp.</term>+    <term name="figure" form="short">Abb.</term>+    <term name="folio" form="short">Fol.</term>+    <term name="issue" form="short">Nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>S.</single>+      <multiple>S.</multiple>+    </term>+    <term name="paragraph" form="short">Abs.</term>+    <term name="part" form="short">Teil</term>+    <term name="section" form="short">Abschn.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>V.</single>+      <multiple>V.</multiple>+    </term>+    <term name="volume" form="short">+      <single>Bd.</single>+      <multiple>Bd.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>Herausgeber</single>-         <multiple>Herausgeber</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>Übersetzer</single>-         <multiple>Übersetzer</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>Herausgeber</single>+      <multiple>Herausgeber</multiple>+    </term>+    <term name="editorial-director">+      <single>Herausgeber</single>+      <multiple>Herausgeber</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>Übersetzer</single>+      <multiple>Übersetzer</multiple>+    </term>+    <term name="editortranslator">+      <single>Herausgeber &amp; Übersetzer</single>+      <multiple>Herausgeber &amp; Übersetzer</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>Hrsg</single>-         <multiple>Hrsg</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>Übers</single>-         <multiple>Übers</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>Hrsg.</single>+      <multiple>Hrsg.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>Hrsg.</single>+      <multiple>Hrsg.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>Übers.</single>+      <multiple>Übers.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>Hrsg. &amp; Übers.</single>+      <multiple>Hrsg. &amp; Übers</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">Hg. v</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">Übers. v</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">herausgegeben von</term>+    <term name="editorial-director" form="verb">herausgegeben von</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interviewt von</term>+    <term name="recipient" form="verb">an</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">übersetzt von</term>+    <term name="editortranslator" form="verb">herausgegeben und übersetzt von</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">von</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">hg. von</term>+    <term name="editorial-director" form="verb-short">hg. von</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">übers. von</term>+    <term name="editortranslator" form="verb-short">hg. &amp; übers. von</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Jänner</term>-      <term name="month-02">Februar</term>-      <term name="month-03">März</term>-      <term name="month-04">April</term>-      <term name="month-05">Mai</term>-      <term name="month-06">Juni</term>-      <term name="month-07">Juli</term>-      <term name="month-08">August</term>-      <term name="month-09">September</term>-      <term name="month-10">Oktober</term>-      <term name="month-11">November</term>-      <term name="month-12">Dezember</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Januar</term>+    <term name="month-02">Februar</term>+    <term name="month-03">März</term>+    <term name="month-04">April</term>+    <term name="month-05">Mai</term>+    <term name="month-06">Juni</term>+    <term name="month-07">Juli</term>+    <term name="month-08">August</term>+    <term name="month-09">September</term>+    <term name="month-10">Oktober</term>+    <term name="month-11">November</term>+    <term name="month-12">Dezember</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jän</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">Mai</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Okt</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dez</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan.</term>+    <term name="month-02" form="short">Feb.</term>+    <term name="month-03" form="short">März</term>+    <term name="month-04" form="short">Apr.</term>+    <term name="month-05" form="short">Mai</term>+    <term name="month-06" form="short">Juni</term>+    <term name="month-07" form="short">Juli</term>+    <term name="month-08" form="short">Aug.</term>+    <term name="month-09" form="short">Sep.</term>+    <term name="month-10" form="short">Okt.</term>+    <term name="month-11" form="short">Nov.</term>+    <term name="month-12" form="short">Dez.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Frühjahr</term>+    <term name="season-02">Sommer</term>+    <term name="season-03">Herbst</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-de-CH.xml view
@@ -1,305 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="de">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="."/>-      <date-part name="month" form="numeric-leading-zeros" suffix="."/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">zugegriffen</term>-      <term name="and">und</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">u.a.</term>-      <term name="forthcoming">i.E.</term>-      <term name="from">von</term>-      <term name="ibid">ebd.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">o.J.</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">abgerufen</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="de-CH">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="."/>+    <date-part name="month" form="numeric-leading-zeros" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">zugegriffen</term>+    <term name="and">und</term>+    <term name="and others">und andere</term>+    <term name="anonymous">ohne Autor</term>+    <term name="anonymous" form="short">o. A.</term>+    <term name="at">auf</term>+    <term name="available at">available at</term>+    <term name="by">von</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">ca.</term>+    <term name="cited">zitiert</term>+    <term name="edition">+      <single>Auflage</single>+      <multiple>Auflagen</multiple>+    </term>+    <term name="edition" form="short">Aufl.</term>+    <term name="et-al">u. a.</term>+    <term name="forthcoming">i. E.</term>+    <term name="from">von</term>+    <term name="ibid">ebd.</term>+    <term name="in">in</term>+    <term name="in press">im Druck</term>+    <term name="internet">Internet</term>+    <term name="interview">Interview</term>+    <term name="letter">Brief</term>+    <term name="no date">ohne Datum</term>+    <term name="no date" form="short">o. J.</term>+    <term name="online">online</term>+    <term name="presented at">gehalten auf der</term>+    <term name="reference">+      <single>Referenz</single>+      <multiple>Referenzen</multiple>+    </term>+    <term name="reference" form="short">+      <single>Ref.</single>+      <multiple>Ref.</multiple>+    </term>+    <term name="retrieved">abgerufen</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">‹</term>-      <term name="close-inner-quote">›</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">n. Chr.</term>+    <term name="bc">v. Chr.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">‚</term>+    <term name="close-inner-quote">‘</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">erster</term>+    <term name="long-ordinal-02">zweiter</term>+    <term name="long-ordinal-03">dritter</term>+    <term name="long-ordinal-04">vierter</term>+    <term name="long-ordinal-05">fünfter</term>+    <term name="long-ordinal-06">sechster</term>+    <term name="long-ordinal-07">siebter</term>+    <term name="long-ordinal-08">achter</term>+    <term name="long-ordinal-09">neunter</term>+    <term name="long-ordinal-10">zehnter</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>Zeile</single>-         <multiple>Zeilen</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>Seite</single>-         <multiple>Seiten</multiple>-      </term>-      <term name="paragraph">-         <single>Absatz</single>-         <multiple>Absätze</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>Buch</single>+      <multiple>Bücher</multiple>+    </term>+    <term name="chapter">+      <single>Kapitel</single>+      <multiple>Kapitel</multiple>+    </term>+    <term name="column">+      <single>Spalte</single>+      <multiple>Spalten</multiple>+    </term>+    <term name="figure">+      <single>Abbildung</single>+      <multiple>Abbildungen</multiple>+    </term>+    <term name="folio">+      <single>Blatt</single>+      <multiple>Blätter</multiple>+    </term>+    <term name="issue">+      <single>Nummer</single>+      <multiple>Nummern</multiple>+    </term>+    <term name="line">+      <single>Zeile</single>+      <multiple>Zeilen</multiple>+    </term>+    <term name="note">+      <single>Note</single>+      <multiple>Noten</multiple>+    </term>+    <term name="opus">+      <single>Opus</single>+      <multiple>Opera</multiple>+    </term>+    <term name="page">+      <single>Seite</single>+      <multiple>Seiten</multiple>+    </term>+    <term name="paragraph">+      <single>Absatz</single>+      <multiple>Absätze</multiple>+    </term>+    <term name="part">+      <single>Teil</single>+      <multiple>Teile</multiple>+    </term>+    <term name="section">+      <single>Abschnitt</single>+      <multiple>Abschnitte</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>Vers</single>+      <multiple>Verse</multiple>+    </term>+    <term name="volume">+      <single>Band</single>+      <multiple>Bände</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">Nr</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>S</single>-         <multiple>S</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">B.</term>+    <term name="chapter" form="short">Kap.</term>+    <term name="column" form="short">Sp.</term>+    <term name="figure" form="short">Abb.</term>+    <term name="folio" form="short">Fol.</term>+    <term name="issue" form="short">Nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>S.</single>+      <multiple>S.</multiple>+    </term>+    <term name="paragraph" form="short">Abs.</term>+    <term name="part" form="short">Teil</term>+    <term name="section" form="short">Abschn.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>V.</single>+      <multiple>V.</multiple>+    </term>+    <term name="volume" form="short">+      <single>Bd.</single>+      <multiple>Bd.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>Herausgeber</single>-         <multiple>Herausgeber</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>Übersetzer</single>-         <multiple>Übersetzer</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>Herausgeber</single>+      <multiple>Herausgeber</multiple>+    </term>+    <term name="editorial-director">+      <single>Herausgeber</single>+      <multiple>Herausgeber</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>Übersetzer</single>+      <multiple>Übersetzer</multiple>+    </term>+    <term name="editortranslator">+      <single>Herausgeber &amp; Übersetzer</single>+      <multiple>Herausgeber &amp; Übersetzer</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>Hrsg</single>-         <multiple>Hrsg</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>Übers</single>-         <multiple>Übers</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>Hrsg.</single>+      <multiple>Hrsg.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>Hrsg.</single>+      <multiple>Hrsg.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>Übers.</single>+      <multiple>Übers.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>Hrsg. &amp; Übers.</single>+      <multiple>Hrsg. &amp; Übers</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">Hg. v</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">Übers. v</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">herausgegeben von</term>+    <term name="editorial-director" form="verb">herausgegeben von</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interviewt von</term>+    <term name="recipient" form="verb">an</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">übersetzt von</term>+    <term name="editortranslator" form="verb">herausgegeben und übersetzt von</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">von</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">hg. von</term>+    <term name="editorial-director" form="verb-short">hg. von</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">übers. von</term>+    <term name="editortranslator" form="verb-short">hg. &amp; übers. von</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Januar</term>-      <term name="month-02">Februar</term>-      <term name="month-03">März</term>-      <term name="month-04">April</term>-      <term name="month-05">Mai</term>-      <term name="month-06">Juni</term>-      <term name="month-07">Juli</term>-      <term name="month-08">August</term>-      <term name="month-09">September</term>-      <term name="month-10">Oktober</term>-      <term name="month-11">November</term>-      <term name="month-12">Dezember</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Januar</term>+    <term name="month-02">Februar</term>+    <term name="month-03">März</term>+    <term name="month-04">April</term>+    <term name="month-05">Mai</term>+    <term name="month-06">Juni</term>+    <term name="month-07">Juli</term>+    <term name="month-08">August</term>+    <term name="month-09">September</term>+    <term name="month-10">Oktober</term>+    <term name="month-11">November</term>+    <term name="month-12">Dezember</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">Mai</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Okt</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dez</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan.</term>+    <term name="month-02" form="short">Feb.</term>+    <term name="month-03" form="short">März</term>+    <term name="month-04" form="short">Apr.</term>+    <term name="month-05" form="short">Mai</term>+    <term name="month-06" form="short">Juni</term>+    <term name="month-07" form="short">Juli</term>+    <term name="month-08" form="short">Aug.</term>+    <term name="month-09" form="short">Sep.</term>+    <term name="month-10" form="short">Okt.</term>+    <term name="month-11" form="short">Nov.</term>+    <term name="month-12" form="short">Dez.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Frühjahr</term>+    <term name="season-02">Sommer</term>+    <term name="season-03">Herbst</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-de-DE.xml view
@@ -1,304 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="de">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="."/>-      <date-part name="month" form="numeric-leading-zeros" suffix="."/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">zugegriffen</term>-      <term name="and">und</term>-      <term name="and others">und andere</term>-      <term name="anonymous">ohne Autor</term>-      <term name="anonymous" form="short">o. A.</term>-      <term name="at">auf</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">zitiert</term>-      <term name="edition">-         <single>Auflage</single>-         <multiple>Auflagen</multiple>-      </term>-      <term name="edition" form="short">Aufl</term>-      <term name="et-al">u. a.</term>-      <term name="forthcoming">i. E.</term>-      <term name="from">von</term>-      <term name="ibid">ebd</term>-      <term name="in">in</term>-      <term name="in press">im Druck</term>-      <term name="internet">Internet</term>-      <term name="interview">Interview</term>-      <term name="letter">Brief</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">o. J.</term>-      <term name="online">online</term>-      <term name="presented at">gehalten auf der</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">abgerufen</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="de-DE">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="."/>+    <date-part name="month" form="numeric-leading-zeros" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">zugegriffen</term>+    <term name="and">und</term>+    <term name="and others">und andere</term>+    <term name="anonymous">ohne Autor</term>+    <term name="anonymous" form="short">o. A.</term>+    <term name="at">auf</term>+    <term name="available at">verfügbar unter</term>+    <term name="by">von</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">ca.</term>+    <term name="cited">zitiert</term>+    <term name="edition">+      <single>Auflage</single>+      <multiple>Auflagen</multiple>+    </term>+    <term name="edition" form="short">Aufl.</term>+    <term name="et-al">u. a.</term>+    <term name="forthcoming">i. E.</term>+    <term name="from">von</term>+    <term name="ibid">ebd.</term>+    <term name="in">in</term>+    <term name="in press">im Druck</term>+    <term name="internet">Internet</term>+    <term name="interview">Interview</term>+    <term name="letter">Brief</term>+    <term name="no date">ohne Datum</term>+    <term name="no date" form="short">o. J.</term>+    <term name="online">online</term>+    <term name="presented at">gehalten auf der</term>+    <term name="reference">+      <single>Referenz</single>+      <multiple>Referenzen</multiple>+    </term>+    <term name="reference" form="short">+      <single>Ref.</single>+      <multiple>Ref.</multiple>+    </term>+    <term name="retrieved">abgerufen</term>+    <term name="scale">Maßstab</term>+    <term name="version">Version</term> -      <!-- QUOTES -->-      <term name="open-quote">„</term>-      <term name="close-quote">“</term>-      <term name="open-inner-quote">‚</term>-      <term name="close-inner-quote">‘</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">n. Chr.</term>+    <term name="bc">v. Chr.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">.</term>-      <term name="ordinal-02">.</term>-      <term name="ordinal-03">.</term>-      <term name="ordinal-04">.</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">‚</term>+    <term name="close-inner-quote">‘</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">Anthropologie</term>-      <term name="astronomy">Astronomie</term>-      <term name="biology">Biologie</term>-      <term name="botany">Botanik</term>-      <term name="chemistry">Chemie</term>-      <term name="engineering">Ingenieurswissenschaften</term>-      <term name="generic-base">generischer Stil</term>-      <term name="geography">Geographie</term>-      <term name="geology">Geologie</term>-      <term name="history">Geschichte</term>-      <term name="humanities">Geisteswissenschaften</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">Literatur</term>-      <term name="math">Mathematik</term>-      <term name="medicine">Medizin</term>-      <term name="philosophy">Philosophie</term>-      <term name="physics">Physik</term>-      <term name="psychology">Psychologie</term>-      <term name="sociology">Soziologie</term>-      <term name="science">Naturwissenschaften</term>-      <term name="political_science">Politikwissenschaft</term>-      <term name="social_science">Sozialwissenschaften</term>-      <term name="theology">Theologie</term>-      <term name="zoology">Zoologie</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">erster</term>+    <term name="long-ordinal-02">zweiter</term>+    <term name="long-ordinal-03">dritter</term>+    <term name="long-ordinal-04">vierter</term>+    <term name="long-ordinal-05">fünfter</term>+    <term name="long-ordinal-06">sechster</term>+    <term name="long-ordinal-07">siebter</term>+    <term name="long-ordinal-08">achter</term>+    <term name="long-ordinal-09">neunter</term>+    <term name="long-ordinal-10">zehnter</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>Buch</single>-         <multiple>Bücher</multiple>-      </term>-      <term name="chapter">-         <single>Kapitel</single>-         <multiple>Kapitel</multiple>-      </term>-      <term name="column">-         <single>Spalte</single>-         <multiple>Spalten</multiple>-      </term>-      <term name="figure">-         <single>Abbildung</single>-         <multiple>Abbildungen</multiple>-      </term>-      <term name="folio">-         <single>Blatt</single>-         <multiple>Blätter</multiple>-      </term>-      <term name="issue">-         <single>Nummer</single>-         <multiple>Nummern</multiple>-      </term>-      <term name="line">-         <single>Zeile</single>-         <multiple>Zeilen</multiple>-      </term>-      <term name="note">-         <single>Note</single>-         <multiple>Noten</multiple>-      </term>-      <term name="opus">-         <single>Opus</single>-         <multiple>Opera</multiple>-      </term>-      <term name="page">-         <single>Seite</single>-         <multiple>Seiten</multiple>-      </term>-      <term name="paragraph">-         <single>Absatz</single>-         <multiple>Absätze</multiple>-      </term>-      <term name="part">-         <single>Teil</single>-         <multiple>Teile</multiple>-      </term>-      <term name="section">-         <single>Abschnitt</single>-         <multiple>Abschnitte</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>Vers</single>-         <multiple>Verse</multiple>-      </term>-      <term name="volume">-         <single>Band</single>-         <multiple>Bände</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>Buch</single>+      <multiple>Bücher</multiple>+    </term>+    <term name="chapter">+      <single>Kapitel</single>+      <multiple>Kapitel</multiple>+    </term>+    <term name="column">+      <single>Spalte</single>+      <multiple>Spalten</multiple>+    </term>+    <term name="figure">+      <single>Abbildung</single>+      <multiple>Abbildungen</multiple>+    </term>+    <term name="folio">+      <single>Blatt</single>+      <multiple>Blätter</multiple>+    </term>+    <term name="issue">+      <single>Nummer</single>+      <multiple>Nummern</multiple>+    </term>+    <term name="line">+      <single>Zeile</single>+      <multiple>Zeilen</multiple>+    </term>+    <term name="note">+      <single>Note</single>+      <multiple>Noten</multiple>+    </term>+    <term name="opus">+      <single>Opus</single>+      <multiple>Opera</multiple>+    </term>+    <term name="page">+      <single>Seite</single>+      <multiple>Seiten</multiple>+    </term>+    <term name="paragraph">+      <single>Absatz</single>+      <multiple>Absätze</multiple>+    </term>+    <term name="part">+      <single>Teil</single>+      <multiple>Teile</multiple>+    </term>+    <term name="section">+      <single>Abschnitt</single>+      <multiple>Abschnitte</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>Vers</single>+      <multiple>Verse</multiple>+    </term>+    <term name="volume">+      <single>Band</single>+      <multiple>Bände</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">B</term>-      <term name="chapter" form="short">Kap</term>-      <term name="column" form="short">Sp</term>-      <term name="figure" form="short">Abb</term>-      <term name="folio" form="short">Fol</term>-      <term name="issue" form="short">Nr</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>S</single>-         <multiple>S</multiple>-      </term>-      <term name="paragraph" form="short">Abs</term>-      <term name="part" form="short">Teil</term>-      <term name="section" form="short">Abschn</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>V</single>-         <multiple>Vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>Bd</single>-         <multiple>Bd</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">B.</term>+    <term name="chapter" form="short">Kap.</term>+    <term name="column" form="short">Sp.</term>+    <term name="figure" form="short">Abb.</term>+    <term name="folio" form="short">Fol.</term>+    <term name="issue" form="short">Nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>S.</single>+      <multiple>S.</multiple>+    </term>+    <term name="paragraph" form="short">Abs.</term>+    <term name="part" form="short">Teil</term>+    <term name="section" form="short">Abschn.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>V.</single>+      <multiple>V.</multiple>+    </term>+    <term name="volume" form="short">+      <single>Bd.</single>+      <multiple>Bd.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>Herausgeber</single>-         <multiple>Herausgeber</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>Übersetzer</single>-         <multiple>Übersetzer</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>Regisseur</single>+      <multiple>Regisseure</multiple>+    </term>+    <term name="editor">+      <single>Herausgeber</single>+      <multiple>Herausgeber</multiple>+    </term>+    <term name="editorial-director">+      <single>Herausgeber</single>+      <multiple>Herausgeber</multiple>+    </term>+    <term name="illustrator">+      <single>Illustrator</single>+      <multiple>illustratoren</multiple>+    </term>+    <term name="translator">+      <single>Übersetzer</single>+      <multiple>Übersetzer</multiple>+    </term>+    <term name="editortranslator">+      <single>Herausgeber &amp; Übersetzer</single>+      <multiple>Herausgeber &amp; Übersetzer</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>Hrsg</single>-         <multiple>Hrsg</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>Übers</single>-         <multiple>Übers</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>Reg.</single>+      <multiple>Reg..</multiple>+    </term>+    <term name="editor" form="short">+      <single>Hrsg.</single>+      <multiple>Hrsg.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>Hrsg.</single>+      <multiple>Hrsg.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>Ill.</single>+      <multiple>Ill.</multiple>+    </term>+    <term name="translator" form="short">+      <single>Übers.</single>+      <multiple>Übers.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>Hrsg. &amp; Übers.</single>+      <multiple>Hrsg. &amp; Übers</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">herausgegeben von</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">übersetzt von</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">an</term>-      <term name="interviewer" form="verb">interviewt von</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">herausgegeben von</term>+    <term name="editorial-director" form="verb">herausgegeben von</term>+    <term name="illustrator" form="verb">illustriert von</term>+    <term name="interviewer" form="verb">interviewt von</term>+    <term name="recipient" form="verb">an</term>+    <term name="reviewed-author" form="verb">von</term>+    <term name="translator" form="verb">übersetzt von</term>+    <term name="editortranslator" form="verb">herausgegeben und übersetzt von</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">hg. v</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">übers. v</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">von</term>+    <term name="director" form="verb-short">Reg.</term>+    <term name="editor" form="verb-short">hg. von</term>+    <term name="editorial-director" form="verb-short">hg. von</term>+    <term name="illustrator" form="verb-short">illus. von</term>+    <term name="translator" form="verb-short">übers. von</term>+    <term name="editortranslator" form="verb-short">hg. &amp; übers. von</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Januar</term>-      <term name="month-02">Februar</term>-      <term name="month-03">März</term>-      <term name="month-04">April</term>-      <term name="month-05">Mai</term>-      <term name="month-06">Juni</term>-      <term name="month-07">Juli</term>-      <term name="month-08">August</term>-      <term name="month-09">September</term>-      <term name="month-10">Oktober</term>-      <term name="month-11">November</term>-      <term name="month-12">Dezember</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Januar</term>+    <term name="month-02">Februar</term>+    <term name="month-03">März</term>+    <term name="month-04">April</term>+    <term name="month-05">Mai</term>+    <term name="month-06">Juni</term>+    <term name="month-07">Juli</term>+    <term name="month-08">August</term>+    <term name="month-09">September</term>+    <term name="month-10">Oktober</term>+    <term name="month-11">November</term>+    <term name="month-12">Dezember</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">März</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">Mai</term>-      <term name="month-06" form="short">Juni</term>-      <term name="month-07" form="short">Juli</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Okt</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dez</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan.</term>+    <term name="month-02" form="short">Feb.</term>+    <term name="month-03" form="short">März</term>+    <term name="month-04" form="short">Apr.</term>+    <term name="month-05" form="short">Mai</term>+    <term name="month-06" form="short">Juni</term>+    <term name="month-07" form="short">Juli</term>+    <term name="month-08" form="short">Aug.</term>+    <term name="month-09" form="short">Sep.</term>+    <term name="month-10" form="short">Okt.</term>+    <term name="month-11" form="short">Nov.</term>+    <term name="month-12" form="short">Dez.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Frühjahr</term>+    <term name="season-02">Sommer</term>+    <term name="season-03">Herbst</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-el-GR.xml view
@@ -1,274 +1,267 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="el">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">ημερομηνία πρόσβασης</term>-      <term name="and">και</term>-      <term name="and others">και άλλοι</term>-      <term name="anonymous">ανώνυμο</term>-      <term name="anonymous" form="short">ανών.</term>-      <term name="at">εφ.</term>-      <term name="by">από</term>-      <term name="circa">περίπου</term>-      <term name="circa" form="short">περ.</term>-      <term name="cited">παρατίθεται</term>-      <term name="edition">-        <single>έκδοση</single>-        <multiple>εκδόσεις</multiple>-      </term>-      <term name="edition" form="short">έκδ.</term>-      <term name="et-al">κ.ά.</term>-      <term name="forthcoming">προσεχές</term>-      <term name="from">από</term>-      <term name="ibid">στο ίδιο</term>-      <term name="in">στο</term>-      <term name="in press">υπό έκδοση</term>-      <term name="internet">διαδίκτυο</term>-      <term name="interview">συνέντευξη</term>-      <term name="letter">επιστολή</term>-      <term name="no date">χωρίς χρονολογία</term>-      <term name="no date" form="short">χ.χ.</term>-      <term name="online">έκδοση σε ψηφιακή μορφή</term>-      <term name="presented at">παρουσιάστηκε στο</term>-      <term name="reference">-        <single>παραπομπή</single>-        <multiple>παραπομπές</multiple>-      </term>-      <term name="reference" form="short">-        <single>παρ.</single>-        <multiple>παρ.</multiple>-      </term>-      <term name="retrieved">ανακτήθηκε</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">μ.Χ.</term>-      <term name="bc">π.Χ.</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="el-GR">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">ημερομηνία πρόσβασης</term>+    <term name="and">και</term>+    <term name="and others">και άλλοι</term>+    <term name="anonymous">ανώνυμο</term>+    <term name="anonymous" form="short">ανών.</term>+    <term name="at">εφ.</term>+    <term name="available at">available at</term>+    <term name="by">από</term>+    <term name="circa">περίπου</term>+    <term name="circa" form="short">περ.</term>+    <term name="cited">παρατίθεται</term>+    <term name="edition">+      <single>έκδοση</single>+      <multiple>εκδόσεις</multiple>+    </term>+    <term name="edition" form="short">έκδ.</term>+    <term name="et-al">κ.ά.</term>+    <term name="forthcoming">προσεχές</term>+    <term name="from">από</term>+    <term name="ibid">στο ίδιο</term>+    <term name="in">στο</term>+    <term name="in press">υπό έκδοση</term>+    <term name="internet">διαδίκτυο</term>+    <term name="interview">συνέντευξη</term>+    <term name="letter">επιστολή</term>+    <term name="no date">χωρίς χρονολογία</term>+    <term name="no date" form="short">χ.χ.</term>+    <term name="online">έκδοση σε ψηφιακή μορφή</term>+    <term name="presented at">παρουσιάστηκε στο</term>+    <term name="reference">+      <single>παραπομπή</single>+      <multiple>παραπομπές</multiple>+    </term>+    <term name="reference" form="short">+      <single>παρ.</single>+      <multiple>παρ.</multiple>+    </term>+    <term name="retrieved">ανακτήθηκε</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks differs,-           but the characters below are directly from a Greek-speaking style author -->-      <term name="open-quote">‘</term>-      <term name="close-quote">’</term>-      <term name="open-inner-quote">'</term>-      <term name="close-inner-quote">'</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">μ.Χ.</term>+    <term name="bc">π.Χ.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">ος</term>-      <term name="ordinal-02">ος</term>-      <term name="ordinal-03">ος</term>-      <term name="ordinal-04">ος</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">‘</term>+    <term name="close-quote">’</term>+    <term name="open-inner-quote">'</term>+    <term name="close-inner-quote">'</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">πρώτος</term>-      <term name="long-ordinal-02">δεύτερος</term>-      <term name="long-ordinal-03">τρίτος</term>-      <term name="long-ordinal-04">τέταρτος</term>-      <term name="long-ordinal-05">πέμπτος</term>-      <term name="long-ordinal-06">έκτος</term>-      <term name="long-ordinal-07">έβδομος</term>-      <term name="long-ordinal-08">όγδοος</term>-      <term name="long-ordinal-09">ένατος</term>-      <term name="long-ordinal-10">δέκατος</term>+    <!-- ORDINALS -->+    <term name="ordinal">ος</term> -      <!-- CATEGORIES -->-    <term name="anthropology">ανθρωπολογία</term>-    <term name="astronomy">αστρονομία</term>-    <term name="biology">βιολογία</term>-    <term name="botany">βοτανική</term>-    <term name="chemistry">χημεία</term>-    <term name="engineering">μηχανική</term>-    <term name="generic-base">γενική βιβλιογραφία</term>-    <term name="geography">γεωγραφία</term>-    <term name="geology">γεωλογία</term>-    <term name="history">ιστορία</term>-    <term name="humanities">ανθρωπιστικές σπουδές</term>-    <term name="literature">λογοτεχνία</term>-    <term name="math">μαθηματικά</term>-    <term name="medicine">ιατρική</term>-    <term name="philosophy">φιλοσοφία</term>-    <term name="physics">φυσική</term>-    <term name="psychology">ψυχολογία</term>-    <term name="sociology">κοινωνιολογία</term>-    <term name="science">θετικές επιστήμες</term>-    <term name="political_science">πολιτικές επιστήμες</term>-    <term name="social_science">κοινωνικές επιστήμες</term>-    <term name="theology">θεολογία</term>-    <term name="zoology">ζωολογία</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">πρώτος</term>+    <term name="long-ordinal-02">δεύτερος</term>+    <term name="long-ordinal-03">τρίτος</term>+    <term name="long-ordinal-04">τέταρτος</term>+    <term name="long-ordinal-05">πέμπτος</term>+    <term name="long-ordinal-06">έκτος</term>+    <term name="long-ordinal-07">έβδομος</term>+    <term name="long-ordinal-08">όγδοος</term>+    <term name="long-ordinal-09">ένατος</term>+    <term name="long-ordinal-10">δέκατος</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>βιβλίο</single>-         <multiple>βιβλίο</multiple>-      </term>-      <term name="chapter">-         <single>κεφάλαιο</single>-         <multiple>κεφάλαια</multiple>-      </term>-      <term name="column">-         <single>στήλη</single>-         <multiple>στήλες</multiple>-      </term>-      <term name="figure">-         <single>εικόνα</single>-         <multiple>εικόνες</multiple>-      </term>-      <term name="folio">-         <single>φάκελος</single>-         <multiple>φάκελοι</multiple>-      </term>-      <term name="issue">-         <single>τεύχος</single>-         <multiple>τεύχη</multiple>-      </term>-      <term name="line">-         <single>σειρά</single>-         <multiple>σειρές</multiple>-      </term>-      <term name="note">-         <single>σημείωση</single>-         <multiple>σημειώσεις</multiple>-      </term>-      <term name="opus">-         <single>έργο</single>-         <multiple>έργα</multiple>-      </term>-      <term name="page">-         <single>σελίδα</single>-         <multiple>σελίδες</multiple>-      </term>-      <term name="paragraph">-         <single>παράγραφος</single>-         <multiple>παράγραφοι</multiple>-      </term>-      <term name="part">-         <single>μέρος</single>-         <multiple>μέρη</multiple>-      </term>-      <term name="section">-         <single>τμήμα</single>-         <multiple>τμήματα</multiple>-      </term>-      <term name="sub verbo">-         <single>λήμμα</single>-         <multiple>λήμματα</multiple>-      </term>-      <term name="verse">-         <single>στίχος</single>-         <multiple>στίχοι</multiple>-      </term>-      <term name="volume">-         <single>τόμος</single>-         <multiple>τόμοι</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>βιβλίο</single>+      <multiple>βιβλίο</multiple>+    </term>+    <term name="chapter">+      <single>κεφάλαιο</single>+      <multiple>κεφάλαια</multiple>+    </term>+    <term name="column">+      <single>στήλη</single>+      <multiple>στήλες</multiple>+    </term>+    <term name="figure">+      <single>εικόνα</single>+      <multiple>εικόνες</multiple>+    </term>+    <term name="folio">+      <single>φάκελος</single>+      <multiple>φάκελοι</multiple>+    </term>+    <term name="issue">+      <single>τεύχος</single>+      <multiple>τεύχη</multiple>+    </term>+    <term name="line">+      <single>σειρά</single>+      <multiple>σειρές</multiple>+    </term>+    <term name="note">+      <single>σημείωση</single>+      <multiple>σημειώσεις</multiple>+    </term>+    <term name="opus">+      <single>έργο</single>+      <multiple>έργα</multiple>+    </term>+    <term name="page">+      <single>σελίδα</single>+      <multiple>σελίδες</multiple>+    </term>+    <term name="paragraph">+      <single>παράγραφος</single>+      <multiple>παράγραφοι</multiple>+    </term>+    <term name="part">+      <single>μέρος</single>+      <multiple>μέρη</multiple>+    </term>+    <term name="section">+      <single>τμήμα</single>+      <multiple>τμήματα</multiple>+    </term>+    <term name="sub verbo">+      <single>λήμμα</single>+      <multiple>λήμματα</multiple>+    </term>+    <term name="verse">+      <single>στίχος</single>+      <multiple>στίχοι</multiple>+    </term>+    <term name="volume">+      <single>τόμος</single>+      <multiple>τόμοι</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">βιβ.</term>-      <term name="chapter" form="short">κεφ.</term>-      <term name="column" form="short">στ.</term>-      <term name="figure" form="short">εικ.</term>-      <term name="folio" form="short">φάκ</term>-      <term name="issue" form="short">τχ.</term>-      <term name="opus" form="short">έργ.</term>-      <term name="page" form="short">-         <single>σ</single>-         <multiple>σσ</multiple>-      </term>-      <term name="paragraph" form="short">παρ.</term>-      <term name="part" form="short">μέρ.</term>-      <term name="section" form="short">τμ.</term>-      <term name="sub verbo" form="short">-         <single>λήμ.</single>-         <multiple>λήμ.</multiple>-      </term>-      <term name="verse" form="short">-         <single>στ.</single>-         <multiple>στ.</multiple>-      </term>-      <term name="volume" form="short">-         <single>τ.</single>-         <multiple>τ.</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">βιβ.</term>+    <term name="chapter" form="short">κεφ.</term>+    <term name="column" form="short">στ.</term>+    <term name="figure" form="short">εικ.</term>+    <term name="folio" form="short">φάκ</term>+    <term name="issue" form="short">τχ.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">έργ.</term>+    <term name="page" form="short">+      <single>σ</single>+      <multiple>σσ</multiple>+    </term>+    <term name="paragraph" form="short">παρ.</term>+    <term name="part" form="short">μέρ.</term>+    <term name="section" form="short">τμ.</term>+    <term name="sub verbo" form="short">+      <single>λήμ.</single>+      <multiple>λήμ.</multiple>+    </term>+    <term name="verse" form="short">+      <single>στ.</single>+      <multiple>στ.</multiple>+    </term>+    <term name="volume" form="short">+      <single>τ.</single>+      <multiple>τ.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-      <single>συγγραφέας</single>-        <multiple>συγγραφείς</multiple>-      </term>-      <term name="editor">-         <single>επιμελητής</single>-         <multiple>επιμελητές</multiple>-      </term>-      <term name="editorial-director">-     	<single>διευθυντής σειράς</single>-        <multiple>διευθυντές σειράς</multiple>-      </term>-      <term name="translator">-         <single>μεταφραστής</single>-         <multiple>μεταφραστές</multiple>-      </term>-      <term name="editortranslator">-         <single>μεταφραστής και επιμελητής</single>-         <multiple>μεταφραστές και επιμελητές</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>επιμελητής</single>+      <multiple>επιμελητές</multiple>+    </term>+    <term name="editorial-director">+      <single>διευθυντής σειράς</single>+      <multiple>διευθυντές σειράς</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>μεταφραστής</single>+      <multiple>μεταφραστές</multiple>+    </term>+    <term name="editortranslator">+      <single>μεταφραστής και επιμελητής</single>+      <multiple>μεταφραστές και επιμελητές</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-        <single>συγγρ.</single>-         <multiple>συγγρ.</multiple>-      </term>-      <term name="editor" form="short">-         <single>επιμ.</single>-         <multiple>επιμ.</multiple>-      </term>-      <term name="editorial-director" form="short">-        <single>δ/ντής σειράς</single>-         <multiple>δ/ντές σειρας</multiple>-      </term>-      <term name="translator" form="short">-         <single>μτφ.</single>-         <multiple>μτφ.</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>μτφ. και επιμ.</single>-         <multiple>μτφ. και επιμ.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>επιμ.</single>+      <multiple>επιμ.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>δ/ντής σειράς</single>+      <multiple>δ/ντές σειρας</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>μτφ.</single>+      <multiple>μτφ.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>μτφ. και επιμ.</single>+      <multiple>μτφ. και επιμ.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">επιμέλεια</term>-      <term name="editorial-director" form="verb">διεύθυνση σειράς</term>-      <term name="translator" form="verb">μετάφραση</term>-      <term name="editortranslator" form="verb">μετάφραση και επιμέλεια</term>-      <term name="recipient" form="verb">παραλήπτης</term>-      <term name="interviewer" form="verb">συνέντευξη</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">επιμέλεια</term>+    <term name="editorial-director" form="verb">διεύθυνση σειράς</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">συνέντευξη</term>+    <term name="recipient" form="verb">παραλήπτης</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">μετάφραση</term>+    <term name="editortranslator" form="verb">μετάφραση και επιμέλεια</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">στον συλλ. τόμο</term>-      <term name="editor" form="verb-short">επιμέλ.</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">στον συλλ. τόμο</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">επιμέλ.</term>     <term name="editorial-director" form="verb-short">δ/νση σειράς</term>-      <term name="translator" form="verb-short">μετάφρ.</term>-      <term name="editortranslator" form="verb-short">μετάφρ. και επιμέλ.</term>-      -      <!-- LONG MONTH FORMS -->+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">μετάφρ.</term>+    <term name="editortranslator" form="verb-short">μετάφρ. και επιμέλ.</term>++    <!-- LONG MONTH FORMS -->     <term name="month-01">Ιανουάριος</term>     <term name="month-02">Φεβρουάριος</term>     <term name="month-03">Μάρτιος</term>@@ -282,7 +275,7 @@     <term name="month-11">Νοέμβριος</term>     <term name="month-12">Δεκέμβριος</term> -      <!-- SHORT MONTH FORMS -->+    <!-- SHORT MONTH FORMS -->     <term name="month-01" form="short">Ιανουαρίου</term>     <term name="month-02" form="short">Φεβρουαρίου</term>     <term name="month-03" form="short">Μαρτίου</term>@@ -296,10 +289,10 @@     <term name="month-11" form="short">Νοεμβρίου</term>     <term name="month-12" form="short">Δεκεμβρίου</term> -      <!-- SEASONS -->-      <term name="season-01">Άνοιξη</term>-      <term name="season-02">Καλοκαίρι</term>-      <term name="season-03">Φθινόπωρο</term>-      <term name="season-04">Χειμώνας</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Άνοιξη</term>+    <term name="season-02">Καλοκαίρι</term>+    <term name="season-03">Φθινόπωρο</term>+    <term name="season-04">Χειμώνας</term>+  </terms> </locale>
+ locales/locales-en-GB.xml view
@@ -0,0 +1,304 @@+<?xml version="1.0" encoding="utf-8"?>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="en-GB">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">accessed</term>+    <term name="and">and</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">at</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">forthcoming</term>+    <term name="from">from</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">n.d.</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">retrieved</term>+    <term name="scale">scale</term>+    <term name="version">version</term>++    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term>++    <!-- PUNCTUATION -->+    <term name="open-quote">‘</term>+    <term name="close-quote">’</term>+    <term name="open-inner-quote">“</term>+    <term name="close-inner-quote">”</term>+    <term name="page-range-delimiter">–</term>++    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term>++    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term>++    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>book</single>+      <multiple>books</multiple>+    </term>+    <term name="chapter">+      <single>chapter</single>+      <multiple>chapters</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbers</multiple>+    </term>+    <term name="line">+      <single>line</single>+      <multiple>lines</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>page</single>+      <multiple>pages</multiple>+    </term>+    <term name="paragraph">+      <single>paragraph</single>+      <multiple>paragraph</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term>++    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk.</term>+    <term name="chapter" form="short">chap.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">f.</term>+    <term name="issue" form="short">no.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>pp.</multiple>+    </term>+    <term name="paragraph" form="short">para.</term>+    <term name="part" form="short">pt.</term>+    <term name="section" form="short">sec.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>vv.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vols.</multiple>+    </term>++    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term>++    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>translator</single>+      <multiple>translators</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term>++    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>tran.</single>+      <multiple>trans.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term>++    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">edited by</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">translated by</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term>++    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trans.</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>++    <!-- LONG MONTH FORMS -->+    <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>++    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan.</term>+    <term name="month-02" form="short">Feb.</term>+    <term name="month-03" form="short">Mar.</term>+    <term name="month-04" form="short">Apr.</term>+    <term name="month-05" form="short">May</term>+    <term name="month-06" form="short">Jun.</term>+    <term name="month-07" form="short">Jul.</term>+    <term name="month-08" form="short">Aug.</term>+    <term name="month-09" form="short">Sep.</term>+    <term name="month-10" form="short">Oct.</term>+    <term name="month-11" form="short">Nov.</term>+    <term name="month-12" form="short">Dec.</term>++    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms>+</locale>
locales/locales-en-US.xml view
@@ -1,304 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="en">-   <style-options punctuation-in-quote="true"/>-   <date form="text">-      <date-part name="month" suffix=" "/>-      <date-part name="day" form="numeric-leading-zeros" suffix=", "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">accessed</term>-      <term name="and">and</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon.</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed.</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">forthcoming</term>-      <term name="from">from</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">n.d.</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">retrieved</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="en-US">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="true"/>+  <date form="text">+    <date-part name="month" suffix=" "/>+    <date-part name="day" suffix=", "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">accessed</term>+    <term name="and">and</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">at</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">forthcoming</term>+    <term name="from">from</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">n.d.</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">retrieved</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">“</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>line</single>-         <multiple>lines</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>page</single>-         <multiple>pages</multiple>-      </term>-      <term name="paragraph">-         <single>paragraph</single>-         <multiple>paragraph</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>book</single>+      <multiple>books</multiple>+    </term>+    <term name="chapter">+      <single>chapter</single>+      <multiple>chapters</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbers</multiple>+    </term>+    <term name="line">+      <single>line</single>+      <multiple>lines</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>page</single>+      <multiple>pages</multiple>+    </term>+    <term name="paragraph">+      <single>paragraph</single>+      <multiple>paragraph</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk.</term>-      <term name="chapter" form="short">chap.</term>-      <term name="column" form="short">col.</term>-      <term name="figure" form="short">fig.</term>-      <term name="folio" form="short">f.</term>-      <term name="issue" form="short">no.</term>-      <term name="opus" form="short">op.</term>-      <term name="page" form="short">-         <single>p.</single>-         <multiple>pp.</multiple>-      </term>-      <term name="paragraph" form="short">para.</term>-      <term name="part" form="short">pt.</term>-      <term name="section" form="short">sec.</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v.</single>-         <multiple>vv.</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol.</single>-         <multiple>vols.</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk.</term>+    <term name="chapter" form="short">chap.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">f.</term>+    <term name="issue" form="short">no.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>pp.</multiple>+    </term>+    <term name="paragraph" form="short">para.</term>+    <term name="part" form="short">pt.</term>+    <term name="section" form="short">sec.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>vv.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vols.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>translator</single>-         <multiple>translators</multiple>-      </term>-      <term name="editortranslator">-        <single>editor &amp; translator</single>-        <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>translator</single>+      <multiple>translators</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>tran.</single>-         <multiple>trans.</multiple>-      </term>-      <term name="editortranslator" form="short">-        <single>ed. &amp; tran.</single>-        <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>tran.</single>+      <multiple>trans.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">edited by</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">translated by</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">edited by</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">translated by</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed.</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans.</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trans.</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <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>+    <!-- LONG MONTH FORMS -->+    <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> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan.</term>-      <term name="month-02" form="short">Feb.</term>-      <term name="month-03" form="short">Mar.</term>-      <term name="month-04" form="short">Apr.</term>-      <term name="month-05" form="short">May</term>-      <term name="month-06" form="short">Jun.</term>-      <term name="month-07" form="short">Jul.</term>-      <term name="month-08" form="short">Aug.</term>-      <term name="month-09" form="short">Sep.</term>-      <term name="month-10" form="short">Oct.</term>-      <term name="month-11" form="short">Nov.</term>-      <term name="month-12" form="short">Dec.</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan.</term>+    <term name="month-02" form="short">Feb.</term>+    <term name="month-03" form="short">Mar.</term>+    <term name="month-04" form="short">Apr.</term>+    <term name="month-05" form="short">May</term>+    <term name="month-06" form="short">Jun.</term>+    <term name="month-07" form="short">Jul.</term>+    <term name="month-08" form="short">Aug.</term>+    <term name="month-09" form="short">Sep.</term>+    <term name="month-10" form="short">Oct.</term>+    <term name="month-11" form="short">Nov.</term>+    <term name="month-12" form="short">Dec.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-es-ES.xml view
@@ -1,305 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="es">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" de "/>-      <date-part name="month" suffix=" de "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">accedido</term>-      <term name="and">y</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">en</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">previsto</term>-      <term name="from">a partir de</term>-      <term name="ibid">ibid.</term>-      <term name="in">en</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">s.d.</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">recuperado</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="es-ES">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" de "/>+    <date-part name="month" suffix=" de "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">accedido</term>+    <term name="and">y</term>+    <term name="and others">y otros</term>+    <term name="anonymous">anónimo</term>+    <term name="anonymous" form="short">anón.</term>+    <term name="at">en</term>+    <term name="available at">available at</term>+    <term name="by">de</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">citado</term>+    <term name="edition">+      <single>edición</single>+      <multiple>ediciones</multiple>+    </term>+    <term name="edition" form="short">ed.</term>+    <term name="et-al">et&#160;al.</term>+    <term name="forthcoming">previsto</term>+    <term name="from">a partir de</term>+    <term name="ibid">ibid.</term>+    <term name="in">en</term>+    <term name="in press">en imprenta</term>+    <term name="internet">internet</term>+    <term name="interview">entrevista</term>+    <term name="letter">carta</term>+    <term name="no date">sin fecha</term>+    <term name="no date" form="short">s.&#160;f.</term>+    <term name="online">en línea</term>+    <term name="presented at">presentado en</term>+    <term name="reference">+      <single>referencia</single>+      <multiple>referencias</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">recuperado</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">“</term>-      <term name="close-inner-quote">”</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">d.&#160;C.</term>+    <term name="bc">a.&#160;C.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">o</term>-      <term name="ordinal-02">o</term>-      <term name="ordinal-03">o</term>-      <term name="ordinal-04">o</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">“</term>+    <term name="close-inner-quote">”</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">.ª</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">primera</term>+    <term name="long-ordinal-02">segunda</term>+    <term name="long-ordinal-03">tercera</term>+    <term name="long-ordinal-04">cuarta</term>+    <term name="long-ordinal-05">quinta</term>+    <term name="long-ordinal-06">sexta</term>+    <term name="long-ordinal-07">séptima</term>+    <term name="long-ordinal-08">octava</term>+    <term name="long-ordinal-09">novena</term>+    <term name="long-ordinal-10">décima</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>libro</single>-         <multiple>libros</multiple>-      </term>-      <term name="chapter">-         <single>capítulo</single>-         <multiple>capítulos</multiple>-      </term>-      <term name="column">-         <single>columna</single>-         <multiple>columnas</multiple>-      </term>-      <term name="figure">-         <single>figura</single>-         <multiple>figuras</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>número</single>-         <multiple>números</multiple>-      </term>-      <term name="line">-         <single>línea</single>-         <multiple>líneas</multiple>-      </term>-      <term name="note">-         <single>nota</single>-         <multiple>notas</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>página</single>-         <multiple>páginas</multiple>-      </term>-      <term name="paragraph">-         <single>párrafo</single>-         <multiple>párrafos</multiple>-      </term>-      <term name="part">-         <single>parte</single>-         <multiple>partes</multiple>-      </term>-      <term name="section">-         <single>sección</single>-         <multiple>secciones</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verso</single>-         <multiple>versos</multiple>-      </term>-      <term name="volume">-         <single>volumen</single>-         <multiple>volúmenes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>libro</single>+      <multiple>libros</multiple>+    </term>+    <term name="chapter">+      <single>capítulo</single>+      <multiple>capítulos</multiple>+    </term>+    <term name="column">+      <single>columna</single>+      <multiple>columnas</multiple>+    </term>+    <term name="figure">+      <single>figura</single>+      <multiple>figuras</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>número</single>+      <multiple>números</multiple>+    </term>+    <term name="line">+      <single>línea</single>+      <multiple>líneas</multiple>+    </term>+    <term name="note">+      <single>nota</single>+      <multiple>notas</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>página</single>+      <multiple>páginas</multiple>+    </term>+    <term name="paragraph">+      <single>párrafo</single>+      <multiple>párrafos</multiple>+    </term>+    <term name="part">+      <single>parte</single>+      <multiple>partes</multiple>+    </term>+    <term name="section">+      <single>sección</single>+      <multiple>secciones</multiple>+    </term>+    <term name="sub verbo">+      <single>sub voce</single>+      <multiple>sub vocibus</multiple>+    </term>+    <term name="verse">+      <single>verso</single>+      <multiple>versos</multiple>+    </term>+    <term name="volume">+      <single>volumen</single>+      <multiple>volúmenes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">lib</term>-      <term name="chapter" form="short">cap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">nº</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>pág</single>-         <multiple>págs</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">lib.</term>+    <term name="chapter" form="short">cap.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">f.</term>+    <term name="issue" form="short">n.º</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>pp.</multiple>+    </term>+    <term name="paragraph" form="short">párr.</term>+    <term name="part" form="short">pt.</term>+    <term name="section" form="short">sec.</term>+    <term name="sub verbo" form="short">+      <single>s.&#160;v.</single>+      <multiple>s.&#160;vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>vv.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vols.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editores</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>traductor</single>-         <multiple>traductores</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editores</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editores</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>traductor</single>+      <multiple>traductores</multiple>+    </term>+    <term name="editortranslator">+      <single>editor y traductor</single>+      <multiple>editores y traductores</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>eds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>trad</single>-         <multiple>trads</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>trad.</single>+      <multiple>trads.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. y trad.</single>+      <multiple>eds. y trads.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">editado por</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">traducido por</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">editado por</term>+    <term name="editorial-director" form="verb">editado por</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">entrevistado por</term>+    <term name="recipient" form="verb">a</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">traducido por</term>+    <term name="editortranslator" form="verb">editado y traducido por</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trad</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">de</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trad.</term>+    <term name="editortranslator" form="verb-short">ed. y trad.</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Enero</term>-      <term name="month-02">Febrero</term>-      <term name="month-03">Marzo</term>-      <term name="month-04">Abril</term>-      <term name="month-05">Mayo</term>-      <term name="month-06">Junio</term>-      <term name="month-07">Julio</term>-      <term name="month-08">Agosto</term>-      <term name="month-09">Septiembre</term>-      <term name="month-10">Octubre</term>-      <term name="month-11">Noviembre</term>-      <term name="month-12">Diciembre</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">enero</term>+    <term name="month-02">febrero</term>+    <term name="month-03">marzo</term>+    <term name="month-04">abril</term>+    <term name="month-05">mayo</term>+    <term name="month-06">junio</term>+    <term name="month-07">julio</term>+    <term name="month-08">agosto</term>+    <term name="month-09">septiembre</term>+    <term name="month-10">octubre</term>+    <term name="month-11">noviembre</term>+    <term name="month-12">diciembre</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Ene</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Abr</term>-      <term name="month-05" form="short">May</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Ago</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Oct</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dic</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">ene.</term>+    <term name="month-02" form="short">feb.</term>+    <term name="month-03" form="short">mar.</term>+    <term name="month-04" form="short">abr.</term>+    <term name="month-05" form="short">may</term>+    <term name="month-06" form="short">jun.</term>+    <term name="month-07" form="short">jul.</term>+    <term name="month-08" form="short">ago.</term>+    <term name="month-09" form="short">sep.</term>+    <term name="month-10" form="short">oct.</term>+    <term name="month-11" form="short">nov.</term>+    <term name="month-12" form="short">dic.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">primavera</term>+    <term name="season-02">verano</term>+    <term name="season-03">otoño</term>+    <term name="season-04">invierno</term>+  </terms> </locale>
locales/locales-et-EE.xml view
@@ -1,304 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="et">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="."/>-      <date-part name="month" form="numeric-leading-zeros" suffix="."/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">vaadatud</term>-      <term name="and">ja</term>-      <term name="and others">ja teised</term>-      <term name="anonymous">anonüümne</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at"/>-      <term name="by"></term>-      <term name="circa">umbes</term>-      <term name="circa" form="short">u</term>-      <term name="cited">tsiteeritud</term>-      <term name="edition">-         <single>väljaanne</single>-         <multiple>väljaanded</multiple>-      </term>-      <term name="edition" form="short">tr</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">ilmumisel</term>-      <term name="from"/>-      <term name="ibid">ibid.</term>-      <term name="in"/>-      <term name="in press">trükis</term>-      <term name="internet">internet</term>-      <term name="interview">intervjuu</term>-      <term name="letter">kiri</term>-      <term name="no date">s.a.</term>-      <term name="no date" form="short">s.a.</term>-      <term name="online">online</term>-      <term name="presented at">esitatud</term>-      <term name="reference">-         <single>viide</single>-         <multiple>viited</multiple>-      </term>-      <term name="reference" form="short">-         <single>viide</single>-         <multiple>viited</multiple>-      </term>-      <term name="retrieved">salvestatud</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">pKr</term>-      <term name="bc">eKr</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="et-EE">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="."/>+    <date-part name="month" form="numeric-leading-zeros" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">vaadatud</term>+    <term name="and">ja</term>+    <term name="and others">ja teised</term>+    <term name="anonymous">anonüümne</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at"/>+    <term name="available at">available at</term>+    <term name="by"/>+    <term name="circa">umbes</term>+    <term name="circa" form="short">u</term>+    <term name="cited">tsiteeritud</term>+    <term name="edition">+      <single>väljaanne</single>+      <multiple>väljaanded</multiple>+    </term>+    <term name="edition" form="short">tr</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">ilmumisel</term>+    <term name="from"/>+    <term name="ibid">ibid.</term>+    <term name="in"/>+    <term name="in press">trükis</term>+    <term name="internet">internet</term>+    <term name="interview">intervjuu</term>+    <term name="letter">kiri</term>+    <term name="no date">s.a.</term>+    <term name="no date" form="short">s.a.</term>+    <term name="online">online</term>+    <term name="presented at">esitatud</term>+    <term name="reference">+      <single>viide</single>+      <multiple>viited</multiple>+    </term>+    <term name="reference" form="short">+      <single>viide</single>+      <multiple>viited</multiple>+    </term>+    <term name="retrieved">salvestatud</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">„</term>-      <term name="close-quote">“</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">pKr</term>+    <term name="bc">eKr</term> -      <!-- ORDINALS -->-      <term name="ordinal-01"></term>-      <term name="ordinal-02"></term>-      <term name="ordinal-03"></term>-      <term name="ordinal-04"></term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">esimene</term>-      <term name="long-ordinal-02">teine</term>-      <term name="long-ordinal-03">kolmas</term>-      <term name="long-ordinal-04">neljas</term>-      <term name="long-ordinal-05">viies</term>-      <term name="long-ordinal-06">kuues</term>-      <term name="long-ordinal-07">seitsmes</term>-      <term name="long-ordinal-08">kaheksas</term>-      <term name="long-ordinal-09">üheksas</term>-      <term name="long-ordinal-10">kümnes</term>+    <!-- ORDINALS -->+    <term name="ordinal"/> -      <!-- CATEGORIES -->-      <term name="anthropology">antropoloogia</term>-      <term name="astronomy">astronoomia</term>-      <term name="biology">bioloogia</term>-      <term name="botany">botaanika</term>-      <term name="chemistry">keemia</term>-      <term name="engineering">tehnikateadus</term>-      <term name="generic-base">määratlemata</term>-      <term name="geography">geograafia</term>-      <term name="geology">geoloogia</term>-      <term name="history">ajalugu</term>-      <term name="humanities">humanitaarteadus</term>-      <term name="linguistics">lingvistika</term>-      <term name="literature">kirjandusteadus</term>-      <term name="math">matemaatika</term>-      <term name="medicine">meditsiin</term>-      <term name="philosophy">filosoofia</term>-      <term name="physics">füüsika</term>-      <term name="psychology">psühholoogia</term>-      <term name="sociology">sotsioloogia</term>-      <term name="science">reaalteadus</term>-      <term name="political_science">politoloogia</term>-      <term name="social_science">sotsiaalteadus</term>-      <term name="theology">teoloogia</term>-      <term name="zoology">zooloogia</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">esimene</term>+    <term name="long-ordinal-02">teine</term>+    <term name="long-ordinal-03">kolmas</term>+    <term name="long-ordinal-04">neljas</term>+    <term name="long-ordinal-05">viies</term>+    <term name="long-ordinal-06">kuues</term>+    <term name="long-ordinal-07">seitsmes</term>+    <term name="long-ordinal-08">kaheksas</term>+    <term name="long-ordinal-09">üheksas</term>+    <term name="long-ordinal-10">kümnes</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>raamat</single>-         <multiple>raamatud</multiple>-      </term>-      <term name="chapter">-         <single>peatükk</single>-         <multiple>peatükid</multiple>-      </term>-      <term name="column">-         <single>veerg</single>-         <multiple>veerud</multiple>-      </term>-      <term name="figure">-         <single>joonis</single>-         <multiple>joonised</multiple>-      </term>-      <term name="folio">-         <single>foolio</single>-         <multiple>fooliod</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbrid</multiple>-      </term>-      <term name="line">-         <single>rida</single>-         <multiple>read</multiple>-      </term>-      <term name="note">-         <single>viide</single>-         <multiple>viited</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>lehekülg</single>-         <multiple>leheküljed</multiple>-      </term>-      <term name="paragraph">-         <single>lõik</single>-         <multiple>lõigud</multiple>-      </term>-      <term name="part">-         <single>osa</single>-         <multiple>osad</multiple>-      </term>-      <term name="section">-         <single>alajaotis</single>-         <multiple>alajaotised</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>värss</single>-         <multiple>värsid</multiple>-      </term>-      <term name="volume">-         <single>köide</single>-         <multiple>köited</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>raamat</single>+      <multiple>raamatud</multiple>+    </term>+    <term name="chapter">+      <single>peatükk</single>+      <multiple>peatükid</multiple>+    </term>+    <term name="column">+      <single>veerg</single>+      <multiple>veerud</multiple>+    </term>+    <term name="figure">+      <single>joonis</single>+      <multiple>joonised</multiple>+    </term>+    <term name="folio">+      <single>foolio</single>+      <multiple>fooliod</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbrid</multiple>+    </term>+    <term name="line">+      <single>rida</single>+      <multiple>read</multiple>+    </term>+    <term name="note">+      <single>viide</single>+      <multiple>viited</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>lehekülg</single>+      <multiple>leheküljed</multiple>+    </term>+    <term name="paragraph">+      <single>lõik</single>+      <multiple>lõigud</multiple>+    </term>+    <term name="part">+      <single>osa</single>+      <multiple>osad</multiple>+    </term>+    <term name="section">+      <single>alajaotis</single>+      <multiple>alajaotised</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>värss</single>+      <multiple>värsid</multiple>+    </term>+    <term name="volume">+      <single>köide</single>+      <multiple>köited</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">rmt</term>-      <term name="chapter" form="short">ptk</term>-      <term name="column" form="short">v</term>-      <term name="figure" form="short">joon</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">nr</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>lk</single>-         <multiple>lk</multiple>-      </term>-      <term name="paragraph" form="short">lõik</term>-      <term name="part" form="short">osa</term>-      <term name="section" form="short">alajaot.</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>kd</single>-         <multiple>kd</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">rmt</term>+    <term name="chapter" form="short">ptk</term>+    <term name="column" form="short">v</term>+    <term name="figure" form="short">joon</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">nr</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>lk</single>+      <multiple>lk</multiple>+    </term>+    <term name="paragraph" form="short">lõik</term>+    <term name="part" form="short">osa</term>+    <term name="section" form="short">alajaot.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>kd</single>+      <multiple>kd</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>toimetaja</single>-         <multiple>toimetajad</multiple>-      </term>-      <term name="editorial-director">-         <single>toimetaja</single>-         <multiple>toimetajad</multiple>-      </term>-      <term name="translator">-         <single>tõlkija</single>-         <multiple>tõlkijad</multiple>-      </term>-      <term name="editortranslator">-         <single>toimetaja &amp; tõlkija</single>-         <multiple>toimetajad &amp; tõlkijad</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>toimetaja</single>+      <multiple>toimetajad</multiple>+    </term>+    <term name="editorial-director">+      <single>toimetaja</single>+      <multiple>toimetajad</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>tõlkija</single>+      <multiple>tõlkijad</multiple>+    </term>+    <term name="editortranslator">+      <single>toimetaja &amp; tõlkija</single>+      <multiple>toimetajad &amp; tõlkijad</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>toim</single>-         <multiple>toim</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>toim</single>-         <multiple>toim</multiple>-      </term>-      <term name="translator" form="short">-         <single>tõlk</single>-         <multiple>tõlk</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>toim &amp; tõlk</single>-         <multiple>toim &amp; tõlk</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>toim</single>+      <multiple>toim</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>toim</single>+      <multiple>toim</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>tõlk</single>+      <multiple>tõlk</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>toim &amp; tõlk</single>+      <multiple>toim &amp; tõlk</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">toimetanud</term>-      <term name="editorial-director" form="verb">toimetanud</term>-      <term name="translator" form="verb">tõlkinud</term>-      <term name="editortranslator" form="verb">toimetanud &amp; tõlkinud</term>-      <term name="recipient" form="verb"/>-      <term name="interviewer" form="verb">intervjueerinud</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">toimetanud</term>+    <term name="editorial-director" form="verb">toimetanud</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">intervjueerinud</term>+    <term name="recipient" form="verb"/>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">tõlkinud</term>+    <term name="editortranslator" form="verb">toimetanud &amp; tõlkinud</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short"></term>-      <term name="editor" form="verb-short">toim</term>-      <term name="editorial-director" form="verb-short">toim</term>-      <term name="translator" form="verb-short">tõlk</term>-      <term name="editortranslator" form="verb-short">toim &amp; tõlk</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short"/>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">toim</term>+    <term name="editorial-director" form="verb-short">toim</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">tõlk</term>+    <term name="editortranslator" form="verb-short">toim &amp; tõlk</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">jaanuar</term>-      <term name="month-02">veebruar</term>-      <term name="month-03">märts</term>-      <term name="month-04">aprill</term>-      <term name="month-05">mai</term>-      <term name="month-06">juuni</term>-      <term name="month-07">juuli</term>-      <term name="month-08">august</term>-      <term name="month-09">september</term>-      <term name="month-10">oktoober</term>-      <term name="month-11">november</term>-      <term name="month-12">detsember</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">jaanuar</term>+    <term name="month-02">veebruar</term>+    <term name="month-03">märts</term>+    <term name="month-04">aprill</term>+    <term name="month-05">mai</term>+    <term name="month-06">juuni</term>+    <term name="month-07">juuli</term>+    <term name="month-08">august</term>+    <term name="month-09">september</term>+    <term name="month-10">oktoober</term>+    <term name="month-11">november</term>+    <term name="month-12">detsember</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">jaan</term>-      <term name="month-02" form="short">veebr</term>-      <term name="month-03" form="short">märts</term>-      <term name="month-04" form="short">apr</term>-      <term name="month-05" form="short">mai</term>-      <term name="month-06" form="short">juuni</term>-      <term name="month-07" form="short">juuli</term>-      <term name="month-08" form="short">aug</term>-      <term name="month-09" form="short">sept</term>-      <term name="month-10" form="short">okt</term>-      <term name="month-11" form="short">nov</term>-      <term name="month-12" form="short">dets</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">jaan</term>+    <term name="month-02" form="short">veebr</term>+    <term name="month-03" form="short">märts</term>+    <term name="month-04" form="short">apr</term>+    <term name="month-05" form="short">mai</term>+    <term name="month-06" form="short">juuni</term>+    <term name="month-07" form="short">juuli</term>+    <term name="month-08" form="short">aug</term>+    <term name="month-09" form="short">sept</term>+    <term name="month-10" form="short">okt</term>+    <term name="month-11" form="short">nov</term>+    <term name="month-12" form="short">dets</term> -      <!-- SEASONS -->-      <term name="season-01">kevad</term>-      <term name="season-02">suvi</term>-      <term name="season-03">sügis</term>-      <term name="season-04">talv</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">kevad</term>+    <term name="season-02">suvi</term>+    <term name="season-03">sügis</term>+    <term name="season-04">talv</term>+  </terms> </locale>
+ locales/locales-eu.xml view
@@ -0,0 +1,298 @@+<?xml version="1.0" encoding="utf-8"?>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="eu">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="year" suffix="(e)ko "/>+    <date-part name="month" suffix="aren "/>+    <date-part name="day" suffix="a"/>+  </date>+  <date form="numeric">+    <date-part name="year" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="day" form="numeric-leading-zeros"/>+  </date>+  <terms>+    <term name="accessed">eskuratua</term>+    <term name="and">eta</term>+    <term name="and others">eta beste</term>+    <term name="anonymous">ezezaguna</term>+    <term name="anonymous" form="short">ezez.</term>+    <term name="at">-(e)n</term>+    <term name="available at">available at</term>+    <term name="by">-(e)k egina</term>+    <term name="circa">inguru</term>+    <term name="circa" form="short">ing.</term>+    <term name="cited">aipatua</term>+    <term name="edition">+      <single>argitalpena</single>+      <multiple>argitalpenak</multiple>+    </term>+    <term name="edition" form="short">arg.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">bidean</term>+    <term name="from">-(e)tik</term>+    <term name="ibid">ibíd.</term>+    <term name="in">in</term>+    <term name="in press">moldiztegian</term>+    <term name="internet">internet</term>+    <term name="interview">elkarrizketa</term>+    <term name="letter">gutuna</term>+    <term name="no date">datarik gabe</term>+    <term name="no date" form="short">d. g.</term>+    <term name="online">sarean</term>+    <term name="presented at">-(e)n aurkeztua</term>+    <term name="reference">+      <single>aipamena</single>+      <multiple>aipamenak</multiple>+    </term>+    <term name="reference" form="short">+      <single>aip.</single>+      <multiple>aip.</multiple>+    </term>+    <term name="retrieved">berreskuratua</term>+    <term name="scale">scale</term>+    <term name="version">version</term>++    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">K.a.</term>+    <term name="bc">K.o.</term>++    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">“</term>+    <term name="close-inner-quote">”</term>+    <term name="page-range-delimiter">–</term>++    <!-- ORDINALS -->+    <term name="ordinal">.</term>++    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">lehengo</term>+    <term name="long-ordinal-02">bigarren</term>+    <term name="long-ordinal-03">hirugarren</term>+    <term name="long-ordinal-04">laugarren</term>+    <term name="long-ordinal-05">bosgarren</term>+    <term name="long-ordinal-06">seigarren</term>+    <term name="long-ordinal-07">zazpigarren</term>+    <term name="long-ordinal-08">zortzigarren</term>+    <term name="long-ordinal-09">bederatzigarren</term>+    <term name="long-ordinal-10">hamargarren</term>++    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>liburua</single>+      <multiple>liburuak</multiple>+    </term>+    <term name="chapter">+      <single>kapitulua</single>+      <multiple>kapituluak</multiple>+    </term>+    <term name="column">+      <single>zutabea</single>+      <multiple>zutabeak</multiple>+    </term>+    <term name="figure">+      <single>irudia</single>+      <multiple>irudiak</multiple>+    </term>+    <term name="folio">+      <single>orria</single>+      <multiple>orriak</multiple>+    </term>+    <term name="issue">+      <single>zenbakia</single>+      <multiple>zenbakiak</multiple>+    </term>+    <term name="line">+      <single>lerroa</single>+      <multiple>lerroak</multiple>+    </term>+    <term name="note">+      <single>oharra</single>+      <multiple>oharrak</multiple>+    </term>+    <term name="opus">+      <single>obra</single>+      <multiple>obrak</multiple>+    </term>+    <term name="page">+      <single>orrialdea</single>+      <multiple>orrialdeak</multiple>+    </term>+    <term name="paragraph">+      <single>paragrafoa</single>+      <multiple>paragrafoak</multiple>+    </term>+    <term name="part">+      <single>zatia</single>+      <multiple>zatiak</multiple>+    </term>+    <term name="section">+      <single>atala</single>+      <multiple>atalak</multiple>+    </term>+    <term name="sub verbo">+      <single>sub voce</single>+      <multiple>sub vocem</multiple>+    </term>+    <term name="verse">+      <single>bertsoa</single>+      <multiple>bertsoak</multiple>+    </term>+    <term name="volume">+      <single>luburikia</single>+      <multiple>luburukiak</multiple>+    </term>++    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">lib.</term>+    <term name="chapter" form="short">kap.</term>+    <term name="column" form="short">zut.</term>+    <term name="figure" form="short">iru.</term>+    <term name="folio" form="short">or.</term>+    <term name="issue" form="short">zenb.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>or.</single>+      <multiple>or.</multiple>+    </term>+    <term name="paragraph" form="short">par.</term>+    <term name="part" form="short">zt.</term>+    <term name="section" form="short">atal.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.v.</multiple>+    </term>+    <term name="verse" form="short">+      <single>b.</single>+      <multiple>bb.</multiple>+    </term>+    <term name="volume" form="short">+      <single>libk.</single>+      <multiple>libk.</multiple>+    </term>++    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term>++    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>argitaratzailea</single>+      <multiple>argitaratzaileak</multiple>+    </term>+    <term name="editorial-director">+      <single>argitaratzailea</single>+      <multiple>argitaratzaileak</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>itzultzailea</single>+      <multiple>itzultzaileak</multiple>+    </term>+    <term name="editortranslator">+      <single>argitaratzaile eta itzultzailea</single>+      <multiple>argitaratzaile eta itzultzaileak</multiple>+    </term>++    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>arg.</single>+      <multiple>arg.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>arg.</single>+      <multiple>arg.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>itzul.</single>+      <multiple>itzul.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>arg. eta itzul.</single>+      <multiple>arg. eta itzul.</multiple>+    </term>++    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">-(e)k argitaratua</term>+    <term name="editorial-director" form="verb">-(e)k argitaratua</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">-(e)k elkarrizketatua</term>+    <term name="recipient" form="verb">-(r)entzat</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">-(e)k itzulia</term>+    <term name="editortranslator" form="verb">-(e)k argitaratu eta itzulia</term>++    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short"/>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">arg.</term>+    <term name="editorial-director" form="verb-short">arg.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">itzul.</term>+    <term name="editortranslator" form="verb-short">-(e)k arg. eta itzul.</term>++    <!-- LONG MONTH FORMS -->+    <term name="month-01">urtarrilak</term>+    <term name="month-02">otsailak</term>+    <term name="month-03">martxoak</term>+    <term name="month-04">apirilak</term>+    <term name="month-05">maiatzak</term>+    <term name="month-06">ekainak</term>+    <term name="month-07">uztailak</term>+    <term name="month-08">abuztuak</term>+    <term name="month-09">irailak</term>+    <term name="month-10">urriak</term>+    <term name="month-11">azaroak</term>+    <term name="month-12">abenduak</term>++    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">urt.</term>+    <term name="month-02" form="short">ots.</term>+    <term name="month-03" form="short">martx.</term>+    <term name="month-04" form="short">apr.</term>+    <term name="month-05" form="short">mai.</term>+    <term name="month-06" form="short">eka.</term>+    <term name="month-07" form="short">uzt.</term>+    <term name="month-08" form="short">abz.</term>+    <term name="month-09" form="short">ira.</term>+    <term name="month-10" form="short">urr.</term>+    <term name="month-11" form="short">aza.</term>+    <term name="month-12" form="short">abe.</term>++    <!-- SEASONS -->+    <term name="season-01">udaberria</term>+    <term name="season-02">uda</term>+    <term name="season-03">udazkena</term>+    <term name="season-04">negua</term>+  </terms>+</locale>
+ locales/locales-fa-IR.xml view
@@ -0,0 +1,304 @@+<?xml version="1.0" encoding="utf-8"?>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="fa-IR">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="true"/>+  <date form="text">+    <date-part name="month" suffix=" "/>+    <date-part name="day" form="numeric-leading-zeros" suffix=", "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">دسترسی</term>+    <term name="and">و</term>+    <term name="and others">و دیگران</term>+    <term name="anonymous">ناشناس</term>+    <term name="anonymous" form="short">ناشناس</term>+    <term name="at">در</term>+    <term name="available at">available at</term>+    <term name="by">توسط</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">یادکرد</term>+    <term name="edition">+      <single>ویرایش</single>+      <multiple>ویرایش‌های</multiple>+    </term>+    <term name="edition" form="short">ویرایش</term>+    <term name="et-al">و دیگران</term>+    <term name="forthcoming">forthcoming</term>+    <term name="from">از</term>+    <term name="ibid">همان</term>+    <term name="in">در</term>+    <term name="in press">زیر چاپ</term>+    <term name="internet">اینترنت</term>+    <term name="interview">مصاحبه</term>+    <term name="letter">نامه</term>+    <term name="no date">بدون تاریخ</term>+    <term name="no date" form="short">بدون تاریخ</term>+    <term name="online">برخط</term>+    <term name="presented at">ارائه شده در</term>+    <term name="reference">+      <single>مرجع</single>+      <multiple>مراجع</multiple>+    </term>+    <term name="reference" form="short">+      <single>مرجع</single>+      <multiple>مراجع</multiple>+    </term>+    <term name="retrieved">retrieved</term>+    <term name="scale">scale</term>+    <term name="version">version</term>++    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term>++    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term>++    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term>++    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">اول</term>+    <term name="long-ordinal-02">دوم</term>+    <term name="long-ordinal-03">سوم</term>+    <term name="long-ordinal-04">چهارم</term>+    <term name="long-ordinal-05">پنجم</term>+    <term name="long-ordinal-06">ششم</term>+    <term name="long-ordinal-07">هفتم</term>+    <term name="long-ordinal-08">هشتم</term>+    <term name="long-ordinal-09">نهم</term>+    <term name="long-ordinal-10">دهم</term>++    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>کتاب</single>+      <multiple>کتاب‌های</multiple>+    </term>+    <term name="chapter">+      <single>فصل</single>+      <multiple>فصل‌های</multiple>+    </term>+    <term name="column">+      <single>ستون</single>+      <multiple>ستون‌های</multiple>+    </term>+    <term name="figure">+      <single>تصویر</single>+      <multiple>تصاویر</multiple>+    </term>+    <term name="folio">+      <single>برگ</single>+      <multiple>برگ‌های</multiple>+    </term>+    <term name="issue">+      <single>شماره</single>+      <multiple>شماره‌های</multiple>+    </term>+    <term name="line">+      <single>خط</single>+      <multiple>خطوط</multiple>+    </term>+    <term name="note">+      <single>یادداشت</single>+      <multiple>یادداشت‌های</multiple>+    </term>+    <term name="opus">+      <single>قطعه</single>+      <multiple>قطعات</multiple>+    </term>+    <term name="page">+      <single>صفحه</single>+      <multiple>صفحات</multiple>+    </term>+    <term name="paragraph">+      <single>پاراگراف</single>+      <multiple>پاراگراف‌های</multiple>+    </term>+    <term name="part">+      <single>بخش</single>+      <multiple>بخش‌های</multiple>+    </term>+    <term name="section">+      <single>قسمت</single>+      <multiple>قسمت‌های</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>بیت</single>+      <multiple>بیت‌های</multiple>+    </term>+    <term name="volume">+      <single>جلد</single>+      <multiple>جلدهای</multiple>+    </term>++    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">کتاب</term>+    <term name="chapter" form="short">فصل</term>+    <term name="column" form="short">ستون</term>+    <term name="figure" form="short">تصویر</term>+    <term name="folio" form="short">برگ</term>+    <term name="issue" form="short">ش</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">قطعه</term>+    <term name="page" form="short">+      <single>ص</single>+      <multiple>صص</multiple>+    </term>+    <term name="paragraph" form="short">پاراگراف</term>+    <term name="part" form="short">بخش</term>+    <term name="section" form="short">قسمت</term>+    <term name="sub verbo" form="short">+      <single>s.v</single>+      <multiple>s.vv</multiple>+    </term>+    <term name="verse" form="short">+      <single>بیت</single>+      <multiple>ابیات</multiple>+    </term>+    <term name="volume" form="short">+      <single>ج</single>+      <multiple>جج</multiple>+    </term>++    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term>++    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>ویرایشگر</single>+      <multiple>ویرایشگران</multiple>+    </term>+    <term name="editorial-director">+      <single>ویرایشگر</single>+      <multiple>ویرایشگران</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>مترجم</single>+      <multiple>مترجمین</multiple>+    </term>+    <term name="editortranslator">+      <single>ویرایشگر و مترجم</single>+      <multiple>ویرایشگران و مترجمین</multiple>+    </term>++    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ویرایشگر</single>+      <multiple>ویرایشگران</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ویرایشگر</single>+      <multiple>ویرایشگران</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>مترجم</single>+      <multiple>مترجمین</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ویرایشگر و مترجم</single>+      <multiple>ویرایشگران و مترجمین</multiple>+    </term>++    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">edited by</term>+    <term name="editorial-director" form="verb">ویراسته‌ی</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">مصاحبه توسط</term>+    <term name="recipient" form="verb">به</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">ترجمه‌ی</term>+    <term name="editortranslator" form="verb">ترجمه و ویراسته‌ی</term>++    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">توسط</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ویراسته‌ی</term>+    <term name="editorial-director" form="verb-short">ویراسته‌ی</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">ترجمه‌ی</term>+    <term name="editortranslator" form="verb-short">ترجمه و ویراسته‌ی</term>++    <!-- LONG MONTH FORMS -->+    <term name="month-01">ژانویه</term>+    <term name="month-02">فوریه</term>+    <term name="month-03">مارس</term>+    <term name="month-04">آوریل</term>+    <term name="month-05">می</term>+    <term name="month-06">ژوئن</term>+    <term name="month-07">جولای</term>+    <term name="month-08">آگوست</term>+    <term name="month-09">سپتامبر</term>+    <term name="month-10">اکتبر</term>+    <term name="month-11">نوامبر</term>+    <term name="month-12">دسامبر</term>++    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">ژانویه</term>+    <term name="month-02" form="short">فوریه</term>+    <term name="month-03" form="short">مارس</term>+    <term name="month-04" form="short">آوریل</term>+    <term name="month-05" form="short">می</term>+    <term name="month-06" form="short">ژوئن</term>+    <term name="month-07" form="short">جولای</term>+    <term name="month-08" form="short">آگوست</term>+    <term name="month-09" form="short">سپتامبر</term>+    <term name="month-10" form="short">اکتبر</term>+    <term name="month-11" form="short">نوامبر</term>+    <term name="month-12" form="short">دسامبر</term>++    <!-- SEASONS -->+    <term name="season-01">بهار</term>+    <term name="season-02">تابستان</term>+    <term name="season-03">پاییز</term>+    <term name="season-04">زمستان</term>+  </terms>+</locale>
+ locales/locales-fi-FI.xml view
@@ -0,0 +1,298 @@+<?xml version="1.0" encoding="utf-8"?>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="fi-FI">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" suffix="."/>+    <date-part name="month" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">viitattu</term>+    <term name="and">ja</term>+    <term name="and others">ym.</term>+    <term name="anonymous">tuntematon</term>+    <term name="anonymous" form="short">tuntematon</term>+    <term name="at">osoitteessa</term>+    <term name="available at">available at</term>+    <term name="by">tekijä</term>+    <term name="circa">noin</term>+    <term name="circa" form="short">n.</term>+    <term name="cited">viitattu</term>+    <term name="edition">+      <single>painos</single>+      <multiple>painokset</multiple>+    </term>+    <term name="edition" form="short">p.</term>+    <term name="et-al">ym.</term>+    <term name="forthcoming">tulossa</term>+    <term name="from">alkaen</term>+    <term name="ibid">mt.</term>+    <term name="in">teoksessa</term>+    <term name="in press">painossa</term>+    <term name="internet">internet</term>+    <term name="interview">haastattelu</term>+    <term name="letter">kirje</term>+    <term name="no date">ei päivämäärää</term>+    <term name="no date" form="short">n.d.</term>+    <term name="online">verkossa</term>+    <term name="presented at">esitetty tilaisuudessa</term>+    <term name="reference">+      <single>viittaus</single>+      <multiple>viittaukset</multiple>+    </term>+    <term name="reference" form="short">+      <single>viit..</single>+      <multiple>viit.</multiple>+    </term>+    <term name="retrieved">noudettu</term>+    <term name="scale">scale</term>+    <term name="version">version</term>++    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">eaa.</term>+    <term name="bc">jaa.</term>++    <!-- PUNCTUATION -->+    <term name="open-quote">”</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">’</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term>++    <!-- ORDINALS -->+    <term name="ordinal">.</term>++    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">ensimmäinen</term>+    <term name="long-ordinal-02">toinen</term>+    <term name="long-ordinal-03">kolmas</term>+    <term name="long-ordinal-04">neljäs</term>+    <term name="long-ordinal-05">viides</term>+    <term name="long-ordinal-06">kuudes</term>+    <term name="long-ordinal-07">seitsemäs</term>+    <term name="long-ordinal-08">kahdeksas</term>+    <term name="long-ordinal-09">yhdeksäs</term>+    <term name="long-ordinal-10">kymmenes</term>++    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>kirja</single>+      <multiple>kirjat</multiple>+    </term>+    <term name="chapter">+      <single>luku</single>+      <multiple>luvut</multiple>+    </term>+    <term name="column">+      <single>palsta</single>+      <multiple>palstat</multiple>+    </term>+    <term name="figure">+      <single>kuvio</single>+      <multiple>kuviot</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>foliot</multiple>+    </term>+    <term name="issue">+      <single>numero</single>+      <multiple>numerot</multiple>+    </term>+    <term name="line">+      <single>rivi</single>+      <multiple>rivit</multiple>+    </term>+    <term name="note">+      <single>muistiinpano</single>+      <multiple>muistiinpanot</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opukset</multiple>+    </term>+    <term name="page">+      <single>sivu</single>+      <multiple>sivut</multiple>+    </term>+    <term name="paragraph">+      <single>kappale</single>+      <multiple>kappaleet</multiple>+    </term>+    <term name="part">+      <single>osa</single>+      <multiple>osat</multiple>+    </term>+    <term name="section">+      <single>osa</single>+      <multiple>osat</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>säkeistö</single>+      <multiple>säkeistöt</multiple>+    </term>+    <term name="volume">+      <single>vuosikerta</single>+      <multiple>vuosikerrat</multiple>+    </term>++    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">kirja</term>+    <term name="chapter" form="short">luku</term>+    <term name="column" form="short">palsta</term>+    <term name="figure" form="short">kuv.</term>+    <term name="folio" form="short">fol.</term>+    <term name="issue" form="short">nro</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>s.</single>+      <multiple>ss.</multiple>+    </term>+    <term name="paragraph" form="short">kappale</term>+    <term name="part" form="short">osa</term>+    <term name="section" form="short">osa</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>säk.</single>+      <multiple>säk.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vol.</multiple>+    </term>++    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term>++    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>toimittaja</single>+      <multiple>toimittajat</multiple>+    </term>+    <term name="editorial-director">+      <single>toimittaja</single>+      <multiple>toimittajat</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>suomentaja</single>+      <multiple>suomentajat</multiple>+    </term>+    <term name="editortranslator">+      <single>toimittaja ja suomentaja</single>+      <multiple>toimittajat ja suomentajat</multiple>+    </term>++    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>toim.</single>+      <multiple>toim.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>toim.</single>+      <multiple>toim.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>suom.</single>+      <multiple>suom.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>toim. ja suom.</single>+      <multiple>toim. ja suom.</multiple>+    </term>++    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">toimittanut</term>+    <term name="editorial-director" form="verb">toimittanut</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">haastatellut</term>+    <term name="recipient" form="verb">vastaanottaja</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">suomentanut</term>+    <term name="editortranslator" form="verb">toimittanut ja suomentanut</term>++    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short"/>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">toim.</term>+    <term name="editorial-director" form="verb-short">toim.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">suom.</term>+    <term name="editortranslator" form="verb-short">toim. ja suom.</term>++    <!-- LONG MONTH FORMS -->+    <term name="month-01">tammikuu</term>+    <term name="month-02">helmikuu</term>+    <term name="month-03">maaliskuu</term>+    <term name="month-04">huhtikuu</term>+    <term name="month-05">toukokuu</term>+    <term name="month-06">kesäkuu</term>+    <term name="month-07">heinäkuu</term>+    <term name="month-08">elokuu</term>+    <term name="month-09">syyskuu</term>+    <term name="month-10">lokakuu</term>+    <term name="month-11">marraskuu</term>+    <term name="month-12">joulukuu</term>++    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">tammi</term>+    <term name="month-02" form="short">helmi</term>+    <term name="month-03" form="short">maalis</term>+    <term name="month-04" form="short">huhti</term>+    <term name="month-05" form="short">touko</term>+    <term name="month-06" form="short">kesä</term>+    <term name="month-07" form="short">heinä</term>+    <term name="month-08" form="short">elo</term>+    <term name="month-09" form="short">syys</term>+    <term name="month-10" form="short">loka</term>+    <term name="month-11" form="short">marras</term>+    <term name="month-12" form="short">joulu</term>++    <!-- SEASONS -->+    <term name="season-01">kevät</term>+    <term name="season-02">kesä</term>+    <term name="season-03">syksy</term>+    <term name="season-04">talvi</term>+  </terms>+</locale>
+ locales/locales-fr-CA.xml view
@@ -0,0 +1,303 @@+<?xml version="1.0" encoding="utf-8"?>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="fr-CA">+  <info>+    <translator>+      <name>Grégoire Colly</name>+    </translator>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false" limit-day-ordinals-to-day-1="true"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">consulté le</term>+    <term name="and">et</term>+    <term name="and others">et autres</term>+    <term name="anonymous">anonyme</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">sur</term>+    <term name="available at">disponible sur</term>+    <term name="by">par</term>+    <term name="circa">vers</term>+    <term name="circa" form="short">v.</term>+    <term name="cited">cité</term>+    <term name="edition" gender="feminine">+      <single>édition</single>+      <multiple>éditions</multiple>+    </term>+    <term name="edition" form="short">éd.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">à paraître</term>+    <term name="from">à l'adresse</term>+    <term name="ibid">ibid.</term>+    <term name="in">dans</term>+    <term name="in press">sous presse</term>+    <term name="internet">Internet</term>+    <term name="interview">entretien</term>+    <term name="letter">lettre</term>+    <term name="no date">sans date</term>+    <term name="no date" form="short">s.&#160;d.</term>+    <term name="online">en ligne</term>+    <term name="presented at">présenté à</term>+    <term name="reference">+      <single>référence</single>+      <multiple>références</multiple>+    </term>+    <term name="reference" form="short">+      <single>réf.</single>+      <multiple>réf.</multiple>+    </term>+    <term name="retrieved">consulté</term>+    <term name="scale">échelle</term>+    <term name="version">version</term>++    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">apr. J.-C.</term>+    <term name="bc">av. J.-C.</term>++    <!-- PUNCTUATION -->+    <term name="open-quote">«&#160;</term>+    <term name="close-quote">&#160;»</term>+    <term name="open-inner-quote">“</term>+    <term name="close-inner-quote">”</term>+    <term name="page-range-delimiter">&#8209;</term> <!-- non-breaking hyphen -->++    <!-- ORDINALS -->+    <term name="ordinal">ᵉ</term>+   	<term name="ordinal-01" gender-form="feminine" match="whole-number">ʳᵉ</term>+    <term name="ordinal-01" gender-form="masculine" match="whole-number">ᵉʳ</term>++    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">premier</term>+    <term name="long-ordinal-02">deuxième</term>+    <term name="long-ordinal-03">troisième</term>+    <term name="long-ordinal-04">quatrième</term>+    <term name="long-ordinal-05">cinquième</term>+    <term name="long-ordinal-06">sixième</term>+    <term name="long-ordinal-07">septième</term>+    <term name="long-ordinal-08">huitième</term>+    <term name="long-ordinal-09">neuvième</term>+    <term name="long-ordinal-10">dixième</term>++    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>livre</single>+      <multiple>livres</multiple>+    </term>+    <term name="chapter">+      <single>chapitre</single>+      <multiple>chapitres</multiple>+    </term>+    <term name="column">+      <single>colonne</single>+      <multiple>colonnes</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue" gender="masculine">+      <single>numéro</single>+      <multiple>numéros</multiple>+    </term>+    <term name="line">+      <single>ligne</single>+      <multiple>lignes</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opus</multiple>+    </term>+    <term name="page">+      <single>page</single>+      <multiple>pages</multiple>+    </term>+    <term name="paragraph">+      <single>paragraphe</single>+      <multiple>paragraphes</multiple>+    </term>+    <term name="part">+      <single>partie</single>+      <multiple>parties</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verset</single>+      <multiple>versets</multiple>+    </term>+    <term name="volume" gender="masculine">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term>++    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">liv.</term>+    <term name="chapter" form="short">chap.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">fᵒ</term>+    <term name="issue" form="short">nᵒ</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>p.</multiple>+    </term>+    <term name="paragraph" form="short">paragr.</term>+    <term name="part" form="short">part.</term>+    <term name="section" form="short">sect.</term>+    <term name="sub verbo" form="short">+      <single>s.&#160;v.</single>+      <multiple>s.&#160;vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>v.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vol.</multiple>+    </term>++    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term>++    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>réalisateur</single>+      <multiple>réalisateurs</multiple>+    </term>+    <term name="editor">+      <single>éditeur</single>+      <multiple>éditeurs</multiple>+    </term>+    <term name="editorial-director">+      <single>directeur</single>+      <multiple>directeurs</multiple>+    </term>+    <term name="illustrator">+      <single>illustrateur</single>+      <multiple>illustrateurs</multiple>+    </term>+    <term name="translator">+      <single>traducteur</single>+      <multiple>traducteurs</multiple>+    </term>+    <term name="editortranslator">+      <single>éditeur et traducteur</single>+      <multiple>éditeurs et traducteurs</multiple>+    </term>++    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>réal.</single>+      <multiple>réal.</multiple>+    </term>+    <term name="editor" form="short">+      <single>éd.</single>+      <multiple>éd.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>dir.</single>+      <multiple>dir.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ill.</multiple>+    </term>+    <term name="translator" form="short">+      <single>trad.</single>+      <multiple>trad.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>éd. et trad.</single>+      <multiple>éd. et trad.</multiple>+    </term>++    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">réalisé par</term>+    <term name="editor" form="verb">édité par</term>+    <term name="editorial-director" form="verb">sous la direction de</term>+    <term name="illustrator" form="verb">illustré par</term>+    <term name="interviewer" form="verb">entretien réalisé par</term>+    <term name="recipient" form="verb">à</term>+    <term name="reviewed-author" form="verb">par</term>+    <term name="translator" form="verb">traduit par</term>+    <term name="editortranslator" form="verb">édité et traduit par</term>++    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">par</term>+    <term name="director" form="verb-short">réal. par</term>+    <term name="editor" form="verb-short">éd. par</term>+    <term name="editorial-director" form="verb-short">ss la dir. de</term>+    <term name="illustrator" form="verb-short">ill. par</term>+    <term name="translator" form="verb-short">trad. par</term>+    <term name="editortranslator" form="verb-short">éd. et trad. par</term>++    <!-- LONG MONTH FORMS -->+    <term name="month-01" gender="masculine">janvier</term>+    <term name="month-02" gender="masculine">février</term>+    <term name="month-03" gender="masculine">mars</term>+    <term name="month-04" gender="masculine">avril</term>+    <term name="month-05" gender="masculine">mai</term>+    <term name="month-06" gender="masculine">juin</term>+    <term name="month-07" gender="masculine">juillet</term>+    <term name="month-08" gender="masculine">août</term>+    <term name="month-09" gender="masculine">septembre</term>+    <term name="month-10" gender="masculine">octobre</term>+    <term name="month-11" gender="masculine">novembre</term>+    <term name="month-12" gender="masculine">décembre</term>++    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">janv.</term>+    <term name="month-02" form="short">févr.</term>+    <term name="month-03" form="short">mars</term>+    <term name="month-04" form="short">avr.</term>+    <term name="month-05" form="short">mai</term>+    <term name="month-06" form="short">juin</term>+    <term name="month-07" form="short">juill.</term>+    <term name="month-08" form="short">août</term>+    <term name="month-09" form="short">sept.</term>+    <term name="month-10" form="short">oct.</term>+    <term name="month-11" form="short">nov.</term>+    <term name="month-12" form="short">déc.</term>++    <!-- SEASONS -->+    <term name="season-01">printemps</term>+    <term name="season-02">été</term>+    <term name="season-03">automne</term>+    <term name="season-04">hiver</term>+  </terms>+</locale>
locales/locales-fr-FR.xml view
@@ -1,304 +1,303 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="fr">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">consulté</term>-      <term name="and">et</term>-      <term name="and others">et coll.</term>-      <term name="anonymous">anonyme</term>-      <term name="anonymous" form="short">anon.</term>-      <term name="at">à</term>-      <term name="by">par</term>-      <term name="circa">vers</term>-      <term name="circa" form="short">v.</term>-      <term name="cited">cité</term>-      <term name="edition">-         <single>édition</single>-         <multiple>éditions</multiple>-      </term>-      <term name="edition" form="short">éd.</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">à paraître</term>-      <term name="from">de</term>-      <term name="ibid">ibid.</term>-      <term name="in">dans</term>-      <term name="in press">sous presse</term>-      <term name="internet">Internet</term>-      <term name="interview">interview</term>-      <term name="letter">lettre</term>-      <term name="no date">sans date</term>-      <term name="no date" form="short">s.&#xA0;d.</term>-      <term name="online">en ligne</term>-      <term name="presented at">présenté à</term>-      <term name="reference">-         <single>référence</single>-         <multiple>références</multiple>-      </term>-      <term name="reference" form="short">-         <single>réf.</single>-         <multiple>réf.</multiple>-      </term>-      <term name="retrieved">consulté</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">apr. J.-C.</term>-      <term name="bc">av. J.-C.</term>--      <!-- QUOTES -->-      <term name="open-quote">«&#xA0;</term>-      <term name="close-quote">&#xA0;»</term>-      <term name="open-inner-quote">“</term>-      <term name="close-inner-quote">”</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="fr-FR">+  <info>+    <translator>+      <name>Grégoire Colly</name>+    </translator>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false" limit-day-ordinals-to-day-1="true"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">consulté le</term>+    <term name="and">et</term>+    <term name="and others">et autres</term>+    <term name="anonymous">anonyme</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">sur</term>+    <term name="available at">disponible sur</term>+    <term name="by">par</term>+    <term name="circa">vers</term>+    <term name="circa" form="short">v.</term>+    <term name="cited">cité</term>+    <term name="edition" gender="feminine">+      <single>édition</single>+      <multiple>éditions</multiple>+    </term>+    <term name="edition" form="short">éd.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">à paraître</term>+    <term name="from">à l'adresse</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">sous presse</term>+    <term name="internet">Internet</term>+    <term name="interview">entretien</term>+    <term name="letter">lettre</term>+    <term name="no date">sans date</term>+    <term name="no date" form="short">s.&#160;d.</term>+    <term name="online">en ligne</term>+    <term name="presented at">présenté à</term>+    <term name="reference">+      <single>référence</single>+      <multiple>références</multiple>+    </term>+    <term name="reference" form="short">+      <single>réf.</single>+      <multiple>réf.</multiple>+    </term>+    <term name="retrieved">consulté</term>+    <term name="scale">échelle</term>+    <term name="version">version</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">er</term>-      <term name="ordinal-02">e</term>-      <term name="ordinal-03">e</term>-      <term name="ordinal-04">e</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">apr. J.-C.</term>+    <term name="bc">av. J.-C.</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">premier</term>-      <term name="long-ordinal-02">deuxième</term>-      <term name="long-ordinal-03">troisième</term>-      <term name="long-ordinal-04">quatrième</term>-      <term name="long-ordinal-05">cinquième</term>-      <term name="long-ordinal-06">sixième</term>-      <term name="long-ordinal-07">septième</term>-      <term name="long-ordinal-08">huitième</term>-      <term name="long-ordinal-09">neuvième</term>-      <term name="long-ordinal-10">dixième</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«&#160;</term>+    <term name="close-quote">&#160;»</term>+    <term name="open-inner-quote">“</term>+    <term name="close-inner-quote">”</term>+    <term name="page-range-delimiter">&#8209;</term> <!-- non-breaking hyphen --> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropologie</term>-      <term name="astronomy">astronomie</term>-      <term name="biology">biologie</term>-      <term name="botany">botanique</term>-      <term name="chemistry">chimie</term>-      <term name="engineering">ingénierie</term>-      <term name="generic-base">base générique</term>-      <term name="geography">géographie</term>-      <term name="geology">géologie</term>-      <term name="history">histoire</term>-      <term name="humanities">sciences humaines</term>-      <term name="linguistics">linguistique</term>-      <term name="literature">littérature</term>-      <term name="math">mathématiques</term>-      <term name="medicine">médecine</term>-      <term name="philosophy">philosophie</term>-      <term name="physics">physique</term>-      <term name="psychology">psychologie</term>-      <term name="sociology">sociologie</term>-      <term name="science">science</term>-      <term name="political_science">science politique</term>-      <term name="social_science">science sociale</term>-      <term name="theology">théologie</term>-      <term name="zoology">zoologie</term>+    <!-- ORDINALS -->+    <term name="ordinal">ᵉ</term>+    <term name="ordinal-01" gender-form="feminine" match="whole-number">ʳᵉ</term>+    <term name="ordinal-01" gender-form="masculine" match="whole-number">ᵉʳ</term>+    +    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">premier</term>+    <term name="long-ordinal-02">deuxième</term>+    <term name="long-ordinal-03">troisième</term>+    <term name="long-ordinal-04">quatrième</term>+    <term name="long-ordinal-05">cinquième</term>+    <term name="long-ordinal-06">sixième</term>+    <term name="long-ordinal-07">septième</term>+    <term name="long-ordinal-08">huitième</term>+    <term name="long-ordinal-09">neuvième</term>+    <term name="long-ordinal-10">dixième</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>livre</single>-         <multiple>livres</multiple>-      </term>-      <term name="chapter">-         <single>chapitre</single>-         <multiple>chapitres</multiple>-      </term>-      <term name="column">-         <single>colonne</single>-         <multiple>colonnes</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>numéro</single>-         <multiple>numéros</multiple>-      </term>-      <term name="line">-         <single>ligne</single>-         <multiple>lignes</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opus</multiple>-      </term>-      <term name="page">-         <single>page</single>-         <multiple>pages</multiple>-      </term>-      <term name="paragraph">-         <single>paragraphe</single>-         <multiple>paragraphes</multiple>-      </term>-      <term name="part">-         <single>partie</single>-         <multiple>parties</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verset</single>-         <multiple>versets</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>livre</single>+      <multiple>livres</multiple>+    </term>+    <term name="chapter">+      <single>chapitre</single>+      <multiple>chapitres</multiple>+    </term>+    <term name="column">+      <single>colonne</single>+      <multiple>colonnes</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue" gender="masculine">+      <single>numéro</single>+      <multiple>numéros</multiple>+    </term>+    <term name="line">+      <single>ligne</single>+      <multiple>lignes</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opus</multiple>+    </term>+    <term name="page">+      <single>page</single>+      <multiple>pages</multiple>+    </term>+    <term name="paragraph">+      <single>paragraphe</single>+      <multiple>paragraphes</multiple>+    </term>+    <term name="part">+      <single>partie</single>+      <multiple>parties</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verset</single>+      <multiple>versets</multiple>+    </term>+    <term name="volume" gender="masculine">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">liv.</term>-      <term name="chapter" form="short">chap.</term>-      <term name="column" form="short">col.</term>-      <term name="figure" form="short">fig.</term>-      <term name="folio" form="short">f&lt;sup&gt;o&lt;/sup&gt;</term>-      <term name="issue" form="short">n&lt;sup&gt;o&lt;/sup&gt;</term>-      <term name="opus" form="short">op.</term>-      <term name="page" form="short">-         <single>p.</single>-         <multiple>p.</multiple>-      </term>-      <term name="paragraph" form="short">paragr.</term>-      <term name="part" form="short">part.</term>-      <term name="section" form="short">sect.</term>-      <term name="sub verbo" form="short">-         <single>s.&#xA0;v.</single>-         <multiple>s.&#xA0;vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v.</single>-         <multiple>v.</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol.</single>-         <multiple>vol.</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">liv.</term>+    <term name="chapter" form="short">chap.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">fᵒ</term>+    <term name="issue" form="short">nᵒ</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>p.</multiple>+    </term>+    <term name="paragraph" form="short">paragr.</term>+    <term name="part" form="short">part.</term>+    <term name="section" form="short">sect.</term>+    <term name="sub verbo" form="short">+      <single>s.&#160;v.</single>+      <multiple>s.&#160;vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>v.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vol.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>§</single>-         <multiple>§</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>éditeur</single>-         <multiple>éditeurs</multiple>-      </term>-      <term name="editorial-director">-         <single>directeur</single>-         <multiple>directeurs</multiple>-      </term>-      <term name="translator">-         <single>traducteur</single>-         <multiple>traducteurs</multiple>-      </term>-      <term name="editortranslator">-         <single>éditeur et traducteur</single>-         <multiple>éditeurs et traducteurs</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>réalisateur</single>+      <multiple>réalisateurs</multiple>+    </term>+    <term name="editor">+      <single>éditeur</single>+      <multiple>éditeurs</multiple>+    </term>+    <term name="editorial-director">+      <single>directeur</single>+      <multiple>directeurs</multiple>+    </term>+    <term name="illustrator">+      <single>illustrateur</single>+      <multiple>illustrateurs</multiple>+    </term>+    <term name="translator">+      <single>traducteur</single>+      <multiple>traducteurs</multiple>+    </term>+    <term name="editortranslator">+      <single>éditeur et traducteur</single>+      <multiple>éditeurs et traducteurs</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>éd.</single>-         <multiple>éd.</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>dir.</single>-         <multiple>dir.</multiple>-      </term>-      <term name="translator" form="short">-         <single>trad.</single>-         <multiple>trad.</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>éd. et trad.</single>-         <multiple>éd. et trad.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>réal.</single>+      <multiple>réal.</multiple>+    </term>+    <term name="editor" form="short">+      <single>éd.</single>+      <multiple>éd.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>dir.</single>+      <multiple>dir.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ill.</multiple>+    </term>+    <term name="translator" form="short">+      <single>trad.</single>+      <multiple>trad.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>éd. et trad.</single>+      <multiple>éd. et trad.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">édité par</term>-      <term name="editorial-director" form="verb">sous la direction de</term>-      <term name="translator" form="verb">traduit par</term>-      <term name="editortranslator" form="verb">édité et traduit par</term>-      <term name="recipient" form="verb">à</term>-      <term name="interviewer" form="verb">interview par</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">réalisé par</term>+    <term name="editor" form="verb">édité par</term>+    <term name="editorial-director" form="verb">sous la direction de</term>+    <term name="illustrator" form="verb">illustré par</term>+    <term name="interviewer" form="verb">entretien réalisé par</term>+    <term name="recipient" form="verb">à</term>+    <term name="reviewed-author" form="verb">par</term>+    <term name="translator" form="verb">traduit par</term>+    <term name="editortranslator" form="verb">édité et traduit par</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">par</term>-      <term name="editor" form="verb-short">éd.</term>-      <term name="editorial-director" form="verb-short">dir.</term>-      <term name="translator" form="verb-short">trad.</term>-      <term name="editortranslator" form="verb-short">éd. et trad.</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">par</term>+    <term name="director" form="verb-short">réal. par</term>+    <term name="editor" form="verb-short">éd. par</term>+    <term name="editorial-director" form="verb-short">ss la dir. de</term>+    <term name="illustrator" form="verb-short">ill. par</term>+    <term name="translator" form="verb-short">trad. par</term>+    <term name="editortranslator" form="verb-short">éd. et trad. par</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">janvier</term>-      <term name="month-02">février</term>-      <term name="month-03">mars</term>-      <term name="month-04">avril</term>-      <term name="month-05">mai</term>-      <term name="month-06">juin</term>-      <term name="month-07">juillet</term>-      <term name="month-08">août</term>-      <term name="month-09">septembre</term>-      <term name="month-10">octobre</term>-      <term name="month-11">novembre</term>-      <term name="month-12">décembre</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01" gender="masculine">janvier</term>+    <term name="month-02" gender="masculine">février</term>+    <term name="month-03" gender="masculine">mars</term>+    <term name="month-04" gender="masculine">avril</term>+    <term name="month-05" gender="masculine">mai</term>+    <term name="month-06" gender="masculine">juin</term>+    <term name="month-07" gender="masculine">juillet</term>+    <term name="month-08" gender="masculine">août</term>+    <term name="month-09" gender="masculine">septembre</term>+    <term name="month-10" gender="masculine">octobre</term>+    <term name="month-11" gender="masculine">novembre</term>+    <term name="month-12" gender="masculine">décembre</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">janv.</term>-      <term name="month-02" form="short">févr.</term>-      <term name="month-03" form="short">mars</term>-      <term name="month-04" form="short">avr.</term>-      <term name="month-05" form="short">mai</term>-      <term name="month-06" form="short">juin</term>-      <term name="month-07" form="short">juill.</term>-      <term name="month-08" form="short">août</term>-      <term name="month-09" form="short">sept.</term>-      <term name="month-10" form="short">oct.</term>-      <term name="month-11" form="short">nov.</term>-      <term name="month-12" form="short">déc.</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">janv.</term>+    <term name="month-02" form="short">févr.</term>+    <term name="month-03" form="short">mars</term>+    <term name="month-04" form="short">avr.</term>+    <term name="month-05" form="short">mai</term>+    <term name="month-06" form="short">juin</term>+    <term name="month-07" form="short">juill.</term>+    <term name="month-08" form="short">août</term>+    <term name="month-09" form="short">sept.</term>+    <term name="month-10" form="short">oct.</term>+    <term name="month-11" form="short">nov.</term>+    <term name="month-12" form="short">déc.</term> -      <!-- SEASONS -->-      <term name="season-01">printemps</term>-      <term name="season-02">été</term>-      <term name="season-03">automne</term>-      <term name="season-04">hiver</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">printemps</term>+    <term name="season-02">été</term>+    <term name="season-03">automne</term>+    <term name="season-04">hiver</term>+  </terms> </locale>
locales/locales-he-IL.xml view
@@ -1,304 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="he">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">גישה</term>-      <term name="and">ו</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">-ב</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">ואחרים</term>-      <term name="forthcoming">forthcoming</term>-      <term name="from">מתוך</term>-      <term name="ibid">שם</term>-      <term name="in">בתוך</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">nd</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">אוחזר</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="he-IL">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">גישה</term>+    <term name="and">ו</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">-ב</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">ואחרים</term>+    <term name="forthcoming">forthcoming</term>+    <term name="from">מתוך</term>+    <term name="ibid">שם</term>+    <term name="in">בתוך</term>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">nd</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">אוחזר</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">“</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>ספר</single>-         <multiple>ספרים</multiple>-      </term>-      <term name="chapter">-         <single>פרק</single>-         <multiple>פרקים</multiple>-      </term>-      <term name="column">-         <single>טור</single>-         <multiple>טורים</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>מספר</single>-         <multiple>מספרים</multiple>-      </term>-      <term name="line">-         <single>שורה</single>-         <multiple>שורות</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>אופוס</single>-         <multiple>אופרה</multiple>-      </term>-      <term name="page">-         <single>עמוד</single>-         <multiple>עמודים</multiple>-      </term>-      <term name="paragraph">-         <single>paragraph</single>-         <multiple>פיסקה</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>בית</single>-         <multiple>בתים</multiple>-      </term>-      <term name="volume">-         <single>כרך</single>-         <multiple>כרכים</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>ספר</single>+      <multiple>ספרים</multiple>+    </term>+    <term name="chapter">+      <single>פרק</single>+      <multiple>פרקים</multiple>+    </term>+    <term name="column">+      <single>טור</single>+      <multiple>טורים</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>מספר</single>+      <multiple>מספרים</multiple>+    </term>+    <term name="line">+      <single>שורה</single>+      <multiple>שורות</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>אופוס</single>+      <multiple>אופרה</multiple>+    </term>+    <term name="page">+      <single>עמוד</single>+      <multiple>עמודים</multiple>+    </term>+    <term name="paragraph">+      <single>paragraph</single>+      <multiple>פיסקה</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>בית</single>+      <multiple>בתים</multiple>+    </term>+    <term name="volume">+      <single>כרך</single>+      <multiple>כרכים</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">no</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>'עמ</single>-         <multiple>'עמ</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk</term>+    <term name="chapter" form="short">chap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">no</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>'עמ</single>+      <multiple>'עמ</multiple>+    </term>+    <term name="paragraph" form="short">para</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">sec</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>עורך</single>-         <multiple>עורכים</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>מתרגם</single>-         <multiple>מתרגמים</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>עורך</single>+      <multiple>עורכים</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>מתרגם</single>+      <multiple>מתרגמים</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>eds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>tran</single>-         <multiple>trans</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed</single>+      <multiple>eds</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>tran</single>+      <multiple>trans</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">נערך ע"י</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">תורגם ע"י</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">נערך ע"י</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">תורגם ע"י</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trans</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">ינואר</term>-      <term name="month-02">פברואר</term>-      <term name="month-03">מרץ</term>-      <term name="month-04">אפריל</term>-      <term name="month-05">מאי</term>-      <term name="month-06">יוני</term>-      <term name="month-07">יולי</term>-      <term name="month-08">אוגוסט</term>-      <term name="month-09">ספטמבר</term>-      <term name="month-10">אוקטובר</term>-      <term name="month-11">נובמבר</term>-      <term name="month-12">דצמבר</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">ינואר</term>+    <term name="month-02">פברואר</term>+    <term name="month-03">מרץ</term>+    <term name="month-04">אפריל</term>+    <term name="month-05">מאי</term>+    <term name="month-06">יוני</term>+    <term name="month-07">יולי</term>+    <term name="month-08">אוגוסט</term>+    <term name="month-09">ספטמבר</term>+    <term name="month-10">אוקטובר</term>+    <term name="month-11">נובמבר</term>+    <term name="month-12">דצמבר</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">May</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Oct</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan</term>+    <term name="month-02" form="short">Feb</term>+    <term name="month-03" form="short">Mar</term>+    <term name="month-04" form="short">Apr</term>+    <term name="month-05" form="short">May</term>+    <term name="month-06" form="short">Jun</term>+    <term name="month-07" form="short">Jul</term>+    <term name="month-08" form="short">Aug</term>+    <term name="month-09" form="short">Sep</term>+    <term name="month-10" form="short">Oct</term>+    <term name="month-11" form="short">Nov</term>+    <term name="month-12" form="short">Dec</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-hu-HU.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="hu">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="year"/>-      <date-part name="month" prefix=". "/>-      <date-part name="day" prefix=" " suffix="."/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="."/>-      <date-part name="day" form="numeric-leading-zeros" prefix="."/>-   </date>-   <terms>-      <term name="accessed">elérés</term>-      <term name="and">és</term>-      <term name="and others">és mások</term>-      <term name="anonymous">név nélkül</term>-      <term name="anonymous" form="short">nn</term>-      <term name="at"/>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">idézi</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">megjelenés alatt</term>-      <term name="from">forrás</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">nyomtatás alatt</term>-      <term name="internet">internet</term>-      <term name="interview">interjú</term>-      <term name="letter">levél</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">nd</term>-      <term name="online">online</term>-      <term name="presented at">előadás</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">elérés</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="hu-HU">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="year"/>+    <date-part name="month" prefix=". "/>+    <date-part name="day" prefix=" " suffix="."/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="."/>+    <date-part name="day" form="numeric-leading-zeros" prefix="."/>+  </date>+  <terms>+    <term name="accessed">elérés</term>+    <term name="and">és</term>+    <term name="and others">és mások</term>+    <term name="anonymous">név nélkül</term>+    <term name="anonymous" form="short">nn</term>+    <term name="at"/>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">idézi</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">megjelenés alatt</term>+    <term name="from">forrás</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">nyomtatás alatt</term>+    <term name="internet">internet</term>+    <term name="interview">interjú</term>+    <term name="letter">levél</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">nd</term>+    <term name="online">online</term>+    <term name="presented at">előadás</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">elérés</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">„</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">»</term>-      <term name="close-inner-quote">«</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">»</term>+    <term name="close-inner-quote">«</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropológia</term>-      <term name="astronomy">csillagászat</term>-      <term name="biology">biológia</term>-      <term name="botany">botanika</term>-      <term name="chemistry">kémia</term>-      <term name="engineering">mérnöki tudományok</term>-      <term name="generic-base">általános</term>-      <term name="geography">földrajz</term>-      <term name="geology">geológia</term>-      <term name="history">történelem</term>-      <term name="humanities">bölcsésztudományok</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">irodalom</term>-      <term name="math">matematika</term>-      <term name="medicine">orvostudomány</term>-      <term name="philosophy">filozófia</term>-      <term name="physics">fizika</term>-      <term name="psychology">pszichológia</term>-      <term name="sociology">szociológia</term>-      <term name="science">tudomány</term>-      <term name="political_science">politikatudomány</term>-      <term name="social_science">társadalomtudomány</term>-      <term name="theology">teológia</term>-      <term name="zoology">zoológia</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>könyv</single>-         <multiple>könyv</multiple>-      </term>-      <term name="chapter">-         <single>fejezet</single>-         <multiple>fejezet</multiple>-      </term>-      <term name="column">-         <single>oszlop</single>-         <multiple>oszlop</multiple>-      </term>-      <term name="figure">-         <single>ábra</single>-         <multiple>ábra</multiple>-      </term>-      <term name="folio">-         <single>fóliáns</single>-         <multiple>fóliáns</multiple>-      </term>-      <term name="issue">-         <single>szám</single>-         <multiple>szám</multiple>-      </term>-      <term name="line">-         <single>sor</single>-         <multiple>sor</multiple>-      </term>-      <term name="note">-         <single>jegyzet</single>-         <multiple>jegyzet</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>oldal</single>-         <multiple>oldal</multiple>-      </term>-      <term name="paragraph">-         <single>bekezdés</single>-         <multiple>bekezdés</multiple>-      </term>-      <term name="part">-         <single>rész</single>-         <multiple>rész</multiple>-      </term>-      <term name="section">-         <single>szakasz</single>-         <multiple>szakasz</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>versszak</single>-         <multiple>versszak</multiple>-      </term>-      <term name="volume">-         <single>kötet</single>-         <multiple>kötet</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>könyv</single>+      <multiple>könyv</multiple>+    </term>+    <term name="chapter">+      <single>fejezet</single>+      <multiple>fejezet</multiple>+    </term>+    <term name="column">+      <single>oszlop</single>+      <multiple>oszlop</multiple>+    </term>+    <term name="figure">+      <single>ábra</single>+      <multiple>ábra</multiple>+    </term>+    <term name="folio">+      <single>fóliáns</single>+      <multiple>fóliáns</multiple>+    </term>+    <term name="issue">+      <single>szám</single>+      <multiple>szám</multiple>+    </term>+    <term name="line">+      <single>sor</single>+      <multiple>sor</multiple>+    </term>+    <term name="note">+      <single>jegyzet</single>+      <multiple>jegyzet</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>oldal</single>+      <multiple>oldal</multiple>+    </term>+    <term name="paragraph">+      <single>bekezdés</single>+      <multiple>bekezdés</multiple>+    </term>+    <term name="part">+      <single>rész</single>+      <multiple>rész</multiple>+    </term>+    <term name="section">+      <single>szakasz</single>+      <multiple>szakasz</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>versszak</single>+      <multiple>versszak</multiple>+    </term>+    <term name="volume">+      <single>kötet</single>+      <multiple>kötet</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">könyv</term>-      <term name="chapter" form="short">fej</term>-      <term name="column" form="short">oszl</term>-      <term name="figure" form="short">ábr</term>-      <term name="folio" form="short">fol</term>-      <term name="issue" form="short">sz</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>o</single>-         <multiple>o</multiple>-      </term>-      <term name="paragraph" form="short">bek</term>-      <term name="part" form="short">rész</term>-      <term name="section" form="short">szak</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>vsz</single>-         <multiple>vsz</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">könyv</term>+    <term name="chapter" form="short">fej</term>+    <term name="column" form="short">oszl</term>+    <term name="figure" form="short">ábr</term>+    <term name="folio" form="short">fol</term>+    <term name="issue" form="short">sz</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>o</single>+      <multiple>o</multiple>+    </term>+    <term name="paragraph" form="short">bek</term>+    <term name="part" form="short">rész</term>+    <term name="section" form="short">szak</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>vsz</single>+      <multiple>vsz</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>szerkesztő</single>-         <multiple>szerkesztő</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>fordító</single>-         <multiple>fordító</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>szerkesztő</single>+      <multiple>szerkesztő</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>fordító</single>+      <multiple>fordító</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>szerk</single>-         <multiple>szerk</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>ford</single>-         <multiple>ford</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>szerk</single>+      <multiple>szerk</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>ford</single>+      <multiple>ford</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">szerkesztette</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">fordította</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">címzett</term>-      <term name="interviewer" form="verb">interjúkészítő</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">szerkesztette</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interjúkészítő</term>+    <term name="recipient" form="verb">címzett</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">fordította</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">szerk</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">ford</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">szerk</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">ford</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">január</term>-      <term name="month-02">február</term>-      <term name="month-03">március</term>-      <term name="month-04">április</term>-      <term name="month-05">május</term>-      <term name="month-06">június</term>-      <term name="month-07">július</term>-      <term name="month-08">augusztus</term>-      <term name="month-09">szeptember</term>-      <term name="month-10">október</term>-      <term name="month-11">november</term>-      <term name="month-12">december</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">január</term>+    <term name="month-02">február</term>+    <term name="month-03">március</term>+    <term name="month-04">április</term>+    <term name="month-05">május</term>+    <term name="month-06">június</term>+    <term name="month-07">július</term>+    <term name="month-08">augusztus</term>+    <term name="month-09">szeptember</term>+    <term name="month-10">október</term>+    <term name="month-11">november</term>+    <term name="month-12">december</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">jan</term>-      <term name="month-02" form="short">febr</term>-      <term name="month-03" form="short">márc</term>-      <term name="month-04" form="short">ápr</term>-      <term name="month-05" form="short">máj</term>-      <term name="month-06" form="short">jún</term>-      <term name="month-07" form="short">júl</term>-      <term name="month-08" form="short">aug</term>-      <term name="month-09" form="short">szept</term>-      <term name="month-10" form="short">okt</term>-      <term name="month-11" form="short">nov</term>-      <term name="month-12" form="short">dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">jan</term>+    <term name="month-02" form="short">febr</term>+    <term name="month-03" form="short">márc</term>+    <term name="month-04" form="short">ápr</term>+    <term name="month-05" form="short">máj</term>+    <term name="month-06" form="short">jún</term>+    <term name="month-07" form="short">júl</term>+    <term name="month-08" form="short">aug</term>+    <term name="month-09" form="short">szept</term>+    <term name="month-10" form="short">okt</term>+    <term name="month-11" form="short">nov</term>+    <term name="month-12" form="short">dec</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-is-IS.xml view
@@ -1,305 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="is">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" suffix="."/>-      <date-part name="month" suffix="."/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">opnað</term>-      <term name="and">og</term>-      <term name="and others">og fleiri</term>-      <term name="anonymous">nafnlaus</term>-      <term name="anonymous" form="short">nafnl.</term>-      <term name="at">af</term>-      <term name="by">eftir</term>-      <term name="circa">sirca</term>-      <term name="circa" form="short">u.þ.b.</term>-      <term name="cited">tilvitnun</term>-      <term name="edition">-         <single>útgáfa</single>-         <multiple>útgáfur</multiple>-      </term>-      <term name="edition" form="short">útg.</term>-      <term name="et-al">o.fl.</term>-      <term name="forthcoming">óbirt</term>-      <term name="from">af</term>-      <term name="ibid">ibid.</term>-      <term name="in">í</term>-      <term name="in press">í prentun</term>-      <term name="internet">internet</term>-      <term name="interview">viðtal</term>-      <term name="letter">bréf</term>-      <term name="no date">engin dagsetning</term>-      <term name="no date" form="short">e.d.</term>-      <term name="online">rafrænt</term>-      <term name="presented at">flutt á</term>-      <term name="reference">-         <single>tilvitnun</single>-         <multiple>tilvitnanir</multiple>-      </term>-      <term name="reference" form="short">-         <single>tilv.</single>-         <multiple>tilv.</multiple>-      </term>-      <term name="retrieved">sótt</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">e.Kr.</term>-      <term name="bc">f.Kr.</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="is-IS">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" suffix="."/>+    <date-part name="month" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">sótt</term>+    <term name="and">og</term>+    <term name="and others">og fleiri</term>+    <term name="anonymous">nafnlaus</term>+    <term name="anonymous" form="short">nafnl.</term>+    <term name="at">af</term>+    <term name="available at">available at</term>+    <term name="by">eftir</term>+    <term name="circa">sirka</term>+    <term name="circa" form="short">u.þ.b.</term>+    <term name="cited">tilvitnun</term>+    <term name="edition">+      <single>útgáfa</single>+      <multiple>útgáfur</multiple>+    </term>+    <term name="edition" form="short">útg.</term>+    <term name="et-al">o.fl.</term>+    <term name="forthcoming">óbirt</term>+    <term name="from">af</term>+    <term name="ibid">sama heimild</term>+    <term name="in">í</term>+    <term name="in press">í prentun</term>+    <term name="internet">rafrænt</term>+    <term name="interview">viðtal</term>+    <term name="letter">bréf</term>+    <term name="no date">engin dagsetning</term>+    <term name="no date" form="short">e.d.</term>+    <term name="online">rafrænt</term>+    <term name="presented at">flutt á</term>+    <term name="reference">+      <single>tilvitnun</single>+      <multiple>tilvitnanir</multiple>+    </term>+    <term name="reference" form="short">+      <single>tilv.</single>+      <multiple>tilv.</multiple>+    </term>+    <term name="retrieved">sótt</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">„</term>-      <term name="close-quote">“</term>-      <term name="open-inner-quote">‚</term>-      <term name="close-inner-quote">‘</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">e.Kr.</term>+    <term name="bc">f.Kr.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">.</term>-      <term name="ordinal-02">.</term>-      <term name="ordinal-03">.</term>-      <term name="ordinal-04">.</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">fyrsti</term>-      <term name="long-ordinal-02">annar</term>-      <term name="long-ordinal-03">þriðji</term>-      <term name="long-ordinal-04">fjórði</term>-      <term name="long-ordinal-05">fimmti</term>-      <term name="long-ordinal-06">sjötti</term>-      <term name="long-ordinal-07">sjöundi</term>-      <term name="long-ordinal-08">áttundi</term>-      <term name="long-ordinal-09">níundi</term>-      <term name="long-ordinal-10">tíundi</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">mannfræði</term>-      <term name="astronomy">stjörnufræði</term>-      <term name="biology">líffræði</term>-      <term name="botany">grasafræði</term>-      <term name="chemistry">efnafræði</term>-      <term name="engineering">verkfræði</term>-      <term name="generic-base">generic base</term>-      <term name="geography">landafræði</term>-      <term name="geology">jarðfræði</term>-      <term name="history">saga</term>-      <term name="humanities">hugvísindi</term>-      <term name="linguistics">málvísindi</term>-      <term name="literature">bókmenntir</term>-      <term name="math">stærðfræði</term>-      <term name="medicine">læknisfræði</term>-      <term name="philosophy">heimspeki</term>-      <term name="physics">eðlisfræði</term>-      <term name="psychology">sálfræði</term>-      <term name="sociology">félagsfræði</term>-      <term name="science">vísindi</term>-      <term name="political_science">stjórnmálafræði</term>-      <term name="social_science">félagsvísindi</term>-      <term name="theology">guðfræði</term>-      <term name="zoology">dýrafræði</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">fyrsti</term>+    <term name="long-ordinal-02">annar</term>+    <term name="long-ordinal-03">þriðji</term>+    <term name="long-ordinal-04">fjórði</term>+    <term name="long-ordinal-05">fimmti</term>+    <term name="long-ordinal-06">sjötti</term>+    <term name="long-ordinal-07">sjöundi</term>+    <term name="long-ordinal-08">áttundi</term>+    <term name="long-ordinal-09">níundi</term>+    <term name="long-ordinal-10">tíundi</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>bók</single>-         <multiple>bækur</multiple>-      </term>-      <term name="chapter">-         <single>kafli</single>-         <multiple>kaflar</multiple>-      </term>-      <term name="column">-         <single>dálkur</single>-         <multiple>dálkar</multiple>-      </term>-      <term name="figure">-         <single>mynd</single>-         <multiple>myndir</multiple>-      </term>-      <term name="folio">-         <single>handrit</single>-         <multiple>handrit</multiple>-      </term>-      <term name="issue">-         <single>númer</single>-         <multiple>númer</multiple>-      </term>-      <term name="line">-         <single>lína</single>-         <multiple>línur</multiple>-      </term>-      <term name="note">-         <single>skilaboð</single>-         <multiple>skilaboð</multiple>-      </term>-      <term name="opus">-         <single>tónverk</single>-         <multiple>tónverk</multiple>-      </term>-      <term name="page">-         <single>blaðsíða</single>-         <multiple>blaðsíður</multiple>-      </term>-      <term name="paragraph">-         <single>málsgrein</single>-         <multiple>málsgreinar</multiple>-      </term>-      <term name="part">-         <single>hluti</single>-         <multiple>hlutar</multiple>-      </term>-      <term name="section">-         <single>hluti</single>-         <multiple>hlutar</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>vers</single>-         <multiple>vers</multiple>-      </term>-      <term name="volume">-         <single>útgáfa</single>-         <multiple>útgáfur</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>bók</single>+      <multiple>bækur</multiple>+    </term>+    <term name="chapter">+      <single>kafli</single>+      <multiple>kaflar</multiple>+    </term>+    <term name="column">+      <single>dálkur</single>+      <multiple>dálkar</multiple>+    </term>+    <term name="figure">+      <single>mynd</single>+      <multiple>myndir</multiple>+    </term>+    <term name="folio">+      <single>handrit</single>+      <multiple>handrit</multiple>+    </term>+    <term name="issue">+      <single>númer</single>+      <multiple>númer</multiple>+    </term>+    <term name="line">+      <single>lína</single>+      <multiple>línur</multiple>+    </term>+    <term name="note">+      <single>skilaboð</single>+      <multiple>skilaboð</multiple>+    </term>+    <term name="opus">+      <single>tónverk</single>+      <multiple>tónverk</multiple>+    </term>+    <term name="page">+      <single>blaðsíða</single>+      <multiple>blaðsíður</multiple>+    </term>+    <term name="paragraph">+      <single>málsgrein</single>+      <multiple>málsgreinar</multiple>+    </term>+    <term name="part">+      <single>hluti</single>+      <multiple>hlutar</multiple>+    </term>+    <term name="section">+      <single>hluti</single>+      <multiple>hlutar</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>vers</single>+      <multiple>vers</multiple>+    </term>+    <term name="volume">+      <single>bindi</single>+      <multiple>bindi</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">b.</term>-      <term name="chapter" form="short">k.</term>-      <term name="column" form="short">d.</term>-      <term name="figure" form="short">mynd.</term>-      <term name="folio" form="short">handr.</term>-      <term name="issue" form="short">nr.</term>-      <term name="opus" form="short">tónv.</term>-      <term name="page" form="short">-         <single>bls.</single>-         <multiple>bls.</multiple>-      </term>-      <term name="paragraph" form="short">málsgr.</term>-      <term name="part" form="short">hl.</term>-      <term name="section" form="short">hl.</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v.</single>-         <multiple>v.</multiple>-      </term>-      <term name="volume" form="short">-         <single>útg.</single>-         <multiple>útg.</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">b.</term>+    <term name="chapter" form="short">k.</term>+    <term name="column" form="short">d.</term>+    <term name="figure" form="short">mynd.</term>+    <term name="folio" form="short">handr.</term>+    <term name="issue" form="short">nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">tónv.</term>+    <term name="page" form="short">+      <single>bls.</single>+      <multiple>bls.</multiple>+    </term>+    <term name="paragraph" form="short">málsgr.</term>+    <term name="part" form="short">hl.</term>+    <term name="section" form="short">hl.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>v.</multiple>+    </term>+    <term name="volume" form="short">+      <single>bindi</single>+      <multiple>bindi</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single>höfundur</single>-         <multiple>höfundar</multiple>-      </term>-      <term name="editor">-         <single>ritstjóri</single>-         <multiple>ritstjórar</multiple>-      </term>-      <term name="editorial-director">-         <single>ritstjóri</single>-         <multiple>ritstjórar</multiple>-      </term>-      <term name="translator">-         <single>þýðandi</single>-         <multiple>þýðendur</multiple>-      </term>-      <term name="editortranslator">-        <single>ritstjóri og þýðandi</single>-        <multiple>ritstjórar og þýðendur</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>ritstjóri</single>+      <multiple>ritstjórar</multiple>+    </term>+    <term name="editorial-director">+      <single>ritstjóri</single>+      <multiple>ritstjórar</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>þýðandi</single>+      <multiple>þýðendur</multiple>+    </term>+    <term name="editortranslator">+      <single>ritstjóri og þýðandi</single>+      <multiple>ritstjórar og þýðendur</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single>höf.</single>-         <multiple>höf.</multiple>-      </term>-      <term name="editor" form="short">-         <single>ritstj.</single>-         <multiple>ritstj.</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ritstj.</single>-         <multiple>ritstj.</multiple>-      </term>-      <term name="translator" form="short">-         <single>þýð.</single>-         <multiple>þýð.</multiple>-      </term>-      <term name="editortranslator" form="short">-        <single>ritstj. og þýð.</single>-        <multiple>ritstj. og þýð.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ritstj.</single>+      <multiple>ritstj.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ritstj.</single>+      <multiple>ritstj.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>þýð.</single>+      <multiple>þýð.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ritstj. og þýð.</single>+      <multiple>ritstj. og þýð.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">ritstýrt af</term>-      <term name="editorial-director" form="verb">ritstýrt af</term>-      <term name="translator" form="verb">þýtt af</term>-      <term name="editortranslator" form="verb">ritstýrt og þýtt af</term>-      <term name="recipient" form="verb">til</term>-      <term name="interviewer" form="verb">viðtal tekið af</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">ritstjóri</term>+    <term name="editorial-director" form="verb">ritstjóri</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">viðtal tók</term>+    <term name="recipient" form="verb">til</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">þýddi</term>+    <term name="editortranslator" form="verb">ritstjóri og þýðandi</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">eftir</term>-      <term name="editor" form="verb-short">ritst.</term>-      <term name="editorial-director" form="verb-short">ritst.</term>-      <term name="translator" form="verb-short">þýtt</term>-      <term name="editortranslator" form="verb-short">ritstýrt og þýtt af</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">eftir</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ritst.</term>+    <term name="editorial-director" form="verb-short">ritst.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">þýð.</term>+    <term name="editortranslator" form="verb-short">ritst. og þýð.</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">janúar</term>-      <term name="month-02">febrúar</term>-      <term name="month-03">mars</term>-      <term name="month-04">apríl</term>-      <term name="month-05">maí</term>-      <term name="month-06">júní</term>-      <term name="month-07">júlí</term>-      <term name="month-08">ágúst</term>-      <term name="month-09">september</term>-      <term name="month-10">október</term>-      <term name="month-11">nóvember</term>-      <term name="month-12">desember</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">janúar</term>+    <term name="month-02">febrúar</term>+    <term name="month-03">mars</term>+    <term name="month-04">apríl</term>+    <term name="month-05">maí</term>+    <term name="month-06">júní</term>+    <term name="month-07">júlí</term>+    <term name="month-08">ágúst</term>+    <term name="month-09">september</term>+    <term name="month-10">október</term>+    <term name="month-11">nóvember</term>+    <term name="month-12">desember</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">jan.</term>-      <term name="month-02" form="short">feb.</term>-      <term name="month-03" form="short">mar.</term>-      <term name="month-04" form="short">apr.</term>-      <term name="month-05" form="short">mai</term>-      <term name="month-06" form="short">jún.</term>-      <term name="month-07" form="short">júl.</term>-      <term name="month-08" form="short">ágú.</term>-      <term name="month-09" form="short">sep.</term>-      <term name="month-10" form="short">okt.</term>-      <term name="month-11" form="short">nóv.</term>-      <term name="month-12" form="short">des.</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">jan.</term>+    <term name="month-02" form="short">feb.</term>+    <term name="month-03" form="short">mar.</term>+    <term name="month-04" form="short">apr.</term>+    <term name="month-05" form="short">maí</term>+    <term name="month-06" form="short">jún.</term>+    <term name="month-07" form="short">júl.</term>+    <term name="month-08" form="short">ágú.</term>+    <term name="month-09" form="short">sep.</term>+    <term name="month-10" form="short">okt.</term>+    <term name="month-11" form="short">nóv.</term>+    <term name="month-12" form="short">des.</term> -      <!-- SEASONS -->-      <term name="season-01">vor</term>-      <term name="season-02">sumar</term>-      <term name="season-03">haust</term>-      <term name="season-04">vetur</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">vor</term>+    <term name="season-02">sumar</term>+    <term name="season-03">haust</term>+    <term name="season-04">vetur</term>+  </terms> </locale>
locales/locales-it-IT.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="it">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">consultato</term>-      <term name="and">e</term>-      <term name="and others">e altri</term>-      <term name="anonymous">anonimo</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">a</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">citato</term>-      <term name="edition">-         <single>edizione</single>-         <multiple>edizioni</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">futuro</term>-      <term name="from">da</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in stampa</term>-      <term name="internet">internet</term>-      <term name="interview">intervista</term>-      <term name="letter">lettera</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">S.d.</term>-      <term name="online">in linea</term>-      <term name="presented at">presentato al</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">recuperato</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="it-IT">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">consultato</term>+    <term name="and">e</term>+    <term name="and others">e altri</term>+    <term name="anonymous">anonimo</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">a</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">citato</term>+    <term name="edition">+      <single>edizione</single>+      <multiple>edizioni</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">futuro</term>+    <term name="from">da</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">in stampa</term>+    <term name="internet">internet</term>+    <term name="interview">intervista</term>+    <term name="letter">lettera</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">S.d.</term>+    <term name="online">in linea</term>+    <term name="presented at">presentato al</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">recuperato</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologia</term>-      <term name="astronomy">astronomia</term>-      <term name="biology">biologia</term>-      <term name="botany">botanica</term>-      <term name="chemistry">chimica</term>-      <term name="engineering">ingegneria</term>-      <term name="generic-base">generica</term>-      <term name="geography">geografia</term>-      <term name="geology">geologia</term>-      <term name="history">storia</term>-      <term name="humanities">discipline umanistiche</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">letteratura</term>-      <term name="math">matematica</term>-      <term name="medicine">medicina</term>-      <term name="philosophy">filosofia</term>-      <term name="physics">fisica</term>-      <term name="psychology">psicologia</term>-      <term name="sociology">sociologia</term>-      <term name="science">scienze</term>-      <term name="political_science">scienze politiche</term>-      <term name="social_science">sociologia</term>-      <term name="theology">teologia</term>-      <term name="zoology">zoologia</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>libro</single>-         <multiple>libri</multiple>-      </term>-      <term name="chapter">-         <single>capitolo</single>-         <multiple>capitoli</multiple>-      </term>-      <term name="column">-         <single>colonna</single>-         <multiple>colonne</multiple>-      </term>-      <term name="figure">-         <single>figura</single>-         <multiple>figure</multiple>-      </term>-      <term name="folio">-         <single>foglio</single>-         <multiple>fogli</multiple>-      </term>-      <term name="issue">-         <single>numero</single>-         <multiple>numeri</multiple>-      </term>-      <term name="line">-         <single>riga</single>-         <multiple>righe</multiple>-      </term>-      <term name="note">-         <single>nota</single>-         <multiple>note</multiple>-      </term>-      <term name="opus">-         <single>opera</single>-         <multiple>opere</multiple>-      </term>-      <term name="page">-         <single>pagina</single>-         <multiple>pagine</multiple>-      </term>-      <term name="paragraph">-         <single>capoverso</single>-         <multiple>capoversi</multiple>-      </term>-      <term name="part">-         <single>parte</single>-         <multiple>parti</multiple>-      </term>-      <term name="section">-         <single>paragrafo</single>-         <multiple>paragrafi</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verso</single>-         <multiple>versi</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumi</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>libro</single>+      <multiple>libri</multiple>+    </term>+    <term name="chapter">+      <single>capitolo</single>+      <multiple>capitoli</multiple>+    </term>+    <term name="column">+      <single>colonna</single>+      <multiple>colonne</multiple>+    </term>+    <term name="figure">+      <single>figura</single>+      <multiple>figure</multiple>+    </term>+    <term name="folio">+      <single>foglio</single>+      <multiple>fogli</multiple>+    </term>+    <term name="issue">+      <single>numero</single>+      <multiple>numeri</multiple>+    </term>+    <term name="line">+      <single>riga</single>+      <multiple>righe</multiple>+    </term>+    <term name="note">+      <single>nota</single>+      <multiple>note</multiple>+    </term>+    <term name="opus">+      <single>opera</single>+      <multiple>opere</multiple>+    </term>+    <term name="page">+      <single>pagina</single>+      <multiple>pagine</multiple>+    </term>+    <term name="paragraph">+      <single>capoverso</single>+      <multiple>capoversi</multiple>+    </term>+    <term name="part">+      <single>parte</single>+      <multiple>parti</multiple>+    </term>+    <term name="section">+      <single>paragrafo</single>+      <multiple>paragrafi</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verso</single>+      <multiple>versi</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumi</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">lib</term>-      <term name="chapter" form="short">cap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">fgl</term>-      <term name="issue" form="short">n°</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>pag</single>-         <multiple>pagg</multiple>-      </term>-      <term name="paragraph" form="short">cpv</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">par</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vol</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">lib</term>+    <term name="chapter" form="short">cap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">fgl</term>+    <term name="issue" form="short">n°</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>pag</single>+      <multiple>pagg</multiple>+    </term>+    <term name="paragraph" form="short">cpv</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">par</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vol</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>curatore</single>-         <multiple>curatori</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>traduttore</single>-         <multiple>traduttori</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>curatore</single>+      <multiple>curatori</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>traduttore</single>+      <multiple>traduttori</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>cur</single>-         <multiple>cur</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>trad</single>-         <multiple>trad</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>cur</single>+      <multiple>cur</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>trad</single>+      <multiple>trad</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">a cura di</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">tradotto da</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">a</term>-      <term name="interviewer" form="verb">intervista di</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">a cura di</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">intervista di</term>+    <term name="recipient" form="verb">a</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">tradotto da</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">cur. da</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trad. da</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">cur. da</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trad. da</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Gennaio</term>-      <term name="month-02">Febbraio</term>-      <term name="month-03">Marzo</term>-      <term name="month-04">Aprile</term>-      <term name="month-05">Maggio</term>-      <term name="month-06">Giugno</term>-      <term name="month-07">Luglio</term>-      <term name="month-08">Agosto</term>-      <term name="month-09">Settembre</term>-      <term name="month-10">Ottobre</term>-      <term name="month-11">Novembre</term>-      <term name="month-12">Dicembre</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Gennaio</term>+    <term name="month-02">Febbraio</term>+    <term name="month-03">Marzo</term>+    <term name="month-04">Aprile</term>+    <term name="month-05">Maggio</term>+    <term name="month-06">Giugno</term>+    <term name="month-07">Luglio</term>+    <term name="month-08">Agosto</term>+    <term name="month-09">Settembre</term>+    <term name="month-10">Ottobre</term>+    <term name="month-11">Novembre</term>+    <term name="month-12">Dicembre</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Gen</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">Mag</term>-      <term name="month-06" form="short">Giu</term>-      <term name="month-07" form="short">Lug</term>-      <term name="month-08" form="short">Ago</term>-      <term name="month-09" form="short">Set</term>-      <term name="month-10" form="short">Ott</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dic</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Gen</term>+    <term name="month-02" form="short">Feb</term>+    <term name="month-03" form="short">Mar</term>+    <term name="month-04" form="short">Apr</term>+    <term name="month-05" form="short">Mag</term>+    <term name="month-06" form="short">Giu</term>+    <term name="month-07" form="short">Lug</term>+    <term name="month-08" form="short">Ago</term>+    <term name="month-09" form="short">Set</term>+    <term name="month-10" form="short">Ott</term>+    <term name="month-11" form="short">Nov</term>+    <term name="month-12" form="short">Dic</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-ja-JP.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ja">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="year" suffix="&#24180;"/>-      <date-part name="month" form="numeric" suffix="&#26376;"/>-      <date-part name="day" suffix="&#26085;"/>-   </date>-   <date form="numeric">-      <date-part name="year" suffix="&#24180;"/>-      <date-part name="month" form="numeric" suffix="&#26376;"/>-      <date-part name="day" suffix="&#26085;"/>-   </date>-   <terms>-      <term name="accessed">アクセス</term>-      <term name="and">と</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">他</term>-      <term name="forthcoming">近刊</term>-      <term name="from">から</term>-      <term name="ibid">前掲</term>-      <term name="in"/>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">日付なし</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">読み込み</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ja-JP">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="year" suffix="年"/>+    <date-part name="month" form="numeric" suffix="月"/>+    <date-part name="day" suffix="日"/>+  </date>+  <date form="numeric">+    <date-part name="year" suffix="年"/>+    <date-part name="month" form="numeric" suffix="月"/>+    <date-part name="day" suffix="日"/>+  </date>+  <terms>+    <term name="accessed">アクセス</term>+    <term name="and">と</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">at</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">他</term>+    <term name="forthcoming">近刊</term>+    <term name="from">から</term>+    <term name="ibid">前掲</term>+    <term name="in"/>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">日付なし</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">読み込み</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">「</term>-      <term name="close-quote">」</term>-      <term name="open-inner-quote">『</term>-      <term name="close-inner-quote">』</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">「</term>+    <term name="close-quote">」</term>+    <term name="open-inner-quote">『</term>+    <term name="close-inner-quote">』</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>行</single>-         <multiple>行</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>ページ</single>-         <multiple>ページ</multiple>-      </term>-      <term name="paragraph">-         <single>段落</single>-         <multiple>段落</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>book</single>+      <multiple>books</multiple>+    </term>+    <term name="chapter">+      <single>chapter</single>+      <multiple>chapters</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbers</multiple>+    </term>+    <term name="line">+      <single>行</single>+      <multiple>行</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>ページ</single>+      <multiple>ページ</multiple>+    </term>+    <term name="paragraph">+      <single>段落</single>+      <multiple>段落</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">号</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>p</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk</term>+    <term name="chapter" form="short">chap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">号</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>p</single>+      <multiple>p</multiple>+    </term>+    <term name="paragraph" form="short">para</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">sec</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>編集者</single>-         <multiple>編集者</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>翻訳者</single>-         <multiple>翻訳者</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>編集者</single>+      <multiple>編集者</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>翻訳者</single>+      <multiple>翻訳者</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>編集者</single>-         <multiple>編集者</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>翻訳者</single>-         <multiple>翻訳者</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>編集者</single>+      <multiple>編集者</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>翻訳者</single>+      <multiple>翻訳者</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">編集者:</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">翻訳者:</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">編集者:</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">翻訳者:</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trans</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">1月</term>-      <term name="month-02">2月</term>-      <term name="month-03">3月</term>-      <term name="month-04">4月</term>-      <term name="month-05">5月</term>-      <term name="month-06">6月</term>-      <term name="month-07">7月</term>-      <term name="month-08">8月</term>-      <term name="month-09">9月</term>-      <term name="month-10">10月</term>-      <term name="month-11">11月</term>-      <term name="month-12">12月</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">1月</term>+    <term name="month-02">2月</term>+    <term name="month-03">3月</term>+    <term name="month-04">4月</term>+    <term name="month-05">5月</term>+    <term name="month-06">6月</term>+    <term name="month-07">7月</term>+    <term name="month-08">8月</term>+    <term name="month-09">9月</term>+    <term name="month-10">10月</term>+    <term name="month-11">11月</term>+    <term name="month-12">12月</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">1月</term>-      <term name="month-02" form="short">2月</term>-      <term name="month-03" form="short">3月</term>-      <term name="month-04" form="short">4月</term>-      <term name="month-05" form="short">5月</term>-      <term name="month-06" form="short">6月</term>-      <term name="month-07" form="short">7月</term>-      <term name="month-08" form="short">8月</term>-      <term name="month-09" form="short">9月</term>-      <term name="month-10" form="short">10月</term>-      <term name="month-11" form="short">11月</term>-      <term name="month-12" form="short">12月</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">1月</term>+    <term name="month-02" form="short">2月</term>+    <term name="month-03" form="short">3月</term>+    <term name="month-04" form="short">4月</term>+    <term name="month-05" form="short">5月</term>+    <term name="month-06" form="short">6月</term>+    <term name="month-07" form="short">7月</term>+    <term name="month-08" form="short">8月</term>+    <term name="month-09" form="short">9月</term>+    <term name="month-10" form="short">10月</term>+    <term name="month-11" form="short">11月</term>+    <term name="month-12" form="short">12月</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-km-KH.xml view
@@ -1,303 +1,304 @@-<?xml version="1.0" encoding="utf-8"?>
-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="km">
-   <style-options punctuation-in-quote="false"/>
-   <date form="text">
-      <date-part name="day" form="numeric" suffix="&#8203;"/>
-      <date-part name="month" suffix="&#8203;"/>
-      <date-part name="year"/>
-   </date>
-   <date form="numeric">
-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>
-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>
-      <date-part name="year"/>
-   </date>
-   <terms>
-      <term name="accessed">accessed</term>
-      <term name="and">and</term>
-      <term name="and others">and others</term>
-      <term name="anonymous">anonymous</term>
-      <term name="anonymous" form="short">anon.</term>
-      <term name="at">at</term>
-      <term name="by">by</term>
-      <term name="circa">circa</term>
-      <term name="circa" form="short">c.</term>
-      <term name="cited">cited</term>
-      <term name="edition">
-         <single>edition</single>
-         <multiple>editions</multiple>
-      </term>
-      <term name="edition" form="short">ed.</term>
-      <term name="et-al">et al.</term>
-      <term name="forthcoming">forthcoming</term>
-      <term name="from">from</term>
-      <term name="ibid">ibid</term>
-      <term name="in">in</term>
-      <term name="in press">in press</term>
-      <term name="internet">internet</term>
-      <term name="interview">interview</term>
-      <term name="letter">letter</term>
-      <term name="no date">no date</term>
-      <term name="no date" form="short">n.d.</term>
-      <term name="online">online</term>
-      <term name="presented at">presented at the</term>
-      <term name="reference">
-         <single>reference</single>
-         <multiple>references</multiple>
-      </term>
-      <term name="reference" form="short">
-         <single>ref.</single>
-         <multiple>refs.</multiple>
-      </term>
-      <term name="retrieved">retrieved</term>
-
-      <!-- ANNO DOMINI; BEFORE CHRIST -->
-      <term name="ad">AD</term>
-      <term name="bc">BC</term>
-
-      <!-- QUOTES -->
-      <term name="open-quote">“</term>
-      <term name="close-quote">”</term>
-      <term name="open-inner-quote">‘</term>
-      <term name="close-inner-quote">’</term>
-
-      <!-- ORDINALS -->
-      <term name="ordinal-01">st</term>
-      <term name="ordinal-02">nd</term>
-      <term name="ordinal-03">rd</term>
-      <term name="ordinal-04">th</term>
-
-      <!-- LONG ORDINALS -->
-      <term name="long-ordinal-01">ទីមួយ</term>
-      <term name="long-ordinal-02">ទីពីរ</term>
-      <term name="long-ordinal-03">ទីបី</term>
-      <term name="long-ordinal-04">ទីបួន</term>
-      <term name="long-ordinal-05">ទីប្រាំ</term>
-      <term name="long-ordinal-06">ទីប្រាំមួយ</term>
-      <term name="long-ordinal-07">ទីប្រាំពីរ</term>
-      <term name="long-ordinal-08">ទីប្រាំបី</term>
-      <term name="long-ordinal-09">ទីប្រាំបួន</term>
-      <term name="long-ordinal-10">ទីដប់មួយ</term>
-
-      <!-- CATEGORIES -->
-      <term name="anthropology">នរវិទ្យា</term>
-      <term name="astronomy">តារាវិទ្យា</term>
-      <term name="biology">ជីវវិទ្យា</term>
-      <term name="botany">រុក្ខវិទ្យា</term>
-      <term name="chemistry">គីមីវិទ្យា</term>
-      <term name="engineering">វិស្វកម្ម</term>
-      <term name="generic-base">generic base</term>
-      <term name="geography">ភូមិវិទ្យា</term>
-      <term name="geology">ភូគព្ភវិទ្យា</term>
-      <term name="history">ប្រវត្តិវិទ្យា</term>
-      <term name="humanities">មនុស្សវិទ្យា</term>
-      <term name="linguistics">ភាសាវិទ្យា</term>
-      <term name="literature">អក្សរសាស្ត្រ</term>
-      <term name="math">គណិតវិទ្យា</term>
-      <term name="medicine">វេជ្ជសាស្ត្រ</term>
-      <term name="philosophy">ទស្សនវិទ្យា</term>
-      <term name="physics">រូបវិទ្យា</term>
-      <term name="psychology">ចិត្តវិទ្យា</term>
-      <term name="sociology">សង្គមវិទ្យា</term>
-      <term name="science">វិទ្យាសាស្ត្រ</term>
-      <term name="political_science">វិទ្យាសាស្ត្រនយោបាយ</term>
-      <term name="social_science">សង្គមវិទ្យា</term>
-      <term name="theology">ទេវវិទ្យា</term>
-      <term name="zoology">សត្តវិទ្យា</term>
-
-      <!-- LONG LOCATOR FORMS -->
-      <term name="book">
-         <single>សៀវភៅ</single>
-         <multiple>សៀវភៅ</multiple>
-      </term>
-      <term name="chapter">
-         <single>ជំពូក</single>
-         <multiple>ជំពូក</multiple>
-      </term>
-      <term name="column">
-         <single>កាឡោន</single>
-         <multiple>កាឡោន</multiple>
-      </term>
-      <term name="figure">
-         <single>តួលេខ</single>
-         <multiple>តួលេខ</multiple>
-      </term>
-      <term name="folio">
-         <single>folio</single>
-         <multiple>folios</multiple>
-      </term>
-      <term name="issue">
-         <single>ចំនួន</single>
-         <multiple>ចំនួន</multiple>
-      </term>
-      <term name="line">
-         <single>បន្ទាត់</single>
-         <multiple>បន្ទាត់</multiple>
-      </term>
-      <term name="note">
-         <single>កំណត់ចំណាំ</single>
-         <multiple>កំណត់ចំណាំ</multiple>
-      </term>
-      <term name="opus">
-         <single>opus</single>
-         <multiple>opera</multiple>
-      </term>
-      <term name="page">
-         <single>ទំព័រ</single>
-         <multiple>ទំព័រ</multiple>
-      </term>
-      <term name="paragraph">
-         <single>កថាខណ្ឌ</single>
-         <multiple>កថាខណ្ឌ</multiple>
-      </term>
-      <term name="part">
-         <single>ជំពូក</single>
-         <multiple>ជំពូក</multiple>
-      </term>
-      <term name="section">
-         <single>ផ្នែក</single>
-         <multiple>ផ្នែក</multiple>
-      </term>
-      <term name="sub verbo">
-         <single>sub verbo</single>
-         <multiple>sub verbis</multiple>
-      </term>
-      <term name="verse">
-         <single>verse</single>
-         <multiple>verses</multiple>
-      </term>
-      <term name="volume">
-         <single>វ៉ុល</single>
-         <multiple>វ៉ុល</multiple>
-      </term>
-
-      <!-- SHORT LOCATOR FORMS -->
-      <term name="book" form="short">bk.</term>
-      <term name="chapter" form="short">chap.</term>
-      <term name="column" form="short">col.</term>
-      <term name="figure" form="short">fig.</term>
-      <term name="folio" form="short">f.</term>
-      <term name="issue" form="short">no.</term>
-      <term name="opus" form="short">op.</term>
-      <term name="page" form="short">
-         <single>p.</single>
-         <multiple>pp.</multiple>
-      </term>
-      <term name="paragraph" form="short">para.</term>
-      <term name="part" form="short">pt.</term>
-      <term name="section" form="short">sec.</term>
-      <term name="sub verbo" form="short">
-         <single>s.v.</single>
-         <multiple>s.vv.</multiple>
-      </term>
-      <term name="verse" form="short">
-         <single>v.</single>
-         <multiple>vv.</multiple>
-      </term>
-      <term name="volume" form="short">
-         <single>vol.</single>
-         <multiple>vols.</multiple>
-      </term>
-
-      <!-- SYMBOL LOCATOR FORMS -->
-      <term name="paragraph" form="symbol">
-         <single>¶</single>
-         <multiple>¶¶</multiple>
-      </term>
-      <term name="section" form="symbol">
-         <single>§</single>
-         <multiple>§§</multiple>
-      </term>
-
-      <!-- LONG ROLE FORMS -->
-      <term name="author">
-         <single/>
-         <multiple/>
-      </term>
-      <term name="editor">
-         <single>editor</single>
-         <multiple>editors</multiple>
-      </term>
-      <term name="editorial-director">
-         <single></single>
-         <multiple>editors</multiple>
-      </term>
-      <term name="translator">
-         <single>translator</single>
-         <multiple>translator</multiple>
-      </term>
-      <term name="editortranslator">
-        <single>editor &amp; translator</single>
-        <multiple>editors &amp; translators</multiple>
-      </term>
-
-      <!-- SHORT ROLE FORMS -->
-      <term name="author" form="short">
-         <single/>
-         <multiple/>
-      </term>
-      <term name="editor" form="short">
-         <single>ed.</single>
-         <multiple>eds.</multiple>
-      </term>
-      <term name="editorial-director" form="short">
-         <single>ed.</single>
-         <multiple>eds.</multiple>
-      </term>
-      <term name="translator" form="short">
-         <single>tran.</single>
-         <multiple>trans.</multiple>
-      </term>
-      <term name="editortranslator" form="short">
-        <single>ed. &amp; tran.</single>
-        <multiple>eds. &amp; trans.</multiple>
-      </term>
-
-      <!-- VERB ROLE FORMS -->
-      <term name="editor" form="verb">edited by</term>
-      <term name="editorial-director" form="verb">edited by</term>
-      <term name="translator" form="verb">translated by</term>
-      <term name="editortranslator" form="verb">edited &amp; translated by</term>
-      <term name="recipient" form="verb">to</term>
-      <term name="interviewer" form="verb">interview by</term>
-
-      <!-- SHORT VERB ROLE FORMS -->
-      <term name="container-author" form="verb-short">by</term>
-      <term name="editor" form="verb-short">ed.</term>
-      <term name="editorial-director" form="verb-short">ed.</term>
-      <term name="translator" form="verb-short">trans.</term>
-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>
-
-      <!-- LONG MONTH FORMS -->
-      <term name="month-01">មករា</term>
-      <term name="month-02">កុម្ភៈ</term>
-      <term name="month-03">មីនា</term>
-      <term name="month-04">មេសា</term>
-      <term name="month-05">ឧសភា</term>
-      <term name="month-06">មិថុនា</term>
-      <term name="month-07">កក្កដា</term>
-      <term name="month-08">សីហា</term>
-      <term name="month-09">កញ្ញា</term>
-      <term name="month-10">តុលា</term>
-      <term name="month-11">វិច្ឆិកា</term>
-      <term name="month-12">ធ្នូ</term>
-
-      <!-- SHORT MONTH FORMS -->
-      <term name="month-01" form="short">Jan.</term>
-      <term name="month-02" form="short">Feb.</term>
-      <term name="month-03" form="short">Mar.</term>
-      <term name="month-04" form="short">Apr.</term>
-      <term name="month-05" form="short">May</term>
-      <term name="month-06" form="short">Jun.</term>
-      <term name="month-07" form="short">Jul.</term>
-      <term name="month-08" form="short">Aug.</term>
-      <term name="month-09" form="short">Sep.</term>
-      <term name="month-10" form="short">Oct.</term>
-      <term name="month-11" form="short">Nov.</term>
-      <term name="month-12" form="short">Dec.</term>
-
-      <!-- SEASONS -->
-      <term name="season-01">Spring</term>
-      <term name="season-02">Summer</term>
-      <term name="season-03">Autumn</term>
-      <term name="season-04">Winter</term> </terms> 
-</locale>
+<?xml version="1.0" encoding="utf-8"?>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="km-KH">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" form="numeric" suffix="​"/>+    <date-part name="month" suffix="​"/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">accessed</term>+    <term name="and">and</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">at</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">forthcoming</term>+    <term name="from">from</term>+    <term name="ibid">ibid</term>+    <term name="in">in</term>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">n.d.</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">retrieved</term>+    <term name="scale">scale</term>+    <term name="version">version</term>++    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term>++    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term>++    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term>++    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">ទីមួយ</term>+    <term name="long-ordinal-02">ទីពីរ</term>+    <term name="long-ordinal-03">ទីបី</term>+    <term name="long-ordinal-04">ទីបួន</term>+    <term name="long-ordinal-05">ទីប្រាំ</term>+    <term name="long-ordinal-06">ទីប្រាំមួយ</term>+    <term name="long-ordinal-07">ទីប្រាំពីរ</term>+    <term name="long-ordinal-08">ទីប្រាំបី</term>+    <term name="long-ordinal-09">ទីប្រាំបួន</term>+    <term name="long-ordinal-10">ទីដប់មួយ</term>++    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>សៀវភៅ</single>+      <multiple>សៀវភៅ</multiple>+    </term>+    <term name="chapter">+      <single>ជំពូក</single>+      <multiple>ជំពូក</multiple>+    </term>+    <term name="column">+      <single>កាឡោន</single>+      <multiple>កាឡោន</multiple>+    </term>+    <term name="figure">+      <single>តួលេខ</single>+      <multiple>តួលេខ</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>ចំនួន</single>+      <multiple>ចំនួន</multiple>+    </term>+    <term name="line">+      <single>បន្ទាត់</single>+      <multiple>បន្ទាត់</multiple>+    </term>+    <term name="note">+      <single>កំណត់ចំណាំ</single>+      <multiple>កំណត់ចំណាំ</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>ទំព័រ</single>+      <multiple>ទំព័រ</multiple>+    </term>+    <term name="paragraph">+      <single>កថាខណ្ឌ</single>+      <multiple>កថាខណ្ឌ</multiple>+    </term>+    <term name="part">+      <single>ជំពូក</single>+      <multiple>ជំពូក</multiple>+    </term>+    <term name="section">+      <single>ផ្នែក</single>+      <multiple>ផ្នែក</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>វ៉ុល</single>+      <multiple>វ៉ុល</multiple>+    </term>++    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk.</term>+    <term name="chapter" form="short">chap.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">f.</term>+    <term name="issue" form="short">no.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>pp.</multiple>+    </term>+    <term name="paragraph" form="short">para.</term>+    <term name="part" form="short">pt.</term>+    <term name="section" form="short">sec.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>vv.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vols.</multiple>+    </term>++    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term>++    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="editorial-director">+      <single/>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>translator</single>+      <multiple>translator</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term>++    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>tran.</single>+      <multiple>trans.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term>++    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">edited by</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">translated by</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term>++    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trans.</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>++    <!-- LONG MONTH FORMS -->+    <term name="month-01">មករា</term>+    <term name="month-02">កុម្ភៈ</term>+    <term name="month-03">មីនា</term>+    <term name="month-04">មេសា</term>+    <term name="month-05">ឧសភា</term>+    <term name="month-06">មិថុនា</term>+    <term name="month-07">កក្កដា</term>+    <term name="month-08">សីហា</term>+    <term name="month-09">កញ្ញា</term>+    <term name="month-10">តុលា</term>+    <term name="month-11">វិច្ឆិកា</term>+    <term name="month-12">ធ្នូ</term>++    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan.</term>+    <term name="month-02" form="short">Feb.</term>+    <term name="month-03" form="short">Mar.</term>+    <term name="month-04" form="short">Apr.</term>+    <term name="month-05" form="short">May</term>+    <term name="month-06" form="short">Jun.</term>+    <term name="month-07" form="short">Jul.</term>+    <term name="month-08" form="short">Aug.</term>+    <term name="month-09" form="short">Sep.</term>+    <term name="month-10" form="short">Oct.</term>+    <term name="month-11" form="short">Nov.</term>+    <term name="month-12" form="short">Dec.</term>++    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms>+</locale>
locales/locales-ko-KR.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ko">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="year" suffix="&#45380;"/>-      <date-part name="month" form="numeric" prefix=" " suffix="&#50900;"/>-      <date-part name="day" prefix=" " suffix="&#51068;"/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="/"/>-      <date-part name="day" form="numeric-leading-zeros" prefix="/"/>-   </date>-   <terms>-      <term name="accessed">접근된</term>-      <term name="and">와/과</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">기타</term>-      <term name="forthcoming">근간</term>-      <term name="from">(으)로부터</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">일자 없음</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">retrieved</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ko-KR">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="year" suffix="년"/>+    <date-part name="month" form="numeric" prefix=" " suffix="월"/>+    <date-part name="day" prefix=" " suffix="일"/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="/"/>+    <date-part name="day" form="numeric-leading-zeros" prefix="/"/>+  </date>+  <terms>+    <term name="accessed">접근된</term>+    <term name="and">와/과</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">at</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">기타</term>+    <term name="forthcoming">근간</term>+    <term name="from">(으)로부터</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">일자 없음</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">retrieved</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">“</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>행</single>-         <multiple>행</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>페이지</single>-         <multiple>페이지</multiple>-      </term>-      <term name="paragraph">-         <single>단락</single>-         <multiple>단락</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>book</single>+      <multiple>books</multiple>+    </term>+    <term name="chapter">+      <single>chapter</single>+      <multiple>chapters</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbers</multiple>+    </term>+    <term name="line">+      <single>행</single>+      <multiple>행</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>페이지</single>+      <multiple>페이지</multiple>+    </term>+    <term name="paragraph">+      <single>단락</single>+      <multiple>단락</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">호</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>pp</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk</term>+    <term name="chapter" form="short">chap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">호</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>p</single>+      <multiple>pp</multiple>+    </term>+    <term name="paragraph" form="short">para</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">sec</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>편집자</single>-         <multiple>편집자</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>번역자</single>-         <multiple>번역자</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>편집자</single>+      <multiple>편집자</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>번역자</single>+      <multiple>번역자</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>편집자</single>-         <multiple>편집자</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>번역자</single>-         <multiple>번역자</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>편집자</single>+      <multiple>편집자</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>번역자</single>+      <multiple>번역자</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">편집자:</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">번역자:</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">편집자:</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">번역자:</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trans</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">1월</term>-      <term name="month-02">2월</term>-      <term name="month-03">3월</term>-      <term name="month-04">4월</term>-      <term name="month-05">5월</term>-      <term name="month-06">6월</term>-      <term name="month-07">7월</term>-      <term name="month-08">8월</term>-      <term name="month-09">9월</term>-      <term name="month-10">10월</term>-      <term name="month-11">11월</term>-      <term name="month-12">12월</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">1월</term>+    <term name="month-02">2월</term>+    <term name="month-03">3월</term>+    <term name="month-04">4월</term>+    <term name="month-05">5월</term>+    <term name="month-06">6월</term>+    <term name="month-07">7월</term>+    <term name="month-08">8월</term>+    <term name="month-09">9월</term>+    <term name="month-10">10월</term>+    <term name="month-11">11월</term>+    <term name="month-12">12월</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">1</term>-      <term name="month-02" form="short">2</term>-      <term name="month-03" form="short">3</term>-      <term name="month-04" form="short">4</term>-      <term name="month-05" form="short">5</term>-      <term name="month-06" form="short">6</term>-      <term name="month-07" form="short">7</term>-      <term name="month-08" form="short">8</term>-      <term name="month-09" form="short">9</term>-      <term name="month-10" form="short">10</term>-      <term name="month-11" form="short">11</term>-      <term name="month-12" form="short">12</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">1</term>+    <term name="month-02" form="short">2</term>+    <term name="month-03" form="short">3</term>+    <term name="month-04" form="short">4</term>+    <term name="month-05" form="short">5</term>+    <term name="month-06" form="short">6</term>+    <term name="month-07" form="short">7</term>+    <term name="month-08" form="short">8</term>+    <term name="month-09" form="short">9</term>+    <term name="month-10" form="short">10</term>+    <term name="month-11" form="short">11</term>+    <term name="month-12" form="short">12</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
+ locales/locales-lt-LT.xml view
@@ -0,0 +1,305 @@+<?xml version="1.0" encoding="utf-8"?>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="lt-LT">+  <info>+    <translator>+      <name>Valdemaras Klumbys</name>+    </translator>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text" delimiter=" ">++    <!-- "2011 m. lapkričio 1 d." -->+    <date-part name="year" suffix=" m."/>+    <date-part name="month"/>+    <date-part name="day" form="numeric" suffix=" d."/>+  </date>+  <date form="numeric" delimiter="-">++    <!-- "2011-11-01" -->+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros"/>+    <date-part name="day" form="numeric-leading-zeros"/>+  </date>+  <terms>+    <term name="accessed">žiūrėta</term>+    <term name="and">ir</term>+    <term name="and others">ir kt.</term>+    <term name="anonymous">anonimas</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at"/>+    <term name="available at">available at</term>+    <term name="by"/>+    <term name="circa">circa</term>+    <term name="circa" form="short">ca.</term>+    <term name="cited">cituojama pagal</term>+    <term name="edition">+      <single>leidimas</single>+      <multiple>leidimai</multiple>+    </term>+    <term name="edition" form="short">leid.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">ruošiamas</term>+    <term name="from"/>+    <term name="ibid">ibid.</term>+    <term name="in"/>+    <term name="in press">spaudoje</term>+    <term name="internet">prieiga per internetą</term>+    <term name="interview">interviu</term>+    <term name="letter">laiškas</term>+    <term name="no date">sine anno</term>+    <term name="no date" form="short">s.a.</term>+    <term name="online">interaktyvus</term>+    <term name="presented at">pristatytas</term>+    <term name="reference">+      <single>nuoroda</single>+      <multiple>nuorodos</multiple>+    </term>+    <term name="reference" form="short">+      <single>nuor.</single>+      <multiple>nuor.</multiple>+    </term>+    <term name="retrieved">gauta</term>+    <term name="scale">scale</term>+    <term name="version">version</term>++    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">po Kr.</term>+    <term name="bc">pr. Kr.</term>++    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">,</term>+    <term name="close-inner-quote">‘</term>+    <term name="page-range-delimiter">–</term>++    <!-- ORDINALS -->+    <term name="ordinal">-asis</term>++    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">pirmasis</term>+    <term name="long-ordinal-02">antrasis</term>+    <term name="long-ordinal-03">trečiasis</term>+    <term name="long-ordinal-04">ketvirtasis</term>+    <term name="long-ordinal-05">penktasis</term>+    <term name="long-ordinal-06">šeštasis</term>+    <term name="long-ordinal-07">septintasis</term>+    <term name="long-ordinal-08">aštuntasis</term>+    <term name="long-ordinal-09">devintasis</term>+    <term name="long-ordinal-10">dešimtasis</term>++    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>knyga</single>+      <multiple>knygos</multiple>+    </term>+    <term name="chapter">+      <single>skyrius</single>+      <multiple>skyriai</multiple>+    </term>+    <term name="column">+      <single>skiltis</single>+      <multiple>skiltys</multiple>+    </term>+    <term name="figure">+      <single>iliustracija</single>+      <multiple>iliustracijos</multiple>+    </term>+    <term name="folio">+      <single>lapas</single>+      <multiple>lapai</multiple>+    </term>+    <term name="issue">+      <single>numeris</single>+      <multiple>numeriai</multiple>+    </term>+    <term name="line">+      <single>eilutė</single>+      <multiple>eilutės</multiple>+    </term>+    <term name="note">+      <single>pastaba</single>+      <multiple>pastabos</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>puslapis</single>+      <multiple>puslapiai</multiple>+    </term>+    <term name="paragraph">+      <single>pastraipa</single>+      <multiple>pastraipos</multiple>+    </term>+    <term name="part">+      <single>dalis</single>+      <multiple>dalys</multiple>+    </term>+    <term name="section">+      <single>poskyris</single>+      <multiple>poskyriai</multiple>+    </term>+    <term name="sub verbo">+      <single>žiūrėk</single>+      <multiple>žiūrėk</multiple>+    </term>+    <term name="verse">+      <single>eilėraštis</single>+      <multiple>eilėraščiai</multiple>+    </term>+    <term name="volume">+      <single>tomas</single>+      <multiple>tomai</multiple>+    </term>++    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">kn.</term>+    <term name="chapter" form="short">sk.</term>+    <term name="column" form="short">skilt.</term>+    <term name="figure" form="short">il.</term>+    <term name="folio" form="short">l.</term>+    <term name="issue" form="short">nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>p.</multiple>+    </term>+    <term name="paragraph" form="short">pastr.</term>+    <term name="part" form="short">d.</term>+    <term name="section" form="short">posk.</term>+    <term name="sub verbo" form="short">+      <single>žr.</single>+      <multiple>žr.</multiple>+    </term>+    <term name="verse" form="short">+      <single>eilėr.</single>+      <multiple>eilėr.</multiple>+    </term>+    <term name="volume" form="short">+      <single>t.</single>+      <multiple>t.</multiple>+    </term>++    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term>++    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>sudarytojas</single>+      <multiple>sudarytojai</multiple>+    </term>+    <term name="editorial-director">+      <single>atsakingasis redaktorius</single>+      <multiple>atsakingieji redaktoriai</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>vertėjas</single>+      <multiple>vertėjai</multiple>+    </term>+    <term name="editortranslator">+      <single>sudarytojas ir vertėjas</single>+      <multiple>sudarytojai ir vertėjai</multiple>+    </term>++    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>sud.</single>+      <multiple>sud.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ats. red.</single>+      <multiple>ats. red.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>vert.</single>+      <multiple>vert.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>sud. ir vert.</single>+      <multiple>sud. ir vert.</multiple>+    </term>++    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">sudarė</term>+    <term name="editorial-director" form="verb">parengė</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interviu ėmė</term>+    <term name="recipient" form="verb">gavo</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">vertė</term>+    <term name="editortranslator" form="verb">sudarė ir vertė</term>++    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short"/>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">sud.</term>+    <term name="editorial-director" form="verb-short">pareng.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">vert.</term>+    <term name="editortranslator" form="verb-short">sud. ir vert.</term>++    <!-- LONG MONTH FORMS -->+    <term name="month-01">sausio</term>+    <term name="month-02">vasario</term>+    <term name="month-03">kovo</term>+    <term name="month-04">balandžio</term>+    <term name="month-05">gegužės</term>+    <term name="month-06">birželio</term>+    <term name="month-07">liepos</term>+    <term name="month-08">rugpjūčio</term>+    <term name="month-09">rugsėjo</term>+    <term name="month-10">spalio</term>+    <term name="month-11">lapkričio</term>+    <term name="month-12">gruodžio</term>++    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">saus.</term>+    <term name="month-02" form="short">vas.</term>+    <term name="month-03" form="short">kovo</term>+    <term name="month-04" form="short">bal.</term>+    <term name="month-05" form="short">geg.</term>+    <term name="month-06" form="short">birž.</term>+    <term name="month-07" form="short">liep.</term>+    <term name="month-08" form="short">rugpj.</term>+    <term name="month-09" form="short">rugs.</term>+    <term name="month-10" form="short">spal.</term>+    <term name="month-11" form="short">lapkr.</term>+    <term name="month-12" form="short">gruodž.</term>++    <!-- SEASONS -->+    <term name="season-01">pavasaris</term>+    <term name="season-02">vasara</term>+    <term name="season-03">ruduo</term>+    <term name="season-04">žiema</term>+  </terms>+</locale>
locales/locales-mn-MN.xml view
@@ -1,306 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="mn">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="."/>-      <date-part name="day" form="numeric-leading-zeros" prefix="."/>-   </date>-   <terms>-      <term name="accessed">accessed</term>-      <term name="and">and</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">forthcoming</term>-      <term name="from">from</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">n.d.</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">retrieved</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="mn-MN">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="."/>+    <date-part name="day" form="numeric-leading-zeros" prefix="."/>+  </date>+  <terms>+    <term name="accessed">accessed</term>+    <term name="and">and</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">at</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">forthcoming</term>+    <term name="from">from</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">n.d.</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">retrieved</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <!-- (Assumed to follow Russian conventions) -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">„</term>-      <term name="close-inner-quote">“</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">„</term>+    <term name="close-inner-quote">“</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>line</single>-         <multiple>lines</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>page</single>-         <multiple>pages</multiple>-      </term>-      <term name="paragraph">-         <single>paragraph</single>-         <multiple>paragraph</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>book</single>+      <multiple>books</multiple>+    </term>+    <term name="chapter">+      <single>chapter</single>+      <multiple>chapters</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbers</multiple>+    </term>+    <term name="line">+      <single>line</single>+      <multiple>lines</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>page</single>+      <multiple>pages</multiple>+    </term>+    <term name="paragraph">+      <single>paragraph</single>+      <multiple>paragraph</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">no</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>pp</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk</term>+    <term name="chapter" form="short">chap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">no</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>p</single>+      <multiple>pp</multiple>+    </term>+    <term name="paragraph" form="short">para</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">sec</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>translator</single>-         <multiple>translators</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>translator</single>+      <multiple>translators</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>eds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>tran</single>-         <multiple>trans</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed</single>+      <multiple>eds</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>tran</single>+      <multiple>trans</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">edited by</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">translated by</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">edited by</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">translated by</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trans</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <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>+    <!-- LONG MONTH FORMS -->+    <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> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">May</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Oct</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan</term>+    <term name="month-02" form="short">Feb</term>+    <term name="month-03" form="short">Mar</term>+    <term name="month-04" form="short">Apr</term>+    <term name="month-05" form="short">May</term>+    <term name="month-06" form="short">Jun</term>+    <term name="month-07" form="short">Jul</term>+    <term name="month-08" form="short">Aug</term>+    <term name="month-09" form="short">Sep</term>+    <term name="month-10" form="short">Oct</term>+    <term name="month-11" form="short">Nov</term>+    <term name="month-12" form="short">Dec</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-nb-NO.xml view
@@ -1,304 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="nb">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-      <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-   </date>-   <terms>-      <term name="accessed">åpnet</term>-      <term name="and">og</term>-      <term name="and others">med flere</term>-      <term name="anonymous">anonym</term>-      <term name="anonymous" form="short">anon.</term>-      <term name="at">på</term>-      <term name="by">av</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">ca.</term>-      <term name="cited">sitert</term>-      <term name="edition">-         <single>utgave</single>-         <multiple>utgaver</multiple>-      </term>-      <term name="edition" form="short">utg.</term>-      <term name="et-al">mfl.</term>-      <term name="forthcoming">kommende</term>-      <term name="from">fra</term>-      <term name="ibid">ibid.</term>-      <term name="in">i</term>-      <term name="in press">i trykk</term>-      <term name="internet">Internett</term>-      <term name="interview">intervju</term>-      <term name="letter">brev</term>-      <term name="no date">ingen dato</term>-      <term name="no date" form="short">udatert</term>-      <term name="online">online</term>-      <term name="presented at">presentert på</term>-      <term name="reference">-         <single>referanse</single>-         <multiple>referanser</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refr.</multiple>-      </term>-      <term name="retrieved">hentet</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">f.Kr</term>-      <term name="bc">e.Kr</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="nb-NO">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+    <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+  </date>+  <terms>+    <term name="accessed">åpnet</term>+    <term name="and">og</term>+    <term name="and others">med flere</term>+    <term name="anonymous">anonym</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">på</term>+    <term name="available at">available at</term>+    <term name="by">av</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">ca.</term>+    <term name="cited">sitert</term>+    <term name="edition">+      <single>utgave</single>+      <multiple>utgaver</multiple>+    </term>+    <term name="edition" form="short">utg.</term>+    <term name="et-al">mfl.</term>+    <term name="forthcoming">kommende</term>+    <term name="from">fra</term>+    <term name="ibid">ibid.</term>+    <term name="in">i</term>+    <term name="in press">i trykk</term>+    <term name="internet">Internett</term>+    <term name="interview">intervju</term>+    <term name="letter">brev</term>+    <term name="no date">ingen dato</term>+    <term name="no date" form="short">udatert</term>+    <term name="online">online</term>+    <term name="presented at">presentert på</term>+    <term name="reference">+      <single>referanse</single>+      <multiple>referanser</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refr.</multiple>+    </term>+    <term name="retrieved">hentet</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">f.Kr</term>+    <term name="bc">e.Kr</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">.</term>-      <term name="ordinal-02">.</term>-      <term name="ordinal-03">.</term>-      <term name="ordinal-04">.</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">første</term>-      <term name="long-ordinal-02">andre</term>-      <term name="long-ordinal-03">tredje</term>-      <term name="long-ordinal-04">fjerde</term>-      <term name="long-ordinal-05">femte</term>-      <term name="long-ordinal-06">sjette</term>-      <term name="long-ordinal-07">sjuende</term>-      <term name="long-ordinal-08">åttende</term>-      <term name="long-ordinal-09">niende</term>-      <term name="long-ordinal-10">tiende</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologi</term>-      <term name="astronomy">astronomi</term>-      <term name="biology">biologi</term>-      <term name="botany">botanikk</term>-      <term name="chemistry">kjemi</term>-      <term name="engineering">ingeniørvitenskap</term>-      <term name="generic-base">generell</term>-      <term name="geography">geografi</term>-      <term name="geology">geologi</term>-      <term name="history">historie</term>-      <term name="humanities">humanistiske fag</term>-      <term name="linguistics">lingvistikk</term>-      <term name="literature">litteratur</term>-      <term name="math">mattematikk</term>-      <term name="medicine">medisin</term>-      <term name="philosophy">filosofi</term>-      <term name="physics">fysikk</term>-      <term name="psychology">fysiologi</term>-      <term name="sociology">sosiologi</term>-      <term name="science">naturvitenskap</term>-      <term name="political_science">statsvitenskap</term>-      <term name="social_science">samfunnsvitenskap</term>-      <term name="theology">teologi</term>-      <term name="zoology">zoologi</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">første</term>+    <term name="long-ordinal-02">andre</term>+    <term name="long-ordinal-03">tredje</term>+    <term name="long-ordinal-04">fjerde</term>+    <term name="long-ordinal-05">femte</term>+    <term name="long-ordinal-06">sjette</term>+    <term name="long-ordinal-07">sjuende</term>+    <term name="long-ordinal-08">åttende</term>+    <term name="long-ordinal-09">niende</term>+    <term name="long-ordinal-10">tiende</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>bok</single>-         <multiple>bøker</multiple>-      </term>-      <term name="chapter">-         <single>kapittel</single>-         <multiple>kapitler</multiple>-      </term>-      <term name="column">-         <single>kolonne</single>-         <multiple>kolonner</multiple>-      </term>-      <term name="figure">-         <single>figur</single>-         <multiple>figurer</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folioer</multiple>-      </term>-      <term name="issue">-         <single>nummer</single>-         <multiple>numre</multiple>-      </term>-      <term name="line">-         <single>linje</single>-         <multiple>linjer</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>noter</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opus</multiple>-      </term>-      <term name="page">-         <single>side</single>-         <multiple>sider</multiple>-      </term>-      <term name="paragraph">-         <single>avsnitt</single>-         <multiple>avsnitt</multiple>-      </term>-      <term name="part">-         <single>del</single>-         <multiple>deler</multiple>-      </term>-      <term name="section">-         <single>paragraf</single>-         <multiple>paragrafer</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>vers</single>-         <multiple>vers</multiple>-      </term>-      <term name="volume">-         <single>bind</single>-         <multiple>bind</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>bok</single>+      <multiple>bøker</multiple>+    </term>+    <term name="chapter">+      <single>kapittel</single>+      <multiple>kapitler</multiple>+    </term>+    <term name="column">+      <single>kolonne</single>+      <multiple>kolonner</multiple>+    </term>+    <term name="figure">+      <single>figur</single>+      <multiple>figurer</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folioer</multiple>+    </term>+    <term name="issue">+      <single>nummer</single>+      <multiple>numre</multiple>+    </term>+    <term name="line">+      <single>linje</single>+      <multiple>linjer</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>noter</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opus</multiple>+    </term>+    <term name="page">+      <single>side</single>+      <multiple>sider</multiple>+    </term>+    <term name="paragraph">+      <single>avsnitt</single>+      <multiple>avsnitt</multiple>+    </term>+    <term name="part">+      <single>del</single>+      <multiple>deler</multiple>+    </term>+    <term name="section">+      <single>paragraf</single>+      <multiple>paragrafer</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>vers</single>+      <multiple>vers</multiple>+    </term>+    <term name="volume">+      <single>bind</single>+      <multiple>bind</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">b.</term>-      <term name="chapter" form="short">kap.</term>-      <term name="column" form="short">kol.</term>-      <term name="figure" form="short">fig.</term>-      <term name="folio" form="short">fol.</term>-      <term name="issue" form="short">nr.</term>-      <term name="opus" form="short">op.</term>-      <term name="page" form="short">-         <single>s.</single>-         <multiple>s.</multiple>-      </term>-      <term name="paragraph" form="short">avsn.</term>-      <term name="part" form="short">d.</term>-      <term name="section" form="short">pargr.</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v.</single>-         <multiple>v.</multiple>-      </term>-      <term name="volume" form="short">-         <single>bd.</single>-         <multiple>bd.</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">b.</term>+    <term name="chapter" form="short">kap.</term>+    <term name="column" form="short">kol.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">fol.</term>+    <term name="issue" form="short">nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>s.</single>+      <multiple>s.</multiple>+    </term>+    <term name="paragraph" form="short">avsn.</term>+    <term name="part" form="short">d.</term>+    <term name="section" form="short">pargr.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>v.</multiple>+    </term>+    <term name="volume" form="short">+      <single>bd.</single>+      <multiple>bd.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>redaktør</single>-         <multiple>redaktører</multiple>-      </term>-      <term name="editorial-director">-         <single>redaktør</single>-         <multiple>redaktører</multiple>-      </term>-      <term name="translator">-         <single>oversetter</single>-         <multiple>oversettere</multiple>-      </term>-      <term name="editortranslator">-         <single>redaktør &amp; oversetter</single>-         <multiple>redaktører &amp; oversettere</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>redaktør</single>+      <multiple>redaktører</multiple>+    </term>+    <term name="editorial-director">+      <single>redaktør</single>+      <multiple>redaktører</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>oversetter</single>+      <multiple>oversettere</multiple>+    </term>+    <term name="editortranslator">+      <single>redaktør &amp; oversetter</single>+      <multiple>redaktører &amp; oversettere</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>red.</single>-         <multiple>red.</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>red.</single>-         <multiple>red.</multiple>-      </term>-      <term name="translator" form="short">-         <single>overs.</single>-         <multiple>overs.</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>red. &amp; overs.</single>-         <multiple>red. &amp; overs.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>overs.</single>+      <multiple>overs.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>red. &amp; overs.</single>+      <multiple>red. &amp; overs.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">redigert av</term>-      <term name="editorial-director" form="verb">redigert av</term>-      <term name="translator" form="verb">oversatt av</term>-      <term name="editortranslator" form="verb">redigert &amp; oversatt av</term>-      <term name="recipient" form="verb">mottatt av</term>-      <term name="interviewer" form="verb">intervjuet av</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">redigert av</term>+    <term name="editorial-director" form="verb">redigert av</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">intervjuet av</term>+    <term name="recipient" form="verb">mottatt av</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">oversatt av</term>+    <term name="editortranslator" form="verb">redigert &amp; oversatt av</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">av</term>-      <term name="editor" form="verb-short">red.</term>-      <term name="editorial-director" form="verb-short">red.</term>-      <term name="translator" form="verb-short">overs.</term>-      <term name="editortranslator" form="verb-short">red. &amp; overs. av</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">av</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">red.</term>+    <term name="editorial-director" form="verb-short">red.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">overs.</term>+    <term name="editortranslator" form="verb-short">red. &amp; overs. av</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">januar</term>-      <term name="month-02">februar</term>-      <term name="month-03">mars</term>-      <term name="month-04">april</term>-      <term name="month-05">mai</term>-      <term name="month-06">juni</term>-      <term name="month-07">juli</term>-      <term name="month-08">august</term>-      <term name="month-09">september</term>-      <term name="month-10">oktober</term>-      <term name="month-11">november</term>-      <term name="month-12">desember</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">januar</term>+    <term name="month-02">februar</term>+    <term name="month-03">mars</term>+    <term name="month-04">april</term>+    <term name="month-05">mai</term>+    <term name="month-06">juni</term>+    <term name="month-07">juli</term>+    <term name="month-08">august</term>+    <term name="month-09">september</term>+    <term name="month-10">oktober</term>+    <term name="month-11">november</term>+    <term name="month-12">desember</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">jan.</term>-      <term name="month-02" form="short">feb.</term>-      <term name="month-03" form="short">mar.</term>-      <term name="month-04" form="short">apr.</term>-      <term name="month-05" form="short">mai</term>-      <term name="month-06" form="short">jun.</term>-      <term name="month-07" form="short">jul.</term>-      <term name="month-08" form="short">aug.</term>-      <term name="month-09" form="short">sep.</term>-      <term name="month-10" form="short">okt.</term>-      <term name="month-11" form="short">nov.</term>-      <term name="month-12" form="short">des.</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">jan.</term>+    <term name="month-02" form="short">feb.</term>+    <term name="month-03" form="short">mar.</term>+    <term name="month-04" form="short">apr.</term>+    <term name="month-05" form="short">mai</term>+    <term name="month-06" form="short">jun.</term>+    <term name="month-07" form="short">jul.</term>+    <term name="month-08" form="short">aug.</term>+    <term name="month-09" form="short">sep.</term>+    <term name="month-10" form="short">okt.</term>+    <term name="month-11" form="short">nov.</term>+    <term name="month-12" form="short">des.</term> -      <!-- SEASONS -->-      <term name="season-01">vår</term>-      <term name="season-02">sommer</term>-      <term name="season-03">høst</term>-      <term name="season-04">vinter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">vår</term>+    <term name="season-02">sommer</term>+    <term name="season-03">høst</term>+    <term name="season-04">vinter</term>+  </terms> </locale>
locales/locales-nl-NL.xml view
@@ -1,304 +1,320 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="nl">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" suffix="-" range-delimiter="/"/>-      <date-part name="month" form="numeric" suffix="-" range-delimiter="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">bezocht</term>-      <term name="and">en</term>-      <term name="and others">en anderen</term>-      <term name="anonymous">anoniem</term>-      <term name="anonymous" form="short">anon.</term>-      <term name="at">bij</term>-      <term name="by">door</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">geciteerd</term>-      <term name="edition">-         <single>editie</single>-         <multiple>edities</multiple>-      </term>-      <term name="edition" form="short">ed.</term>-      <term name="et-al">e.a.</term>-      <term name="forthcoming">in voorbereiding</term>-      <term name="from">van</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in druk</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">brief</term>-      <term name="no date">zonder datum</term>-      <term name="no date" form="short">z.d.</term>-      <term name="online">online</term>-      <term name="presented at">gepresenteerd bij</term>-      <term name="reference">-         <single>referentie</single>-         <multiple>referenties</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">verkregen</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="nl-NL">+  <info>+    <translator>+      <name>Rintze Zelle</name>+      <uri>http://twitter.com/rintzezelle</uri>+    </translator>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" suffix="-" range-delimiter="/"/>+    <date-part name="month" form="numeric" suffix="-" range-delimiter="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">bezocht</term>+    <term name="and">en</term>+    <term name="and others">en anderen</term>+    <term name="anonymous">anoniem</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">bij</term>+    <term name="available at">beschikbaar op</term>+    <term name="by">door</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">geciteerd</term>+    <term name="edition">+      <single>editie</single>+      <multiple>edities</multiple>+    </term>+    <term name="edition" form="short">ed.</term>+    <term name="et-al">e.a.</term>+    <term name="forthcoming">in voorbereiding</term>+    <term name="from">van</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">in druk</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">brief</term>+    <term name="no date">zonder datum</term>+    <term name="no date" form="short">z.d.</term>+    <term name="online">online</term>+    <term name="presented at">gepresenteerd bij</term>+    <term name="reference">+      <single>referentie</single>+      <multiple>referenties</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">verkregen</term>+    <term name="scale">schaal</term>+    <term name="version">versie</term> -      <!-- QUOTES -->-      <term name="open-quote">“</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">e</term>-      <term name="ordinal-02">e</term>-      <term name="ordinal-03">e</term>-      <term name="ordinal-04">e</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">eerste</term>-      <term name="long-ordinal-02">tweede</term>-      <term name="long-ordinal-03">derde</term>-      <term name="long-ordinal-04">vierde</term>-      <term name="long-ordinal-05">vijfde</term>-      <term name="long-ordinal-06">zesde</term>-      <term name="long-ordinal-07">zevende</term>-      <term name="long-ordinal-08">achtste</term>-      <term name="long-ordinal-09">negende</term>-      <term name="long-ordinal-10">tiende</term>+    <!-- ORDINALS -->+    <term name="ordinal">ste</term>+    <term name="ordinal-00" match="whole-number">de</term>+    <term name="ordinal-02" match="last-two-digits">de</term>+    <term name="ordinal-03" match="last-two-digits">de</term>+    <term name="ordinal-04" match="last-two-digits">de</term>+    <term name="ordinal-05" match="last-two-digits">de</term>+    <term name="ordinal-06" match="last-two-digits">de</term>+    <term name="ordinal-07" match="last-two-digits">de</term>+    <term name="ordinal-09" match="last-two-digits">de</term>+    <term name="ordinal-10">de</term>+    <term name="ordinal-11">de</term>+    <term name="ordinal-12">de</term>+    <term name="ordinal-13">de</term>+    <term name="ordinal-14">de</term>+    <term name="ordinal-15">de</term>+    <term name="ordinal-16">de</term>+    <term name="ordinal-17">de</term>+    <term name="ordinal-18">de</term>+    <term name="ordinal-19">de</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropologie</term>-      <term name="astronomy">astronomie</term>-      <term name="biology">biologie</term>-      <term name="botany">botanie</term>-      <term name="chemistry">scheikunde</term>-      <term name="engineering">techniek</term>-      <term name="generic-base">generiek</term>-      <term name="geography">geografie</term>-      <term name="geology">geologie</term>-      <term name="history">geschiedenis</term>-      <term name="humanities">geesteswetenschappen</term>-      <term name="linguistics">taalkunde</term>-      <term name="literature">literatuur</term>-      <term name="math">wiskunde</term>-      <term name="medicine">medicijnen</term>-      <term name="philosophy">filosofie</term>-      <term name="physics">natuurkunde</term>-      <term name="psychology">psychologie</term>-      <term name="sociology">sociologie</term>-      <term name="science">wetenschap</term>-      <term name="political_science">politieke wetenschappen</term>-      <term name="social_science">sociale wetenschappen</term>-      <term name="theology">theologie</term>-      <term name="zoology">zoologie</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">eerste</term>+    <term name="long-ordinal-02">tweede</term>+    <term name="long-ordinal-03">derde</term>+    <term name="long-ordinal-04">vierde</term>+    <term name="long-ordinal-05">vijfde</term>+    <term name="long-ordinal-06">zesde</term>+    <term name="long-ordinal-07">zevende</term>+    <term name="long-ordinal-08">achtste</term>+    <term name="long-ordinal-09">negende</term>+    <term name="long-ordinal-10">tiende</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>boek</single>-         <multiple>boeken</multiple>-      </term>-      <term name="chapter">-         <single>hoofdstuk</single>-         <multiple>hoofdstukken</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figuur</single>-         <multiple>figuren</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folio's</multiple>-      </term>-      <term name="issue">-         <single>nummer</single>-         <multiple>nummers</multiple>-      </term>-      <term name="line">-         <single>regel</single>-         <multiple>regels</multiple>-      </term>-      <term name="note">-         <single>aantekening</single>-         <multiple>aantekeningen</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>pagina</single>-         <multiple>pagina's</multiple>-      </term>-      <term name="paragraph">-         <single>paragraaf</single>-         <multiple>paragrafen</multiple>-      </term>-      <term name="part">-         <single>deel</single>-         <multiple>delen</multiple>-      </term>-      <term name="section">-         <single>sectie</single>-         <multiple>secties</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>vers</single>-         <multiple>versen</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>boek</single>+      <multiple>boeken</multiple>+    </term>+    <term name="chapter">+      <single>hoofdstuk</single>+      <multiple>hoofdstukken</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figuur</single>+      <multiple>figuren</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folio's</multiple>+    </term>+    <term name="issue">+      <single>nummer</single>+      <multiple>nummers</multiple>+    </term>+    <term name="line">+      <single>regel</single>+      <multiple>regels</multiple>+    </term>+    <term name="note">+      <single>aantekening</single>+      <multiple>aantekeningen</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>pagina</single>+      <multiple>pagina's</multiple>+    </term>+    <term name="paragraph">+      <single>paragraaf</single>+      <multiple>paragrafen</multiple>+    </term>+    <term name="part">+      <single>deel</single>+      <multiple>delen</multiple>+    </term>+    <term name="section">+      <single>sectie</single>+      <multiple>secties</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>vers</single>+      <multiple>versen</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk.</term>-      <term name="chapter" form="short">hfdst.</term>-      <term name="column" form="short">col.</term>-      <term name="figure" form="short">fig.</term>-      <term name="folio" form="short">f.</term>-      <term name="issue" form="short">nr.</term>-      <term name="opus" form="short">op.</term>-      <term name="page" form="short">-         <single>p.</single>-         <multiple>pp.</multiple>-      </term>-      <term name="paragraph" form="short">par.</term>-      <term name="part" form="short">deel</term>-      <term name="section" form="short">sec.</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v.</single>-         <multiple>vv.</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol.</single>-         <multiple>vols.</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk.</term>+    <term name="chapter" form="short">hfdst.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">f.</term>+    <term name="issue" form="short">nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>pp.</multiple>+    </term>+    <term name="paragraph" form="short">par.</term>+    <term name="part" form="short">deel</term>+    <term name="section" form="short">sec.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>vv.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vols.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>redacteur</single>-         <multiple>redacteuren</multiple>-      </term>-      <term name="editorial-director">-         <single>redacteur</single>-         <multiple>redacteuren</multiple>-      </term>-      <term name="translator">-         <single>vertaler</single>-         <multiple>vertalers</multiple>-      </term>-      <term name="editortranslator">-         <single>redacteur &amp; vertaler</single>-         <multiple>redacteuren &amp; vertalers</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>regisseur</single>+      <multiple>regisseurs</multiple>+    </term>+    <term name="editor">+      <single>redacteur</single>+      <multiple>redacteuren</multiple>+    </term>+    <term name="editorial-director">+      <single>redacteur</single>+      <multiple>redacteuren</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>vertaler</single>+      <multiple>vertalers</multiple>+    </term>+    <term name="editortranslator">+      <single>redacteur &amp; vertaler</single>+      <multiple>redacteuren &amp; vertalers</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>red.</single>-         <multiple>red.</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>red.</single>-         <multiple>red.</multiple>-      </term>-      <term name="translator" form="short">-         <single>vert.</single>-         <multiple>vert.</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>red. &amp; vert.</single>-         <multiple>red. &amp; vert.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>reg.</single>+      <multiple>reg.</multiple>+    </term>+    <term name="editor" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ill.</multiple>+    </term>+    <term name="translator" form="short">+      <single>vert.</single>+      <multiple>vert.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>red. &amp; vert.</single>+      <multiple>red. &amp; vert.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">bewerkt door</term>-      <term name="editorial-director" form="verb">bewerkt door</term>-      <term name="translator" form="verb">vertaald door</term>-      <term name="editortranslator" form="verb">bewerkt &amp; vertaald door</term>-      <term name="recipient" form="verb">ontvangen door</term>-      <term name="interviewer" form="verb">geïnterviewd door</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">geregisseerd door</term>+    <term name="editor" form="verb">bewerkt door</term>+    <term name="editorial-director" form="verb">bewerkt door</term>+    <term name="illustrator" form="verb">geïllustreerd door</term>+    <term name="interviewer" form="verb">geïnterviewd door</term>+    <term name="recipient" form="verb">ontvangen door</term>+    <term name="reviewed-author" form="verb">door</term>+    <term name="translator" form="verb">vertaald door</term>+    <term name="editortranslator" form="verb">bewerkt &amp; vertaald door</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">door</term>-      <term name="editor" form="verb-short">bewerkt door</term>-      <term name="editorial-director" form="verb-short">bewerkt door</term>-      <term name="translator" form="verb-short">vertaald door</term>-      <term name="editortranslator" form="verb-short">bewerkt &amp; vertaald door</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">door</term>+    <term name="director" form="verb-short">geregisseerd door</term>+    <term name="editor" form="verb-short">bewerkt door</term>+    <term name="editorial-director" form="verb-short">bewerkt door</term>+    <term name="illustrator" form="verb-short">geïllustreerd door</term>+    <term name="translator" form="verb-short">vertaald door</term>+    <term name="editortranslator" form="verb-short">bewerkt &amp; vertaald door</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">januari</term>-      <term name="month-02">februari</term>-      <term name="month-03">maart</term>-      <term name="month-04">april</term>-      <term name="month-05">mei</term>-      <term name="month-06">juni</term>-      <term name="month-07">juli</term>-      <term name="month-08">augustus</term>-      <term name="month-09">september</term>-      <term name="month-10">oktober</term>-      <term name="month-11">november</term>-      <term name="month-12">december</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">januari</term>+    <term name="month-02">februari</term>+    <term name="month-03">maart</term>+    <term name="month-04">april</term>+    <term name="month-05">mei</term>+    <term name="month-06">juni</term>+    <term name="month-07">juli</term>+    <term name="month-08">augustus</term>+    <term name="month-09">september</term>+    <term name="month-10">oktober</term>+    <term name="month-11">november</term>+    <term name="month-12">december</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">jan.</term>-      <term name="month-02" form="short">feb.</term>-      <term name="month-03" form="short">mrt.</term>-      <term name="month-04" form="short">apr.</term>-      <term name="month-05" form="short">mei</term>-      <term name="month-06" form="short">jun.</term>-      <term name="month-07" form="short">jul.</term>-      <term name="month-08" form="short">aug.</term>-      <term name="month-09" form="short">sep.</term>-      <term name="month-10" form="short">okt.</term>-      <term name="month-11" form="short">nov.</term>-      <term name="month-12" form="short">dec.</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">jan.</term>+    <term name="month-02" form="short">feb.</term>+    <term name="month-03" form="short">mrt.</term>+    <term name="month-04" form="short">apr.</term>+    <term name="month-05" form="short">mei</term>+    <term name="month-06" form="short">jun.</term>+    <term name="month-07" form="short">jul.</term>+    <term name="month-08" form="short">aug.</term>+    <term name="month-09" form="short">sep.</term>+    <term name="month-10" form="short">okt.</term>+    <term name="month-11" form="short">nov.</term>+    <term name="month-12" form="short">dec.</term> -      <!-- SEASONS -->-      <term name="season-01">lente</term>-      <term name="season-02">zomer</term>-      <term name="season-03">herst</term>-      <term name="season-04">winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">lente</term>+    <term name="season-02">zomer</term>+    <term name="season-03">herst</term>+    <term name="season-04">winter</term>+  </terms> </locale>
locales/locales-nn-NO.xml view
@@ -1,304 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="nn">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-      <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-   </date>-   <terms>-      <term name="accessed">vitja</term>-      <term name="and">og</term>-      <term name="and others">med fleire</term>-      <term name="anonymous">anonym</term>-      <term name="anonymous" form="short">anon.</term>-      <term name="at">på</term>-      <term name="by">av</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">ca.</term>-      <term name="cited">sitert</term>-      <term name="edition">-         <single>utgåve</single>-         <multiple>utgåver</multiple>-      </term>-      <term name="edition" form="short">utg.</term>-      <term name="et-al">mfl.</term>-      <term name="forthcoming">kommande</term>-      <term name="from">frå</term>-      <term name="ibid">ibid.</term>-      <term name="in">i</term>-      <term name="in press">i trykk</term>-      <term name="internet">Internett</term>-      <term name="interview">intervju</term>-      <term name="letter">brev</term>-      <term name="no date">ingen dato</term>-      <term name="no date" form="short">udatert</term>-      <term name="online">online</term>-      <term name="presented at">presentert på</term>-      <term name="reference">-         <single>referanse</single>-         <multiple>referansar</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refr.</multiple>-      </term>-      <term name="retrieved">henta</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">f.Kr</term>-      <term name="bc">e.Kr</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="nn-NO">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+    <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+  </date>+  <terms>+    <term name="accessed">vitja</term>+    <term name="and">og</term>+    <term name="and others">med fleire</term>+    <term name="anonymous">anonym</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">på</term>+    <term name="available at">available at</term>+    <term name="by">av</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">ca.</term>+    <term name="cited">sitert</term>+    <term name="edition">+      <single>utgåve</single>+      <multiple>utgåver</multiple>+    </term>+    <term name="edition" form="short">utg.</term>+    <term name="et-al">mfl.</term>+    <term name="forthcoming">kommande</term>+    <term name="from">frå</term>+    <term name="ibid">ibid.</term>+    <term name="in">i</term>+    <term name="in press">i trykk</term>+    <term name="internet">Internett</term>+    <term name="interview">intervju</term>+    <term name="letter">brev</term>+    <term name="no date">ingen dato</term>+    <term name="no date" form="short">udatert</term>+    <term name="online">online</term>+    <term name="presented at">presentert på</term>+    <term name="reference">+      <single>referanse</single>+      <multiple>referansar</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refr.</multiple>+    </term>+    <term name="retrieved">henta</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">f.Kr</term>+    <term name="bc">e.Kr</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">.</term>-      <term name="ordinal-02">.</term>-      <term name="ordinal-03">.</term>-      <term name="ordinal-04">.</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">første</term>-      <term name="long-ordinal-02">andre</term>-      <term name="long-ordinal-03">tredje</term>-      <term name="long-ordinal-04">fjerde</term>-      <term name="long-ordinal-05">femte</term>-      <term name="long-ordinal-06">sjette</term>-      <term name="long-ordinal-07">sjuande</term>-      <term name="long-ordinal-08">åttande</term>-      <term name="long-ordinal-09">niande</term>-      <term name="long-ordinal-10">tiande</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologi</term>-      <term name="astronomy">astronomi</term>-      <term name="biology">biologi</term>-      <term name="botany">botanikk</term>-      <term name="chemistry">kjemi</term>-      <term name="engineering">ingeniørvitskap</term>-      <term name="generic-base">generell</term>-      <term name="geography">geografi</term>-      <term name="geology">geologi</term>-      <term name="history">historie</term>-      <term name="humanities">humanistiske fag</term>-      <term name="linguistics">lingvistikk</term>-      <term name="literature">litteratur</term>-      <term name="math">mattematikk</term>-      <term name="medicine">medisin</term>-      <term name="philosophy">filosofi</term>-      <term name="physics">fysikk</term>-      <term name="psychology">fysiologi</term>-      <term name="sociology">sosiologi</term>-      <term name="science">naturvitskap</term>-      <term name="political_science">statsvitskap</term>-      <term name="social_science">samfunnsvitskap</term>-      <term name="theology">teologi</term>-      <term name="zoology">zoologi</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">første</term>+    <term name="long-ordinal-02">andre</term>+    <term name="long-ordinal-03">tredje</term>+    <term name="long-ordinal-04">fjerde</term>+    <term name="long-ordinal-05">femte</term>+    <term name="long-ordinal-06">sjette</term>+    <term name="long-ordinal-07">sjuande</term>+    <term name="long-ordinal-08">åttande</term>+    <term name="long-ordinal-09">niande</term>+    <term name="long-ordinal-10">tiande</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>bok</single>-         <multiple>bøker</multiple>-      </term>-      <term name="chapter">-         <single>kapittel</single>-         <multiple>kapittel</multiple>-      </term>-      <term name="column">-         <single>kolonne</single>-         <multiple>kolonner</multiple>-      </term>-      <term name="figure">-         <single>figur</single>-         <multiple>figurar</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folioar</multiple>-      </term>-      <term name="issue">-         <single>nummer</single>-         <multiple>nummer</multiple>-      </term>-      <term name="line">-         <single>linje</single>-         <multiple>linjer</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notar</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opus</multiple>-      </term>-      <term name="page">-         <single>side</single>-         <multiple>sider</multiple>-      </term>-      <term name="paragraph">-         <single>avsnitt</single>-         <multiple>avsnitt</multiple>-      </term>-      <term name="part">-         <single>del</single>-         <multiple>deler</multiple>-      </term>-      <term name="section">-         <single>paragraf</single>-         <multiple>paragrafar</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>vers</single>-         <multiple>vers</multiple>-      </term>-      <term name="volume">-         <single>bind</single>-         <multiple>bind</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>bok</single>+      <multiple>bøker</multiple>+    </term>+    <term name="chapter">+      <single>kapittel</single>+      <multiple>kapittel</multiple>+    </term>+    <term name="column">+      <single>kolonne</single>+      <multiple>kolonner</multiple>+    </term>+    <term name="figure">+      <single>figur</single>+      <multiple>figurar</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folioar</multiple>+    </term>+    <term name="issue">+      <single>nummer</single>+      <multiple>nummer</multiple>+    </term>+    <term name="line">+      <single>linje</single>+      <multiple>linjer</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notar</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opus</multiple>+    </term>+    <term name="page">+      <single>side</single>+      <multiple>sider</multiple>+    </term>+    <term name="paragraph">+      <single>avsnitt</single>+      <multiple>avsnitt</multiple>+    </term>+    <term name="part">+      <single>del</single>+      <multiple>deler</multiple>+    </term>+    <term name="section">+      <single>paragraf</single>+      <multiple>paragrafar</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>vers</single>+      <multiple>vers</multiple>+    </term>+    <term name="volume">+      <single>bind</single>+      <multiple>bind</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">b.</term>-      <term name="chapter" form="short">kap.</term>-      <term name="column" form="short">kol.</term>-      <term name="figure" form="short">fig.</term>-      <term name="folio" form="short">fol.</term>-      <term name="issue" form="short">nr.</term>-      <term name="opus" form="short">op.</term>-      <term name="page" form="short">-         <single>s.</single>-         <multiple>s.</multiple>-      </term>-      <term name="paragraph" form="short">avsn.</term>-      <term name="part" form="short">d.</term>-      <term name="section" form="short">par.</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v.</single>-         <multiple>v.</multiple>-      </term>-      <term name="volume" form="short">-         <single>bd.</single>-         <multiple>bd.</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">b.</term>+    <term name="chapter" form="short">kap.</term>+    <term name="column" form="short">kol.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">fol.</term>+    <term name="issue" form="short">nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>s.</single>+      <multiple>s.</multiple>+    </term>+    <term name="paragraph" form="short">avsn.</term>+    <term name="part" form="short">d.</term>+    <term name="section" form="short">par.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>v.</multiple>+    </term>+    <term name="volume" form="short">+      <single>bd.</single>+      <multiple>bd.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>redaktør</single>-         <multiple>redaktørar</multiple>-      </term>-      <term name="editorial-director">-         <single>redaktør</single>-         <multiple>redaktørar</multiple>-      </term>-      <term name="translator">-         <single>omsetjar</single>-         <multiple>omsetjarar</multiple>-      </term>-      <term name="editortranslator">-         <single>redaktør &amp; omsetjar</single>-         <multiple>redaktørar &amp; omsetjarar</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>redaktør</single>+      <multiple>redaktørar</multiple>+    </term>+    <term name="editorial-director">+      <single>redaktør</single>+      <multiple>redaktørar</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>omsetjar</single>+      <multiple>omsetjarar</multiple>+    </term>+    <term name="editortranslator">+      <single>redaktør &amp; omsetjar</single>+      <multiple>redaktørar &amp; omsetjarar</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>red.</single>-         <multiple>red.</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>red.</single>-         <multiple>red.</multiple>-      </term>-      <term name="translator" form="short">-         <single>oms.</single>-         <multiple>oms.</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>red. &amp; oms.</single>-         <multiple>red. &amp; oms.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>oms.</single>+      <multiple>oms.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>red. &amp; oms.</single>+      <multiple>red. &amp; oms.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">redigert av</term>-      <term name="editorial-director" form="verb">redigert av</term>-      <term name="translator" form="verb">omsett av</term>-      <term name="editortranslator" form="verb">redigert &amp; omsett av</term>-      <term name="recipient" form="verb">motteke av</term>-      <term name="interviewer" form="verb">intervjua av</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">redigert av</term>+    <term name="editorial-director" form="verb">redigert av</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">intervjua av</term>+    <term name="recipient" form="verb">motteke av</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">omsett av</term>+    <term name="editortranslator" form="verb">redigert &amp; omsett av</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">av</term>-      <term name="editor" form="verb-short">red.</term>-      <term name="editorial-director" form="verb-short">red.</term>-      <term name="translator" form="verb-short">oms.</term>-      <term name="editortranslator" form="verb-short">red. &amp; oms. av</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">av</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">red.</term>+    <term name="editorial-director" form="verb-short">red.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">oms.</term>+    <term name="editortranslator" form="verb-short">red. &amp; oms. av</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">januar</term>-      <term name="month-02">februar</term>-      <term name="month-03">mars</term>-      <term name="month-04">april</term>-      <term name="month-05">mai</term>-      <term name="month-06">juni</term>-      <term name="month-07">juli</term>-      <term name="month-08">august</term>-      <term name="month-09">september</term>-      <term name="month-10">oktober</term>-      <term name="month-11">november</term>-      <term name="month-12">desember</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">januar</term>+    <term name="month-02">februar</term>+    <term name="month-03">mars</term>+    <term name="month-04">april</term>+    <term name="month-05">mai</term>+    <term name="month-06">juni</term>+    <term name="month-07">juli</term>+    <term name="month-08">august</term>+    <term name="month-09">september</term>+    <term name="month-10">oktober</term>+    <term name="month-11">november</term>+    <term name="month-12">desember</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">jan.</term>-      <term name="month-02" form="short">feb.</term>-      <term name="month-03" form="short">mar.</term>-      <term name="month-04" form="short">apr.</term>-      <term name="month-05" form="short">mai</term>-      <term name="month-06" form="short">jun.</term>-      <term name="month-07" form="short">jul.</term>-      <term name="month-08" form="short">aug.</term>-      <term name="month-09" form="short">sep.</term>-      <term name="month-10" form="short">okt.</term>-      <term name="month-11" form="short">nov.</term>-      <term name="month-12" form="short">des.</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">jan.</term>+    <term name="month-02" form="short">feb.</term>+    <term name="month-03" form="short">mar.</term>+    <term name="month-04" form="short">apr.</term>+    <term name="month-05" form="short">mai</term>+    <term name="month-06" form="short">jun.</term>+    <term name="month-07" form="short">jul.</term>+    <term name="month-08" form="short">aug.</term>+    <term name="month-09" form="short">sep.</term>+    <term name="month-10" form="short">okt.</term>+    <term name="month-11" form="short">nov.</term>+    <term name="month-12" form="short">des.</term> -      <!-- SEASONS -->-      <term name="season-01">vår</term>-      <term name="season-02">sommar</term>-      <term name="season-03">haust</term>-      <term name="season-04">vinter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">vår</term>+    <term name="season-02">sommar</term>+    <term name="season-03">haust</term>+    <term name="season-04">vinter</term>+  </terms> </locale>
locales/locales-pl-PL.xml view
@@ -1,305 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="pl">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="."/>-      <date-part name="month" form="numeric-leading-zeros" suffix="."/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">udostępniono</term>-      <term name="and">i</term>-      <term name="and others">i inni</term>-      <term name="anonymous">anonim</term>-      <term name="anonymous" form="short">anonim</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cytowane</term>-      <term name="edition">-         <single>wydanie</single>-         <multiple>wydania</multiple>-      </term>-      <term name="edition" form="short">wyd</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">w druku</term>-      <term name="from">z</term>-      <term name="ibid">ibid.</term>-      <term name="in">w</term>-      <term name="in press">w druku</term>-      <term name="internet">internet</term>-      <term name="interview">wywiad</term>-      <term name="letter">list</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">bez daty</term>-      <term name="online">online</term>-      <term name="presented at">zaprezentowano</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">pobrano</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="pl-PL">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="."/>+    <date-part name="month" form="numeric-leading-zeros" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">udostępniono</term>+    <term name="and">i</term>+    <term name="and others">i inni</term>+    <term name="anonymous">anonim</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">na</term>+    <term name="available at">available at</term>+    <term name="by">przez</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">ca</term>+    <term name="cited">cytowane</term>+    <term name="edition">+      <single>wydanie</single>+      <multiple>wydania</multiple>+    </term>+    <term name="edition" form="short">wyd.</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">w przygotowaniu</term>+    <term name="from">z</term>+    <term name="ibid">ibid.</term>+    <term name="in">w</term>+    <term name="in press">w druku</term>+    <term name="internet">internet</term>+    <term name="interview">wywiad</term>+    <term name="letter">list</term>+    <term name="no date">brak daty</term>+    <term name="no date" form="short">b.d.</term>+    <term name="online">online</term>+    <term name="presented at">zaprezentowano na</term>+    <term name="reference">+      <single>referencja</single>+      <multiple>referencje</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>ref.</multiple>+    </term>+    <term name="retrieved">pobrano</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">„</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">«</term>-      <term name="close-inner-quote">»</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">n.e.</term>+    <term name="bc">p.n.e.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">«</term>+    <term name="close-inner-quote">»</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologia</term>-      <term name="astronomy">astronomia</term>-      <term name="biology">biologia</term>-      <term name="botany">botanika</term>-      <term name="chemistry">chemia</term>-      <term name="engineering">inżynieria</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geografia</term>-      <term name="geology">geologia</term>-      <term name="history">historia</term>-      <term name="humanities">humanistyka</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literatura</term>-      <term name="math">matematyka</term>-      <term name="medicine">medycyna</term>-      <term name="philosophy">filozofia</term>-      <term name="physics">fizyka</term>-      <term name="psychology">psychologia</term>-      <term name="sociology">socjologia</term>-      <term name="science">nauki ścisłe</term>-      <term name="political_science">nauki polityczne</term>-      <term name="social_science">nauki społeczne</term>-      <term name="theology">teologia</term>-      <term name="zoology">zoologia</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">pierwszy</term>+    <term name="long-ordinal-02">drugi</term>+    <term name="long-ordinal-03">trzeci</term>+    <term name="long-ordinal-04">czwarty</term>+    <term name="long-ordinal-05">piąty</term>+    <term name="long-ordinal-06">szósty</term>+    <term name="long-ordinal-07">siódmy</term>+    <term name="long-ordinal-08">ósmy</term>+    <term name="long-ordinal-09">dziewiąty</term>+    <term name="long-ordinal-10">dziesiąty</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>książka</single>-         <multiple>książki</multiple>-      </term>-      <term name="chapter">-         <single>rozdział</single>-         <multiple>rozdziały</multiple>-      </term>-      <term name="column">-         <single>kolumna</single>-         <multiple>kolumny</multiple>-      </term>-      <term name="figure">-         <single>rycina</single>-         <multiple>ryciny</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>numer</single>-         <multiple>numery</multiple>-      </term>-      <term name="line">-         <single>wers</single>-         <multiple>wersy</multiple>-      </term>-      <term name="note">-         <single>notatka</single>-         <multiple>notatki</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>strona</single>-         <multiple>strony</multiple>-      </term>-      <term name="paragraph">-         <single>akapit</single>-         <multiple>akapity</multiple>-      </term>-      <term name="part">-         <single>część</single>-         <multiple>części</multiple>-      </term>-      <term name="section">-         <single>sekcja</single>-         <multiple>sekcja</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>wers</single>-         <multiple>wersy</multiple>-      </term>-      <term name="volume">-         <single>tom</single>-         <multiple>tomy</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>książka</single>+      <multiple>książki</multiple>+    </term>+    <term name="chapter">+      <single>rozdział</single>+      <multiple>rozdziały</multiple>+    </term>+    <term name="column">+      <single>kolumna</single>+      <multiple>kolumny</multiple>+    </term>+    <term name="figure">+      <single>rycina</single>+      <multiple>ryciny</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folio</multiple>+    </term>+    <term name="issue">+      <single>numer</single>+      <multiple>numery</multiple>+    </term>+    <term name="line">+      <single>wers</single>+      <multiple>wersy</multiple>+    </term>+    <term name="note">+      <single>notatka</single>+      <multiple>notatki</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>strona</single>+      <multiple>strony</multiple>+    </term>+    <term name="paragraph">+      <single>akapit</single>+      <multiple>akapity</multiple>+    </term>+    <term name="part">+      <single>część</single>+      <multiple>części</multiple>+    </term>+    <term name="section">+      <single>sekcja</single>+      <multiple>sekcje</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>wers</single>+      <multiple>wersy</multiple>+    </term>+    <term name="volume">+      <single>tom</single>+      <multiple>tomy</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">książka</term>-      <term name="chapter" form="short">rozdz</term>-      <term name="column" form="short">kolumna</term>-      <term name="figure" form="short">ryc</term>-      <term name="folio" form="short">folio</term>-      <term name="issue" form="short">nr</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>s</single>-         <multiple>s</multiple>-      </term>-      <term name="paragraph" form="short">akapit</term>-      <term name="part" form="short">część</term>-      <term name="section" form="short">sekcja</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>wers</single>-         <multiple>wersy</multiple>-      </term>-      <term name="volume" form="short">-         <single>t</single>-         <multiple>t</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">książka</term>+    <term name="chapter" form="short">rozdz.</term>+    <term name="column" form="short">kol.</term>+    <term name="figure" form="short">ryc.</term>+    <term name="folio" form="short">fol.</term>+    <term name="issue" form="short">nr</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>s.</single>+      <multiple>ss.</multiple>+    </term>+    <term name="paragraph" form="short">akap.</term>+    <term name="part" form="short">cz.</term>+    <term name="section" form="short">sekc.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>w.</single>+      <multiple>w.</multiple>+    </term>+    <term name="volume" form="short">+      <single>t.</single>+      <multiple>t.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>redaktor</single>-         <multiple>redaktorzy</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>tłumacz</single>-         <multiple>tłumacze</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>redaktor</single>+      <multiple>redaktorzy</multiple>+    </term>+    <term name="editorial-director">+      <single>edytor</single>+      <multiple>edytorzy</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>tłumacz</single>+      <multiple>tłumacze</multiple>+    </term>+    <term name="editortranslator">+      <single>redaktor &amp; tłumacz</single>+      <multiple>redaktorzy &amp; tłumacze</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>red</single>-         <multiple>red</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>tłum</single>-         <multiple>tłum</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>red.</single>+      <multiple>red.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>tłum.</single>+      <multiple>tłum.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>red. &amp; tłum.</single>+      <multiple>red. &amp; tłum.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">zredagowane przez</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">przetłumaczone przez</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">dla</term>-      <term name="interviewer" form="verb">przeprowadzony przez</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">zredagowane przez</term>+    <term name="editorial-director" form="verb">zredagowane przez</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">przeprowadzony przez</term>+    <term name="recipient" form="verb">dla</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">przetłumaczone przez</term>+    <term name="editortranslator" form="verb">zredagowane &amp; przetłumaczone przez</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">red</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">tłum</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">przez</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">red.</term>+    <term name="editorial-director" form="verb-short">red.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">tłum.</term>+    <term name="editortranslator" form="verb-short">red. &amp; tłum.</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">styczeń</term>-      <term name="month-02">luty</term>-      <term name="month-03">marzec</term>-      <term name="month-04">kwiecień</term>-      <term name="month-05">maj</term>-      <term name="month-06">czerwiec</term>-      <term name="month-07">lipiec</term>-      <term name="month-08">sierpień</term>-      <term name="month-09">wrzesień</term>-      <term name="month-10">październik</term>-      <term name="month-11">listopad</term>-      <term name="month-12">grudzień</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">styczeń</term>+    <term name="month-02">luty</term>+    <term name="month-03">marzec</term>+    <term name="month-04">kwiecień</term>+    <term name="month-05">maj</term>+    <term name="month-06">czerwiec</term>+    <term name="month-07">lipiec</term>+    <term name="month-08">sierpień</term>+    <term name="month-09">wrzesień</term>+    <term name="month-10">październik</term>+    <term name="month-11">listopad</term>+    <term name="month-12">grudzień</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">styczeń</term>-      <term name="month-02" form="short">luty</term>-      <term name="month-03" form="short">marzec</term>-      <term name="month-04" form="short">kwiecień</term>-      <term name="month-05" form="short">maj</term>-      <term name="month-06" form="short">czerwiec</term>-      <term name="month-07" form="short">lipiec</term>-      <term name="month-08" form="short">sierpień</term>-      <term name="month-09" form="short">wrzesień</term>-      <term name="month-10" form="short">październik</term>-      <term name="month-11" form="short">listopad</term>-      <term name="month-12" form="short">grudzień</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">sty.</term>+    <term name="month-02" form="short">luty</term>+    <term name="month-03" form="short">mar.</term>+    <term name="month-04" form="short">kwi.</term>+    <term name="month-05" form="short">maj</term>+    <term name="month-06" form="short">cze.</term>+    <term name="month-07" form="short">lip.</term>+    <term name="month-08" form="short">sie.</term>+    <term name="month-09" form="short">wrz.</term>+    <term name="month-10" form="short">paź.</term>+    <term name="month-11" form="short">lis.</term>+    <term name="month-12" form="short">grudz.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">wiosna</term>+    <term name="season-02">lato</term>+    <term name="season-03">jesień</term>+    <term name="season-04">zima</term>+  </terms> </locale>
locales/locales-pt-BR.xml view
@@ -1,304 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="pt">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" de "/>-      <date-part name="month" suffix=" de "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">acessado</term>-      <term name="and">e</term>-      <term name="and others">e outros</term>-      <term name="anonymous">anônimo</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">em</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">citado</term>-      <term name="edition">-         <single>edição</single>-         <multiple>edições</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">a ser publicado</term>-      <term name="from">de</term>-      <term name="ibid">ibidem</term>-      <term name="in">in</term>-      <term name="in press">no prelo</term>-      <term name="internet">internet</term>-      <term name="interview">entrevista</term>-      <term name="letter">carta</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">[s.d.]</term>-      <term name="online">online</term>-      <term name="presented at">apresentado em</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">recuperado</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="pt-BR">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" de "/>+    <date-part name="month" suffix=" de "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">acessado</term>+    <term name="and">e</term>+    <term name="and others">e outros</term>+    <term name="anonymous">anônimo</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">em</term>+    <term name="available at">available at</term>+    <term name="by">por</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">citado</term>+    <term name="edition">+      <single>edição</single>+      <multiple>edições</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">a ser publicado</term>+    <term name="from">de</term>+    <term name="ibid">ibidem</term>+    <term name="in">in</term>+    <term name="in press">no prelo</term>+    <term name="internet">internet</term>+    <term name="interview">entrevista</term>+    <term name="letter">carta</term>+    <term name="no date">sem data</term>+    <term name="no date" form="short">[s.d.]</term>+    <term name="online">online</term>+    <term name="presented at">apresentado em</term>+    <term name="reference">+      <single>referência</single>+      <multiple>referências</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">recuperado</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">“</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">º</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologia</term>-      <term name="astronomy">astronomia</term>-      <term name="biology">biologia</term>-      <term name="botany">botânica</term>-      <term name="chemistry">química</term>-      <term name="engineering">engenharia</term>-      <term name="generic-base">base genérica</term>-      <term name="geography">geografia</term>-      <term name="geology">geologia</term>-      <term name="history">história</term>-      <term name="humanities">humanidades</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literatura</term>-      <term name="math">matemática</term>-      <term name="medicine">medicina</term>-      <term name="philosophy">philosofia</term>-      <term name="physics">física</term>-      <term name="psychology">psicologia</term>-      <term name="sociology">sociologia</term>-      <term name="science">ciências</term>-      <term name="political_science">ciências políticas</term>-      <term name="social_science">ciências sociais</term>-      <term name="theology">teologia</term>-      <term name="zoology">zoologia</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">primeiro</term>+    <term name="long-ordinal-02">segundo</term>+    <term name="long-ordinal-03">terceiro</term>+    <term name="long-ordinal-04">quarto</term>+    <term name="long-ordinal-05">quinto</term>+    <term name="long-ordinal-06">sexto</term>+    <term name="long-ordinal-07">sétimo</term>+    <term name="long-ordinal-08">oitavo</term>+    <term name="long-ordinal-09">nono</term>+    <term name="long-ordinal-10">décimo</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>livro</single>-         <multiple>livros</multiple>-      </term>-      <term name="chapter">-         <single>capítulo</single>-         <multiple>capítulos</multiple>-      </term>-      <term name="column">-         <single>coluna</single>-         <multiple>colunas</multiple>-      </term>-      <term name="figure">-         <single>figura</single>-         <multiple>figuras</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>número</single>-         <multiple>números</multiple>-      </term>-      <term name="line">-         <single>linha</single>-         <multiple>linhas</multiple>-      </term>-      <term name="note">-         <single>nota</single>-         <multiple>notas</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>página</single>-         <multiple>páginas</multiple>-      </term>-      <term name="paragraph">-         <single>parágrafo</single>-         <multiple>parágrafos</multiple>-      </term>-      <term name="part">-         <single>parte</single>-         <multiple>partes</multiple>-      </term>-      <term name="section">-         <single>seção</single>-         <multiple>seções</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verso</single>-         <multiple>versos</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>livro</single>+      <multiple>livros</multiple>+    </term>+    <term name="chapter">+      <single>capítulo</single>+      <multiple>capítulos</multiple>+    </term>+    <term name="column">+      <single>coluna</single>+      <multiple>colunas</multiple>+    </term>+    <term name="figure">+      <single>figura</single>+      <multiple>figuras</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>número</single>+      <multiple>números</multiple>+    </term>+    <term name="line">+      <single>linha</single>+      <multiple>linhas</multiple>+    </term>+    <term name="note">+      <single>nota</single>+      <multiple>notas</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>página</single>+      <multiple>páginas</multiple>+    </term>+    <term name="paragraph">+      <single>parágrafo</single>+      <multiple>parágrafos</multiple>+    </term>+    <term name="part">+      <single>parte</single>+      <multiple>partes</multiple>+    </term>+    <term name="section">+      <single>seção</single>+      <multiple>seções</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verso</single>+      <multiple>versos</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">liv</term>-      <term name="chapter" form="short">cap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">n</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>pp</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">seç</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">liv.</term>+    <term name="chapter" form="short">cap.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">f.</term>+    <term name="issue" form="short">nº</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>p.</multiple>+    </term>+    <term name="paragraph" form="short">parag.</term>+    <term name="part" form="short">pt.</term>+    <term name="section" form="short">seç.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>vv.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vols.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>organizador</single>-         <multiple>organizadores</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>tradutor</single>-         <multiple>tradutores</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>organizador</single>+      <multiple>organizadores</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>tradutor</single>+      <multiple>tradutores</multiple>+    </term>+    <term name="editortranslator">+      <single>editor e tradutor</single>+      <multiple>editores e tradutores</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>org</single>-         <multiple>orgs</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>trad</single>-         <multiple>trads</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>org.</single>+      <multiple>orgs.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>trad.</single>+      <multiple>trads.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. e trad.</single>+      <multiple>eds. e trads.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">organizado por</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">traduzido por</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">para</term>-      <term name="interviewer" form="verb">intrevista de</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">organizado por</term>+    <term name="editorial-director" form="verb">editado por</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">entrevista de</term>+    <term name="recipient" form="verb">para</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">traduzido por</term>+    <term name="editortranslator" form="verb">editado &amp; traduzido por</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">org</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trad</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">por</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">org.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trad.</term>+    <term name="editortranslator" form="verb-short">ed. e trad. por</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">janeiro</term>-      <term name="month-02">fevereiro</term>-      <term name="month-03">março</term>-      <term name="month-04">abril</term>-      <term name="month-05">maio</term>-      <term name="month-06">junho</term>-      <term name="month-07">julho</term>-      <term name="month-08">agosto</term>-      <term name="month-09">setembro</term>-      <term name="month-10">outubro</term>-      <term name="month-11">novembro</term>-      <term name="month-12">dezembro</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">janeiro</term>+    <term name="month-02">fevereiro</term>+    <term name="month-03">março</term>+    <term name="month-04">abril</term>+    <term name="month-05">maio</term>+    <term name="month-06">junho</term>+    <term name="month-07">julho</term>+    <term name="month-08">agosto</term>+    <term name="month-09">setembro</term>+    <term name="month-10">outubro</term>+    <term name="month-11">novembro</term>+    <term name="month-12">dezembro</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">jan</term>-      <term name="month-02" form="short">fev</term>-      <term name="month-03" form="short">mar</term>-      <term name="month-04" form="short">abr</term>-      <term name="month-05" form="short">maio</term>-      <term name="month-06" form="short">jun</term>-      <term name="month-07" form="short">jul</term>-      <term name="month-08" form="short">ago</term>-      <term name="month-09" form="short">set</term>-      <term name="month-10" form="short">out</term>-      <term name="month-11" form="short">nov</term>-      <term name="month-12" form="short">dez</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">jan.</term>+    <term name="month-02" form="short">fev.</term>+    <term name="month-03" form="short">mar.</term>+    <term name="month-04" form="short">abr.</term>+    <term name="month-05" form="short">maio</term>+    <term name="month-06" form="short">jun.</term>+    <term name="month-07" form="short">jul.</term>+    <term name="month-08" form="short">ago.</term>+    <term name="month-09" form="short">set.</term>+    <term name="month-10" form="short">out.</term>+    <term name="month-11" form="short">nov.</term>+    <term name="month-12" form="short">dez.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Primavera</term>+    <term name="season-02">Verão</term>+    <term name="season-03">Outono</term>+    <term name="season-04">Inverno</term>+  </terms> </locale>
locales/locales-pt-PT.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="pt">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" de "/>-      <date-part name="month" suffix=" de "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">acedido</term>-      <term name="and">e</term>-      <term name="and others">e outros</term>-      <term name="anonymous">anónimo</term>-      <term name="anonymous" form="short">anón</term>-      <term name="at">em</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">citado</term>-      <term name="edition">-         <single>edição</single>-         <multiple>edições</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">a publicar</term>-      <term name="from">de</term>-      <term name="ibid">ibid.</term>-      <term name="in">em</term>-      <term name="in press">no prelo</term>-      <term name="internet">internet</term>-      <term name="interview">entrevista</term>-      <term name="letter">carta</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">sem data</term>-      <term name="online">em linha</term>-      <term name="presented at">apresentado na</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">obtido</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="pt-PT">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" de "/>+    <date-part name="month" suffix=" de "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">acedido</term>+    <term name="and">e</term>+    <term name="and others">e outros</term>+    <term name="anonymous">anónimo</term>+    <term name="anonymous" form="short">anón</term>+    <term name="at">em</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">citado</term>+    <term name="edition">+      <single>edição</single>+      <multiple>edições</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">a publicar</term>+    <term name="from">de</term>+    <term name="ibid">ibid.</term>+    <term name="in">em</term>+    <term name="in press">no prelo</term>+    <term name="internet">internet</term>+    <term name="interview">entrevista</term>+    <term name="letter">carta</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">sem data</term>+    <term name="online">em linha</term>+    <term name="presented at">apresentado na</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">obtido</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">“</term>-      <term name="close-inner-quote">”</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">“</term>+    <term name="close-inner-quote">”</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologia</term>-      <term name="astronomy">astronomia</term>-      <term name="biology">biologia</term>-      <term name="botany">botânica</term>-      <term name="chemistry">química</term>-      <term name="engineering">engenharia</term>-      <term name="generic-base">base genérica</term>-      <term name="geography">geografia</term>-      <term name="geology">geologia</term>-      <term name="history">história</term>-      <term name="humanities">humanidades</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literatura</term>-      <term name="math">matemática</term>-      <term name="medicine">medicina</term>-      <term name="philosophy">filosofia</term>-      <term name="physics">física</term>-      <term name="psychology">psicologia</term>-      <term name="sociology">sociologia</term>-      <term name="science">ciência</term>-      <term name="political_science">ciência política</term>-      <term name="social_science">ciência social</term>-      <term name="theology">teologia</term>-      <term name="zoology">zoologia</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>livro</single>-         <multiple>livros</multiple>-      </term>-      <term name="chapter">-         <single>capítulo</single>-         <multiple>capítulos</multiple>-      </term>-      <term name="column">-         <single>coluna</single>-         <multiple>colunas</multiple>-      </term>-      <term name="figure">-         <single>figura</single>-         <multiple>figuras</multiple>-      </term>-      <term name="folio">-         <single>fólio</single>-         <multiple>fólios</multiple>-      </term>-      <term name="issue">-         <single>número</single>-         <multiple>número</multiple>-      </term>-      <term name="line">-         <single>linha</single>-         <multiple>linhas</multiple>-      </term>-      <term name="note">-         <single>nota</single>-         <multiple>notas</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>página</single>-         <multiple>páginas</multiple>-      </term>-      <term name="paragraph">-         <single>parágrafo</single>-         <multiple>parágrafos</multiple>-      </term>-      <term name="part">-         <single>parte</single>-         <multiple>partes</multiple>-      </term>-      <term name="section">-         <single>secção</single>-         <multiple>secções</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>versículo</single>-         <multiple>versículos</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>livro</single>+      <multiple>livros</multiple>+    </term>+    <term name="chapter">+      <single>capítulo</single>+      <multiple>capítulos</multiple>+    </term>+    <term name="column">+      <single>coluna</single>+      <multiple>colunas</multiple>+    </term>+    <term name="figure">+      <single>figura</single>+      <multiple>figuras</multiple>+    </term>+    <term name="folio">+      <single>fólio</single>+      <multiple>fólios</multiple>+    </term>+    <term name="issue">+      <single>número</single>+      <multiple>número</multiple>+    </term>+    <term name="line">+      <single>linha</single>+      <multiple>linhas</multiple>+    </term>+    <term name="note">+      <single>nota</single>+      <multiple>notas</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>página</single>+      <multiple>páginas</multiple>+    </term>+    <term name="paragraph">+      <single>parágrafo</single>+      <multiple>parágrafos</multiple>+    </term>+    <term name="part">+      <single>parte</single>+      <multiple>partes</multiple>+    </term>+    <term name="section">+      <single>secção</single>+      <multiple>secções</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>versículo</single>+      <multiple>versículos</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">liv</term>-      <term name="chapter" form="short">cap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">n</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>pp</multiple>-      </term>-      <term name="paragraph" form="short">par</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">liv</term>+    <term name="chapter" form="short">cap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">n</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>p</single>+      <multiple>pp</multiple>+    </term>+    <term name="paragraph" form="short">par</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">sec</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editores</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>tradutor</single>-         <multiple>tradutores</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editores</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>tradutor</single>+      <multiple>tradutores</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>eds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>trad</single>-         <multiple>trads</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed</single>+      <multiple>eds</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>trad</single>+      <multiple>trads</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">editado por</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">traduzido por</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">para</term>-      <term name="interviewer" form="verb">entrevistado por</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">editado por</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">entrevistado por</term>+    <term name="recipient" form="verb">para</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">traduzido por</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trad</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trad</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Janeiro</term>-      <term name="month-02">Fevereiro</term>-      <term name="month-03">Março</term>-      <term name="month-04">Abril</term>-      <term name="month-05">Maio</term>-      <term name="month-06">Junho</term>-      <term name="month-07">Julho</term>-      <term name="month-08">Agosto</term>-      <term name="month-09">Setembro</term>-      <term name="month-10">Outubro</term>-      <term name="month-11">Novembro</term>-      <term name="month-12">Dezembro</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Janeiro</term>+    <term name="month-02">Fevereiro</term>+    <term name="month-03">Março</term>+    <term name="month-04">Abril</term>+    <term name="month-05">Maio</term>+    <term name="month-06">Junho</term>+    <term name="month-07">Julho</term>+    <term name="month-08">Agosto</term>+    <term name="month-09">Setembro</term>+    <term name="month-10">Outubro</term>+    <term name="month-11">Novembro</term>+    <term name="month-12">Dezembro</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Fev</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Abr</term>-      <term name="month-05" form="short">Mai</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Ago</term>-      <term name="month-09" form="short">Set</term>-      <term name="month-10" form="short">Out</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dez</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan</term>+    <term name="month-02" form="short">Fev</term>+    <term name="month-03" form="short">Mar</term>+    <term name="month-04" form="short">Abr</term>+    <term name="month-05" form="short">Mai</term>+    <term name="month-06" form="short">Jun</term>+    <term name="month-07" form="short">Jul</term>+    <term name="month-08" form="short">Ago</term>+    <term name="month-09" form="short">Set</term>+    <term name="month-10" form="short">Out</term>+    <term name="month-11" form="short">Nov</term>+    <term name="month-12" form="short">Dez</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-ro-RO.xml view
@@ -1,305 +1,299 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ro">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" suffix="."/>-      <date-part name="month"  form="numeric" suffix="."/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">data accesării:</term>-      <term name="and">și</term>-      <term name="and others">și alții</term>-      <term name="anonymous">anonim</term>-      <term name="anonymous" form="short">anon.</term>-      <term name="at">la</term>-      <term name="by">de</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">cca.</term>-      <term name="cited">citat</term>-      <term name="edition">-         <single>ediția</single>-         <multiple>edițiile</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">în curs de apariție</term>-      <term name="from">din</term>-      <term name="ibid">ibidem</term>-      <term name="in">în</term>-      <term name="in press">sub tipar</term>-      <term name="internet">internet</term>-      <term name="interview">interviu</term>-      <term name="letter">scrisoare</term>-      <term name="no date">fără dată</term>-      <term name="no date" form="short">f.a.</term>-      <term name="online">online</term>-      <term name="presented at">prezentat la</term>-      <term name="reference">-         <single>referință</single>-         <multiple>referințe</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>ref.</multiple>-      </term>-      <term name="retrieved">preluat în</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">d.Hr.</term>-      <term name="bc">î.Hr.</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ro-RO">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" suffix="."/>+    <date-part name="month" form="numeric" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">data accesării:</term>+    <term name="and">și</term>+    <term name="and others">și alții</term>+    <term name="anonymous">anonim</term>+    <term name="anonymous" form="short">anon.</term>+    <term name="at">la</term>+    <term name="available at">available at</term>+    <term name="by">de</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">cca.</term>+    <term name="cited">citat</term>+    <term name="edition">+      <single>ediția</single>+      <multiple>edițiile</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">în curs de apariție</term>+    <term name="from">din</term>+    <term name="ibid">ibidem</term>+    <term name="in">în</term>+    <term name="in press">sub tipar</term>+    <term name="internet">internet</term>+    <term name="interview">interviu</term>+    <term name="letter">scrisoare</term>+    <term name="no date">fără dată</term>+    <term name="no date" form="short">f.a.</term>+    <term name="online">online</term>+    <term name="presented at">prezentat la</term>+    <term name="reference">+      <single>referință</single>+      <multiple>referințe</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>ref.</multiple>+    </term>+    <term name="retrieved">preluat în</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">„</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">«</term>-      <term name="close-inner-quote">»</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">d.Hr.</term>+    <term name="bc">î.Hr.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01"></term>-      <term name="ordinal-02">-lea</term>-      <term name="ordinal-03">-lea</term>-      <term name="ordinal-04">-lea</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">«</term>+    <term name="close-inner-quote">»</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">primul</term>-      <term name="long-ordinal-02">al doilea</term>-      <term name="long-ordinal-03">al treilea</term>-      <term name="long-ordinal-04">al patrulea</term>-      <term name="long-ordinal-05">al cincilea</term>-      <term name="long-ordinal-06">al șaselea</term>-      <term name="long-ordinal-07">al șaptelea</term>-      <term name="long-ordinal-08">al optulea</term>-      <term name="long-ordinal-09">al nouălea</term>-      <term name="long-ordinal-10">al zecelea</term>+    <!-- ORDINALS -->+    <term name="ordinal">-lea</term>+    <term name="ordinal-01" match="whole-number"/> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologie</term>-      <term name="astronomy">astronomie</term>-      <term name="biology">biologie</term>-      <term name="botany">botanică</term>-      <term name="chemistry">chimie</term>-      <term name="engineering">inginerie</term>-      <term name="generic-base">general (de bază)</term>-      <term name="geography">geografie</term>-      <term name="geology">geologie</term>-      <term name="history">istorie</term>-      <term name="humanities">științe umaniste</term>-      <term name="linguistics">lingvistică</term>-      <term name="literature">literatură</term>-      <term name="math">matematică</term>-      <term name="medicine">medicină</term>-      <term name="philosophy">filosofie</term>-      <term name="physics">fizică</term>-      <term name="psychology">psihologie</term>-      <term name="sociology">sociologie</term>-      <term name="science">știință</term>-      <term name="political_science">științe politice</term>-      <term name="social_science">științe sociale</term>-      <term name="theology">teologie</term>-      <term name="zoology">zoologie</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">primul</term>+    <term name="long-ordinal-02">al doilea</term>+    <term name="long-ordinal-03">al treilea</term>+    <term name="long-ordinal-04">al patrulea</term>+    <term name="long-ordinal-05">al cincilea</term>+    <term name="long-ordinal-06">al șaselea</term>+    <term name="long-ordinal-07">al șaptelea</term>+    <term name="long-ordinal-08">al optulea</term>+    <term name="long-ordinal-09">al nouălea</term>+    <term name="long-ordinal-10">al zecelea</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>cartea</single>-         <multiple>cărțile</multiple>-      </term>-      <term name="chapter">-         <single>capitolul</single>-         <multiple>capitolele</multiple>-      </term>-      <term name="column">-         <single>coloana</single>-         <multiple>coloanele</multiple>-      </term>-      <term name="figure">-         <single>figura</single>-         <multiple>figurile</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folio</multiple>-      </term>-      <term name="issue">-         <single>numărul</single>-         <multiple>numerele</multiple>-      </term>-      <term name="line">-         <single>linia</single>-         <multiple>liniile</multiple>-      </term>-      <term name="note">-         <single>nota</single>-         <multiple>notele</multiple>-      </term>-      <term name="opus">-         <single>opusul</single>-         <multiple>opusurile</multiple>-      </term>-      <term name="page">-         <single>pagina</single>-         <multiple>paginile</multiple>-      </term>-      <term name="paragraph">-         <single>paragraful</single>-         <multiple>paragrafele</multiple>-      </term>-      <term name="part">-         <single>partea</single>-         <multiple>părțile</multiple>-      </term>-      <term name="section">-         <single>secțiunea</single>-         <multiple>secțiunile</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>versetul</single>-         <multiple>versetele</multiple>-      </term>-      <term name="volume">-         <single>volumul</single>-         <multiple>volumele</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>cartea</single>+      <multiple>cărțile</multiple>+    </term>+    <term name="chapter">+      <single>capitolul</single>+      <multiple>capitolele</multiple>+    </term>+    <term name="column">+      <single>coloana</single>+      <multiple>coloanele</multiple>+    </term>+    <term name="figure">+      <single>figura</single>+      <multiple>figurile</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folio</multiple>+    </term>+    <term name="issue">+      <single>numărul</single>+      <multiple>numerele</multiple>+    </term>+    <term name="line">+      <single>linia</single>+      <multiple>liniile</multiple>+    </term>+    <term name="note">+      <single>nota</single>+      <multiple>notele</multiple>+    </term>+    <term name="opus">+      <single>opusul</single>+      <multiple>opusurile</multiple>+    </term>+    <term name="page">+      <single>pagina</single>+      <multiple>paginile</multiple>+    </term>+    <term name="paragraph">+      <single>paragraful</single>+      <multiple>paragrafele</multiple>+    </term>+    <term name="part">+      <single>partea</single>+      <multiple>părțile</multiple>+    </term>+    <term name="section">+      <single>secțiunea</single>+      <multiple>secțiunile</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>versetul</single>+      <multiple>versetele</multiple>+    </term>+    <term name="volume">+      <single>volumul</single>+      <multiple>volumele</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">cart.</term>-      <term name="chapter" form="short">cap.</term>-      <term name="column" form="short">col.</term>-      <term name="figure" form="short">fig.</term>-      <term name="folio" form="short">fol.</term>-      <term name="issue" form="short">nr.</term>-      <term name="opus" form="short">op.</term>-      <term name="page" form="short">-         <single>p.</single>-         <multiple>pp.</multiple>-      </term>-      <term name="paragraph" form="short">par.</term>-      <term name="part" form="short">part.</term>-      <term name="section" form="short">sec.</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v.</single>-         <multiple>vv.</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol.</single>-         <multiple>vol.</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">cart.</term>+    <term name="chapter" form="short">cap.</term>+    <term name="column" form="short">col.</term>+    <term name="figure" form="short">fig.</term>+    <term name="folio" form="short">fol.</term>+    <term name="issue" form="short">nr.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op.</term>+    <term name="page" form="short">+      <single>p.</single>+      <multiple>pp.</multiple>+    </term>+    <term name="paragraph" form="short">par.</term>+    <term name="part" form="short">part.</term>+    <term name="section" form="short">sec.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v.</single>+      <multiple>vv.</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol.</single>+      <multiple>vol.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single>autor</single>-         <multiple>autori</multiple>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editori</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editori</multiple>-      </term>-      <term name="translator">-         <single>traducător</single>-         <multiple>traducători</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; traducător</single>-         <multiple>editori &amp; traducători</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editori</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editori</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>traducător</single>+      <multiple>traducători</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; traducător</single>+      <multiple>editori &amp; traducători</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single>aut.</single>-         <multiple>aut.</multiple>-      </term>-      <term name="editor" form="short">-         <single>ed.</single>-         <multiple>ed.</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>ed.</multiple>-      </term>-      <term name="translator" form="short">-         <single>trad.</single>-         <multiple>trad.</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; trad.</single>-         <multiple>ed. &amp; trad.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed.</single>+      <multiple>ed.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>ed.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>trad.</single>+      <multiple>trad.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; trad.</single>+      <multiple>ed. &amp; trad.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">ediție de</term>-      <term name="editorial-director" form="verb">ediție de</term>-      <term name="translator" form="verb">traducere de</term>-      <term name="editortranslator" form="verb">ediție &amp; traducere de</term>-      <term name="recipient" form="verb">în</term>-      <term name="interviewer" form="verb">interviu de</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">ediție de</term>+    <term name="editorial-director" form="verb">ediție de</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interviu de</term>+    <term name="recipient" form="verb">în</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">traducere de</term>+    <term name="editortranslator" form="verb">ediție &amp; traducere de</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">de</term>-      <term name="editor" form="verb-short">ed.</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trad.</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trad. de</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">de</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trad.</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trad. de</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">ianuarie</term>-      <term name="month-02">februarie</term>-      <term name="month-03">martie</term>-      <term name="month-04">aprilie</term>-      <term name="month-05">mai</term>-      <term name="month-06">iunie</term>-      <term name="month-07">iulie</term>-      <term name="month-08">august</term>-      <term name="month-09">septembrie</term>-      <term name="month-10">octombrie</term>-      <term name="month-11">noiembrie</term>-      <term name="month-12">decembrie</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">ianuarie</term>+    <term name="month-02">februarie</term>+    <term name="month-03">martie</term>+    <term name="month-04">aprilie</term>+    <term name="month-05">mai</term>+    <term name="month-06">iunie</term>+    <term name="month-07">iulie</term>+    <term name="month-08">august</term>+    <term name="month-09">septembrie</term>+    <term name="month-10">octombrie</term>+    <term name="month-11">noiembrie</term>+    <term name="month-12">decembrie</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">ian.</term>-      <term name="month-02" form="short">feb.</term>-      <term name="month-03" form="short">mar.</term>-      <term name="month-04" form="short">apr.</term>-      <term name="month-05" form="short">mai</term>-      <term name="month-06" form="short">iun.</term>-      <term name="month-07" form="short">iul.</term>-      <term name="month-08" form="short">aug.</term>-      <term name="month-09" form="short">sep.</term>-      <term name="month-10" form="short">oct.</term>-      <term name="month-11" form="short">nov.</term>-      <term name="month-12" form="short">dec.</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">ian.</term>+    <term name="month-02" form="short">feb.</term>+    <term name="month-03" form="short">mar.</term>+    <term name="month-04" form="short">apr.</term>+    <term name="month-05" form="short">mai</term>+    <term name="month-06" form="short">iun.</term>+    <term name="month-07" form="short">iul.</term>+    <term name="month-08" form="short">aug.</term>+    <term name="month-09" form="short">sep.</term>+    <term name="month-10" form="short">oct.</term>+    <term name="month-11" form="short">nov.</term>+    <term name="month-12" form="short">dec.</term> -      <!-- SEASONS -->-      <term name="season-01">primăvara</term>-      <term name="season-02">vara</term>-      <term name="season-03">toamna</term>-      <term name="season-04">iarna</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">primăvara</term>+    <term name="season-02">vara</term>+    <term name="season-03">toamna</term>+    <term name="season-04">iarna</term>+  </terms> </locale>
locales/locales-ru-RU.xml view
@@ -1,306 +1,303 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ru">-<!-- Translation by Alexei Kouprianov alexei.kouprianov@gmail.com -->-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year" suffix=" &#1075;."/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="."/>-      <date-part name="month" form="numeric-leading-zeros" suffix="."/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">просмотрено</term>-      <term name="and">и</term>-      <term name="and others">и др.</term>-      <term name="anonymous">аноним</term>-      <term name="anonymous" form="short">анон.</term>-      <term name="at">на</term>-      <term name="by" />-      <term name="circa">circa</term>-      <term name="circa" form="short">ca.</term>-      <term name="cited">цитируется по</term>-      <term name="cited" form="short">цит. по</term>-      <term name="edition">-         <single>издание</single>-         <multiple>издания</multiple>-      </term>-      <term name="edition" form="short">изд.</term>-      <term name="et-al">и др.</term>-      <term name="forthcoming">ожидается</term>-      <term name="from">от</term>-      <term name="ibid">там же</term>-      <term name="in">в</term>-      <term name="in press">в печати</term>-      <term name="internet">Интернет</term>-      <term name="interview">интервью</term>-      <term name="letter">письмо</term>-      <term name="no date">без даты</term>-      <term name="no date" form="short">б. д.</term>-      <term name="online">online</term>-      <term name="presented at">представлено на</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">извлечено</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">н. э.</term>-      <term name="bc">до н. э.</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="ru-RU">+  <info>+    <translator>+      <name>Alexei Kouprianov</name>+      <email>alexei.kouprianov@gmail.com</email>+    </translator>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year" suffix=" г."/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="."/>+    <date-part name="month" form="numeric-leading-zeros" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">просмотрено</term>+    <term name="and">и</term>+    <term name="and others">и др.</term>+    <term name="anonymous">аноним</term>+    <term name="anonymous" form="short">анон.</term>+    <term name="at">на</term>+    <term name="available at">available at</term>+    <term name="by"/>+    <term name="circa">circa</term>+    <term name="circa" form="short">ca.</term>+    <term name="cited">цитируется по</term>+    <term name="cited" form="short">цит. по</term>+    <term name="edition">+      <single>издание</single>+      <multiple>издания</multiple>+    </term>+    <term name="edition" form="short">изд.</term>+    <term name="et-al">и др.</term>+    <term name="forthcoming">ожидается</term>+    <term name="from">от</term>+    <term name="ibid">там же</term>+    <term name="in">в</term>+    <term name="in press">в печати</term>+    <term name="internet">Интернет</term>+    <term name="interview">интервью</term>+    <term name="letter">письмо</term>+    <term name="no date">без даты</term>+    <term name="no date" form="short">б. д.</term>+    <term name="online">online</term>+    <term name="presented at">представлено на</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">извлечено</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">„</term>-      <term name="close-inner-quote">“</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">н. э.</term>+    <term name="bc">до н. э.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">й</term>-      <term name="ordinal-02">й</term>-      <term name="ordinal-03">й</term>-      <term name="ordinal-04">й</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">„</term>+    <term name="close-inner-quote">“</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">первый</term>-      <term name="long-ordinal-02">второй</term>-      <term name="long-ordinal-03">третий</term>-      <term name="long-ordinal-04">четвертый</term>-      <term name="long-ordinal-05">пятый</term>-      <term name="long-ordinal-06">шестой</term>-      <term name="long-ordinal-07">седьмой</term>-      <term name="long-ordinal-08">восьмой</term>-      <term name="long-ordinal-09">девятый</term>-      <term name="long-ordinal-10">десятый</term>+    <!-- ORDINALS -->+    <term name="ordinal">й</term> -      <!-- CATEGORIES -->-      <term name="anthropology">антропология</term>-      <term name="astronomy">астрономия</term>-      <term name="biology">биология</term>-      <term name="botany">ботаника</term>-      <term name="chemistry">химия</term>-      <term name="engineering">инженерное дело</term>-      <term name="generic-base">общий</term>-      <term name="geography">география</term>-      <term name="geology">геология</term>-      <term name="history">история</term>-      <term name="humanities">гуманитарные науки</term>-      <term name="linguistics">лингвистика</term>-      <term name="literature">литературоведение</term>-      <term name="math">математика</term>-      <term name="medicine">медицина</term>-      <term name="philosophy">философия</term>-      <term name="physics">физика</term>-      <term name="psychology">психология</term>-      <term name="sociology">социология</term>-      <term name="science">естественные науки</term>-      <term name="political_science">политические науки</term>-      <term name="social_science">социальные науки</term>-      <term name="theology">теология</term>-      <term name="zoology">зоология</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">первый</term>+    <term name="long-ordinal-02">второй</term>+    <term name="long-ordinal-03">третий</term>+    <term name="long-ordinal-04">четвертый</term>+    <term name="long-ordinal-05">пятый</term>+    <term name="long-ordinal-06">шестой</term>+    <term name="long-ordinal-07">седьмой</term>+    <term name="long-ordinal-08">восьмой</term>+    <term name="long-ordinal-09">девятый</term>+    <term name="long-ordinal-10">десятый</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>книга</single>-         <multiple>книги</multiple>-      </term>-      <term name="chapter">-         <single>глава</single>-         <multiple>главы</multiple>-      </term>-      <term name="column">-         <single>столбец</single>-         <multiple>столбцы</multiple>-      </term>-      <term name="figure">-         <single>рисунок</single>-         <multiple>рисунки</multiple>-      </term>-      <term name="folio">-         <single>лист</single>-         <multiple>листы</multiple>-      </term>-      <term name="issue">-         <single>выпуск</single>-         <multiple>выпуски</multiple>-      </term>-      <term name="line">-         <single>строка</single>-         <multiple>строки</multiple>-      </term>-      <term name="note">-         <single>примечание</single>-         <multiple>примечания</multiple>-      </term>-      <term name="opus">-         <single>сочинение</single>-         <multiple>сочинения</multiple>-      </term>-      <term name="page">-         <single>страница</single>-         <multiple>страницы</multiple>-      </term>-      <term name="paragraph">-         <single>параграф</single>-         <multiple>параграфы</multiple>-      </term>-      <term name="part">-         <single>часть</single>-         <multiple>части</multiple>-      </term>-      <term name="section">-         <single>раздел</single>-         <multiple>разделы</multiple>-      </term>-      <term name="sub verbo">-         <single>смотри</single>-         <multiple>смотри</multiple>-      </term>-      <term name="verse">-         <single>стих</single>-         <multiple>стихи</multiple>-      </term>-      <term name="volume">-         <single>том</single>-         <multiple>тома</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>книга</single>+      <multiple>книги</multiple>+    </term>+    <term name="chapter">+      <single>глава</single>+      <multiple>главы</multiple>+    </term>+    <term name="column">+      <single>столбец</single>+      <multiple>столбцы</multiple>+    </term>+    <term name="figure">+      <single>рисунок</single>+      <multiple>рисунки</multiple>+    </term>+    <term name="folio">+      <single>лист</single>+      <multiple>листы</multiple>+    </term>+    <term name="issue">+      <single>выпуск</single>+      <multiple>выпуски</multiple>+    </term>+    <term name="line">+      <single>строка</single>+      <multiple>строки</multiple>+    </term>+    <term name="note">+      <single>примечание</single>+      <multiple>примечания</multiple>+    </term>+    <term name="opus">+      <single>сочинение</single>+      <multiple>сочинения</multiple>+    </term>+    <term name="page">+      <single>страница</single>+      <multiple>страницы</multiple>+    </term>+    <term name="paragraph">+      <single>параграф</single>+      <multiple>параграфы</multiple>+    </term>+    <term name="part">+      <single>часть</single>+      <multiple>части</multiple>+    </term>+    <term name="section">+      <single>раздел</single>+      <multiple>разделы</multiple>+    </term>+    <term name="sub verbo">+      <single>смотри</single>+      <multiple>смотри</multiple>+    </term>+    <term name="verse">+      <single>стих</single>+      <multiple>стихи</multiple>+    </term>+    <term name="volume">+      <single>том</single>+      <multiple>тома</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">кн.</term>-      <term name="chapter" form="short">гл.</term>-      <term name="column" form="short">стб.</term>-      <term name="figure" form="short">рис.</term>-      <term name="folio" form="short">л.</term>-      <term name="issue" form="short">№</term>-      <term name="opus" form="short">соч.</term>-      <term name="page" form="short">-         <single>с.</single>-         <multiple>с.</multiple>-      </term>-      <term name="paragraph" form="short">пара.</term>-      <term name="part" form="short">ч.</term>-      <term name="section" form="short">разд.</term>-      <term name="sub verbo" form="short">-         <single>см.</single>-         <multiple>см.</multiple>-      </term>-      <term name="verse" form="short">-         <single>ст.</single>-         <multiple>ст.</multiple>-      </term>-      <term name="volume" form="short">-         <single>т.</single>-         <multiple>тт.</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">кн.</term>+    <term name="chapter" form="short">гл.</term>+    <term name="column" form="short">стб.</term>+    <term name="figure" form="short">рис.</term>+    <term name="folio" form="short">л.</term>+    <term name="issue" form="short">№</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">соч.</term>+    <term name="page" form="short">+      <single>с.</single>+      <multiple>с.</multiple>+    </term>+    <term name="paragraph" form="short">пара.</term>+    <term name="part" form="short">ч.</term>+    <term name="section" form="short">разд.</term>+    <term name="sub verbo" form="short">+      <single>см.</single>+      <multiple>см.</multiple>+    </term>+    <term name="verse" form="short">+      <single>ст.</single>+      <multiple>ст.</multiple>+    </term>+    <term name="volume" form="short">+      <single>т.</single>+      <multiple>тт.</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>редактор</single>-         <multiple>редакторы</multiple>-      </term>-      <term name="editorial-director">-         <single>ответственный редактор</single>-         <multiple>ответственные редакторы</multiple>-      </term>-      <term name="translator">-         <single>переводчик</single>-         <multiple>переводчики</multiple>-      </term>-      <term name="editortranslator">-         <single>редактор и переводчик</single>-         <multiple>редакторы и переводчики</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>редактор</single>+      <multiple>редакторы</multiple>+    </term>+    <term name="editorial-director">+      <single>ответственный редактор</single>+      <multiple>ответственные редакторы</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>переводчик</single>+      <multiple>переводчики</multiple>+    </term>+    <term name="editortranslator">+      <single>редактор и переводчик</single>+      <multiple>редакторы и переводчики</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ред.</single>-         <multiple>ред.</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>отв. ред.</single>-         <multiple>отв. ред.</multiple>-      </term>-      <term name="translator" form="short">-         <single>перев.</single>-         <multiple>перев.</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ред. и перев.</single>-         <multiple>ред. и перев.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ред.</single>+      <multiple>ред.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>отв. ред.</single>+      <multiple>отв. ред.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>перев.</single>+      <multiple>перев.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ред. и перев.</single>+      <multiple>ред. и перев.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">отредактировано</term>-      <term name="editorial-director" form="verb">отредактировано</term>-      <term name="translator" form="verb">переведено</term>-      <term name="editortranslator" form="verb">отредактировано и переведено</term>-      <term name="recipient" form="verb">к</term>-      <term name="interviewer" form="verb">интервью</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">отредактировано</term>+    <term name="editorial-director" form="verb">отредактировано</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">интервью</term>+    <term name="recipient" form="verb">к</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">переведено</term>+    <term name="editortranslator" form="verb">отредактировано и переведено</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short" />-      <term name="editor" form="verb-short">ред.</term>-      <term name="editorial-director" form="verb-short">отв. ред.</term>-      <term name="translator" form="verb-short">перев.</term>-      <term name="editortranslator" form="verb-short">ред. и перев.</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short"/>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ред.</term>+    <term name="editorial-director" form="verb-short">отв. ред.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">перев.</term>+    <term name="editortranslator" form="verb-short">ред. и перев.</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">январь</term>-      <term name="month-02">февраль</term>-      <term name="month-03">март</term>-      <term name="month-04">апрель</term>-      <term name="month-05">май</term>-      <term name="month-06">июнь</term>-      <term name="month-07">июль</term>-      <term name="month-08">август</term>-      <term name="month-09">сентябрь</term>-      <term name="month-10">октябрь</term>-      <term name="month-11">ноябрь</term>-      <term name="month-12">декабрь</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">январь</term>+    <term name="month-02">февраль</term>+    <term name="month-03">март</term>+    <term name="month-04">апрель</term>+    <term name="month-05">май</term>+    <term name="month-06">июнь</term>+    <term name="month-07">июль</term>+    <term name="month-08">август</term>+    <term name="month-09">сентябрь</term>+    <term name="month-10">октябрь</term>+    <term name="month-11">ноябрь</term>+    <term name="month-12">декабрь</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">янв.</term>-      <term name="month-02" form="short">фев.</term>-      <term name="month-03" form="short">мар.</term>-      <term name="month-04" form="short">апр.</term>-      <term name="month-05" form="short">май</term>-      <term name="month-06" form="short">июн.</term>-      <term name="month-07" form="short">июл.</term>-      <term name="month-08" form="short">авг.</term>-      <term name="month-09" form="short">сен.</term>-      <term name="month-10" form="short">окт.</term>-      <term name="month-11" form="short">ноя.</term>-      <term name="month-12" form="short">дек.</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">янв.</term>+    <term name="month-02" form="short">фев.</term>+    <term name="month-03" form="short">мар.</term>+    <term name="month-04" form="short">апр.</term>+    <term name="month-05" form="short">май</term>+    <term name="month-06" form="short">июн.</term>+    <term name="month-07" form="short">июл.</term>+    <term name="month-08" form="short">авг.</term>+    <term name="month-09" form="short">сен.</term>+    <term name="month-10" form="short">окт.</term>+    <term name="month-11" form="short">ноя.</term>+    <term name="month-12" form="short">дек.</term> -      <!-- SEASONS -->-      <term name="season-01">весна</term>-      <term name="season-02">лета</term>-      <term name="season-03">осень</term>-      <term name="season-04">зима</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">весна</term>+    <term name="season-02">лета</term>+    <term name="season-03">осень</term>+    <term name="season-04">зима</term>+  </terms> </locale>
locales/locales-sk-SK.xml view
@@ -1,304 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="sk">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" form="numeric-leading-zeros" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" suffix="."/>-      <date-part name="month" form="numeric" suffix="."/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">cit</term>-      <term name="and">a</term>-      <term name="and others">and ďalší</term>-      <term name="anonymous">anonym</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">v</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cit</term>-      <term name="edition">-         <single>vydanie</single>-         <multiple>vydania</multiple>-      </term>-      <term name="edition" form="short">vyd</term>-      <term name="et-al">et al</term>-      <term name="forthcoming">nadchádzajúci</term>-      <term name="from">z</term>-      <term name="ibid">ibid.</term>-      <term name="in">v</term>-      <term name="in press">v tlači</term>-      <term name="internet">internet</term>-      <term name="interview">osobná komunikácia</term>-      <term name="letter">list</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">n.d.</term>-      <term name="online">online</term>-      <term name="presented at">prezentované na</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">cit</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="sk-SK">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" form="numeric-leading-zeros" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" suffix="."/>+    <date-part name="month" form="numeric" suffix="."/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">cit</term>+    <term name="and">a</term>+    <term name="and others">a ďalší</term>+    <term name="anonymous">anonym</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">v</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">cca.</term>+    <term name="cited">cit</term>+    <term name="edition">+      <single>vydanie</single>+      <multiple>vydania</multiple>+    </term>+    <term name="edition" form="short">vyd</term>+    <term name="et-al">et al</term>+    <term name="forthcoming">nadchádzajúci</term>+    <term name="from">z</term>+    <term name="ibid">ibid.</term>+    <term name="in">v</term>+    <term name="in press">v tlači</term>+    <term name="internet">internet</term>+    <term name="interview">osobná komunikácia</term>+    <term name="letter">list</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">n.d.</term>+    <term name="online">online</term>+    <term name="presented at">prezentované na</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">cit</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">“</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">po Kr.</term>+    <term name="bc">pred Kr.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropológia</term>-      <term name="astronomy">astronómia</term>-      <term name="biology">biológia</term>-      <term name="botany">botanika</term>-      <term name="chemistry">chémia</term>-      <term name="engineering">strojárstvo/technika</term>-      <term name="generic-base">všeobecný základ</term>-      <term name="geography">geografia</term>-      <term name="geology">geológia</term>-      <term name="history">história</term>-      <term name="humanities">humanitné vedy</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literatúra</term>-      <term name="math">matematika</term>-      <term name="medicine">medicína</term>-      <term name="philosophy">filozofia</term>-      <term name="physics">fyzika</term>-      <term name="psychology">psychológia</term>-      <term name="sociology">sociológia</term>-      <term name="science">veda</term>-      <term name="political_science">politické vedy</term>-      <term name="social_science">sociálne vedy</term>-      <term name="theology">teológia</term>-      <term name="zoology">zoológia</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>kniha</single>-         <multiple>knihy</multiple>-      </term>-      <term name="chapter">-         <single>kapitola</single>-         <multiple>kapitoly</multiple>-      </term>-      <term name="column">-         <single>stĺpec</single>-         <multiple>stĺpce</multiple>-      </term>-      <term name="figure">-         <single>obrázok</single>-         <multiple>obrázky</multiple>-      </term>-      <term name="folio">-         <single>list</single>-         <multiple>listy</multiple>-      </term>-      <term name="issue">-         <single>číslo</single>-         <multiple>čísla</multiple>-      </term>-      <term name="line">-         <single>riadok</single>-         <multiple>riadky</multiple>-      </term>-      <term name="note">-         <single>poznámka</single>-         <multiple>poznámky</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>strana</single>-         <multiple>strany</multiple>-      </term>-      <term name="paragraph">-         <single>odstavec</single>-         <multiple>odstavce</multiple>-      </term>-      <term name="part">-         <single>časť</single>-         <multiple>časti</multiple>-      </term>-      <term name="section">-         <single>sekcia</single>-         <multiple>sekcie</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verš</single>-         <multiple>verše</multiple>-      </term>-      <term name="volume">-         <single>ročník</single>-         <multiple>ročníky</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>kniha</single>+      <multiple>knihy</multiple>+    </term>+    <term name="chapter">+      <single>kapitola</single>+      <multiple>kapitoly</multiple>+    </term>+    <term name="column">+      <single>stĺpec</single>+      <multiple>stĺpce</multiple>+    </term>+    <term name="figure">+      <single>obrázok</single>+      <multiple>obrázky</multiple>+    </term>+    <term name="folio">+      <single>list</single>+      <multiple>listy</multiple>+    </term>+    <term name="issue">+      <single>číslo</single>+      <multiple>čísla</multiple>+    </term>+    <term name="line">+      <single>riadok</single>+      <multiple>riadky</multiple>+    </term>+    <term name="note">+      <single>poznámka</single>+      <multiple>poznámky</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>strana</single>+      <multiple>strany</multiple>+    </term>+    <term name="paragraph">+      <single>odstavec</single>+      <multiple>odstavce</multiple>+    </term>+    <term name="part">+      <single>časť</single>+      <multiple>časti</multiple>+    </term>+    <term name="section">+      <single>sekcia</single>+      <multiple>sekcie</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verš</single>+      <multiple>verše</multiple>+    </term>+    <term name="volume">+      <single>ročník</single>+      <multiple>ročníky</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">k</term>-      <term name="chapter" form="short">kap</term>-      <term name="column" form="short">stĺp</term>-      <term name="figure" form="short">obr</term>-      <term name="folio" form="short">l</term>-      <term name="issue" form="short">č</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>s</single>-         <multiple>s</multiple>-      </term>-      <term name="paragraph" form="short">par</term>-      <term name="part" form="short">č</term>-      <term name="section" form="short">sek</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>v</multiple>-      </term>-      <term name="volume" form="short">-         <single>roč</single>-         <multiple>roč</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">k</term>+    <term name="chapter" form="short">kap</term>+    <term name="column" form="short">stĺp</term>+    <term name="figure" form="short">obr</term>+    <term name="folio" form="short">l</term>+    <term name="issue" form="short">č</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>s</single>+      <multiple>s</multiple>+    </term>+    <term name="paragraph" form="short">par</term>+    <term name="part" form="short">č</term>+    <term name="section" form="short">sek</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>v</multiple>+    </term>+    <term name="volume" form="short">+      <single>roč</single>+      <multiple>roč</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editori</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>prekladateľ</single>-         <multiple>prekladatelia</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editori</multiple>+    </term>+    <term name="editorial-director">+      <single>zostavovateľ</single>+      <multiple>zostavovatelia</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>prekladateľ</single>+      <multiple>prekladatelia</multiple>+    </term>+    <term name="editortranslator">+      <single>zostavovateľ &amp; prekladateľ</single>+      <multiple>zostavovatelia &amp; prekladatelia</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>ed</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>prek</single>-         <multiple>prek</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed</single>+      <multiple>ed</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>zost.</single>+      <multiple>zost.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>prel</single>+      <multiple>prel</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">editoval</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">preložil</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">adresát</term>-      <term name="interviewer" form="verb">rozhovor urobil</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">zostavil</term>+    <term name="editorial-director" form="verb">zostavil</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">rozhovor urobil</term>+    <term name="recipient" form="verb">adresát</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">preložil</term>+    <term name="editortranslator" form="verb">zostavil &amp; preložil</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">prel</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">prel</term>+    <term name="editortranslator" form="verb-short">zost. &amp; prel.</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">január</term>-      <term name="month-02">február</term>-      <term name="month-03">marec</term>-      <term name="month-04">apríl</term>-      <term name="month-05">máj</term>-      <term name="month-06">jún</term>-      <term name="month-07">júl</term>-      <term name="month-08">august</term>-      <term name="month-09">september</term>-      <term name="month-10">október</term>-      <term name="month-11">november</term>-      <term name="month-12">december</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">január</term>+    <term name="month-02">február</term>+    <term name="month-03">marec</term>+    <term name="month-04">apríl</term>+    <term name="month-05">máj</term>+    <term name="month-06">jún</term>+    <term name="month-07">júl</term>+    <term name="month-08">august</term>+    <term name="month-09">september</term>+    <term name="month-10">október</term>+    <term name="month-11">november</term>+    <term name="month-12">december</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">jan</term>-      <term name="month-02" form="short">feb</term>-      <term name="month-03" form="short">mar</term>-      <term name="month-04" form="short">apr</term>-      <term name="month-05" form="short">máj</term>-      <term name="month-06" form="short">jún</term>-      <term name="month-07" form="short">júl</term>-      <term name="month-08" form="short">aug</term>-      <term name="month-09" form="short">sep</term>-      <term name="month-10" form="short">okt</term>-      <term name="month-11" form="short">nov</term>-      <term name="month-12" form="short">dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">jan</term>+    <term name="month-02" form="short">feb</term>+    <term name="month-03" form="short">mar</term>+    <term name="month-04" form="short">apr</term>+    <term name="month-05" form="short">máj</term>+    <term name="month-06" form="short">jún</term>+    <term name="month-07" form="short">júl</term>+    <term name="month-08" form="short">aug</term>+    <term name="month-09" form="short">sep</term>+    <term name="month-10" form="short">okt</term>+    <term name="month-11" form="short">nov</term>+    <term name="month-12" form="short">dec</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Jar</term>+    <term name="season-02">Leto</term>+    <term name="season-03">Jeseň</term>+    <term name="season-04">Zima</term>+  </terms> </locale>
locales/locales-sl-SI.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="sl">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" form="numeric-leading-zeros" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year" suffix="."/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-      <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-   </date>-   <terms>-      <term name="accessed">dostopano</term>-      <term name="and">in</term>-      <term name="and others">in drugi</term>-      <term name="anonymous">anonimni</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">pri</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">citirano</term>-      <term name="edition">-         <single>izdaja</single>-         <multiple>izdaje</multiple>-      </term>-      <term name="edition" form="short">iz</term>-      <term name="et-al">idr.</term>-      <term name="forthcoming">pred izidom</term>-      <term name="from">od</term>-      <term name="ibid">isto</term>-      <term name="in">v</term>-      <term name="in press">v tisku</term>-      <term name="internet">internet</term>-      <term name="interview">intervju</term>-      <term name="letter">pismo</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">b.d.</term>-      <term name="online">na spletu</term>-      <term name="presented at">predstavljeno na</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">pridobljeno</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="sl-SI">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" form="numeric-leading-zeros" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year" suffix="."/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+    <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+  </date>+  <terms>+    <term name="accessed">dostopano</term>+    <term name="and">in</term>+    <term name="and others">in drugi</term>+    <term name="anonymous">anonimni</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">pri</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">citirano</term>+    <term name="edition">+      <single>izdaja</single>+      <multiple>izdaje</multiple>+    </term>+    <term name="edition" form="short">iz</term>+    <term name="et-al">idr.</term>+    <term name="forthcoming">pred izidom</term>+    <term name="from">od</term>+    <term name="ibid">isto</term>+    <term name="in">v</term>+    <term name="in press">v tisku</term>+    <term name="internet">internet</term>+    <term name="interview">intervju</term>+    <term name="letter">pismo</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">b.d.</term>+    <term name="online">na spletu</term>+    <term name="presented at">predstavljeno na</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">pridobljeno</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">„</term>-      <term name="close-quote">“</term>-      <term name="open-inner-quote">‚</term>-      <term name="close-inner-quote">‘</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">‚</term>+    <term name="close-inner-quote">‘</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologija</term>-      <term name="astronomy">astronomija</term>-      <term name="biology">biologija</term>-      <term name="botany">botanika</term>-      <term name="chemistry">kemija</term>-      <term name="engineering">strojništvo</term>-      <term name="generic-base">splošno</term>-      <term name="geography">geografija</term>-      <term name="geology">geologija</term>-      <term name="history">zgodovina</term>-      <term name="humanities">humanistika</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literatura</term>-      <term name="math">matematika</term>-      <term name="medicine">medicina</term>-      <term name="philosophy">filozofija</term>-      <term name="physics">fizika</term>-      <term name="psychology">psihologija</term>-      <term name="sociology">sociologija</term>-      <term name="science">znanost</term>-      <term name="political_science">politologija</term>-      <term name="social_science">družbene vede</term>-      <term name="theology">teologija</term>-      <term name="zoology">zoologija</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>knjiga</single>-         <multiple>knjige</multiple>-      </term>-      <term name="chapter">-         <single>poglavje</single>-         <multiple>poglavja</multiple>-      </term>-      <term name="column">-         <single>stolpec</single>-         <multiple>stolpci</multiple>-      </term>-      <term name="figure">-         <single>slika</single>-         <multiple>slike</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folii</multiple>-      </term>-      <term name="issue">-         <single>številka</single>-         <multiple>številke</multiple>-      </term>-      <term name="line">-         <single>vrstica</single>-         <multiple>vrstice</multiple>-      </term>-      <term name="note">-         <single>opomba</single>-         <multiple>opombe</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>stran</single>-         <multiple>strani</multiple>-      </term>-      <term name="paragraph">-         <single>odstavek</single>-         <multiple>odstavki</multiple>-      </term>-      <term name="part">-         <single>del</single>-         <multiple>deli</multiple>-      </term>-      <term name="section">-         <single>odsek</single>-         <multiple>odseki</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verz</single>-         <multiple>verzi</multiple>-      </term>-      <term name="volume">-         <single>letnik</single>-         <multiple>letniki</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>knjiga</single>+      <multiple>knjige</multiple>+    </term>+    <term name="chapter">+      <single>poglavje</single>+      <multiple>poglavja</multiple>+    </term>+    <term name="column">+      <single>stolpec</single>+      <multiple>stolpci</multiple>+    </term>+    <term name="figure">+      <single>slika</single>+      <multiple>slike</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folii</multiple>+    </term>+    <term name="issue">+      <single>številka</single>+      <multiple>številke</multiple>+    </term>+    <term name="line">+      <single>vrstica</single>+      <multiple>vrstice</multiple>+    </term>+    <term name="note">+      <single>opomba</single>+      <multiple>opombe</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>stran</single>+      <multiple>strani</multiple>+    </term>+    <term name="paragraph">+      <single>odstavek</single>+      <multiple>odstavki</multiple>+    </term>+    <term name="part">+      <single>del</single>+      <multiple>deli</multiple>+    </term>+    <term name="section">+      <single>odsek</single>+      <multiple>odseki</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verz</single>+      <multiple>verzi</multiple>+    </term>+    <term name="volume">+      <single>letnik</single>+      <multiple>letniki</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">knj</term>-      <term name="chapter" form="short">pogl</term>-      <term name="column" form="short">sto</term>-      <term name="figure" form="short">sl</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">št</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>str</single>-         <multiple>str</multiple>-      </term>-      <term name="paragraph" form="short">odst</term>-      <term name="part" form="short">del</term>-      <term name="section" form="short">odsk</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>v</multiple>-      </term>-      <term name="volume" form="short">-         <single>let</single>-         <multiple>let</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">knj</term>+    <term name="chapter" form="short">pogl</term>+    <term name="column" form="short">sto</term>+    <term name="figure" form="short">sl</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">št</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>str</single>+      <multiple>str</multiple>+    </term>+    <term name="paragraph" form="short">odst</term>+    <term name="part" form="short">del</term>+    <term name="section" form="short">odsk</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>v</multiple>+    </term>+    <term name="volume" form="short">+      <single>let</single>+      <multiple>let</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>urednik</single>-         <multiple>uredniki</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>prevajalec</single>-         <multiple>prevajalci</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>urednik</single>+      <multiple>uredniki</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>prevajalec</single>+      <multiple>prevajalci</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ur</single>-         <multiple>ur</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>prev</single>-         <multiple>prev</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ur</single>+      <multiple>ur</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>prev</single>+      <multiple>prev</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">uredil</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">prevedel</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">za</term>-      <term name="interviewer" form="verb">intervjuval</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">uredil</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">intervjuval</term>+    <term name="recipient" form="verb">za</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">prevedel</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ur</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">prev</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ur</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">prev</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">januar</term>-      <term name="month-02">februar</term>-      <term name="month-03">marec</term>-      <term name="month-04">april</term>-      <term name="month-05">maj</term>-      <term name="month-06">junij</term>-      <term name="month-07">julij</term>-      <term name="month-08">avgust</term>-      <term name="month-09">september</term>-      <term name="month-10">oktober</term>-      <term name="month-11">november</term>-      <term name="month-12">december</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">januar</term>+    <term name="month-02">februar</term>+    <term name="month-03">marec</term>+    <term name="month-04">april</term>+    <term name="month-05">maj</term>+    <term name="month-06">junij</term>+    <term name="month-07">julij</term>+    <term name="month-08">avgust</term>+    <term name="month-09">september</term>+    <term name="month-10">oktober</term>+    <term name="month-11">november</term>+    <term name="month-12">december</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">jan</term>-      <term name="month-02" form="short">feb</term>-      <term name="month-03" form="short">mar</term>-      <term name="month-04" form="short">apr</term>-      <term name="month-05" form="short">maj</term>-      <term name="month-06" form="short">jun</term>-      <term name="month-07" form="short">jul</term>-      <term name="month-08" form="short">avg</term>-      <term name="month-09" form="short">sep</term>-      <term name="month-10" form="short">okt</term>-      <term name="month-11" form="short">nov</term>-      <term name="month-12" form="short">dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">jan</term>+    <term name="month-02" form="short">feb</term>+    <term name="month-03" form="short">mar</term>+    <term name="month-04" form="short">apr</term>+    <term name="month-05" form="short">maj</term>+    <term name="month-06" form="short">jun</term>+    <term name="month-07" form="short">jul</term>+    <term name="month-08" form="short">avg</term>+    <term name="month-09" form="short">sep</term>+    <term name="month-10" form="short">okt</term>+    <term name="month-11" form="short">nov</term>+    <term name="month-12" form="short">dec</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-sr-RS.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="sr">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" form="numeric-leading-zeros" suffix=". "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year" suffix="."/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-      <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-   </date>-   <terms>-      <term name="accessed">приступљено</term>-      <term name="and">и</term>-      <term name="and others">и остали</term>-      <term name="anonymous">анонимна</term>-      <term name="anonymous" form="short">анон.</term>-      <term name="at">на</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">цитирано</term>-      <term name="edition">-         <single>издање</single>-         <multiple>издања</multiple>-      </term>-      <term name="edition" form="short">изд.</term>-      <term name="et-al">и остали</term>-      <term name="forthcoming">долазећи</term>-      <term name="from">од</term>-      <term name="ibid">ibid.</term>-      <term name="in">у</term>-      <term name="in press">у штампи</term>-      <term name="internet">Интернет</term>-      <term name="interview">интервју</term>-      <term name="letter">писмо</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">без датума</term>-      <term name="online">на Интернету</term>-      <term name="presented at">представљено на</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">преузето</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="sr-RS">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" form="numeric-leading-zeros" suffix=". "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year" suffix="."/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+    <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+  </date>+  <terms>+    <term name="accessed">приступљено</term>+    <term name="and">и</term>+    <term name="and others">и остали</term>+    <term name="anonymous">анонимна</term>+    <term name="anonymous" form="short">анон.</term>+    <term name="at">на</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">цитирано</term>+    <term name="edition">+      <single>издање</single>+      <multiple>издања</multiple>+    </term>+    <term name="edition" form="short">изд.</term>+    <term name="et-al">и остали</term>+    <term name="forthcoming">долазећи</term>+    <term name="from">од</term>+    <term name="ibid">ibid.</term>+    <term name="in">у</term>+    <term name="in press">у штампи</term>+    <term name="internet">Интернет</term>+    <term name="interview">интервју</term>+    <term name="letter">писмо</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">без датума</term>+    <term name="online">на Интернету</term>+    <term name="presented at">представљено на</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">преузето</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">„</term>-      <term name="close-quote">“</term>-      <term name="open-inner-quote">‚</term>-      <term name="close-inner-quote">‘</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">„</term>+    <term name="close-quote">“</term>+    <term name="open-inner-quote">‚</term>+    <term name="close-inner-quote">‘</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">антропологија</term>-      <term name="astronomy">астрономија</term>-      <term name="biology">биологија</term>-      <term name="botany">ботаника</term>-      <term name="chemistry">хемија</term>-      <term name="engineering">инжињерство</term>-      <term name="generic-base">уопштена основа</term>-      <term name="geography">географија</term>-      <term name="geology">геологија</term>-      <term name="history">историја</term>-      <term name="humanities">култура и уметност</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">литература</term>-      <term name="math">математика</term>-      <term name="medicine">медицина</term>-      <term name="philosophy">филозофија</term>-      <term name="physics">физика</term>-      <term name="psychology">психологија</term>-      <term name="sociology">социологија</term>-      <term name="science">наука</term>-      <term name="political_science">политичка наука</term>-      <term name="social_science">друштвена наука</term>-      <term name="theology">теологија</term>-      <term name="zoology">зоологија</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>књига</single>-         <multiple>књиге</multiple>-      </term>-      <term name="chapter">-         <single>поглавље</single>-         <multiple>поглавља</multiple>-      </term>-      <term name="column">-         <single>колона</single>-         <multiple>колоне</multiple>-      </term>-      <term name="figure">-         <single>цртеж</single>-         <multiple>цртежи</multiple>-      </term>-      <term name="folio">-         <single>фолио</single>-         <multiple>фолији</multiple>-      </term>-      <term name="issue">-         <single>број</single>-         <multiple>бројеви</multiple>-      </term>-      <term name="line">-         <single>линија</single>-         <multiple>линије</multiple>-      </term>-      <term name="note">-         <single>белешка</single>-         <multiple>белешке</multiple>-      </term>-      <term name="opus">-         <single>опус</single>-         <multiple>опера</multiple>-      </term>-      <term name="page">-         <single>страница</single>-         <multiple>странице</multiple>-      </term>-      <term name="paragraph">-         <single>параграф</single>-         <multiple>параграфи</multiple>-      </term>-      <term name="part">-         <single>део</single>-         <multiple>делова</multiple>-      </term>-      <term name="section">-         <single>одељак</single>-         <multiple>одељака</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>строфа</single>-         <multiple>строфе</multiple>-      </term>-      <term name="volume">-         <single>том</single>-         <multiple>томова</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>књига</single>+      <multiple>књиге</multiple>+    </term>+    <term name="chapter">+      <single>поглавље</single>+      <multiple>поглавља</multiple>+    </term>+    <term name="column">+      <single>колона</single>+      <multiple>колоне</multiple>+    </term>+    <term name="figure">+      <single>цртеж</single>+      <multiple>цртежи</multiple>+    </term>+    <term name="folio">+      <single>фолио</single>+      <multiple>фолији</multiple>+    </term>+    <term name="issue">+      <single>број</single>+      <multiple>бројеви</multiple>+    </term>+    <term name="line">+      <single>линија</single>+      <multiple>линије</multiple>+    </term>+    <term name="note">+      <single>белешка</single>+      <multiple>белешке</multiple>+    </term>+    <term name="opus">+      <single>опус</single>+      <multiple>опера</multiple>+    </term>+    <term name="page">+      <single>страница</single>+      <multiple>странице</multiple>+    </term>+    <term name="paragraph">+      <single>параграф</single>+      <multiple>параграфи</multiple>+    </term>+    <term name="part">+      <single>део</single>+      <multiple>делова</multiple>+    </term>+    <term name="section">+      <single>одељак</single>+      <multiple>одељака</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>строфа</single>+      <multiple>строфе</multiple>+    </term>+    <term name="volume">+      <single>том</single>+      <multiple>томова</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">књига</term>-      <term name="chapter" form="short">Пог.</term>-      <term name="column" form="short">кол.</term>-      <term name="figure" form="short">црт.</term>-      <term name="folio" form="short">фолио</term>-      <term name="issue" form="short">изд.</term>-      <term name="opus" form="short">оп.</term>-      <term name="page" form="short">-         <single>стр.</single>-         <multiple>стр.</multiple>-      </term>-      <term name="paragraph" form="short">пар.</term>-      <term name="part" form="short">део</term>-      <term name="section" form="short">од.</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>стр.</single>-         <multiple>стр.</multiple>-      </term>-      <term name="volume" form="short">-         <single>том</single>-         <multiple>томови</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">књига</term>+    <term name="chapter" form="short">Пог.</term>+    <term name="column" form="short">кол.</term>+    <term name="figure" form="short">црт.</term>+    <term name="folio" form="short">фолио</term>+    <term name="issue" form="short">изд.</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">оп.</term>+    <term name="page" form="short">+      <single>стр.</single>+      <multiple>стр.</multiple>+    </term>+    <term name="paragraph" form="short">пар.</term>+    <term name="part" form="short">део</term>+    <term name="section" form="short">од.</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>стр.</single>+      <multiple>стр.</multiple>+    </term>+    <term name="volume" form="short">+      <single>том</single>+      <multiple>томови</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>уредник</single>-         <multiple>урединици</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>преводилац</single>-         <multiple>преводиоци</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>уредник</single>+      <multiple>урединици</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>преводилац</single>+      <multiple>преводиоци</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ур.</single>-         <multiple>ур.</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>прев.</single>-         <multiple>прев.</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ур.</single>+      <multiple>ур.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>прев.</single>+      <multiple>прев.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">уредио</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">превео</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">прима</term>-      <term name="interviewer" form="verb">интервјуисао</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">уредио</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">интервјуисао</term>+    <term name="recipient" form="verb">прима</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">превео</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ур.</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">прев.</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ур.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">прев.</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Јануар</term>-      <term name="month-02">Фебруар</term>-      <term name="month-03">Март</term>-      <term name="month-04">Април</term>-      <term name="month-05">Мај</term>-      <term name="month-06">Јуни</term>-      <term name="month-07">Јули</term>-      <term name="month-08">Август</term>-      <term name="month-09">Септембар</term>-      <term name="month-10">Октобар</term>-      <term name="month-11">Новембар</term>-      <term name="month-12">Децембар</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Јануар</term>+    <term name="month-02">Фебруар</term>+    <term name="month-03">Март</term>+    <term name="month-04">Април</term>+    <term name="month-05">Мај</term>+    <term name="month-06">Јуни</term>+    <term name="month-07">Јули</term>+    <term name="month-08">Август</term>+    <term name="month-09">Септембар</term>+    <term name="month-10">Октобар</term>+    <term name="month-11">Новембар</term>+    <term name="month-12">Децембар</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Јан.</term>-      <term name="month-02" form="short">Феб.</term>-      <term name="month-03" form="short">Март</term>-      <term name="month-04" form="short">Апр.</term>-      <term name="month-05" form="short">Мај</term>-      <term name="month-06" form="short">Јуни</term>-      <term name="month-07" form="short">Јули</term>-      <term name="month-08" form="short">Авг.</term>-      <term name="month-09" form="short">Сеп.</term>-      <term name="month-10" form="short">Окт.</term>-      <term name="month-11" form="short">Нов.</term>-      <term name="month-12" form="short">Дец.</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Јан.</term>+    <term name="month-02" form="short">Феб.</term>+    <term name="month-03" form="short">Март</term>+    <term name="month-04" form="short">Апр.</term>+    <term name="month-05" form="short">Мај</term>+    <term name="month-06" form="short">Јуни</term>+    <term name="month-07" form="short">Јули</term>+    <term name="month-08" form="short">Авг.</term>+    <term name="month-09" form="short">Сеп.</term>+    <term name="month-10" form="short">Окт.</term>+    <term name="month-11" form="short">Нов.</term>+    <term name="month-12" form="short">Дец.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-sv-SE.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="sv">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" form="numeric-leading-zeros" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-      <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>-   </date>-   <terms>-      <term name="accessed">åtkomstdatum</term>-      <term name="and">och</term>-      <term name="and others">och andra</term>-      <term name="anonymous">anonym</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">vid</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">citerad</term>-      <term name="edition">-         <single>upplaga</single>-         <multiple>upplagor</multiple>-      </term>-      <term name="edition" form="short">uppl</term>-      <term name="et-al">m.fl.</term>-      <term name="forthcoming">kommande</term>-      <term name="from">från</term>-      <term name="ibid">ibid.</term>-      <term name="in">i</term>-      <term name="in press">i tryck</term>-      <term name="internet">internet</term>-      <term name="interview">intervju</term>-      <term name="letter">brev</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">nd</term>-      <term name="online">online</term>-      <term name="presented at">presenterad vid</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">hämtad</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="sv-SE">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" form="numeric-leading-zeros" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+    <date-part name="day" form="numeric-leading-zeros" prefix="-" range-delimiter="/"/>+  </date>+  <terms>+    <term name="accessed">åtkomstdatum</term>+    <term name="and">och</term>+    <term name="and others">och andra</term>+    <term name="anonymous">anonym</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">vid</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">citerad</term>+    <term name="edition">+      <single>upplaga</single>+      <multiple>upplagor</multiple>+    </term>+    <term name="edition" form="short">uppl</term>+    <term name="et-al">m.fl.</term>+    <term name="forthcoming">kommande</term>+    <term name="from">från</term>+    <term name="ibid">ibid.</term>+    <term name="in">i</term>+    <term name="in press">i tryck</term>+    <term name="internet">internet</term>+    <term name="interview">intervju</term>+    <term name="letter">brev</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">nd</term>+    <term name="online">online</term>+    <term name="presented at">presenterad vid</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">hämtad</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">”</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">’</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">”</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">’</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropologi</term>-      <term name="astronomy">astronomi</term>-      <term name="biology">biologi</term>-      <term name="botany">botanik</term>-      <term name="chemistry">kemi</term>-      <term name="engineering">teknik</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geografi</term>-      <term name="geology">geologi</term>-      <term name="history">historia</term>-      <term name="humanities">humaniora</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">litteraturvetenskap</term>-      <term name="math">matematik</term>-      <term name="medicine">medicin</term>-      <term name="philosophy">filosofi</term>-      <term name="physics">fysik</term>-      <term name="psychology">psykologi</term>-      <term name="sociology">sociologi</term>-      <term name="science">vetenskap</term>-      <term name="political_science">statsvetenskap</term>-      <term name="social_science">samhällsvetenskap</term>-      <term name="theology">teologi</term>-      <term name="zoology">zoologi</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>bok</single>-         <multiple>böcker</multiple>-      </term>-      <term name="chapter">-         <single>kapitel</single>-         <multiple>kapitel</multiple>-      </term>-      <term name="column">-         <single>kolumn</single>-         <multiple>kolumner</multiple>-      </term>-      <term name="figure">-         <single>figur</single>-         <multiple>figurer</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>nummer</single>-         <multiple>nummer</multiple>-      </term>-      <term name="line">-         <single>rad</single>-         <multiple>rader</multiple>-      </term>-      <term name="note">-         <single>not</single>-         <multiple>noter</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>sida</single>-         <multiple>sidor</multiple>-      </term>-      <term name="paragraph">-         <single>stycke</single>-         <multiple>stycken</multiple>-      </term>-      <term name="part">-         <single>dek</single>-         <multiple>delar</multiple>-      </term>-      <term name="section">-         <single>avsnitt</single>-         <multiple>avsnitt</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>vers</single>-         <multiple>verser</multiple>-      </term>-      <term name="volume">-         <single>volym</single>-         <multiple>volumer</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>bok</single>+      <multiple>böcker</multiple>+    </term>+    <term name="chapter">+      <single>kapitel</single>+      <multiple>kapitel</multiple>+    </term>+    <term name="column">+      <single>kolumn</single>+      <multiple>kolumner</multiple>+    </term>+    <term name="figure">+      <single>figur</single>+      <multiple>figurer</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>nummer</single>+      <multiple>nummer</multiple>+    </term>+    <term name="line">+      <single>rad</single>+      <multiple>rader</multiple>+    </term>+    <term name="note">+      <single>not</single>+      <multiple>noter</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>sida</single>+      <multiple>sidor</multiple>+    </term>+    <term name="paragraph">+      <single>stycke</single>+      <multiple>stycken</multiple>+    </term>+    <term name="part">+      <single>dek</single>+      <multiple>delar</multiple>+    </term>+    <term name="section">+      <single>avsnitt</single>+      <multiple>avsnitt</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>vers</single>+      <multiple>verser</multiple>+    </term>+    <term name="volume">+      <single>volym</single>+      <multiple>volumer</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bok</term>-      <term name="chapter" form="short">kap</term>-      <term name="column" form="short">kol</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">num</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>s</single>-         <multiple>ss</multiple>-      </term>-      <term name="paragraph" form="short">st</term>-      <term name="part" form="short">del</term>-      <term name="section" form="short">avs</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>vers</single>-         <multiple>verser</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bok</term>+    <term name="chapter" form="short">kap</term>+    <term name="column" form="short">kol</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">num</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>s</single>+      <multiple>ss</multiple>+    </term>+    <term name="paragraph" form="short">st</term>+    <term name="part" form="short">del</term>+    <term name="section" form="short">avs</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>vers</single>+      <multiple>verser</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>redaktör</single>-         <multiple>redaktörer</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>översättare</single>-         <multiple>översättare</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>redaktör</single>+      <multiple>redaktörer</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>översättare</single>+      <multiple>översättare</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>red</single>-         <multiple>reds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>övers</single>-         <multiple>övers</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>red</single>+      <multiple>reds</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>övers</single>+      <multiple>övers</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">redigerad av</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">översatt av</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">till</term>-      <term name="interviewer" form="verb">intervju av</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">redigerad av</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">intervju av</term>+    <term name="recipient" form="verb">till</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">översatt av</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">red</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">övers</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">red</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">övers</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Januari</term>-      <term name="month-02">Februari</term>-      <term name="month-03">Mars</term>-      <term name="month-04">April</term>-      <term name="month-05">Maj</term>-      <term name="month-06">Juni</term>-      <term name="month-07">Juli</term>-      <term name="month-08">Augusti</term>-      <term name="month-09">September</term>-      <term name="month-10">Oktober</term>-      <term name="month-11">November</term>-      <term name="month-12">December</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Januari</term>+    <term name="month-02">Februari</term>+    <term name="month-03">Mars</term>+    <term name="month-04">April</term>+    <term name="month-05">Maj</term>+    <term name="month-06">Juni</term>+    <term name="month-07">Juli</term>+    <term name="month-08">Augusti</term>+    <term name="month-09">September</term>+    <term name="month-10">Oktober</term>+    <term name="month-11">November</term>+    <term name="month-12">December</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">Maj</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Okt</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan</term>+    <term name="month-02" form="short">Feb</term>+    <term name="month-03" form="short">Mar</term>+    <term name="month-04" form="short">Apr</term>+    <term name="month-05" form="short">Maj</term>+    <term name="month-06" form="short">Jun</term>+    <term name="month-07" form="short">Jul</term>+    <term name="month-08" form="short">Aug</term>+    <term name="month-09" form="short">Sep</term>+    <term name="month-10" form="short">Okt</term>+    <term name="month-11" form="short">Nov</term>+    <term name="month-12" form="short">Dec</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-th-TH.xml view
@@ -1,304 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="th">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">accessed</term>-      <term name="and">and</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">forthcoming</term>-      <term name="from">from</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">n.d.</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">retrieved</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="th-TH">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">สืบค้น</term>+    <term name="and">และ</term>+    <term name="and others">และคณะ</term>+    <term name="anonymous">นิรนาม</term>+    <term name="anonymous" form="short">นิรนาม</term>+    <term name="at">ที่</term>+    <term name="available at">available at</term>+    <term name="by">โดย</term>+    <term name="circa">โดยประมาณ</term>+    <term name="circa" form="short">ประมาณ</term>+    <term name="cited">อ้างถึง</term>+    <term name="edition">+      <single>พิมพ์ครั้งที่</single>+      <multiple>พิมพ์ครั้งที่</multiple>+    </term>+    <term name="edition" form="short">พิมพ์ครั้งที่</term>+    <term name="et-al">และคณะ</term>+    <term name="forthcoming">เต็มใจให้ข้อมูล</term>+    <term name="from">จาก</term>+    <term name="ibid"> ในที่เดียวกัน</term>+    <term name="in">ใน</term>+    <term name="in press">กำลังรอตีพิมพ์</term>+    <term name="internet">อินเทอร์เน็ต</term>+    <term name="interview">การสัมภาษณ์</term>+    <term name="letter">จดหมาย</term>+    <term name="no date">ไม่ปรากฏปีที่พิมพ์</term>+    <term name="no date" form="short">ม.ป.ป.</term>+    <term name="online">ออนไลน์</term>+    <term name="presented at">นำเสนอที่</term>+    <term name="reference">+      <single>เอกสารอ้างอิง</single>+      <multiple>เอกสารอ้างอิง</multiple>+    </term>+    <term name="reference" form="short">+      <single>อ้างอิง</single>+      <multiple>อ้างอิง</multiple>+    </term>+    <term name="retrieved">สืบค้น</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">“</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">ค.ศ.</term>+    <term name="bc">พ.ศ.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal"/> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">หนึ่ง</term>+    <term name="long-ordinal-02">สอง</term>+    <term name="long-ordinal-03">สาม</term>+    <term name="long-ordinal-04">สี่</term>+    <term name="long-ordinal-05">ห้า</term>+    <term name="long-ordinal-06">หก</term>+    <term name="long-ordinal-07">เจ็ด</term>+    <term name="long-ordinal-08">แปด</term>+    <term name="long-ordinal-09">เก้า</term>+    <term name="long-ordinal-10">สิบ</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>line</single>-         <multiple>lines</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>page</single>-         <multiple>pages</multiple>-      </term>-      <term name="paragraph">-         <single>paragraph</single>-         <multiple>paragraph</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>หนังสือ</single>+      <multiple>หนังสือ</multiple>+    </term>+    <term name="chapter">+      <single>บทที่</single>+      <multiple>บทที่</multiple>+    </term>+    <term name="column">+      <single>สดมภ์</single>+      <multiple>สดมภ์</multiple>+    </term>+    <term name="figure">+      <single>รูปภาพ</single>+      <multiple>รูปภาพ</multiple>+    </term>+    <term name="folio">+      <single>หน้า</single>+      <multiple>หน้า</multiple>+    </term>+    <term name="issue">+      <single>ฉบับที่</single>+      <multiple>ฉบับที่</multiple>+    </term>+    <term name="line">+      <single>บรรทัดที่</single>+      <multiple>บรรทัดที่</multiple>+    </term>+    <term name="note">+      <single>บันทึก</single>+      <multiple>บันทึก</multiple>+    </term>+    <term name="opus">+      <single>บทประพันธ์</single>+      <multiple>บทประพันธ์</multiple>+    </term>+    <term name="page">+      <single>หน้า</single>+      <multiple>หน้า</multiple>+    </term>+    <term name="paragraph">+      <single>ย่อหน้า</single>+      <multiple>ย่อหน้า</multiple>+    </term>+    <term name="part">+      <single>ส่วนย่อย</single>+      <multiple>ส่วนย่อย</multiple>+    </term>+    <term name="section">+      <single>หมวด</single>+      <multiple>หมวด</multiple>+    </term>+    <term name="sub verbo">+      <single>ใต้คำ</single>+      <multiple>ใต้คำ</multiple>+    </term>+    <term name="verse">+      <single>ร้อยกรอง</single>+      <multiple>ร้อยกรอง</multiple>+    </term>+    <term name="volume">+      <single>ปีที่</single>+      <multiple>ปีที่</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">no</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>pp</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">หนังสือ</term>+    <term name="chapter" form="short">บทที่</term>+    <term name="column" form="short">สดมภ์</term>+    <term name="figure" form="short">รูปภาพ</term>+    <term name="folio" form="short">หน้า</term>+    <term name="issue" form="short">ฉบับที่</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">บทประพันธ์</term>+    <term name="page" form="short">+      <single>น.</single>+      <multiple>น.</multiple>+    </term>+    <term name="paragraph" form="short">ย่อหน้า</term>+    <term name="part" form="short">ส่วนย่อย</term>+    <term name="section" form="short">หมวด</term>+    <term name="sub verbo" form="short">+      <single>ใต้คำ</single>+      <multiple>ใต้คำ</multiple>+    </term>+    <term name="verse" form="short">+      <single>ร้อยกรอง</single>+      <multiple>ร้อยกรอง</multiple>+    </term>+    <term name="volume" form="short">+      <single>ปี</single>+      <multiple>ปี</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>translator</single>-         <multiple>translators</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>บรรณาธิการ</single>+      <multiple>บรรณาธิการ</multiple>+    </term>+    <term name="editorial-director">+      <single>ผู้อำนวยการบทบรรณาธิการ</single>+      <multiple>ผู้อำนวยการบทบรรณาธิการ</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>ผู้แปล</single>+      <multiple>ผู้แปล</multiple>+    </term>+    <term name="editortranslator">+      <single>บรรณาธิการและผู้แปล</single>+      <multiple>บรรณาธิการและผู้แปล</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>eds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>tran</single>-         <multiple>trans</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>บ.ก.</single>+      <multiple>บ.ก.</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ผอ.บทบรรณาธิการ</single>+      <multiple>ผอ.บทบรรณาธิการ</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>ผู้แปล</single>+      <multiple>ผู้แปล</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>บ.ก.</single>+      <multiple>บ.ก.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">edited by</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">translated by</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">เรียบเรียงโดย</term>+    <term name="editorial-director" form="verb">เรียบเรียงโดย</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">สัมภาษณ์โดย</term>+    <term name="recipient" form="verb">ถึง</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">แปลโดย</term>+    <term name="editortranslator" form="verb">แปลและเรียบเรียงโดย</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">โดย</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">โดย</term>+    <term name="editorial-director" form="verb-short">โดย</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">แปล</term>+    <term name="editortranslator" form="verb-short">แปลและเรียบเรียงโดย</term> -      <!-- LONG MONTH FORMS -->-      <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>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">มกราคม</term>+    <term name="month-02">กุมภาพันธ์</term>+    <term name="month-03">มีนาคม</term>+    <term name="month-04">เมษายน</term>+    <term name="month-05">พฤษภาคม</term>+    <term name="month-06">มิถุนายน</term>+    <term name="month-07">กรกฎาคม</term>+    <term name="month-08">สิงหาคม</term>+    <term name="month-09">กันยายน</term>+    <term name="month-10">ตุลาคาม</term>+    <term name="month-11">พฤศจิกายน</term>+    <term name="month-12">ธันวาคม</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">May</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Oct</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">ม.ค.</term>+    <term name="month-02" form="short">ก.พ.</term>+    <term name="month-03" form="short">มี.ค.</term>+    <term name="month-04" form="short">เม.ย.</term>+    <term name="month-05" form="short">พ.ค.</term>+    <term name="month-06" form="short">มิ.ย.</term>+    <term name="month-07" form="short">ก.ค.</term>+    <term name="month-08" form="short">ส.ค.</term>+    <term name="month-09" form="short">ก.ย.</term>+    <term name="month-10" form="short">ต.ค.</term>+    <term name="month-11" form="short">พ.ย.</term>+    <term name="month-12" form="short">ธ.ค.</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">ฤดูใบไม้ผลิ</term>+    <term name="season-02">ฤดูร้อน</term>+    <term name="season-03">ฤดูใบไม้ร่วง</term>+    <term name="season-04">ฤดูหนาว</term>+  </terms> </locale>
locales/locales-tr-TR.xml view
@@ -1,305 +1,298 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="tr">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" form="numeric-leading-zeros" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">erişildi</term>-      <term name="and">ve</term>-      <term name="and others">ve diğ.</term>-      <term name="anonymous">isimsiz</term>-      <term name="anonymous" form="short">isimsiz</term>-      <term name="at">de</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">kaynak</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">ve diğ.</term>-      <term name="forthcoming">gelecek</term>-      <term name="from">den</term>-      <term name="ibid">ibid.</term>-      <term name="in">içinde</term>-      <term name="in press">basımda</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">tarih yok</term>-      <term name="online">çevrimiçi</term>-      <term name="presented at">sunulan</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">erişildi</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="tr-TR">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" form="numeric-leading-zeros" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">erişildi</term>+    <term name="and">ve</term>+    <term name="and others">ve diğerleri</term>+    <term name="anonymous">anonim</term>+    <term name="anonymous" form="short">anonim</term>+    <term name="at">de</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">kaynak</term>+    <term name="edition">+      <single>baskı</single>+      <multiple>baskı</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">ve diğerleri</term>+    <term name="forthcoming">gelecek</term>+    <term name="from">adresinden erişildi</term>+    <term name="ibid">ibid.</term>+    <term name="in">içinde</term>+    <term name="in press">basımda</term>+    <term name="internet">internet</term>+    <term name="interview">kişisel iletişim</term>+    <term name="letter">mektup</term>+    <term name="no date">tarih yok</term>+    <term name="no date" form="short">y.y.</term>+    <term name="online">çevrimiçi</term>+    <term name="presented at">sunulan</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">tarihinde</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">‹</term>-      <term name="close-inner-quote">›</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">M.S</term>+    <term name="bc">M.Ö.</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">‹</term>+    <term name="close-inner-quote">›</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">.</term> -      <!-- CATEGORIES -->-      <term name="anthropology">antropoloji</term>-      <term name="astronomy">astronomi</term>-      <term name="biology">biyoloji</term>-      <term name="botany">botanik</term>-      <term name="chemistry">kimya</term>-      <term name="engineering">mühendislik</term>-      <term name="generic-base">generic-base</term>-      <term name="geography">coğrafya</term>-      <term name="geology">jeoloji</term>-      <term name="history">tarih</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">edebiyat</term>-      <term name="math">matematik</term>-      <term name="medicine">tıp</term>-      <term name="philosophy">felsefe</term>-      <term name="physics">fizik</term>-      <term name="psychology">pisikoloji</term>-      <term name="sociology">sosyoloji</term>-      <term name="science">bilim</term>-      <term name="political_science">siyaset bilimi</term>-      <term name="social_science">sosyal bilimler</term>-      <term name="theology">din bilimi</term>-      <term name="zoology">hayvanbilimi</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">birinci</term>+    <term name="long-ordinal-02">ikinci</term>+    <term name="long-ordinal-03">üçüncü</term>+    <term name="long-ordinal-04">dördüncü</term>+    <term name="long-ordinal-05">beşinci</term>+    <term name="long-ordinal-06">altıncı</term>+    <term name="long-ordinal-07">yedinci</term>+    <term name="long-ordinal-08">sekizinci</term>+    <term name="long-ordinal-09">dokuzuncu</term>+    <term name="long-ordinal-10">onuncu</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>kitap</single>-         <multiple>kitaplar</multiple>-      </term>-      <term name="chapter">-         <single>bölüm</single>-         <multiple>bölümler</multiple>-      </term>-      <term name="column">-         <single>sütun</single>-         <multiple>sütunlar</multiple>-      </term>-      <term name="figure">-         <single>şekil</single>-         <multiple>şekiller</multiple>-      </term>-      <term name="folio">-         <single>folyo</single>-         <multiple>folyo</multiple>-      </term>-      <term name="issue">-         <single>sayı</single>-         <multiple>sayılar</multiple>-      </term>-      <term name="line">-         <single>satır</single>-         <multiple>satırlar</multiple>-      </term>-      <term name="note">-         <single>not</single>-         <multiple>notlar</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>sayfa</single>-         <multiple>sayfalar</multiple>-      </term>-      <term name="paragraph">-         <single>paragraf</single>-         <multiple>paragraflar</multiple>-      </term>-      <term name="part">-         <single>kısım</single>-         <multiple>kısımlar</multiple>-      </term>-      <term name="section">-         <single>bölüm</single>-         <multiple>bölümler</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>dize</single>-         <multiple>dizeler</multiple>-      </term>-      <term name="volume">-         <single>cilt</single>-         <multiple>ciltler</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>kitap</single>+      <multiple>kitaplar</multiple>+    </term>+    <term name="chapter">+      <single>bölüm</single>+      <multiple>bölümler</multiple>+    </term>+    <term name="column">+      <single>sütun</single>+      <multiple>sütunlar</multiple>+    </term>+    <term name="figure">+      <single>şekil</single>+      <multiple>şekiller</multiple>+    </term>+    <term name="folio">+      <single>folyo</single>+      <multiple>folyo</multiple>+    </term>+    <term name="issue">+      <single>sayı</single>+      <multiple>sayılar</multiple>+    </term>+    <term name="line">+      <single>satır</single>+      <multiple>satırlar</multiple>+    </term>+    <term name="note">+      <single>not</single>+      <multiple>notlar</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>sayfa</single>+      <multiple>sayfalar</multiple>+    </term>+    <term name="paragraph">+      <single>paragraf</single>+      <multiple>paragraflar</multiple>+    </term>+    <term name="part">+      <single>kısım</single>+      <multiple>kısımlar</multiple>+    </term>+    <term name="section">+      <single>bölüm</single>+      <multiple>bölümler</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>dize</single>+      <multiple>dizeler</multiple>+    </term>+    <term name="volume">+      <single>cilt</single>+      <multiple>ciltler</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">kit</term>-      <term name="chapter" form="short">böl</term>-      <term name="column" form="short">süt</term>-      <term name="figure" form="short">şek</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">sayı</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>s</single>-         <multiple>ss</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">kıs</term>-      <term name="section" form="short">böl</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">kit</term>+    <term name="chapter" form="short">böl</term>+    <term name="column" form="short">süt</term>+    <term name="figure" form="short">şek</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">sayı</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>s</single>+      <multiple>ss</multiple>+    </term>+    <term name="paragraph" form="short">par</term>+    <term name="part" form="short">kıs</term>+    <term name="section" form="short">böl</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>c</single>+      <multiple>c</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editör</single>-         <multiple>editörler</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>çevirmen</single>-         <multiple>çevirmenler</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editör</single>+      <multiple>editörler</multiple>+    </term>+    <term name="editorial-director">+      <single>editör</single>+      <multiple>editör</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>çeviren</single>+      <multiple>çevirenler</multiple>+    </term>+    <term name="editortranslator">+      <single>editör &amp; çeviren</single>+      <multiple>editörler &amp; çevirenler</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>ed</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>çev</single>-         <multiple>çev</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed</single>+      <multiple>ed</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>ed.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>çev.</single>+      <multiple>çev.</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; çev.</single>+      <multiple>ed. &amp; çev.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">editör</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">çeviren</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">Röportaj yapan</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">editör</term>+    <term name="editorial-director" form="verb">düzenleyen</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">Röportaj yapan</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">çeviren</term>+    <term name="editortranslator" form="verb">düzenleyen &amp; çeviren by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">çev</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short"/>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed.</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">çev.</term>+    <term name="editortranslator" form="verb-short">ed. &amp; çev.</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Ocak</term>-      <term name="month-02">Şubat</term>-      <term name="month-03">Mart</term>-      <term name="month-04">Nisan</term>-      <term name="month-05">Mayıs</term>-      <term name="month-06">Haziran</term>-      <term name="month-07">Temmuz</term>-      <term name="month-08">Ağustos</term>-      <term name="month-09">Eylül</term>-      <term name="month-10">Ekim</term>-      <term name="month-11">Kasım</term>-      <term name="month-12">Aralık</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Ocak</term>+    <term name="month-02">Şubat</term>+    <term name="month-03">Mart</term>+    <term name="month-04">Nisan</term>+    <term name="month-05">Mayıs</term>+    <term name="month-06">Haziran</term>+    <term name="month-07">Temmuz</term>+    <term name="month-08">Ağustos</term>+    <term name="month-09">Eylül</term>+    <term name="month-10">Ekim</term>+    <term name="month-11">Kasım</term>+    <term name="month-12">Aralık</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Oca</term>-      <term name="month-02" form="short">Şub</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Nis</term>-      <term name="month-05" form="short">May</term>-      <term name="month-06" form="short">Haz</term>-      <term name="month-07" form="short">Tem</term>-      <term name="month-08" form="short">Ağu</term>-      <term name="month-09" form="short">Eyl</term>-      <term name="month-10" form="short">Eki</term>-      <term name="month-11" form="short">Kas</term>-      <term name="month-12" form="short">Ara</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Oca</term>+    <term name="month-02" form="short">Şub</term>+    <term name="month-03" form="short">Mar</term>+    <term name="month-04" form="short">Nis</term>+    <term name="month-05" form="short">May</term>+    <term name="month-06" form="short">Haz</term>+    <term name="month-07" form="short">Tem</term>+    <term name="month-08" form="short">Ağu</term>+    <term name="month-09" form="short">Eyl</term>+    <term name="month-10" form="short">Eki</term>+    <term name="month-11" form="short">Kas</term>+    <term name="month-12" form="short">Ara</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Bahar</term>+    <term name="season-02">Yaz</term>+    <term name="season-03">Sonbahar</term>+    <term name="season-04">Kış</term>+  </terms> </locale>
locales/locales-uk-UA.xml view
@@ -1,306 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="uk">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" form="numeric-leading-zeros" suffix=", "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">accessed</term>-      <term name="and">і</term>-      <term name="and others">та інші</term>-      <term name="anonymous">анонімний</term>-      <term name="anonymous" form="short">анон.</term>-      <term name="at">на</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">forthcoming</term>-      <term name="from">із</term>-      <term name="ibid">ibid.</term>-      <term name="in">в</term>-      <term name="in press">у пресі</term>-      <term name="internet">інтернет</term>-      <term name="interview">інтервю</term>-      <term name="letter">лист</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">n.d.</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">retrieved</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="uk-UA">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" form="numeric-leading-zeros" suffix=", "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">accessed</term>+    <term name="and">і</term>+    <term name="and others">та інші</term>+    <term name="anonymous">анонімний</term>+    <term name="anonymous" form="short">анон.</term>+    <term name="at">на</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">forthcoming</term>+    <term name="from">із</term>+    <term name="ibid">ibid.</term>+    <term name="in">в</term>+    <term name="in press">у пресі</term>+    <term name="internet">інтернет</term>+    <term name="interview">інтервю</term>+    <term name="letter">лист</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">n.d.</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">retrieved</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <!-- (Single quote added without authority) -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">антропологія</term>-      <term name="astronomy">астрономія</term>-      <term name="biology">біологія</term>-      <term name="botany">ботаніка</term>-      <term name="chemistry">хімія</term>-      <term name="engineering">інженерія</term>-      <term name="generic-base">generic base</term>-      <term name="geography">географія</term>-      <term name="geology">геологія</term>-      <term name="history">історія</term>-      <term name="humanities">гуманітарні</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">література</term>-      <term name="math">математика</term>-      <term name="medicine">медицина</term>-      <term name="philosophy">філософія</term>-      <term name="physics">фізика</term>-      <term name="psychology">психологія</term>-      <term name="sociology">соціологія</term>-      <term name="science">наука</term>-      <term name="political_science">політичні науки</term>-      <term name="social_science">соціальні науки</term>-      <term name="theology">теологія</term>-      <term name="zoology">зоологія</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>line</single>-         <multiple>lines</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>page</single>-         <multiple>pages</multiple>-      </term>-      <term name="paragraph">-         <single>paragraph</single>-         <multiple>paragraph</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>book</single>+      <multiple>books</multiple>+    </term>+    <term name="chapter">+      <single>chapter</single>+      <multiple>chapters</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbers</multiple>+    </term>+    <term name="line">+      <single>line</single>+      <multiple>lines</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>page</single>+      <multiple>pages</multiple>+    </term>+    <term name="paragraph">+      <single>paragraph</single>+      <multiple>paragraph</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">no</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>pp</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk</term>+    <term name="chapter" form="short">chap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">no</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>p</single>+      <multiple>pp</multiple>+    </term>+    <term name="paragraph" form="short">para</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">sec</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>translator</single>-         <multiple>translators</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>translator</single>+      <multiple>translators</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>eds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>tran</single>-         <multiple>trans</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed</single>+      <multiple>eds</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>tran</single>+      <multiple>trans</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">edited by</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">translated by</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">edited by</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">translated by</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trans</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Січень</term>-      <term name="month-02">Лютий</term>-      <term name="month-03">Березень</term>-      <term name="month-04">Квітень</term>-      <term name="month-05">Травень</term>-      <term name="month-06">Червень</term>-      <term name="month-07">Липень</term>-      <term name="month-08">Серпень</term>-      <term name="month-09">Вересень</term>-      <term name="month-10">Жовтень</term>-      <term name="month-11">Листопад</term>-      <term name="month-12">Грудень</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Січень</term>+    <term name="month-02">Лютий</term>+    <term name="month-03">Березень</term>+    <term name="month-04">Квітень</term>+    <term name="month-05">Травень</term>+    <term name="month-06">Червень</term>+    <term name="month-07">Липень</term>+    <term name="month-08">Серпень</term>+    <term name="month-09">Вересень</term>+    <term name="month-10">Жовтень</term>+    <term name="month-11">Листопад</term>+    <term name="month-12">Грудень</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Січ</term>-      <term name="month-02" form="short">Лют</term>-      <term name="month-03" form="short">Бер</term>-      <term name="month-04" form="short">Квіт</term>-      <term name="month-05" form="short">Трав</term>-      <term name="month-06" form="short">Чер</term>-      <term name="month-07" form="short">Лип</term>-      <term name="month-08" form="short">Сер</term>-      <term name="month-09" form="short">Вер</term>-      <term name="month-10" form="short">Жов</term>-      <term name="month-11" form="short">Лис</term>-      <term name="month-12" form="short">Груд</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Січ</term>+    <term name="month-02" form="short">Лют</term>+    <term name="month-03" form="short">Бер</term>+    <term name="month-04" form="short">Квіт</term>+    <term name="month-05" form="short">Трав</term>+    <term name="month-06" form="short">Чер</term>+    <term name="month-07" form="short">Лип</term>+    <term name="month-08" form="short">Сер</term>+    <term name="month-09" form="short">Вер</term>+    <term name="month-10" form="short">Жов</term>+    <term name="month-11" form="short">Лис</term>+    <term name="month-12" form="short">Груд</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-vi-VN.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="vi">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="day" suffix=" "/>-      <date-part name="month" suffix=" "/>-      <date-part name="year"/>-   </date>-   <date form="numeric">-      <date-part name="day" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="month" form="numeric-leading-zeros" suffix="/"/>-      <date-part name="year"/>-   </date>-   <terms>-      <term name="accessed">truy cập</term>-      <term name="and">và</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">và c.s.</term>-      <term name="forthcoming">sắp tới</term>-      <term name="from">từ</term>-      <term name="ibid">n.t.</term>-      <term name="in">trong</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">không ngày</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">truy vấn</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="vi-VN">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="day" suffix=" "/>+    <date-part name="month" suffix=" "/>+    <date-part name="year"/>+  </date>+  <date form="numeric">+    <date-part name="day" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="month" form="numeric-leading-zeros" suffix="/"/>+    <date-part name="year"/>+  </date>+  <terms>+    <term name="accessed">truy cập</term>+    <term name="and">và</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">at</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">và c.s.</term>+    <term name="forthcoming">sắp tới</term>+    <term name="from">từ</term>+    <term name="ibid">n.t.</term>+    <term name="in">trong</term>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">không ngày</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">truy vấn</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">«</term>-      <term name="close-quote">»</term>-      <term name="open-inner-quote">‹</term>-      <term name="close-inner-quote">›</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">«</term>+    <term name="close-quote">»</term>+    <term name="open-inner-quote">‹</term>+    <term name="close-inner-quote">›</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>dòng</single>-         <multiple>dòng</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>trang</single>-         <multiple>trang</multiple>-      </term>-      <term name="paragraph">-         <single>đoạn văn</single>-         <multiple>đoạn văn</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>book</single>+      <multiple>books</multiple>+    </term>+    <term name="chapter">+      <single>chapter</single>+      <multiple>chapters</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbers</multiple>+    </term>+    <term name="line">+      <single>dòng</single>+      <multiple>dòng</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>trang</single>+      <multiple>trang</multiple>+    </term>+    <term name="paragraph">+      <single>đoạn văn</single>+      <multiple>đoạn văn</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">số p.h</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>tr</single>-         <multiple>tr</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk</term>+    <term name="chapter" form="short">chap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">số p.h</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>tr</single>+      <multiple>tr</multiple>+    </term>+    <term name="paragraph" form="short">para</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">sec</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>biên tập viên</single>-         <multiple>biên tập viên</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>biên dịch viên</single>-         <multiple>biên dịch viên</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>biên tập viên</single>+      <multiple>biên tập viên</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>biên dịch viên</single>+      <multiple>biên dịch viên</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>b.t.v</single>-         <multiple>b.t.v</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>b.d.v</single>-         <multiple>b.d.v</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>b.t.v</single>+      <multiple>b.t.v</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>b.d.v</single>+      <multiple>b.d.v</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">biên tập bởi</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">biên dịch bởi</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">biên tập bởi</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">biên dịch bởi</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">b.t</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">b.d</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">b.t</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">b.d</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">Tháng Giêng</term>-      <term name="month-02">Tháng Hai</term>-      <term name="month-03">Tháng Ba</term>-      <term name="month-04">Tháng Tư</term>-      <term name="month-05">Tháng Năm</term>-      <term name="month-06">Tháng Sáu</term>-      <term name="month-07">Tháng Bảy</term>-      <term name="month-08">Tháng Tám</term>-      <term name="month-09">Tháng Chín</term>-      <term name="month-10">Tháng Mười</term>-      <term name="month-11">Tháng Mười-Một</term>-      <term name="month-12">Tháng Chạp</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">Tháng Giêng</term>+    <term name="month-02">Tháng Hai</term>+    <term name="month-03">Tháng Ba</term>+    <term name="month-04">Tháng Tư</term>+    <term name="month-05">Tháng Năm</term>+    <term name="month-06">Tháng Sáu</term>+    <term name="month-07">Tháng Bảy</term>+    <term name="month-08">Tháng Tám</term>+    <term name="month-09">Tháng Chín</term>+    <term name="month-10">Tháng Mười</term>+    <term name="month-11">Tháng Mười-Một</term>+    <term name="month-12">Tháng Chạp</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">tháng 1</term>-      <term name="month-02" form="short">tháng 2</term>-      <term name="month-03" form="short">tháng 3</term>-      <term name="month-04" form="short">tháng 4</term>-      <term name="month-05" form="short">tháng 5</term>-      <term name="month-06" form="short">tháng 6</term>-      <term name="month-07" form="short">tháng 7</term>-      <term name="month-08" form="short">tháng 8</term>-      <term name="month-09" form="short">tháng 9</term>-      <term name="month-10" form="short">tháng 10</term>-      <term name="month-11" form="short">tháng 11</term>-      <term name="month-12" form="short">tháng 12</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">tháng 1</term>+    <term name="month-02" form="short">tháng 2</term>+    <term name="month-03" form="short">tháng 3</term>+    <term name="month-04" form="short">tháng 4</term>+    <term name="month-05" form="short">tháng 5</term>+    <term name="month-06" form="short">tháng 6</term>+    <term name="month-07" form="short">tháng 7</term>+    <term name="month-08" form="short">tháng 8</term>+    <term name="month-09" form="short">tháng 9</term>+    <term name="month-10" form="short">tháng 10</term>+    <term name="month-11" form="short">tháng 11</term>+    <term name="month-12" form="short">tháng 12</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-zh-CN.xml view
@@ -1,304 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="zh">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="year" suffix="&#24180;"/>-      <date-part name="month" form="numeric" suffix="&#26376;"/>-      <date-part name="day" suffix="&#26085;"/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric" prefix="-" range-delimiter="/"/>-      <date-part name="day" prefix="-" range-delimiter="/"/>-   </date>-   <terms>-      <term name="accessed">accessed</term>-      <term name="and">and</term>-      <term name="and others">and others</term>-      <term name="anonymous">anonymous</term>-      <term name="anonymous" form="short">anon</term>-      <term name="at">at</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">cited</term>-      <term name="edition">-         <single>edition</single>-         <multiple>editions</multiple>-      </term>-      <term name="edition" form="short">ed</term>-      <term name="et-al">et al.</term>-      <term name="forthcoming">forthcoming</term>-      <term name="from">from</term>-      <term name="ibid">ibid.</term>-      <term name="in">in</term>-      <term name="in press">in press</term>-      <term name="internet">internet</term>-      <term name="interview">interview</term>-      <term name="letter">letter</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">nd</term>-      <term name="online">online</term>-      <term name="presented at">presented at the</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">retrieved</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="zh-CN">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="year" suffix="年"/>+    <date-part name="month" form="numeric" suffix="月"/>+    <date-part name="day" suffix="日"/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric" prefix="-" range-delimiter="/"/>+    <date-part name="day" prefix="-" range-delimiter="/"/>+  </date>+  <terms>+    <term name="accessed">accessed</term>+    <term name="and">and</term>+    <term name="and others">and others</term>+    <term name="anonymous">anonymous</term>+    <term name="anonymous" form="short">anon</term>+    <term name="at">at</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">cited</term>+    <term name="edition">+      <single>edition</single>+      <multiple>editions</multiple>+    </term>+    <term name="edition" form="short">ed</term>+    <term name="et-al">et al.</term>+    <term name="forthcoming">forthcoming</term>+    <term name="from">from</term>+    <term name="ibid">ibid.</term>+    <term name="in">in</term>+    <term name="in press">in press</term>+    <term name="internet">internet</term>+    <term name="interview">interview</term>+    <term name="letter">letter</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">nd</term>+    <term name="online">online</term>+    <term name="presented at">presented at the</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">retrieved</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-      <term name="open-quote">“</term>-      <term name="close-quote">”</term>-      <term name="open-inner-quote">‘</term>-      <term name="close-inner-quote">’</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">“</term>+    <term name="close-quote">”</term>+    <term name="open-inner-quote">‘</term>+    <term name="close-inner-quote">’</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">anthropology</term>-      <term name="astronomy">astronomy</term>-      <term name="biology">biology</term>-      <term name="botany">botany</term>-      <term name="chemistry">chemistry</term>-      <term name="engineering">engineering</term>-      <term name="generic-base">generic base</term>-      <term name="geography">geography</term>-      <term name="geology">geology</term>-      <term name="history">history</term>-      <term name="humanities">humanities</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">literature</term>-      <term name="math">math</term>-      <term name="medicine">medicine</term>-      <term name="philosophy">philosophy</term>-      <term name="physics">physics</term>-      <term name="psychology">psychology</term>-      <term name="sociology">sociology</term>-      <term name="science">science</term>-      <term name="political_science">political science</term>-      <term name="social_science">social science</term>-      <term name="theology">theology</term>-      <term name="zoology">zoology</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>book</single>-         <multiple>books</multiple>-      </term>-      <term name="chapter">-         <single>chapter</single>-         <multiple>chapters</multiple>-      </term>-      <term name="column">-         <single>column</single>-         <multiple>columns</multiple>-      </term>-      <term name="figure">-         <single>figure</single>-         <multiple>figures</multiple>-      </term>-      <term name="folio">-         <single>folio</single>-         <multiple>folios</multiple>-      </term>-      <term name="issue">-         <single>number</single>-         <multiple>numbers</multiple>-      </term>-      <term name="line">-         <single>line</single>-         <multiple>line</multiple>-      </term>-      <term name="note">-         <single>note</single>-         <multiple>notes</multiple>-      </term>-      <term name="opus">-         <single>opus</single>-         <multiple>opera</multiple>-      </term>-      <term name="page">-         <single>page</single>-         <multiple>pages</multiple>-      </term>-      <term name="paragraph">-         <single>paragraph</single>-         <multiple>paragraph</multiple>-      </term>-      <term name="part">-         <single>part</single>-         <multiple>parts</multiple>-      </term>-      <term name="section">-         <single>section</single>-         <multiple>sections</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>verse</single>-         <multiple>verses</multiple>-      </term>-      <term name="volume">-         <single>volume</single>-         <multiple>volumes</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>book</single>+      <multiple>books</multiple>+    </term>+    <term name="chapter">+      <single>chapter</single>+      <multiple>chapters</multiple>+    </term>+    <term name="column">+      <single>column</single>+      <multiple>columns</multiple>+    </term>+    <term name="figure">+      <single>figure</single>+      <multiple>figures</multiple>+    </term>+    <term name="folio">+      <single>folio</single>+      <multiple>folios</multiple>+    </term>+    <term name="issue">+      <single>number</single>+      <multiple>numbers</multiple>+    </term>+    <term name="line">+      <single>line</single>+      <multiple>line</multiple>+    </term>+    <term name="note">+      <single>note</single>+      <multiple>notes</multiple>+    </term>+    <term name="opus">+      <single>opus</single>+      <multiple>opera</multiple>+    </term>+    <term name="page">+      <single>page</single>+      <multiple>pages</multiple>+    </term>+    <term name="paragraph">+      <single>paragraph</single>+      <multiple>paragraph</multiple>+    </term>+    <term name="part">+      <single>part</single>+      <multiple>parts</multiple>+    </term>+    <term name="section">+      <single>section</single>+      <multiple>sections</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>verse</single>+      <multiple>verses</multiple>+    </term>+    <term name="volume">+      <single>volume</single>+      <multiple>volumes</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">bk</term>-      <term name="chapter" form="short">chap</term>-      <term name="column" form="short">col</term>-      <term name="figure" form="short">fig</term>-      <term name="folio" form="short">f</term>-      <term name="issue" form="short">no</term>-      <term name="opus" form="short">op</term>-      <term name="page" form="short">-         <single>p</single>-         <multiple>pp</multiple>-      </term>-      <term name="paragraph" form="short">para</term>-      <term name="part" form="short">pt</term>-      <term name="section" form="short">sec</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>v</single>-         <multiple>vv</multiple>-      </term>-      <term name="volume" form="short">-         <single>vol</single>-         <multiple>vols</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">bk</term>+    <term name="chapter" form="short">chap</term>+    <term name="column" form="short">col</term>+    <term name="figure" form="short">fig</term>+    <term name="folio" form="short">f</term>+    <term name="issue" form="short">no</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">op</term>+    <term name="page" form="short">+      <single>p</single>+      <multiple>pp</multiple>+    </term>+    <term name="paragraph" form="short">para</term>+    <term name="part" form="short">pt</term>+    <term name="section" form="short">sec</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>v</single>+      <multiple>vv</multiple>+    </term>+    <term name="volume" form="short">+      <single>vol</single>+      <multiple>vols</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single/>-         <multiple/>-      </term>-      <term name="editor">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>translator</single>-         <multiple>translators</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>translator</single>+      <multiple>translators</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single/>-         <multiple/>-      </term>-      <term name="editor" form="short">-         <single>ed</single>-         <multiple>eds</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>tran</single>-         <multiple>trans</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>ed</single>+      <multiple>eds</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>tran</single>+      <multiple>trans</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">edited by</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">translated by</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">to</term>-      <term name="interviewer" form="verb">interview by</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">edited by</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">interview by</term>+    <term name="recipient" form="verb">to</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">translated by</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">ed</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">trans</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">ed</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">trans</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <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>+    <!-- LONG MONTH FORMS -->+    <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> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">Jan</term>-      <term name="month-02" form="short">Feb</term>-      <term name="month-03" form="short">Mar</term>-      <term name="month-04" form="short">Apr</term>-      <term name="month-05" form="short">May</term>-      <term name="month-06" form="short">Jun</term>-      <term name="month-07" form="short">Jul</term>-      <term name="month-08" form="short">Aug</term>-      <term name="month-09" form="short">Sep</term>-      <term name="month-10" form="short">Oct</term>-      <term name="month-11" form="short">Nov</term>-      <term name="month-12" form="short">Dec</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">Jan</term>+    <term name="month-02" form="short">Feb</term>+    <term name="month-03" form="short">Mar</term>+    <term name="month-04" form="short">Apr</term>+    <term name="month-05" form="short">May</term>+    <term name="month-06" form="short">Jun</term>+    <term name="month-07" form="short">Jul</term>+    <term name="month-08" form="short">Aug</term>+    <term name="month-09" form="short">Sep</term>+    <term name="month-10" form="short">Oct</term>+    <term name="month-11" form="short">Nov</term>+    <term name="month-12" form="short">Dec</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
locales/locales-zh-TW.xml view
@@ -1,305 +1,304 @@ <?xml version="1.0" encoding="utf-8"?>-<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="zh">-   <style-options punctuation-in-quote="false"/>-   <date form="text">-      <date-part name="year" suffix="&#24180;"/>-      <date-part name="month" form="numeric" suffix="&#26376;"/>-      <date-part name="day" suffix="&#26085;"/>-   </date>-   <date form="numeric">-      <date-part name="year"/>-      <date-part name="month" form="numeric-leading-zeros" prefix="/"/>-      <date-part name="day" form="numeric-leading-zeros" prefix="/"/>-   </date>-   <terms>-      <term name="accessed">被取用</term>-      <term name="and">及</term>-      <term name="and others">及其他</term>-      <term name="anonymous">不具名的</term>-      <term name="anonymous" form="short">無名</term>-      <term name="at">在</term>-      <term name="by">by</term>-      <term name="circa">circa</term>-      <term name="circa" form="short">c.</term>-      <term name="cited">被引用</term>-      <term name="edition">-         <single>版本</single>-         <multiple>版本</multiple>-      </term>-      <term name="edition" form="short">版</term>-      <term name="et-al">等人</term>-      <term name="forthcoming">將來的</term>-      <term name="from">從</term>-      <term name="ibid">同上出處</term>-      <term name="in">在</term>-      <term name="in press">印行中</term>-      <term name="internet">網際網路</term>-      <term name="interview">訪問</term>-      <term name="letter">信件</term>-      <term name="no date">no date</term>-      <term name="no date" form="short">無日期</term>-      <term name="online">在線上</term>-      <term name="presented at">簡報於</term>-      <term name="reference">-         <single>reference</single>-         <multiple>references</multiple>-      </term>-      <term name="reference" form="short">-         <single>ref.</single>-         <multiple>refs.</multiple>-      </term>-      <term name="retrieved">被取回</term>--      <!-- ANNO DOMINI; BEFORE CHRIST -->-      <term name="ad">AD</term>-      <term name="bc">BC</term>+<locale xmlns="http://purl.org/net/xbiblio/csl" version="1.0" xml:lang="zh-TW">+  <info>+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>+    <updated>2012-07-04T23:31:02+00:00</updated>+  </info>+  <style-options punctuation-in-quote="false"/>+  <date form="text">+    <date-part name="year" suffix="年"/>+    <date-part name="month" form="numeric" suffix="月"/>+    <date-part name="day" suffix="日"/>+  </date>+  <date form="numeric">+    <date-part name="year"/>+    <date-part name="month" form="numeric-leading-zeros" prefix="/"/>+    <date-part name="day" form="numeric-leading-zeros" prefix="/"/>+  </date>+  <terms>+    <term name="accessed">被取用</term>+    <term name="and">及</term>+    <term name="and others">及其他</term>+    <term name="anonymous">不具名的</term>+    <term name="anonymous" form="short">無名</term>+    <term name="at">在</term>+    <term name="available at">available at</term>+    <term name="by">by</term>+    <term name="circa">circa</term>+    <term name="circa" form="short">c.</term>+    <term name="cited">被引用</term>+    <term name="edition">+      <single>版本</single>+      <multiple>版本</multiple>+    </term>+    <term name="edition" form="short">版</term>+    <term name="et-al">等人</term>+    <term name="forthcoming">將來的</term>+    <term name="from">從</term>+    <term name="ibid">同上出處</term>+    <term name="in">在</term>+    <term name="in press">印行中</term>+    <term name="internet">網際網路</term>+    <term name="interview">訪問</term>+    <term name="letter">信件</term>+    <term name="no date">no date</term>+    <term name="no date" form="short">無日期</term>+    <term name="online">在線上</term>+    <term name="presented at">簡報於</term>+    <term name="reference">+      <single>reference</single>+      <multiple>references</multiple>+    </term>+    <term name="reference" form="short">+      <single>ref.</single>+      <multiple>refs.</multiple>+    </term>+    <term name="retrieved">被取回</term>+    <term name="scale">scale</term>+    <term name="version">version</term> -      <!-- QUOTES -->-	  <!-- Source: http://en.wikipedia.org/wiki/Non-English_usage_of_quotation_marks -->-      <term name="open-quote">「</term>-      <term name="close-quote">」</term>-      <term name="open-inner-quote">『</term>-      <term name="close-inner-quote">』</term>+    <!-- ANNO DOMINI; BEFORE CHRIST -->+    <term name="ad">AD</term>+    <term name="bc">BC</term> -      <!-- ORDINALS -->-      <term name="ordinal-01">st</term>-      <term name="ordinal-02">nd</term>-      <term name="ordinal-03">rd</term>-      <term name="ordinal-04">th</term>+    <!-- PUNCTUATION -->+    <term name="open-quote">「</term>+    <term name="close-quote">」</term>+    <term name="open-inner-quote">『</term>+    <term name="close-inner-quote">』</term>+    <term name="page-range-delimiter">–</term> -      <!-- LONG ORDINALS -->-      <term name="long-ordinal-01">first</term>-      <term name="long-ordinal-02">second</term>-      <term name="long-ordinal-03">third</term>-      <term name="long-ordinal-04">fourth</term>-      <term name="long-ordinal-05">fifth</term>-      <term name="long-ordinal-06">sixth</term>-      <term name="long-ordinal-07">seventh</term>-      <term name="long-ordinal-08">eighth</term>-      <term name="long-ordinal-09">ninth</term>-      <term name="long-ordinal-10">tenth</term>+    <!-- ORDINALS -->+    <term name="ordinal">th</term>+    <term name="ordinal-01">st</term>+    <term name="ordinal-02">nd</term>+    <term name="ordinal-03">rd</term>+    <term name="ordinal-11">th</term>+    <term name="ordinal-12">th</term>+    <term name="ordinal-13">th</term> -      <!-- CATEGORIES -->-      <term name="anthropology">人類學</term>-      <term name="astronomy">天文學</term>-      <term name="biology">生物學</term>-      <term name="botany">植物學</term>-      <term name="chemistry">化學</term>-      <term name="engineering">工程學</term>-      <term name="generic-base">一般基礎</term>-      <term name="geography">地理學</term>-      <term name="geology">地質學</term>-      <term name="history">歷史學</term>-      <term name="humanities">人文學科</term>-      <term name="linguistics">linguistics</term>-      <term name="literature">文學</term>-      <term name="math">數學</term>-      <term name="medicine">醫學</term>-      <term name="philosophy">哲學</term>-      <term name="physics">物理學</term>-      <term name="psychology">心理學</term>-      <term name="sociology">社會學</term>-      <term name="science">自然科學</term>-      <term name="political_science">政治科學</term>-      <term name="social_science">社會科學</term>-      <term name="theology">神學</term>-      <term name="zoology">動物學</term>+    <!-- LONG ORDINALS -->+    <term name="long-ordinal-01">first</term>+    <term name="long-ordinal-02">second</term>+    <term name="long-ordinal-03">third</term>+    <term name="long-ordinal-04">fourth</term>+    <term name="long-ordinal-05">fifth</term>+    <term name="long-ordinal-06">sixth</term>+    <term name="long-ordinal-07">seventh</term>+    <term name="long-ordinal-08">eighth</term>+    <term name="long-ordinal-09">ninth</term>+    <term name="long-ordinal-10">tenth</term> -      <!-- LONG LOCATOR FORMS -->-      <term name="book">-         <single>書</single>-         <multiple>書</multiple>-      </term>-      <term name="chapter">-         <single>章</single>-         <multiple>章</multiple>-      </term>-      <term name="column">-         <single>欄</single>-         <multiple>欄</multiple>-      </term>-      <term name="figure">-         <single>圖</single>-         <multiple>圖</multiple>-      </term>-      <term name="folio">-         <single>對開紙</single>-         <multiple>對開紙</multiple>-      </term>-      <term name="issue">-         <single>期數</single>-         <multiple>期數</multiple>-      </term>-      <term name="line">-         <single>行</single>-         <multiple>行</multiple>-      </term>-      <term name="note">-         <single>筆記</single>-         <multiple>筆記</multiple>-      </term>-      <term name="opus">-         <single>作品</single>-         <multiple>作品</multiple>-      </term>-      <term name="page">-         <single>頁</single>-         <multiple>頁</multiple>-      </term>-      <term name="paragraph">-         <single>段落</single>-         <multiple>段落</multiple>-      </term>-      <term name="part">-         <single>部</single>-         <multiple>部</multiple>-      </term>-      <term name="section">-         <single>節</single>-         <multiple>節</multiple>-      </term>-      <term name="sub verbo">-         <single>sub verbo</single>-         <multiple>sub verbis</multiple>-      </term>-      <term name="verse">-         <single>詩句</single>-         <multiple>詩句</multiple>-      </term>-      <term name="volume">-         <single>冊</single>-         <multiple>冊</multiple>-      </term>+    <!-- LONG LOCATOR FORMS -->+    <term name="book">+      <single>書</single>+      <multiple>書</multiple>+    </term>+    <term name="chapter">+      <single>章</single>+      <multiple>章</multiple>+    </term>+    <term name="column">+      <single>欄</single>+      <multiple>欄</multiple>+    </term>+    <term name="figure">+      <single>圖</single>+      <multiple>圖</multiple>+    </term>+    <term name="folio">+      <single>對開紙</single>+      <multiple>對開紙</multiple>+    </term>+    <term name="issue">+      <single>期數</single>+      <multiple>期數</multiple>+    </term>+    <term name="line">+      <single>行</single>+      <multiple>行</multiple>+    </term>+    <term name="note">+      <single>筆記</single>+      <multiple>筆記</multiple>+    </term>+    <term name="opus">+      <single>作品</single>+      <multiple>作品</multiple>+    </term>+    <term name="page">+      <single>頁</single>+      <multiple>頁</multiple>+    </term>+    <term name="paragraph">+      <single>段落</single>+      <multiple>段落</multiple>+    </term>+    <term name="part">+      <single>部</single>+      <multiple>部</multiple>+    </term>+    <term name="section">+      <single>節</single>+      <multiple>節</multiple>+    </term>+    <term name="sub verbo">+      <single>sub verbo</single>+      <multiple>sub verbis</multiple>+    </term>+    <term name="verse">+      <single>詩句</single>+      <multiple>詩句</multiple>+    </term>+    <term name="volume">+      <single>冊</single>+      <multiple>冊</multiple>+    </term> -      <!-- SHORT LOCATOR FORMS -->-      <term name="book" form="short">書</term>-      <term name="chapter" form="short">章</term>-      <term name="column" form="short">欄</term>-      <term name="figure" form="short">圖</term>-      <term name="folio" form="short">開</term>-      <term name="issue" form="short">期</term>-      <term name="opus" form="short">作</term>-      <term name="page" form="short">-         <single>頁</single>-         <multiple>頁</multiple>-      </term>-      <term name="paragraph" form="short">段</term>-      <term name="part" form="short">部</term>-      <term name="section" form="short">節</term>-      <term name="sub verbo" form="short">-         <single>s.v.</single>-         <multiple>s.vv.</multiple>-      </term>-      <term name="verse" form="short">-         <single>句</single>-         <multiple>句</multiple>-      </term>-      <term name="volume" form="short">-         <single>冊</single>-         <multiple>冊</multiple>-      </term>+    <!-- SHORT LOCATOR FORMS -->+    <term name="book" form="short">書</term>+    <term name="chapter" form="short">章</term>+    <term name="column" form="short">欄</term>+    <term name="figure" form="short">圖</term>+    <term name="folio" form="short">開</term>+    <term name="issue" form="short">期</term>+    <term name="line" form="short">l.</term>+    <term name="note" form="short">n.</term>+    <term name="opus" form="short">作</term>+    <term name="page" form="short">+      <single>頁</single>+      <multiple>頁</multiple>+    </term>+    <term name="paragraph" form="short">段</term>+    <term name="part" form="short">部</term>+    <term name="section" form="short">節</term>+    <term name="sub verbo" form="short">+      <single>s.v.</single>+      <multiple>s.vv.</multiple>+    </term>+    <term name="verse" form="short">+      <single>句</single>+      <multiple>句</multiple>+    </term>+    <term name="volume" form="short">+      <single>冊</single>+      <multiple>冊</multiple>+    </term> -      <!-- SYMBOL LOCATOR FORMS -->-      <term name="paragraph" form="symbol">-         <single>¶</single>-         <multiple>¶¶</multiple>-      </term>-      <term name="section" form="symbol">-         <single>§</single>-         <multiple>§§</multiple>-      </term>+    <!-- SYMBOL LOCATOR FORMS -->+    <term name="paragraph" form="symbol">+      <single>¶</single>+      <multiple>¶¶</multiple>+    </term>+    <term name="section" form="symbol">+      <single>§</single>+      <multiple>§§</multiple>+    </term> -      <!-- LONG ROLE FORMS -->-      <term name="author">-         <single>作者</single>-         <multiple>作者</multiple>-      </term>-      <term name="editor">-         <single>編輯</single>-         <multiple>編輯</multiple>-      </term>-      <term name="editorial-director">-         <single>editor</single>-         <multiple>editors</multiple>-      </term>-      <term name="translator">-         <single>翻譯</single>-         <multiple>翻譯</multiple>-      </term>-      <term name="editortranslator">-         <single>editor &amp; translator</single>-         <multiple>editors &amp; translators</multiple>-      </term>+    <!-- LONG ROLE FORMS -->+    <term name="director">+      <single>director</single>+      <multiple>directors</multiple>+    </term>+    <term name="editor">+      <single>編輯</single>+      <multiple>編輯</multiple>+    </term>+    <term name="editorial-director">+      <single>editor</single>+      <multiple>editors</multiple>+    </term>+    <term name="illustrator">+      <single>illustrator</single>+      <multiple>illustrators</multiple>+    </term>+    <term name="translator">+      <single>翻譯</single>+      <multiple>翻譯</multiple>+    </term>+    <term name="editortranslator">+      <single>editor &amp; translator</single>+      <multiple>editors &amp; translators</multiple>+    </term> -      <!-- SHORT ROLE FORMS -->-      <term name="author" form="short">-         <single>作</single>-         <multiple>作</multiple>-      </term>-      <term name="editor" form="short">-         <single>編</single>-         <multiple>編</multiple>-      </term>-      <term name="editorial-director" form="short">-         <single>ed.</single>-         <multiple>eds.</multiple>-      </term>-      <term name="translator" form="short">-         <single>譯</single>-         <multiple>譯</multiple>-      </term>-      <term name="editortranslator" form="short">-         <single>ed. &amp; tran.</single>-         <multiple>eds. &amp; trans.</multiple>-      </term>+    <!-- SHORT ROLE FORMS -->+    <term name="director" form="short">+      <single>dir.</single>+      <multiple>dirs.</multiple>+    </term>+    <term name="editor" form="short">+      <single>編</single>+      <multiple>編</multiple>+    </term>+    <term name="editorial-director" form="short">+      <single>ed.</single>+      <multiple>eds.</multiple>+    </term>+    <term name="illustrator" form="short">+      <single>ill.</single>+      <multiple>ills.</multiple>+    </term>+    <term name="translator" form="short">+      <single>譯</single>+      <multiple>譯</multiple>+    </term>+    <term name="editortranslator" form="short">+      <single>ed. &amp; tran.</single>+      <multiple>eds. &amp; trans.</multiple>+    </term> -      <!-- VERB ROLE FORMS -->-      <term name="editor" form="verb">編者是</term>-      <term name="editorial-director" form="verb">edited by</term>-      <term name="translator" form="verb">譯者是</term>-      <term name="editortranslator" form="verb">edited &amp; translated by</term>-      <term name="recipient" form="verb">授與</term>-      <term name="interviewer" form="verb">訪問者是</term>+    <!-- VERB ROLE FORMS -->+    <term name="director" form="verb">directed by</term>+    <term name="editor" form="verb">編者是</term>+    <term name="editorial-director" form="verb">edited by</term>+    <term name="illustrator" form="verb">illustrated by</term>+    <term name="interviewer" form="verb">訪問者是</term>+    <term name="recipient" form="verb">授與</term>+    <term name="reviewed-author" form="verb">by</term>+    <term name="translator" form="verb">譯者是</term>+    <term name="editortranslator" form="verb">edited &amp; translated by</term> -      <!-- SHORT VERB ROLE FORMS -->-      <term name="container-author" form="verb-short">by</term>-      <term name="editor" form="verb-short">編</term>-      <term name="editorial-director" form="verb-short">ed.</term>-      <term name="translator" form="verb-short">譯</term>-      <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term>+    <!-- SHORT VERB ROLE FORMS -->+    <term name="container-author" form="verb-short">by</term>+    <term name="director" form="verb-short">dir.</term>+    <term name="editor" form="verb-short">編</term>+    <term name="editorial-director" form="verb-short">ed.</term>+    <term name="illustrator" form="verb-short">illus.</term>+    <term name="translator" form="verb-short">譯</term>+    <term name="editortranslator" form="verb-short">ed. &amp; trans. by</term> -      <!-- LONG MONTH FORMS -->-      <term name="month-01">一月</term>-      <term name="month-02">二月</term>-      <term name="month-03">三月</term>-      <term name="month-04">四月</term>-      <term name="month-05">五月</term>-      <term name="month-06">六月</term>-      <term name="month-07">七月</term>-      <term name="month-08">八月</term>-      <term name="month-09">九月</term>-      <term name="month-10">十月</term>-      <term name="month-11">十一月</term>-      <term name="month-12">十二月</term>+    <!-- LONG MONTH FORMS -->+    <term name="month-01">一月</term>+    <term name="month-02">二月</term>+    <term name="month-03">三月</term>+    <term name="month-04">四月</term>+    <term name="month-05">五月</term>+    <term name="month-06">六月</term>+    <term name="month-07">七月</term>+    <term name="month-08">八月</term>+    <term name="month-09">九月</term>+    <term name="month-10">十月</term>+    <term name="month-11">十一月</term>+    <term name="month-12">十二月</term> -      <!-- SHORT MONTH FORMS -->-      <term name="month-01" form="short">1月</term>-      <term name="month-02" form="short">2月</term>-      <term name="month-03" form="short">3月</term>-      <term name="month-04" form="short">4月</term>-      <term name="month-05" form="short">5月</term>-      <term name="month-06" form="short">6月</term>-      <term name="month-07" form="short">7月</term>-      <term name="month-08" form="short">8月</term>-      <term name="month-09" form="short">9月</term>-      <term name="month-10" form="short">10月</term>-      <term name="month-11" form="short">11月</term>-      <term name="month-12" form="short">12月</term>+    <!-- SHORT MONTH FORMS -->+    <term name="month-01" form="short">1月</term>+    <term name="month-02" form="short">2月</term>+    <term name="month-03" form="short">3月</term>+    <term name="month-04" form="short">4月</term>+    <term name="month-05" form="short">5月</term>+    <term name="month-06" form="short">6月</term>+    <term name="month-07" form="short">7月</term>+    <term name="month-08" form="short">8月</term>+    <term name="month-09" form="short">9月</term>+    <term name="month-10" form="short">10月</term>+    <term name="month-11" form="short">11月</term>+    <term name="month-12" form="short">12月</term> -      <!-- SEASONS -->-      <term name="season-01">Spring</term>-      <term name="season-02">Summer</term>-      <term name="season-03">Autumn</term>-      <term name="season-04">Winter</term>-   </terms>+    <!-- SEASONS -->+    <term name="season-01">Spring</term>+    <term name="season-02">Summer</term>+    <term name="season-03">Autumn</term>+    <term name="season-04">Winter</term>+  </terms> </locale>
src/Text/CSL.hs view
@@ -42,6 +42,7 @@      -- * CSL Parser, Representation, and Processing     , readCSLFile+    , parseCSL      -- ** The Style Types     , Style (..)@@ -98,7 +99,7 @@ -- bindings to Chris Putnam's bibutils, a library that interconverts -- between various bibliography formats using a common MODS-format XML -- intermediate. For more information about hs-bibutils see here:--- <http://code.haskell.org/hs-bibutils/>.+-- <http://hackage.haskell.org/package/hs-bibutils>. -- -- /citeproc-hs/ can natively read MODS and JSON formatted -- bibliographic databases. The JSON format is only partially
src/Text/CSL/Eval/Names.hs view
@@ -35,7 +35,7 @@     , sa == "editor" && sb == "translator" ||       sb == "editor" && sa == "translator" = do         aa <- getAgents' sa-        ab <- getAgents' sa+        ab <- getAgents' sb         if aa == ab            then modify (\s -> s { edtrans = True }) >>                 evalNames True [sa] nl d
src/Text/CSL/Eval/Output.hs view
@@ -135,5 +135,5 @@                            ,parseQ "&apos;" "&apos;"                            ]       parseQ a b = try $ do-        q <- string a >> manyTill anyChar (try $ string b)+        q <- string a >> manyTill anyChar (try $ string b >> notFollowedBy letter)         return [Output (rtfParser emptyFormatting q) (emptyFormatting {quotes = True})]
src/Text/CSL/Input/MODS.hs view
@@ -43,16 +43,18 @@ xpReference     = xpWrap ( \ ( ref                 , (ck,ty,ti,i,d)-                ,((au,ed,tr),(re,it,pu'),(co,ce))+                ,((au,ed,tr),(re,it,pu'),(co,ce,dg,om))                 ,((di',pg,vl,is),(nu,sc,ch))-                , (di,ac,pu,pp)+                , (di,ac,pu,pp,et)                 , ((ac',uri),no)                  ) ->                ref { refId            = ck `betterThen` take 10 (concat $ words ti)-                   , refType          = if ty == NoType then refType ref else ty+                   , refType          = if ty /= NoType then ty else+                                        if refType ref == Book then Chapter else refType ref                    , title            = ti                    , author           = au                    , editor           = ed `betterThen` editor           ref+                   , edition          = et `betterThen` edition          ref                    , translator       = tr `betterThen` translator       ref                    , recipient        = re `betterThen` recipient        ref                    , interviewer      = it `betterThen` interviewer      ref@@ -68,22 +70,25 @@                    , accessed         = accessed      ref `betterThen` ac `betterThen` ac'                    , page             = page          ref `betterThen` pg                    , volume           = volume        ref `betterThen` vl-                   , issue            = issue         ref `betterThen` is+                   , issue            = issue         ref `betterThen` is  `betterThen`+                                        number        ref `betterThen` nu                    , number           = number        ref `betterThen` nu                    , section          = section       ref `betterThen` sc                    , chapterNumber    = chapterNumber ref `betterThen` ch-                   , publisher        = (foldr (<+>) [] . map show $ pu)+                   , publisher        = fromAgent pu                                            `betterThen` publisher ref-                                           `betterThen` (foldr (<+>) [] . map show $ pu')+                                           `betterThen` fromAgent pu'+                                           `betterThen` fromAgent dg+                                           `betterThen` fromAgent om                    }              , \r -> (  r                      , (refId     r, refType          r, title          r, isbn r, doi r)                      ,((author    r, editor           r, translator     r)                       ,(recipient r, interviewer      r, emptyAgents     )-                      ,(composer  r, collectionEditor r))+                      ,(composer  r, collectionEditor r, emptyAgents, emptyAgents))                      ,((issued    r, page  r, volume r, issue r)                       ,(number    r, section   r, chapterNumber r))-                     , (issued    r, accessed r, emptyAgents, publisherPlace r)+                     , (issued    r, accessed r, emptyAgents, publisherPlace r, edition r)                      ,((accessed  r, url r), note r)                      )) $       xp6Tuple (xpDefault emptyReference xpRelatedItem)@@ -97,16 +102,17 @@                (xpElemWithAttrValue "identifier" "type" "citekey" xpText)                 xpLift -xpOrigin :: PU ([RefDate],[RefDate],[Agent],String)+xpOrigin :: PU ([RefDate],[RefDate],[Agent],String,String) xpOrigin-    = xpDefault ([],[],[],[]) . xpIElem "originInfo" $-      xp4Tuple (xpDefault [] $ xpWrap (readDate,show) $+    = xpDefault ([],[],[],[],[]) . xpIElem "originInfo" $+      xp5Tuple (xpDefault [] $ xpWrap (readDate,show) $                 xpIElem "dateIssued" xpText0)                (xpDefault [] $ xpWrap (readDate,show) $                 xpIElem "dateCaptured" xpText0)                (xpDefault [] $ xpList $ xpWrap (\s -> Agent [] [] [] s [] [] False, show) $                 xpIElem "publisher" xpText0)-               (xpDefault [] $ xpIElem "place" $ xpIElem "placeTerm" xpText0)+               (xpDefault [] $ xpIElem "place"   $ xpIElem "placeTerm" xpText0)+               (xpDefault [] $ xpIElem "edition" $                     xpText0)  xpRefType :: PU RefType xpRefType@@ -124,18 +130,18 @@ xpRelatedItem     = xpIElem "relatedItem" . xpAddFixedAttr "type" "host" $       xpWrap ( \( (ty,ct)-                ,((ca,ed,tr),(re,it,pu'),(co,ce))+                ,((ca,ed,tr),(re,it,pu'),(co,ce,dg,om))                 ,((di,pg,vl,is),(nu,sc,ch))-                , (di',ac,pu,pp)+                , (di',ac,pu,pp,et)                 ) ->                emptyReference { refType          = ty                               , containerAuthor  = ca                               , containerTitle   = ct                               , editor           = ed+                              , edition          = et                               , translator       = tr                               , recipient        = re                               , interviewer      = it-                              , publisher        = foldr (<+>) [] . map show $ pu `betterThen` pu'                               , publisherPlace   = pp                               , composer         = co                               , collectionEditor = ce@@ -143,18 +149,21 @@                               , accessed         = ac                               , page             = pg                               , volume           = vl-                              , issue            = is+                              , issue            = is `betterThen` nu                               , number           = nu                               , section          = sc                               , chapterNumber    = ch+                              , publisher        = fromAgent $ pu `betterThen` pu' `betterThen`+                                                               dg `betterThen` om+                               }              , \r -> ( (refType         r, containerTitle   r)                      ,((containerAuthor r, editor           r, translator r)                       ,(recipient       r, interviewer      r, emptyAgents )-                      ,(composer        r, collectionEditor r))+                      ,(composer        r, collectionEditor r, emptyAgents , emptyAgents))                      ,((issued  r, page  r, volume r, issue r)                       ,(number  r, section   r, chapterNumber r))-                     , (issued  r, accessed  r,emptyAgents, publisherPlace r)+                     , (issued  r, accessed  r,emptyAgents, publisherPlace r, edition r)                      )) $       xp4Tuple (xpPair  xpRefType xpTitle)                 xpAgents xpPart xpOrigin@@ -169,16 +178,18 @@  xpAgents :: PU (([Agent],[Agent],[Agent])                ,([Agent],[Agent],[Agent])-               ,([Agent],[Agent]))+               ,([Agent],[Agent],[Agent],[Agent])) xpAgents-    = xpTriple (xpTriple (xpAgent "author"      "aut")-                         (xpAgent "editor"      "edt")-                         (xpAgent "translator"  "trl"))-               (xpTriple (xpAgent "recipient"   "rcp")-                         (xpAgent "interviewer" "ivr")-                         (xpAgent "publisher"   "pbl"))-               (xpPair   (xpAgent "composer"    "cmp")-                         (xpAgent "collector"   "xol"))+    = xpTriple (xpTriple (xpAgent "author"         "aut")+                         (xpAgent "editor"         "edt")+                         (xpAgent "translator"     "trl"))+               (xpTriple (xpAgent "recipient"      "rcp")+                         (xpAgent "interviewer"    "ivr")+                         (xpAgent "publisher"      "pbl"))+               (xp4Tuple (xpAgent "composer"       "cmp")+                         (xpAgent "collector"      "xol")+                         (xpAgent "degree grantor" "dgg")+                         (xpAgent "organizer of meeting" "orm"))  xpAgent :: String -> String -> PU [Agent] xpAgent sa sb@@ -188,9 +199,15 @@                (\x -> if x == sa || x == sb then xpickle else xpZero)  instance XmlPickler Agent where-    xpickle = xpWrap ( uncurry parseName-                     , \(Agent gn _ _ fn _ _ _) -> (gn,fn)) $-                 xpAddFixedAttr "type" "personal" xpNameData+    xpickle = xpAlt tag ps+        where+          tag _ = 0+          ps    = [ personal, others ]+          personal = xpWrap ( uncurry parseName+                            , \(Agent gn _ _ fn _ _ _) -> (gn,fn)) $+                     xpAddFixedAttr "type" "personal" xpNameData+          others   =xpWrap (\s -> Agent [] [] [] [] [] s False, undefined) $+                     xpElem "namePart" xpText0  -- | "von Hicks,! Jr., Michael" or "la Martine,! III, Martin B. de" or -- "Rossato, Jr., Andrea G. B." or "Paul, III, Juan".@@ -311,6 +328,9 @@ emptyAgents :: [Agent] emptyAgents  = [] +fromAgent :: [Agent] -> String+fromAgent = foldr (<+>) [] . map show+ readRefType :: [String] -> RefType readRefType [] = NoType readRefType (t:_) =@@ -322,20 +342,26 @@ -- "<genre></genre>" element (http://www.loc.gov/standards/mods/userguide/genre.html) genreTypeMapping ::  M.Map String RefType genreTypeMapping = M.fromList-  [ ( "book",                       Book )-  , ( "periodical",                 ArticleJournal )+  [ ( "book",                       Book             )+  , ( "book chapter",               Chapter          )+  , ( "periodical",                 ArticleJournal   )   , ( "newspaper",                  ArticleNewspaper )-  , ( "encyclopedia",               EntryEncyclopedia )-  , ( "conference publication",     PaperConference )-  , ( "academic journal",           ArticleJournal )-  , ( "collection",                 Chapter )-  , ( "legal case and case notes",  LegalCase )-  , ( "legislation",                Legislation )-  , ( "motion picutre",             MotionPicture )-  , ( "patent",                     Patent )-  , ( "review",                     Review )-  , ( "thesis",                     Thesis )-  , ( "web page",                   Webpage )-  , ( "webpage",                    Webpage )-  , ( "web site",                   Webpage )+  , ( "encyclopedia",               EntryEncyclopedia)+  , ( "conference publication",     PaperConference  )+  , ( "academic journal",           ArticleJournal   )+  , ( "collection",                 Chapter          )+  , ( "legal case and case notes",  LegalCase        )+  , ( "legislation",                Legislation      )+  , ( "instruction",                Book             )+  , ( "motion picutre",             MotionPicture    )+  , ( "patent",                     Patent           )+  , ( "Ph.D. thesis",               Thesis           )+  , ( "Masters thesis",             Thesis           )+  , ( "report",                     Report           )+  , ( "review",                     Review           )+  , ( "thesis",                     Thesis           )+  , ( "unpublished",                NoType           )+  , ( "web page",                   Webpage          )+  , ( "webpage",                    Webpage          )+  , ( "web site",                   Webpage          )   ]
src/Text/CSL/Output/Pandoc.hs view
@@ -72,7 +72,7 @@           | otherwise                       = i        toPandoc f i = addSuffix f $ toStr (prefix f) ++-                     (format f . quote f . proc cleanStrict $ i)+                     (quote f . format f . proc cleanStrict $ i)       format     f = font_variant f . font f . text_case f       rest      xs = procList xs $ concatMap (render sty)       quote    f i = if i /= [] && quotes f@@ -305,7 +305,7 @@     | SmallCaps   is <- i = SmallCaps   (mapHeadInline f is)   : xs     | Strikeout   is <- i = Strikeout   (mapHeadInline f is)   : xs     | Link      is t <- i = Link        (mapHeadInline f is) t : xs-    | otherwise           = []+    | otherwise           = i : xs  getInline :: Inline -> [Inline] getInline i
src/Text/CSL/Parser.hs view
@@ -48,13 +48,18 @@                               setUserAgent "citeproc-hs"                               request $ mkRequest GET u                      getResponseBody (Right $ snd rsp)-  s <- case parseURI src of-         Just u | uriScheme u `elem` ["http:","https:"] ->-                    readURI u >>= return . readXmlString xpStyle-         _       -> readXmlFile xpStyle src+  f <- case parseURI src of+         Just u | uriScheme u `elem` ["http:","https:"] -> readURI u+         _                                              -> readFile' src #else-  s <- readXmlFile xpStyle src+  f <- readFile' src #endif+  parseCSL f++-- | Parse a 'String' into a fully localized 'Style'+parseCSL :: String -> IO Style+parseCSL f = do+  let s = readXmlString xpStyle f   l <- readLocaleFile (styleDefaultLocale s)   return s { styleLocale = mergeLocales (styleDefaultLocale s) l (styleLocale s)} @@ -69,7 +74,7 @@ #ifdef EMBED_DATA_FILES   f <- case s of          x | length x == 2 -> let fn = ("locales-" ++-                                        maybe (error $ x ++ " doesn't seem a valid locale")+                                        maybe "en-US"                                         id (lookup x langBase) ++ ".xml")                               in case lookup fn localeFiles of                                    Just x' -> return x'@@ -81,7 +86,7 @@ #else   f <- case s of          x | length x == 2 -> getDataFileName ("locales/locales-" ++-                                               maybe (error $ x ++ " doesn't seem a valid locale")+                                               maybe "en-US"                                                id (lookup x langBase) ++ ".xml")            | otherwise     -> getDataFileName ("locales/locales-" ++ take 5 x ++ ".xml")   b <- doesFileExist f@@ -506,7 +511,7 @@ xpLocaleDate     = xpWrap ( \((s,f,fm),(d,dp,dp'))    -> Date (words s) f fm d dp dp'              , \(Date s f fm d dp dp') -> ((unwords s,f,fm),(d,dp,dp'))) $-      xpElem  "date" $+      xpIElem  "date" $       xpPair  (xpTriple (xpLift []) xpickle xpickle)               (xpTriple xpDelimiter xpickle (xpLift [])) 
src/Text/CSL/Pickle.hs view
@@ -24,7 +24,6 @@ import System.Directory ( doesFileExist ) import qualified Data.ByteString as B import Data.ByteString.UTF8 ( toString )-import Control.Monad ( liftM )  import Text.XML.Light @@ -395,9 +394,12 @@                             _     -> error styleErr08  readXmlFile :: Show a => PU a -> String -> IO a-readXmlFile xp f = do+readXmlFile xp f = readXmlString xp `fmap` readFile' f++readFile' :: FilePath -> IO String+readFile' f = do   flip unless (error $ f ++ " file does not exist") =<< doesFileExist f-  readXmlString xp `fmap` liftM toString (B.readFile f)+  toString `fmap` B.readFile f  getStyleVersion :: [Content] -> String getStyleVersion c
src/Text/CSL/Reference.hs view
@@ -92,6 +92,7 @@     | Book     | Broadcast     | Chapter+    | Dataset     | Entry     | EntryDictionary     | EntryEncyclopedia@@ -137,19 +138,23 @@     , recipient           :: [Agent]     , interviewer         :: [Agent]     , composer            :: [Agent]+    , illustrator         :: [Agent]     , originalAuthor      :: [Agent]     , containerAuthor     :: [Agent]     , collectionEditor    :: [Agent]     , editorialDirector   :: [Agent]+    , reviewedAuthor      :: [Agent]      , issued              :: [RefDate]     , eventDate           :: [RefDate]     , accessed            :: [RefDate]     , container           :: [RefDate]     , originalDate        :: [RefDate]+    , submitted           :: [RefDate]      , title               :: String     , titleShort          :: String+    , reviewedTitle       :: String     , containerTitle      :: String     , collectionTitle     :: String     , containerTitleShort :: String@@ -158,7 +163,9 @@     , publisher           :: String     , originalPublisher   :: String     , publisherPlace      :: String+    , originalPublisherPlace :: String     , authority           :: String+    , jurisdiction        :: String     , archive             :: String     , archivePlace        :: String     , archiveLocation     :: String@@ -176,6 +183,7 @@     , status              :: String     , edition             :: String     , section             :: String+    , source              :: String     , genre               :: String     , note                :: String     , annote              :: String@@ -186,6 +194,12 @@     , url                 :: String     , doi                 :: String     , isbn                :: String+    , issn                :: String+    , pmcid               :: String+    , pmid                :: String+    , callNumber          :: String+    , dimensions          :: String+    , scale               :: String     , categories          :: [String]      , citationNumber           :: CNum@@ -205,29 +219,34 @@     , recipient           = []     , interviewer         = []     , composer            = []+    , illustrator         = []     , originalAuthor      = []     , containerAuthor     = []     , collectionEditor    = []     , editorialDirector   = []+    , reviewedAuthor      = []      , issued              = []     , eventDate           = []     , accessed            = []     , container           = []     , originalDate        = []+    , submitted           = []      , title               = []     , titleShort          = []+    , reviewedTitle       = []     , containerTitle      = []-    , containerTitleShort = []     , collectionTitle     = []-+    , containerTitleShort = []     , collectionNumber    = []     , originalTitle       = []     , publisher           = []     , originalPublisher   = []     , publisherPlace      = []+    , originalPublisherPlace = []     , authority           = []+    , jurisdiction        = []     , archive             = []     , archivePlace        = []     , archiveLocation     = []@@ -245,6 +264,7 @@     , status              = []     , edition             = []     , section             = []+    , source              = []     , genre               = []     , note                = []     , annote              = []@@ -255,6 +275,12 @@     , url                 = []     , doi                 = []     , isbn                = []+    , issn                = []+    , pmcid               = []+    , pmid                = []+    , callNumber          = []+    , dimensions          = []+    , scale               = []     , categories          = []      , citationNumber           = CNum 0
src/Text/CSL/Test.hs view
@@ -211,7 +211,7 @@ runTest :: Test -> IO (Bool,String) runTest t = do   let locale = case styleDefaultLocale $ testCSL t of-                 x | length x == 2 -> maybe (error $ x ++ " doesn't seem a valid locale")+                 x | length x == 2 -> maybe "en-US"                                       id (lookup x langBase)                    | otherwise     -> take 5 x #ifdef EMBED_DATA_FILES