]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed quote characters and added date templates, contributed by
authorBob Stayton <bobs@sagehill.net>
Mon, 14 Mar 2005 02:40:30 +0000 (02:40 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 14 Mar 2005 02:40:30 +0000 (02:40 +0000)
Emanuele Zangarini <echoz@tiscali.it>.

gentext/locale/it.xml

index 6c03d66b55978e55e11141cd189d1a240f696114..edbf4af6bca8824788edc80357925d2549e7d50b 100644 (file)
 <gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyz"/>
 <gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZ"/>
 
-<dingbat key="startquote" text="&#x201C;"/>
-<dingbat key="endquote" text="&#x201D;"/>
-<dingbat key="nestedstartquote" text="&#x2018;"/>
-<dingbat key="nestedendquote" text="&#x2019;"/>
+<dingbat key="startquote" text="&#x00AB;"/>
+<dingbat key="endquote" text="&#x00BB;"/>
+<dingbat key="nestedstartquote" text="&#x201C;"/>
+<dingbat key="nestedendquote" text="&#x201D;"/>
 <dingbat key="bullet" text="&#x2022;"/>
 
 <context name="styles">
 <template name="langcode">0x0410 Italian</template>
 </context>
 
+<l:context name="datetime">
+   <l:template name="format" text="d/m/Y"/>
+</l:context>
+
+<l:context name="datetime-full">
+   <l:template name="January" text="gennaio"/>
+   <l:template name="February" text="febbraio"/>
+   <l:template name="March" text="marzo"/>
+   <l:template name="April" text="aprile"/>
+   <l:template name="May" text="maggio"/>
+   <l:template name="June" text="giugno"/>
+   <l:template name="July" text="luglio"/>
+   <l:template name="August" text="agosto"/>
+   <l:template name="September" text="settebre"/>
+   <l:template name="October" text="ottobre"/>
+   <l:template name="November" text="novembre"/>
+   <l:template name="December" text="dicembre"/>
+   <l:template name="Monday" text="luned&#236;"/>
+   <l:template name="Tuesday" text="marted&#236;"/>
+   <l:template name="Wednesday" text="mercoled&#236;"/>
+   <l:template name="Thursday" text="gioved&#236;"/>
+   <l:template name="Friday" text="venerd&#236;"/>
+   <l:template name="Saturday" text="sabato"/>
+   <l:template name="Sunday" text="domenica"/>
+</l:context>
+
+<l:context name="datetime-abbrev">
+   <l:template name="Jan" text="gen"/>
+   <l:template name="Feb" text="feb"/>
+   <l:template name="Mar" text="mar"/>
+   <l:template name="Apr" text="apr"/>
+   <l:template name="May" text="mag"/>
+   <l:template name="Jun" text="giu"/>
+   <l:template name="Jul" text="ago"/>
+   <l:template name="Sep" text="set"/>
+   <l:template name="Oct" text="ott"/>
+   <l:template name="Nov" text="nov"/>
+   <l:template name="Dec" text="dic"/>
+   <l:template name="Mon" text="lun"/>
+   <l:template name="Tue" text="mar"/>
+   <l:template name="Wed" text="mer"/>
+   <l:template name="Thu" text="gio"/>
+   <l:template name="Fri" text="ven"/>
+   <l:template name="Sat" text="sab"/>
+   <l:template name="Sun" text="dom"/>
+</l:context>
+
+
 </locale>