1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE localemap [ 3 <!ELEMENT localemap (include)+> 4 <!ATTLIST localemap xmlns CDATA #FIXED ''> 5 <!ELEMENT include EMPTY> 6 <!ATTLIST include xmlns CDATA #FIXED '' file NMTOKEN #REQUIRED 7 locale NMTOKEN #REQUIRED> 8]> 9<localemap> 10 <include locale="no_NO.ISO-8859-1" file="bokmal.xml"/> 11 <include locale="ca_ES.ISO-8859-1" file="catalan.xml"/> 12 <include locale="hr_HR.ISO-8859-2" file="croatian.xml"/> 13 <include locale="cs_CZ.ISO-8859-2" file="czech.xml"/> 14 <include locale="da_DK.ISO-8859-1" file="danish.xml"/> 15 <include locale="de_DE.ISO-8859-1" file="deutsch.xml"/> 16 <include locale="nl_NL.ISO-8859-1" file="dutch.xml"/> 17 <include locale="C" file="english.xml"/> 18 <include locale="et_EE.ISO-8859-1" file="estonian.xml"/> 19 <include locale="fi_FI.ISO-8859-1" file="finnish.xml"/> 20 <include locale="fr_FR.ISO-8859-1" file="francais.xml"/> 21 <include locale="fr_FR.ISO-8859-1" file="francais.xml"/> 22 <include locale="fr_FR.UTF-8" file="francais.xml"/> 23 <include locale="gl_ES.ISO-8859-1" file="galego.xml"/> 24 <include locale="gl_ES.ISO-8859-1" file="galician.xml"/> 25 <include locale="de_DE.ISO-8859-1" file="german.xml"/> 26 <include locale="el_GR.ISO-8859-7" file="greek.xml"/> 27 <include locale="en_US.UTF-8" file="english.xml"/> 28 <include locale="iw_IL.ISO-8859-8" file="hebrew.xml"/> 29 <include locale="hr_HR.ISO-8859-2" file="hrvatski.xml"/> 30 <include locale="hu_HU.ISO-8859-2" file="hungarian.xml"/> 31 <include locale="is_IS.ISO-8859-1" file="icelandic.xml"/> 32 <include locale="it_IT.ISO-8859-1" file="italian.xml"/> 33 <include locale="ja_JP.eucJP" file="japanese.xml"/> 34 <include locale="ko_KR.eucKR" file="korean.xml"/> 35 <include locale="lt_LT.ISO-8859-13" file="lithuanian.xml"/> 36 <include locale="no_NO.ISO-8859-1" file="norwegian.xml"/> 37 <include locale="nn_NO.ISO-8859-1" file="nynorsk.xml"/> 38 <include locale="pl_PL.ISO-8859-2" file="polish.xml"/> 39 <include locale="pt_PT.ISO-8859-1" file="portuguese.xml"/> 40 <include locale="ro_RO.ISO-8859-2" file="romanian.xml"/> 41 <include locale="ru_RU.ISO-8859-5" file="russian.xml"/> 42 <include locale="sk_SK.ISO-8859-2" file="slovak.xml"/> 43 <include locale="sl_SI.ISO-8859-2" file="slovene.xml"/> 44 <include locale="es_ES.ISO-8859-1" file="spanish.xml"/> 45 <include locale="sv_SE.ISO-8859-1" file="swedish.xml"/> 46 <include locale="th_TH.TIS-620" file="thai.xml"/> 47 <include locale="tr_TR.ISO-8859-9" file="turkish.xml"/> 48</localemap> 49