Index: user/edwin/locale/share/Makefile =================================================================== --- user/edwin/locale/share/Makefile (revision 197304) +++ user/edwin/locale/share/Makefile (revision 197305) @@ -1,82 +1,82 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ .include # Do not include `info' in the SUBDIR list, it is handled separately. -SUBDIR= msgdef numericdef timedef monetdef +SUBDIR= msgdef numericdef timedef monetdef # colldef _SUBDIR= ${_colldef} \ ${_dict} \ ${_doc} \ ${_examples} \ ${_man} \ ${_me} \ misc \ ${_mk} \ ${_mklocale} \ ${_monetdef} \ ${_msgdef} \ ${_numericdef} \ ${_sendmail} \ skel \ ${_snmp} \ ${_syscons} \ tabset \ termcap \ ${_timedef} \ ${_zoneinfo} # NB: keep these sorted by MK_* knobs .if ${MK_BSNMP} != "no" _snmp= snmp .endif .if ${MK_DICT} != "no" _dict= dict .endif .if ${MK_EXAMPLES} != "no" _examples= examples .endif .if ${MK_GROFF} != "no" _me= me .endif .if ${MK_LOCALES} != "no" _colldef = colldef _mklocale = mklocale _monetdef = monetdef _msgdef = msgdef _numericdef = numericdef _timedef = timedef .endif .if ${MK_MAKE} != "no" _mk= mk .endif .if ${MK_MAN} != "no" _man= man .endif .if ${MK_SENDMAIL} != "no" _sendmail= sendmail .endif .if ${MK_SHAREDOCS} != "no" _doc= doc .endif .if ${MK_SYSCONS} != "no" _syscons= syscons .endif .if ${MK_ZONEINFO} != "no" _zoneinfo= zoneinfo .endif .include Index: user/edwin/locale/share/Makefile.def.inc =================================================================== --- user/edwin/locale/share/Makefile.def.inc (revision 197304) +++ user/edwin/locale/share/Makefile.def.inc (revision 197305) @@ -1,336 +1,336 @@ # $FreeBSD: user/edwin/locale/share/msgdef/Makefile 196760 2009-09-02 10:12:13Z edwin $ # # Predefined variables - Not for "end-users" to look at. # # aliases for charactermaps CMALIAS_ISCII-DEV= macdevanaga # libiconv doesn't understand iscii-dev, bsdiconv does ICONV= iconv ICONV_hi_IN.ISCII-DEV= bsdiconv # # Calculated variables # # All charactermaps CMS=UTF-8 .for ccln in ${CCLN} . for cm in ${CMS_${ccln}} . if ${CMS:M${cm}} == "" CMS+= ${cm} . endif . endfor . for cm in ${CMSLINK_${ccln}} . if ${CMS:M${cm}} == "" CMS+= ${cm} . endif . endfor .endfor # All files generated and their locations ALLFILES= ${CCLN:S/$/.UTF-8/} .for ccln in ${CCLN} FILESDIR_${ccln}.UTF-8.out= ${LOCALEDIR}/${ccln}.UTF-8 . for cm in ${CMS_${ccln}} ALLFILES+= ${ccln}.${cm} FILESDIR_${ccln}.${cm}.out= ${LOCALEDIR}/${ccln}.${cm} . endfor .endfor FILES= ${ALLFILES:S/$/.out/} CLEANFILES= ${ALLFILES:S/$/.out/} .if defined(FULL) CLEANFILES+= ${CCLN:S/$/.src/} .endif FILESNAME= ${LCTYPE} # All links # # CMS_ca_ES= ISO8859-1 # CMSLINK_ca_ES= ISO8859-2 # CMSLINK_ca_ES.ISO8859-1= ISO8859-15 # CCLNLINK_ca_ES= ca_FR # CCLNLINK_ca_ES.UTF-8= ca_IT.UTF-8 # LEGLINK_ca_ES= ca_CA # # First create the direct CMSLINK symlinks: # # foreach cm in CMSLINK_ca_ES # ca_ES.cm -> ca_ES.UTF-8 # endfor # foreach cm in CMS # if defined(CMSLINK_ca_ES.cm) # foreach cmi in CMSLINK_ca_ES.cm # ca_ES.cmi -> ca_ES.cm # endfor # endif # endfor # # Next create the direct CCNLNLINK symlinks: # # foreach ccln in CCLNLINK_ca_ES # foreach cm in CMSLINK_ca_ES # ccln.cm -> ca_ES.UTF-8 # endfor # endfor # foreach ccln in CCLNLINK_ca_ES # foreach cm in CMS # if defined(CMSLINK_ca_ES.cm) # foreach cmi in CMSLINK_ca_ES.cm # ccln.cmi -> ca_ES.cm # endfor # endif # endfor # endfor # # And the per-charactermap CCNLNLINK symlinks: # # foreach ccln in CCLN # foreach cm in CMS # if defined(CCLNLINK_ccln.cm) # foreach cclncm in CCLNLINK_ccln.cm # cclncm -> ccln.cm # endfor # endif # endfor # endfor # # af_ZA.UTF-8 # af_ZA.ISO8859-1 # af_ZA.ISO8859-15 -> af_ZA.ISO8859-1 # af_ZA.ISO8859-2 -> af_ZA.UTF-8 # # af_ZB.UTF-8 -> af_ZA.UTF-8 # af_ZB.ISO8859-1 -> af_ZA.ISO8859-1 # af_ZB.ISO8859-15 -> af_ZB.ISO8895-1 # af_ZB.ISO8859-2 -> af_ZB.UTF-8 # # af_ZC.UTF-8 -> af_ZA.UTF-8 # # af_ZD.UTF-8 -> af_ZA.UTF-8 # af_ZD.ISO8859-1 -> af_ZA.ISO8859-1 # af_ZD.ISO8859-15 -> af_ZD.ISO8895-1 # af_ZD.ISO8859-2 -> af_ZD.UTF-8 # # LEGLINK_xxXX is nothing more than a CCLNLINK_xxXX .for ccln in ${CCLN} . for _ccln in ${LEGLINK_${ccln}} CCLNLINK_${ccln}+= ${_ccln} . endfor . for cm in ${CMS} . ifdef LEGLINK_${ccln}.${cm} CCLNLINK_${ccln}.${cm}+= ${LEGLINK_${ccln}.${cm}} . endif . endfor .endfor # # First create the direct CMSLINK symlinks: # # foreach cm in CMSLINK_ca_ES # ca_ES.cm -> ca_ES.UTF-8 # endfor .for ccln in ${CCLN} . for cm in ${CMSLINK_${ccln}} SYMLINKS+= ../${ccln}.UTF-8/${LCTYPE} ${LOCALEDIR}/${ccln}.${cm} . endfor .endfor # foreach cm in CMS # if defined(CMSLINK_ca_ES.cm) # foreach cmi in CMSLINK_ca_ES.cm # ca_ES.cmi -> ca_ES.cm # endfor # endif # endfor .for ccln in ${CCLN} . for cm in ${CMS} . ifdef CMSLINK_${ccln}.${cm} . for cclncm in ${CMSLINK_${ccln}.${cm}} SYMLINKS+= ../${ccln}.${cm}/${LCTYPE} ${LOCALEDIR}/${cclncm} . endfor . endif . endfor .endfor # # Next create the direct CCNLNLINK symlinks: # # foreach ccln in CCLNLINK_ca_ES # ccln.UTF-8 -> ca_ES.UTF-8 # foreach cm in CMSLINK_ca_ES # ccln.cm -> ca_ES.UTF-8 # endfor # endfor .for ccln in ${CCLN} . for cclni in ${CCLNLINK_${ccln}} SYMLINKS+= ../${ccln}.UTF-8/${LCTYPE} ${LOCALEDIR}/${cclni}.UTF-8 . for cm in ${CMS_${ccln}} SYMLINKS+= ../${ccln}.${cm}/${LCTYPE} ${LOCALEDIR}/${cclni}.${cm} . endfor . for cm in ${CMSLINK_${ccln}} SYMLINKS+= ../${ccln}.UTF-8/${LCTYPE} ${LOCALEDIR}/${cclni}.${cm} . endfor . endfor .endfor # foreach ccln in CCLNLINK_ca_ES # foreach cm in CMS # if defined(CMSLINK_ca_ES.cm) # foreach cclncmi in CMSLINK_ca_ES.cm # cclncmi(ca_ES -> ccln) -> ca_ES.cm # endfor # endif # endfor # endfor .for ccln in ${CCLN} . for cclni in ${CCLNLINK_${ccln}} . for cm in ${CMS} . ifdef CMSLINK_${ccln}.${cm} . for cclncmi in ${CMSLINK_${ccln}.${cm}} SYMLINKS+= ../${ccln}.${cm}/${LCTYPE} ${LOCALEDIR}/${cclncmi:S/${ccln}/${cclni}/} . endfor . endif . endfor . endfor .endfor # # And the per-charactermap CCNLNLINK symlinks: # # foreach ccln in CCLN # foreach cm in CMS # if defined(CCLNLINK_ccln.cm) # foreach cclncm in CCLNLINK_ccln.cm # cclncm -> ccln.cm # endfor # endif # endfor # endfor .for ccln in ${CCLN} . for cm in ${CMS} . ifdef CCLNLINK_${ccln}.${cm} . for cclncm in ${CCLNLINK_${ccln}.${cm}} SYMLINKS+= ../${ccln}.${cm}/${LCTYPE} ${LOCALEDIR}/${cclncm} . endfor . endif . endfor .endfor -## CMSLINK_xxXX=cm is nothing more than CMSLINK_xxXX.UTF-8=cm -#.for ccln in ${CCLN} -#.warning 0: ${ccln} -#CMSLINK_${ccln}.UTF-8+= ${CMSLINK_${ccln}:S/^/${ccln}./} -#.endfor # -## CCLNLINK_xxXX=yyYY is nothing more than CCLNLINK_xxXX.(CMS_xxXX + CMSLINK_xxXX)=yyYY.(CMS) -#.for ccln in ${CCLN} -#. for cm in ${CMS_${ccln}} -#.warning 1ccln: ${ccln} -#.warning 1cm: ${cm} -#CCLNLINK_${ccln}.${cm}+= ${CCLNLINK_${ccln}:S/$/.${cm}/} -#. endfor -#. for cm in ${CMS} -#.warning 2cm: ${cm} -#. for cclncm in ${CMSLINK_${ccln}.${cm}} -#.warning 2cclncm: ${cclncm} -#CCLNLINK_${ccln}.${cm}+= ${cclncm} -#. endfor -#. endfor -#.endfor -# -#SYMLINKS= -## Now join all symlinks -#.for ccln in ${CCLN} -#. for cm in ${CMS} -#. for cclncm in ${CCLNLINK_${ccln}.${cm}} -#SYMLINKS+= ../${ccln}.${cm}/${LCTYPE} ${LOCALEDIR}/${cclncm} -#. endfor -#. endfor -#.endfor - - -# # Fill in the ICONV_ variables with the default values. # .for ccln in ${CCLN} . if defined(CMS_${ccln}) . for cms in ${CMS_${ccln}} . if !defined(ICONV_${ccln}.${cms}) ICONV_${ccln}.${cms}= ${ICONV} . endif . endfor . endif .endfor .for cm in ${CMS} . if !defined(CMALIAS_${cm}) CMALIAS_${cm}= ${cm} . endif . if !defined(TRANSLATIONBEFORE_${cm}) TRANSLATIONBEFORE_${cm}= . endif . if !defined(TRANSLATIONAFTER_${cm}) TRANSLATIONAFTER_${cm}= . endif . for TR in ${TRANSLATIONBEFORE_${cm}} _TRANSLATIONBEFORE_${cm}+= | awk '{ gsub("${TR:C/:.*//:C/([0-9a-fA-F][0-9a-fA-F])/\\\\x\1/g}", "${TR:C/^.*://:C/([0-9a-fA-F][0-9a-fA-F])/\\\\x\1/g}"); print }' . endfor . for TR in ${TRANSLATIONAFTER_${cm}} _TRANSLATIONAFTER_${cm}+= | awk '{ gsub("${TR:C/:.*//:C/([0-9a-fA-F][0-9a-fA-F])/\\\\x\1/g}", "${TR:C/^.*://:C/([0-9a-fA-F][0-9a-fA-F])/\\\\x\1/g}"); print }' . endfor .endfor # -# All targets +# Target selection # +TARGET_LC_MESSAGES= TARGET_CHARACTERMAP +TARGET_LC_MONETARY= TARGET_CHARACTERMAP +TARGET_LC_NUMERIC= TARGET_CHARACTERMAP +TARGET_LC_TIME= TARGET_CHARACTERMAP +TARGET_LC_COLLDEF= TARGET_COLLDEF +.if !defined(TARGET_${LCTYPE}) +.error unknown LCTYPE (${LCTYPE}) or not set. +.endif +TARGET= ${TARGET_${LCTYPE}} -.for ccln in ${CCLN} +# +# All targets for TARGET_CHARACTERMAP +# +# .unicode -> utf-8.src -> utf-8.out +# \__ iso8859-1.src -> iso8859-1.out +# <----1---><--2---><------3--------><----4-----> +# +# 1. The files .unicode are stored in the SCM and are the source +# for the whole further system +# 2. The Perl script converts the .unicode files and the Unicode +# CLDR database into UTF-8 code +# 3. The UTF-8 gets converted by libiconv or bsdiconv in the specific +# charactermap. +# 4. Get rid of the comments. +# +# As long as there is no bsdiconv, the files with the extension +# .unicode and .src must be stored in the SCM and will not be +# generated as part of the build process. +# +.if ${TARGET} == "TARGET_CHARACTERMAP" +. for ccln in ${CCLN} # Normal makes don't need to convert from .unicode to .src -. if defined(FULL) -${ccln}.src: ${ccln}.unicode +. if defined(FULL) +${ccln}.UTF-8.src: ${ccln}.unicode ../../cldr/tools/unicode2src.pl \ --cldr=/home/edwin/unicode/cldr/1.7.1 \ --unidata=/home/edwin/unicode/UNIDATA/5.1.0/ \ --input=${.ALLSRC} \ --output=${.TARGET} -. endif +. endif -${ccln}.UTF-8.out: ${ccln}.src +${ccln}.UTF-8.out: ${ccln}.UTF-8.src grep -v '^#' < ${.ALLSRC} > ${.TARGET} -. if defined(CMS_${ccln}) -. for cms in ${CMS_${ccln}} +. if defined(CMS_${ccln}) +. for cms in ${CMS_${ccln}} -${ccln}.${cms}.out: ${ccln}.UTF-8.out +${ccln}.${cms}.src: ${ccln}.UTF-8.src cat ${.ALLSRC} \ ${_TRANSLATIONBEFORE_${cms}} | \ ${ICONV_${ccln}.${cms}} \ -f UTF-8 \ -t ${CMALIAS_${cms}} \ ${_TRANSLATIONAFTER_${cms}} \ > ${.TARGET} \ || rm ${.TARGET} && exit 0 -. endfor -. endif -.endfor +${ccln}.${cms}.out: ${ccln}.${cms}.src + grep -v '^#' < ${.ALLSRC} > ${.TARGET} + +. endfor +. endif +. endfor +.endif beforeinstall: .for f in ${FILES:S/.out//} rm -f ${DESTDIR}/${LOCALEDIR}/${f}/${FILESNAME} .endfor set ${SYMLINKS}; \ while [ ! -z "$1" ]; do \ shift; \ rm -f ${DESTDIR}/$$1/${FILESNAME}; \ shift; \ done .include Index: user/edwin/locale/share/colldef/Makefile =================================================================== --- user/edwin/locale/share/colldef/Makefile (revision 197304) +++ user/edwin/locale/share/colldef/Makefile (revision 197305) @@ -1,114 +1,189 @@ # $FreeBSD$ -LOCALES= bg_BG.CP1251 \ - be_BY.CP1131 \ - be_BY.CP1251 \ - be_BY.ISO8859-5 \ - ca_ES.ISO8859-1 \ - ca_ES.ISO8859-15 \ - cs_CZ.ISO8859-2 \ - de_DE.ISO8859-1 \ - de_DE.ISO8859-15 \ - el_GR.ISO8859-7 \ - es_ES.ISO8859-1 \ - es_ES.ISO8859-15 \ - et_EE.ISO8859-15 \ - hi_IN.ISCII-DEV \ - hr_HR.ISO8859-2 \ - hy_AM.ARMSCII-8 \ - is_IS.ISO8859-1 \ - is_IS.ISO8859-15 \ - kk_KZ.PT154 \ - la_LN.ISO8859-1 \ - la_LN.ISO8859-15 \ - la_LN.ISO8859-2 \ - la_LN.ISO8859-4 \ - la_LN.US-ASCII \ - no_NO.ISO8859-1 \ - no_NO.ISO8859-15 \ - lt_LT.ISO8859-4 \ - lt_LT.ISO8859-13 \ - pl_PL.ISO8859-2 \ - ru_RU.CP1251 \ - ru_RU.CP866 \ - ru_RU.ISO8859-5 \ - ru_RU.KOI8-R \ - sl_SI.ISO8859-2 \ - sr_YU.ISO8859-5 \ - sv_SE.ISO8859-1 \ - sv_SE.ISO8859-15 \ - tr_TR.ISO8859-9 \ - uk_UA.CP1251 \ - uk_UA.ISO8859-5 \ - uk_UA.KOI8-U +CCLN= be_BY bg_BG ca_ES cs_CZ de_DE el_GR es_ES et_EE \ + hi_IN hr_HR hy_AM is_IS kk_KZ la_LN lt_LT no_NO pl_PL \ + ru_RU sl_SI sr_Cyrl_RS sv_SE tr_TR uk_UA -LOCALEDIR= /usr/share/locale +# For these locales, beside creating the UTF-8 map also create these +# charactermaps. +CMS_be_BY= CP1131 CP1251 ISO8859-5 +CMS_bg_BG= CP1251 +CMS_ca_ES= ISO8859-1 ISO8859-15 +CMS_cs_CZ= ISO8859-2 +CMS_de_DE= ISO8859-1 ISO8859-15 +CMS_el_GR= ISO8859-7 +CMS_es_ES= ISO8859-1 ISO8859-15 +CMS_et_EE= ISO8859-15 +CMS_hi_IN= ISCII-DEV +CMS_hr_HR= ISO8859-2 +CMS_hy_AM= ARMSCII-8 +CMS_is_IS= ISO8859-1 ISO8859-15 +CMS_kk_KZ= CP154 +CMS_la_LN= ISO8859-1 ISO8859-2 ISO8859-4 ISO8859-13 ISO8859-15 US-ASCII +CMS_lt_LT= ISO8859-4 +CMS_no_NO= ISO8859-1 ISO8859-15 +CMS_pl_PL= ISO8859-2 +CMS_ru_RU= CP1251 CP866 ISO8859-5 KOI8-R +CMS_sl_SI= ISO8859-2 +CMS_sr_Cyrl_RS= ISO8859-5 +CMS_sv_SE= ISO8859-1 ISO8859-15 +CMS_tr_TR= ISO8859-9 +CMS_uk_UA= CP1251 ISO8859-5 KOI8-U -.SUFFIXES: .src .out +# For these locales, link the following charactermaps to the UTF-8 map. +# (unless the origin charactermap is defined) +CMSLINK_be_BY= cm +CMSLINK_ca_ES.ISO8859-1= ca_AD.ISO8859-1 ca_FR.ISO8859-1 ca_IT.ISO8859-1 +CMSLINK_ca_ES.ISO8859-15= ca_AD.ISO8859-15 ca_FR.ISO8859-15 ca_IT.ISO8859-15 +CMSLINK_ca_CZ.ISO8859-2= sk_SK.ISO8859-2 +CMSLINK_de_DE.ISO8859-1= de_AT.ISO8859-1 de_CH.ISO8859-1 +CMSLINK_de_DE.ISO8859-15= de_AT.ISO8859-15 de_CH.ISO8859-15 +CMSLINK_is_IS.ISO8859-1= zh_Hant_TW.Big5 +CMSLINK_no_NO.ISO8859-1= nb_NO.ISO8859-1 nn_NO.ISO8859-1 +CMSLINK_no_NO.ISO8859-15= nb_NO.ISO8859-15 nn_NO.ISO8859-15 +CMSLINK_pt_PT.ISO8859-1= pt_BR.ISO8859-1 +CMSLINK_la_LN.ISO8859-1= af_ZA.ISO8859-1/LC_COLLATE da_DK.ISO8859-1/LC_COLLATE en_AU.ISO8859-1/LC_COLLATE en_CA.ISO8859-1/LC_COLLATE en_GB.ISO8859-1/LC_COLLATE en_NZ.ISO8859-1/LC_COLLATE en_US.ISO8859-1/LC_COLLATE eu_ES.ISO8859-1/LC_COLLATE fi_FI.ISO8859-1/LC_COLLATE fr_BE.ISO8859-1/LC_COLLATE fr_CA.ISO8859-1/LC_COLLATE fr_CH.ISO8859-1/LC_COLLATE fr_FR.ISO8859-1/LC_COLLATE it_CH.ISO8859-1/LC_COLLATE it_IT.ISO8859-1/LC_COLLATE nl_BE.ISO8859-1/LC_COLLATE nl_NL.ISO8859-1/LC_COLLATE pt_PT.ISO8859-1/LC_COLLATE +CMSLINK_la_LN.ISO8859-2= hu_HU.ISO8859-2 ro_RO.ISO8859-2 sr_YU.ISO8859-2 +CMSLINK_la_LN.ISO8859-13= lt_LT.ISO8859-13 lv_LV.ISO8859-13 +CMSLINK_la_LN.ISO8859-15= af_ZA.ISO8859-15/LC_COLLATE da_DK.ISO8859-15/LC_COLLATE en_AU.ISO8859-15/LC_COLLATE en_CA.ISO8859-15/LC_COLLATE en_GB.ISO8859-15/LC_COLLATE en_NZ.ISO8859-15/LC_COLLATE en_US.ISO8859-15/LC_COLLATE eu_ES.ISO8859-15/LC_COLLATE fi_FI.ISO8859-15/LC_COLLATE fr_BE.ISO8859-15/LC_COLLATE fr_CA.ISO8859-15/LC_COLLATE fr_CH.ISO8859-15/LC_COLLATE fr_FR.ISO8859-15/LC_COLLATE it_CH.ISO8859-15/LC_COLLATE it_IT.ISO8859-15/LC_COLLATE nl_BE.ISO8859-15/LC_COLLATE nl_NL.ISO8859-15/LC_COLLATE pt_PT.ISO8859-15/LC_COLLATE +CMSLINK_la_LN.US-ASCII= af_ZA.UTF-8/LC_COLLATE am_ET.UTF-8/LC_COLLATE be_BY.UTF-8/LC_COLLATE bg_BG.UTF-8/LC_COLLATE ca_AD.UTF-8/LC_COLLATE ca_ES.UTF-8/LC_COLLATE ca_FR.UTF-8/LC_COLLATE ca_IT.UTF-8/LC_COLLATE cs_CZ.UTF-8/LC_COLLATE da_DK.UTF-8/LC_COLLATE de_AT.UTF-8/LC_COLLATE de_CH.UTF-8/LC_COLLATE de_DE.UTF-8/LC_COLLATE el_GR.UTF-8/LC_COLLATE en_AU.US-ASCII/LC_COLLATE en_AU.UTF-8/LC_COLLATE en_CA.US-ASCII/LC_COLLATE en_CA.UTF-8/LC_COLLATE en_GB.US-ASCII/LC_COLLATE en_GB.UTF-8/LC_COLLATE en_IE.UTF-8/LC_COLLATE en_NZ.US-ASCII/LC_COLLATE en_NZ.UTF-8/LC_COLLATE en_US.US-ASCII/LC_COLLATE en_US.UTF-8/LC_COLLATE es_ES.UTF-8/LC_COLLATE et_EE.UTF-8/LC_COLLATE eu_ES.UTF-8/LC_COLLATE fi_FI.UTF-8/LC_COLLATE fr_BE.UTF-8/LC_COLLATE fr_CA.UTF-8/LC_COLLATE fr_CH.UTF-8/LC_COLLATE fr_FR.UTF-8/LC_COLLATE he_IL.UTF-8/LC_COLLATE hr_HR.UTF-8/LC_COLLATE hu_HU.UTF-8/LC_COLLATE hy_AM.UTF-8/LC_COLLATE is_IS.UTF-8/LC_COLLATE it_CH.UTF-8/LC_COLLATE it_IT.UTF-8/LC_COLLATE ja_JP.SJIS/LC_COLLATE ja_JP.UTF-8/LC_COLLATE ja_JP.eucJP/LC_COLLATE kk_KZ.UTF-8/LC_COLLATE ko_KR.CP949/LC_COLLATE ko_KR.UTF-8/LC_COLLATE ko_KR.eucKR/LC_COLLATE lt_LT.UTF-8/LC_COLLATE lv_LV.UTF-8/LC_COLLATE mn_MN.UTF-8/LC_COLLATE nb_NO.UTF-8/LC_COLLATE nl_BE.UTF-8/LC_COLLATE nl_NL.UTF-8/LC_COLLATE nn_NO.UTF-8/LC_COLLATE no_NO.UTF-8/LC_COLLATE pl_PL.UTF-8/LC_COLLATE pt_BR.UTF-8/LC_COLLATE pt_PT.UTF-8/LC_COLLATE ro_RO.UTF-8/LC_COLLATE ru_RU.UTF-8/LC_COLLATE sk_SK.UTF-8/LC_COLLATE sl_SI.UTF-8/LC_COLLATE sr_YU.UTF-8/LC_COLLATE sv_SE.UTF-8/LC_COLLATE tr_TR.UTF-8/LC_COLLATE uk_UA.UTF-8/LC_COLLATE zh_CN.GB18030/LC_COLLATE zh_CN.GB2312/LC_COLLATE zh_CN.GBK/LC_COLLATE zh_CN.UTF-8/LC_COLLATE zh_CN.eucCN/LC_COLLATE zh_HK.Big5HKSCS/LC_COLLATE zh_HK.UTF-8/LC_COLLATE zh_TW.UTF-8/LC_COLLATE -.src.out: - colldef -I ${.CURDIR} -o ${.TARGET} ${.IMPSRC} +# For these locales, also create symlinks to the main locale. +#CCLNLINK_ccln= ccnln +# None! -FILES= ${LOCALES:S/$/.out/} -FILESNAME= LC_COLLATE +# For these locales, create symlinks to the main locale for historical reasons. +#LEGLINK_ccln= ccln -.for locale in ${LOCALES} -FILESDIR_${locale}.out= ${LOCALEDIR}/${locale} -.if exists(${.CURDIR}/map.${locale:E}) -${locale}.out: map.${locale:E} -.endif -.endfor +# +# In theory there are no parts after here which should be touched when adding +# or removing locales and charactermaps. +# -CLEANFILES= ${FILES} +# Required variables +LCTYPE= LC_COLLDEF +LOCALEDIR= /usr/share/locale -ENCODINGS= Big5 Big5HKSCS CP949 eucCN eucJP eucKR GB18030 GB2312 GBK \ - ISO8859-1 ISO8859-2 ISO8859-15 SJIS US-ASCII UTF-8 +# For testing only +DESTDIR= /home/edwin/locale/new/ +SHAREOWN= edwin +SHAREGRP= edwin -ISO8859-1_Big5= is_IS:zh_TW -ISO8859-1_ISO8859-1= ${ISO8859-15_ISO8859-15} pt_PT:pt_BR +# DONE +# +# All variables +# -LATIN1LINKS= af_ZA da_DK en_AU en_CA en_GB en_NZ en_US eu_ES fi_FI \ - fr_BE fr_CA fr_CH fr_FR it_CH it_IT nl_BE nl_NL pt_PT -ISO8859-15_ISO8859-15= \ - ca_ES:ca_AD ca_ES:ca_FR ca_ES:ca_IT \ - de_DE:de_AT de_DE:de_CH \ - no_NO:nb_NO no_NO:nn_NO \ - ${LATIN1LINKS:C/^/la_LN:/} +#LOCALES= bg_BG.CP1251 \ +# be_BY.CP1131 \ +# be_BY.CP1251 \ +# be_BY.ISO8859-5 \ +# ca_ES.ISO8859-1 \ +# ca_ES.ISO8859-15 \ +# cs_CZ.ISO8859-2 \ +# de_DE.ISO8859-1 \ +# de_DE.ISO8859-15 \ +# el_GR.ISO8859-7 \ +# es_ES.ISO8859-1 \ +# es_ES.ISO8859-15 \ +# et_EE.ISO8859-15 \ +# hi_IN.ISCII-DEV \ +# hr_HR.ISO8859-2 \ +# hy_AM.ARMSCII-8 \ +# is_IS.ISO8859-1 \ +# is_IS.ISO8859-15 \ +# kk_KZ.PT154 \ +# la_LN.ISO8859-1 \ +# la_LN.ISO8859-15 \ +# la_LN.ISO8859-2 \ +# la_LN.ISO8859-4 \ +# la_LN.US-ASCII \ +# no_NO.ISO8859-1 \ +# no_NO.ISO8859-15 \ +# lt_LT.ISO8859-4 \ +# lt_LT.ISO8859-13 \ +# pl_PL.ISO8859-2 \ +# ru_RU.CP1251 \ +# ru_RU.CP866 \ +# ru_RU.ISO8859-5 \ +# ru_RU.KOI8-R \ +# sl_SI.ISO8859-2 \ +# sr_YU.ISO8859-5 \ +# sv_SE.ISO8859-1 \ +# sv_SE.ISO8859-15 \ +# tr_TR.ISO8859-9 \ +# uk_UA.CP1251 \ +# uk_UA.ISO8859-5 \ +# uk_UA.KOI8-U +# +#LOCALEDIR= /usr/share/locale +# +#.SUFFIXES: .src .out +# +#.src.out: +# colldef -I ${.CURDIR} -o ${.TARGET} ${.IMPSRC} +# +#FILES= ${LOCALES:S/$/.out/} +#FILESNAME= LC_COLLATE +# +#.for locale in ${LOCALES} +#FILESDIR_${locale}.out= ${LOCALEDIR}/${locale} +#.if exists(${.CURDIR}/map.${locale:E}) +#${locale}.out: map.${locale:E} +#.endif +#.endfor +# +#CLEANFILES= ${FILES} +# +#ENCODINGS= Big5 Big5HKSCS CP949 eucCN eucJP eucKR GB18030 GB2312 GBK \ +# ISO8859-1 ISO8859-2 ISO8859-15 SJIS US-ASCII UTF-8 +# +#ISO8859-1_Big5= is_IS:zh_TW +#ISO8859-1_ISO8859-1= ${ISO8859-15_ISO8859-15} pt_PT:pt_BR +# +#LATIN1LINKS= af_ZA da_DK en_AU en_CA en_GB en_NZ en_US eu_ES fi_FI \ +# fr_BE fr_CA fr_CH fr_FR it_CH it_IT nl_BE nl_NL pt_PT +#ISO8859-15_ISO8859-15= \ +# ca_ES:ca_AD ca_ES:ca_FR ca_ES:ca_IT \ +# de_DE:de_AT de_DE:de_CH \ +# no_NO:nb_NO no_NO:nn_NO \ +# ${LATIN1LINKS:C/^/la_LN:/} +# +#LATIN2LINKS= hu_HU ro_RO sr_YU +#ISO8859-2_ISO8859-2= ${LATIN2LINKS:C/^/la_LN:/} cs_CZ:sk_SK +# +#US-ASCII_Big5HKSCS= la_LN:zh_HK +#US-ASCII_CP949= la_LN:ko_KR +#US-ASCII_eucCN= la_LN:zh_CN +#US-ASCII_eucJP= la_LN:ja_JP +#US-ASCII_eucKR= la_LN:ko_KR +#US-ASCII_GB18030= la_LN:zh_CN +#US-ASCII_GB2312= la_LN:zh_CN +#US-ASCII_GBK= la_LN:zh_CN +#US-ASCII_SJIS= la_LN:ja_JP +# +#ASCIILINKS= en_AU en_CA en_GB en_NZ en_US +#US-ASCII_US-ASCII= ${ASCIILINKS:C/^/la_LN:/} +# +#UTF8LINKS= af_ZA am_ET be_BY bg_BG ca_AD ca_ES ca_FR ca_IT cs_CZ \ +# da_DK de_AT de_CH de_DE \ +# el_GR en_AU en_CA en_GB en_IE en_NZ en_US es_ES et_EE eu_ES \ +# fi_FI fr_BE fr_CA fr_CH fr_FR he_IL hr_HR hu_HU hy_AM \ +# is_IS it_CH it_IT ja_JP kk_KZ ko_KR lt_LT mn_MN \ +# nb_NO nl_BE nl_NL nn_NO no_NO pl_PL pt_BR pt_PT \ +# ro_RO ru_RU sk_SK sl_SI sr_YU sv_SE tr_TR uk_UA zh_CN zh_HK \ +# zh_TW +#US-ASCII_UTF-8= ${UTF8LINKS:C/^/la_LN:/} +# +#SYMLINKS= +#.for enc1 in ${ENCODINGS} +#.for enc2 in ${ENCODINGS} +#.for lang_terr in ${${enc1}_${enc2}} +#SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \ +# ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2} +#.endfor +#.endfor +#.endfor -LATIN2LINKS= hu_HU ro_RO sr_YU -ISO8859-2_ISO8859-2= ${LATIN2LINKS:C/^/la_LN:/} cs_CZ:sk_SK - -US-ASCII_Big5HKSCS= la_LN:zh_HK -US-ASCII_CP949= la_LN:ko_KR -US-ASCII_eucCN= la_LN:zh_CN -US-ASCII_eucJP= la_LN:ja_JP -US-ASCII_eucKR= la_LN:ko_KR -US-ASCII_GB18030= la_LN:zh_CN -US-ASCII_GB2312= la_LN:zh_CN -US-ASCII_GBK= la_LN:zh_CN -US-ASCII_SJIS= la_LN:ja_JP - -ASCIILINKS= en_AU en_CA en_GB en_NZ en_US -US-ASCII_US-ASCII= ${ASCIILINKS:C/^/la_LN:/} - -UTF8LINKS= af_ZA am_ET be_BY bg_BG ca_AD ca_ES ca_FR ca_IT cs_CZ \ - da_DK de_AT de_CH de_DE \ - el_GR en_AU en_CA en_GB en_IE en_NZ en_US es_ES et_EE eu_ES \ - fi_FI fr_BE fr_CA fr_CH fr_FR he_IL hr_HR hu_HU hy_AM \ - is_IS it_CH it_IT ja_JP kk_KZ ko_KR lt_LT mn_MN \ - nb_NO nl_BE nl_NL nn_NO no_NO pl_PL pt_BR pt_PT \ - ro_RO ru_RU sk_SK sl_SI sr_YU sv_SE tr_TR uk_UA zh_CN zh_HK \ - zh_TW -US-ASCII_UTF-8= ${UTF8LINKS:C/^/la_LN:/} - -SYMLINKS= -.for enc1 in ${ENCODINGS} -.for enc2 in ${ENCODINGS} -.for lang_terr in ${${enc1}_${enc2}} -SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \ - ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2} -.endfor -.endfor -.endfor - +.include "../Makefile.def.inc" .include Index: user/edwin/locale/share/monetdef/af_ZA.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/af_ZA.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/af_ZA.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/af_ZA.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +ZAR +# currency_symbol +R +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/am_ET.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/am_ET.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/am_ET.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/am_ET.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +ETB +# currency_symbol +$ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/be_BY.CP1131.src =================================================================== --- user/edwin/locale/share/monetdef/be_BY.CP1131.src (nonexistent) +++ user/edwin/locale/share/monetdef/be_BY.CP1131.src (revision 197305) @@ -0,0 +1,35 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/be_BY.unicode 196846 2009-09-04 23:11:59Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BYR +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/be_BY.CP1251.src =================================================================== --- user/edwin/locale/share/monetdef/be_BY.CP1251.src (nonexistent) +++ user/edwin/locale/share/monetdef/be_BY.CP1251.src (revision 197305) @@ -0,0 +1,35 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/be_BY.unicode 196846 2009-09-04 23:11:59Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BYR +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/be_BY.ISO8859-5.src =================================================================== --- user/edwin/locale/share/monetdef/be_BY.ISO8859-5.src (nonexistent) +++ user/edwin/locale/share/monetdef/be_BY.ISO8859-5.src (revision 197305) @@ -0,0 +1,35 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/be_BY.unicode 196846 2009-09-04 23:11:59Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BYR +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/be_BY.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/be_BY.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/be_BY.UTF-8.src (revision 197305) @@ -0,0 +1,35 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/be_BY.unicode 196846 2009-09-04 23:11:59Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BYR +# currency_symbol +руб. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/bg_BG.CP1251.src =================================================================== --- user/edwin/locale/share/monetdef/bg_BG.CP1251.src (nonexistent) +++ user/edwin/locale/share/monetdef/bg_BG.CP1251.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/bg_BG.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BGN +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/bg_BG.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/bg_BG.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/bg_BG.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/bg_BG.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BGN +# currency_symbol +лв. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/ca_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/ca_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/ca_ES.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ca_ES.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/cs_CZ.ISO8859-2.src =================================================================== --- user/edwin/locale/share/monetdef/cs_CZ.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/monetdef/cs_CZ.ISO8859-2.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/cs_CZ.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +CZK +# currency_symbol +K +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/cs_CZ.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/cs_CZ.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/cs_CZ.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/cs_CZ.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +CZK +# currency_symbol +Kč +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/da_DK.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/da_DK.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/da_DK.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/da_DK.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +DKK +# currency_symbol +kr +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/de_AT.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/de_AT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/de_AT.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/de_AT.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/de_CH.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/de_CH.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/de_CH.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/de_CH.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +CHF +# currency_symbol +Fr. +# mon_decimal_point +. +# mon_thousands_sep +' +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/de_DE.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/de_DE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/de_DE.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/de_DE.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/el_GR.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/el_GR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/el_GR.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/el_GR.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/en_AU.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/en_AU.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/en_AU.UTF-8.src (revision 197305) @@ -0,0 +1,48 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/en_AU.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +AUD +# currency_symbol +$ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# int_p_cs_precedes +1 +# int_n_cs_precedes; +1 +# int_p_sep_by_space; +0 +# int_n_sep_by_space; +0 +# int_p_sign_posn; +1 +# int_n_sign_posn; +1 +# EOF Index: user/edwin/locale/share/monetdef/en_CA.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/en_CA.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/en_CA.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/en_CA.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +CAD +# currency_symbol +$ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/en_GB.ISO8859-1.src =================================================================== --- user/edwin/locale/share/monetdef/en_GB.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/monetdef/en_GB.ISO8859-1.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/en_GB.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +GBP +# currency_symbol + +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/en_GB.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/en_GB.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/en_GB.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/en_GB.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +GBP +# currency_symbol +£ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/en_IE.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/en_IE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/en_IE.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/en_IE.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +€ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/en_NZ.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/en_NZ.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/en_NZ.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/en_NZ.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +NZD +# currency_symbol +$ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/en_US.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/en_US.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/en_US.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/en_US.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +USD +# currency_symbol +$ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/es_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/es_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/es_ES.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/es_ES.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/et_EE.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/et_EE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/et_EE.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/et_EE.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EEK +# currency_symbol +kr +# mon_decimal_point +. +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/fi_FI.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/fi_FI.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/fi_FI.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/fi_FI.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +2 +# n_cs_precedes +0 +# n_sep_by_space +2 +# p_sign_posn +1 +# n_sign_posn +2 +# EOF Index: user/edwin/locale/share/monetdef/fr_BE.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/fr_BE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/fr_BE.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/fr_BE.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/fr_CA.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/fr_CA.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/fr_CA.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/fr_CA.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +CAD +# currency_symbol +$ +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +2 +# EOF Index: user/edwin/locale/share/monetdef/fr_FR.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/fr_FR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/fr_FR.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/fr_FR.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +2 +# EOF Index: user/edwin/locale/share/monetdef/he_IL.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/he_IL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/he_IL.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/he_IL.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +ILS +# currency_symbol +₪ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/hi_IN.ISCII-DEV.src =================================================================== --- user/edwin/locale/share/monetdef/hi_IN.ISCII-DEV.src (nonexistent) +++ user/edwin/locale/share/monetdef/hi_IN.ISCII-DEV.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/hi_IN.unicode 197187 2009-09-14 08:04:48Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +INR +# currency_symbol +. +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;2;0 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/hi_IN.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/hi_IN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/hi_IN.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/hi_IN.unicode 197187 2009-09-14 08:04:48Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +INR +# currency_symbol +रु. +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;2;0 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/hr_HR.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/hr_HR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/hr_HR.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/hr_HR.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +HRK +# currency_symbol +Kn +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/hu_HU.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/hu_HU.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/hu_HU.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/hu_HU.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +HUF +# currency_symbol +Ft +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/hy_AM.ARMSCII-8.src =================================================================== --- user/edwin/locale/share/monetdef/hy_AM.ARMSCII-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/hy_AM.ARMSCII-8.src (revision 197305) @@ -0,0 +1,39 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/hy_AMunicode 196846 20090904 23:11:59Z edwin $ +# +# LC_MONETARY source for ARMSCII8 locale for FreeBSD +# Made available by Vahe Khachikyan +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol last character always SPACE +AMD +# currency_symbol + +# mon_decimal_point + +# mon_thousands_sep + +# mon_grouping separated by ; +3;3 +# positive_sign + +# negative_sign + +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/hy_AM.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/hy_AM.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/hy_AM.UTF-8.src (revision 197305) @@ -0,0 +1,39 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/hy_AM.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# LC_MONETARY source for ARMSCII-8 locale for FreeBSD +# Made available by Vahe Khachikyan +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +AMD +# currency_symbol +ԴՐ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/is_IS.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/is_IS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/is_IS.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/is_IS.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +ISK +# currency_symbol +kr +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/it_IT.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/it_IT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/it_IT.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/it_IT.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/ja_JP.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/ja_JP.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/ja_JP.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ja_JP.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +JPY +# currency_symbol +¥ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/ja_JP.eucJP.src =================================================================== --- user/edwin/locale/share/monetdef/ja_JP.eucJP.src (nonexistent) +++ user/edwin/locale/share/monetdef/ja_JP.eucJP.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ja_JP.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +JPY +# currency_symbol +\ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/kk_KZ.PT154.src =================================================================== --- user/edwin/locale/share/monetdef/kk_KZ.PT154.src (nonexistent) +++ user/edwin/locale/share/monetdef/kk_KZ.PT154.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/kk_KZ.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +KZT +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/kk_KZ.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/kk_KZ.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/kk_KZ.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/kk_KZ.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +KZT +# currency_symbol +тг. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/ko_KR.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/ko_KR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/ko_KR.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ko_KR.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +KRW +# currency_symbol +₩ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/ko_KR.eucKR.src =================================================================== --- user/edwin/locale/share/monetdef/ko_KR.eucKR.src (nonexistent) +++ user/edwin/locale/share/monetdef/ko_KR.eucKR.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ko_KR.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +KRW +# currency_symbol +\ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/lt_LT.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/lt_LT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/lt_LT.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/lt_LT.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +LTL +# currency_symbol +Lt +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/lv_LV.ISO8859-13.src =================================================================== --- user/edwin/locale/share/monetdef/lv_LV.ISO8859-13.src (nonexistent) +++ user/edwin/locale/share/monetdef/lv_LV.ISO8859-13.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +LVL +# currency_symbol +Ls +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/lv_LV.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/lv_LV.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/lv_LV.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +LVL +# currency_symbol +Ls +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/mn_MN.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/mn_MN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/mn_MN.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/mn_MN.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +MNT +# currency_symbol +₮ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/nl_BE.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/nl_BE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/nl_BE.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/nl_BE.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/nl_NL.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/nl_NL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/nl_NL.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/nl_NL.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +2 +# EOF Index: user/edwin/locale/share/monetdef/no_NO.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/no_NO.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/no_NO.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/no_NO.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +NOK +# currency_symbol +kr +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/pl_PL.ISO8859-2.src =================================================================== --- user/edwin/locale/share/monetdef/pl_PL.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/monetdef/pl_PL.ISO8859-2.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/pl_PL.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +PLN +# currency_symbol +z +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/pl_PL.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/pl_PL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/pl_PL.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/pl_PL.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +PLN +# currency_symbol +zł +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/pt_BR.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/pt_BR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/pt_BR.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/pt_BR.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BRL +# currency_symbol +R$ +# mon_decimal_point (possibly incorrect for pt_BR) +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/pt_PT.ISO8859-1.src =================================================================== --- user/edwin/locale/share/monetdef/pt_PT.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/monetdef/pt_PT.ISO8859-1.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/pt_PT.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +Eu +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/pt_PT.ISO8859-15.src =================================================================== --- user/edwin/locale/share/monetdef/pt_PT.ISO8859-15.src (nonexistent) +++ user/edwin/locale/share/monetdef/pt_PT.ISO8859-15.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/pt_PT.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol + +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/pt_PT.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/pt_PT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/pt_PT.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/pt_PT.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +EUR +# currency_symbol +€ +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/ro_RO.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/ro_RO.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/ro_RO.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ro_RO.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +ROL +# currency_symbol +Lei +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/ru_RU.CP1251.src =================================================================== --- user/edwin/locale/share/monetdef/ru_RU.CP1251.src (nonexistent) +++ user/edwin/locale/share/monetdef/ru_RU.CP1251.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ru_RU.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +RUB +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/ru_RU.CP866.src =================================================================== --- user/edwin/locale/share/monetdef/ru_RU.CP866.src (nonexistent) +++ user/edwin/locale/share/monetdef/ru_RU.CP866.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ru_RU.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +RUB +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/ru_RU.ISO8859-5.src =================================================================== --- user/edwin/locale/share/monetdef/ru_RU.ISO8859-5.src (nonexistent) +++ user/edwin/locale/share/monetdef/ru_RU.ISO8859-5.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ru_RU.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +RUB +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/ru_RU.KOI8-R.src =================================================================== --- user/edwin/locale/share/monetdef/ru_RU.KOI8-R.src (nonexistent) +++ user/edwin/locale/share/monetdef/ru_RU.KOI8-R.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ru_RU.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +RUB +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/ru_RU.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/ru_RU.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/ru_RU.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/ru_RU.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +RUB +# currency_symbol +руб. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/sk_SK.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/sk_SK.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/sk_SK.UTF-8.src (revision 197305) @@ -0,0 +1,38 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/sk_SK.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# Slovak monetary definition by Juraj Bednar +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +SKK +# currency_symbol +Sk +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/sl_SI.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/sl_SI.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/sl_SI.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/sl_SI.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +SIT +# currency_symbol +SIT +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +2 +# n_cs_precedes +0 +# n_sep_by_space +2 +# p_sign_posn +2 +# n_sign_posn +2 +# EOF Index: user/edwin/locale/share/monetdef/sr_Cyrl_RS.ISO8859-5.src =================================================================== --- user/edwin/locale/share/monetdef/sr_Cyrl_RS.ISO8859-5.src (nonexistent) +++ user/edwin/locale/share/monetdef/sr_Cyrl_RS.ISO8859-5.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/sr_Cyrl_RS.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +YUD +# currency_symbol + +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/sr_Cyrl_RS.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/sr_Cyrl_RS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/sr_Cyrl_RS.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/sr_Cyrl_RS.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +YUD +# currency_symbol +дин +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/sr_Latn_RS.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/sr_Latn_RS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/sr_Latn_RS.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/sr_Latn_RS.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +YUD +# currency_symbol +din +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +2 +# n_cs_precedes +0 +# n_sep_by_space +2 +# p_sign_posn +2 +# n_sign_posn +2 +# EOF Index: user/edwin/locale/share/monetdef/sv_SE.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/sv_SE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/sv_SE.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/sv_SE.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +SEK +# currency_symbol +kr +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/tr_TR.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/tr_TR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/tr_TR.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/tr_TR.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +TRL +# currency_symbol +L +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +1 +# n_cs_precedes +1 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/uk_UA.CP1251.src =================================================================== --- user/edwin/locale/share/monetdef/uk_UA.CP1251.src (nonexistent) +++ user/edwin/locale/share/monetdef/uk_UA.CP1251.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/uk_UA.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +UAH +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/uk_UA.ISO8859-5.src =================================================================== --- user/edwin/locale/share/monetdef/uk_UA.ISO8859-5.src (nonexistent) +++ user/edwin/locale/share/monetdef/uk_UA.ISO8859-5.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/uk_UA.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +UAH +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/uk_UA.KOI8-U.src =================================================================== --- user/edwin/locale/share/monetdef/uk_UA.KOI8-U.src (nonexistent) +++ user/edwin/locale/share/monetdef/uk_UA.KOI8-U.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/uk_UA.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +UAH +# currency_symbol +. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/uk_UA.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/uk_UA.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/uk_UA.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/uk_UA.unicode 196846 2009-09-04 23:11:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +UAH +# currency_symbol +грн. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF Index: user/edwin/locale/share/monetdef/zh_Hans_CN.GB18030.src =================================================================== --- user/edwin/locale/share/monetdef/zh_Hans_CN.GB18030.src (nonexistent) +++ user/edwin/locale/share/monetdef/zh_Hans_CN.GB18030.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/zh_Hans_CN.unicode 197161 2009-09-13 11:52:15Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +CNY +# currency_symbol + +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/zh_Hans_CN.GB2312.src =================================================================== --- user/edwin/locale/share/monetdef/zh_Hans_CN.GB2312.src (nonexistent) +++ user/edwin/locale/share/monetdef/zh_Hans_CN.GB2312.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/zh_Hans_CN.unicode 197161 2009-09-13 11:52:15Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +CNY +# currency_symbol + +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/zh_Hans_CN.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/zh_Hans_CN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/zh_Hans_CN.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/zh_Hans_CN.unicode 197161 2009-09-13 11:52:15Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +CNY +# currency_symbol +¥ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/zh_Hans_CN.eucCN.src =================================================================== --- user/edwin/locale/share/monetdef/zh_Hans_CN.eucCN.src (nonexistent) +++ user/edwin/locale/share/monetdef/zh_Hans_CN.eucCN.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/zh_Hans_CN.unicode 197161 2009-09-13 11:52:15Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +CNY +# currency_symbol + +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/monetdef/zh_Hant_HK.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/zh_Hant_HK.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/zh_Hant_HK.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/zh_Hant_HK.unicode 197161 2009-09-13 11:52:15Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +HKD +# currency_symbol +HK$ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +0 +# EOF Index: user/edwin/locale/share/monetdef/zh_Hant_TW.UTF-8.src =================================================================== --- user/edwin/locale/share/monetdef/zh_Hant_TW.UTF-8.src (nonexistent) +++ user/edwin/locale/share/monetdef/zh_Hant_TW.UTF-8.src (revision 197305) @@ -0,0 +1,36 @@ +# $FreeBSD: user/edwin/locale/share/monetdef/zh_Hant_TW.unicode 197161 2009-09-13 11:52:15Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +TWD +# currency_symbol +NT$ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Index: user/edwin/locale/share/msgdef/af_ZA.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/af_ZA.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/af_ZA.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/af_ZA.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/am_ET.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/am_ET.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/am_ET.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/am_ET.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[ይሁንyY].* +# noexpr +^[አይሁንnN].* +# yesstr +ይሁን +# nostr +አይሁን +# EOF Index: user/edwin/locale/share/msgdef/be_BY.CP1131.src =================================================================== --- user/edwin/locale/share/msgdef/be_BY.CP1131.src (nonexistent) +++ user/edwin/locale/share/msgdef/be_BY.CP1131.src (revision 197305) @@ -0,0 +1,13 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/be_BY.unicode 196401 2009-08-20 13:59:52Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr +⠪ +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/be_BY.CP1251.src =================================================================== --- user/edwin/locale/share/msgdef/be_BY.CP1251.src (nonexistent) +++ user/edwin/locale/share/msgdef/be_BY.CP1251.src (revision 197305) @@ -0,0 +1,13 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/be_BY.unicode 196401 2009-08-20 13:59:52Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/be_BY.ISO8859-5.src =================================================================== --- user/edwin/locale/share/msgdef/be_BY.ISO8859-5.src (nonexistent) +++ user/edwin/locale/share/msgdef/be_BY.ISO8859-5.src (revision 197305) @@ -0,0 +1,13 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/be_BY.unicode 196401 2009-08-20 13:59:52Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[ݽnN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/be_BY.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/be_BY.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/be_BY.UTF-8.src (revision 197305) @@ -0,0 +1,13 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/be_BY.unicode 196401 2009-08-20 13:59:52Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[тТyY].* +# noexpr +^[нНnN].* +# yesstr +так +# nostr +не +# EOF Index: user/edwin/locale/share/msgdef/bg_BG.CP1251.src =================================================================== --- user/edwin/locale/share/msgdef/bg_BG.CP1251.src (nonexistent) +++ user/edwin/locale/share/msgdef/bg_BG.CP1251.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/bg_BG.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/bg_BG.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/bg_BG.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/bg_BG.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/bg_BG.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[дДyY].* +# noexpr +^[нНnN].* +# yesstr +да +# nostr +не +# EOF Index: user/edwin/locale/share/msgdef/ca_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/ca_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/ca_ES.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ca_ES.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[sSyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/cs_CZ.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/cs_CZ.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/cs_CZ.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/cs_CZ.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[aAyY].* +# noexpr +^[nN].* +# yesstr +ano +# nostr +ne +# EOF Index: user/edwin/locale/share/msgdef/da_DK.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/da_DK.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/da_DK.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/da_DK.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/de_DE.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/de_DE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/de_DE.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/de_DE.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/el_GR.ISO8859-7.src =================================================================== --- user/edwin/locale/share/msgdef/el_GR.ISO8859-7.src (nonexistent) +++ user/edwin/locale/share/msgdef/el_GR.ISO8859-7.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/el_GR.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/el_GR.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/el_GR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/el_GR.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/el_GR.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[νΝyY].* +# noexpr +^[οΟnN].* +# yesstr +ΝΑΙ +# nostr +ΟΧΙ +# EOF Index: user/edwin/locale/share/msgdef/en_CA.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/en_CA.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/en_CA.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/en_CA.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYoO].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/en_GB.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/en_GB.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/en_GB.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/en_GB.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/en_US.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/en_US.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/en_US.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/en_US.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYsS].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/es_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/es_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/es_ES.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/es_ES.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[sSyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/et_EE.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/et_EE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/et_EE.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/et_EE.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[1JjYy].* +# noexpr +^[0EeNn].* +# EOF Index: user/edwin/locale/share/msgdef/eu_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/eu_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/eu_ES.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/eu_ES.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[bByY].* +# noexpr +^[eEnN].* +# yesstr +bai +# nostr +ez +# EOF Index: user/edwin/locale/share/msgdef/fi_FI.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/fi_FI.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/fi_FI.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/fi_FI.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[kKjJyY].* +# noexpr +^[nNeE].* +# EOF Index: user/edwin/locale/share/msgdef/fr_BE.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/fr_BE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/fr_BE.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/fr_BE.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[oOyYjJ1].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/fr_CH.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/fr_CH.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/fr_CH.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/fr_CH.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[oOjJsSyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/fr_FR.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/fr_FR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/fr_FR.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/fr_FR.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[oOyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/he_IL.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/he_IL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/he_IL.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/he_IL.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYכ].* +# noexpr +^[nNל].* +# EOF Index: user/edwin/locale/share/msgdef/hi_IN.ISCII-DEV.src =================================================================== --- user/edwin/locale/share/msgdef/hi_IN.ISCII-DEV.src (nonexistent) +++ user/edwin/locale/share/msgdef/hi_IN.ISCII-DEV.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/hi_IN.unicode 196763 2009-09-02 11:42:20Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/hi_IN.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/hi_IN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/hi_IN.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/hi_IN.unicode 196763 2009-09-02 11:42:20Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[हyY].* +# noexpr +^[नnN].* +# EOF Index: user/edwin/locale/share/msgdef/hr_HR.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/hr_HR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/hr_HR.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/hr_HR.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[dDyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/hu_HU.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/hu_HU.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/hu_HU.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/hu_HU.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[iIyY].* +# noexpr +^[nN].* +# yesstr +igen +# nostr +nem +# EOF Index: user/edwin/locale/share/msgdef/hy_AM.ARMSCII-8.src =================================================================== --- user/edwin/locale/share/msgdef/hy_AM.ARMSCII-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/hy_AM.ARMSCII-8.src (revision 197305) @@ -0,0 +1,17 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/hy_AMunicode 196401 20090820 13:59:52Z edwin $ +# +# msgdef source for ARMSCII8 locale for FreeBSD +# Made available by Vahe Khachikyan +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/hy_AM.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/hy_AM.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/hy_AM.UTF-8.src (revision 197305) @@ -0,0 +1,17 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/hy_AM.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# msgdef source for ARMSCII-8 locale for FreeBSD +# Made available by Vahe Khachikyan +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[աԱyY].* +# noexpr +^[ոՈnN].* +# yesstr +Այո +# nostr +Ոչ +# EOF Index: user/edwin/locale/share/msgdef/is_IS.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/is_IS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/is_IS.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/is_IS.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/it_IT.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/it_IT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/it_IT.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/it_IT.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[sSyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/ja_JP.SJIS.src =================================================================== --- user/edwin/locale/share/msgdef/ja_JP.SJIS.src (nonexistent) +++ user/edwin/locale/share/msgdef/ja_JP.SJIS.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ja_JP.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYx̓n].* +# noexpr +^[nNmC].* +# EOF Index: user/edwin/locale/share/msgdef/ja_JP.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/ja_JP.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/ja_JP.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ja_JP.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyYはハ].* +# noexpr +^[nNnNいイ].* +# EOF Index: user/edwin/locale/share/msgdef/ja_JP.eucJP.src =================================================================== --- user/edwin/locale/share/msgdef/ja_JP.eucJP.src (nonexistent) +++ user/edwin/locale/share/msgdef/ja_JP.eucJP.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ja_JP.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY٤ϥ].* +# noexpr +^[nNΤ].* +# EOF Index: user/edwin/locale/share/msgdef/kk_KZ.PT154.src =================================================================== --- user/edwin/locale/share/msgdef/kk_KZ.PT154.src (nonexistent) +++ user/edwin/locale/share/msgdef/kk_KZ.PT154.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/kk_KZ.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/kk_KZ.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/kk_KZ.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/kk_KZ.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/kk_KZ.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[иИyY].* +# noexpr +^[жЖnN].* +# yesstr +ия +# nostr +жок +# EOF Index: user/edwin/locale/share/msgdef/ko_KR.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/ko_KR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/ko_KR.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ko_KR.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyY예].* +# noexpr +^[nNnN아].* +# yesstr +예 +# nostr +아니오 +# EOF Index: user/edwin/locale/share/msgdef/ko_KR.eucKR.src =================================================================== --- user/edwin/locale/share/msgdef/ko_KR.eucKR.src (nonexistent) +++ user/edwin/locale/share/msgdef/ko_KR.eucKR.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ko_KR.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYٿ].* +# noexpr +^[nNξ].* +# yesstr + +# nostr +ƴϿ +# EOF Index: user/edwin/locale/share/msgdef/lt_LT.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/lt_LT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/lt_LT.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/lt_LT.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[tTyY].* +# noexpr +^[nN].* +# yesstr +taip +# nostr +ne +# EOF Index: user/edwin/locale/share/msgdef/lv_LV.ISO8859-13.src =================================================================== --- user/edwin/locale/share/msgdef/lv_LV.ISO8859-13.src (nonexistent) +++ user/edwin/locale/share/msgdef/lv_LV.ISO8859-13.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# yesstr +j +# nostr +n +# EOF Index: user/edwin/locale/share/msgdef/lv_LV.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/lv_LV.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/lv_LV.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# yesstr +jā +# nostr +nē +# EOF Index: user/edwin/locale/share/msgdef/mn_MN.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/mn_MN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/mn_MN.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/mn_MN.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[тТyY].* +# noexpr +^[үҮnN].* +# yesstr +тийм +# nostr +үгүй +# EOF Index: user/edwin/locale/share/msgdef/nl_NL.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/nl_NL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/nl_NL.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/nl_NL.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/no_NO.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/no_NO.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/no_NO.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/no_NO.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/pl_PL.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/pl_PL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/pl_PL.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/pl_PL.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[tTyY].* +# noexpr +^[nN].* +# yesstr +tak +# nostr +nie +# EOF Index: user/edwin/locale/share/msgdef/pt_PT.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/pt_PT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/pt_PT.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/pt_PT.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[sSyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/ro_RO.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/ro_RO.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/ro_RO.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ro_RO.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[dDyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/ru_RU.CP1251.src =================================================================== --- user/edwin/locale/share/msgdef/ru_RU.CP1251.src (nonexistent) +++ user/edwin/locale/share/msgdef/ru_RU.CP1251.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ru_RU.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/ru_RU.CP866.src =================================================================== --- user/edwin/locale/share/msgdef/ru_RU.CP866.src (nonexistent) +++ user/edwin/locale/share/msgdef/ru_RU.CP866.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ru_RU.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/ru_RU.ISO8859-5.src =================================================================== --- user/edwin/locale/share/msgdef/ru_RU.ISO8859-5.src (nonexistent) +++ user/edwin/locale/share/msgdef/ru_RU.ISO8859-5.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ru_RU.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[ԴyY].* +# noexpr +^[ݽnN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/ru_RU.KOI8-R.src =================================================================== --- user/edwin/locale/share/msgdef/ru_RU.KOI8-R.src (nonexistent) +++ user/edwin/locale/share/msgdef/ru_RU.KOI8-R.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ru_RU.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/ru_RU.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/ru_RU.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/ru_RU.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/ru_RU.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[дДyY].* +# noexpr +^[нНnN].* +# yesstr +да +# nostr +нет +# EOF Index: user/edwin/locale/share/msgdef/sl_SI.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/sl_SI.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/sl_SI.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/sl_SI.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[YyJj].* +# noexpr +^[Nn].* +# EOF Index: user/edwin/locale/share/msgdef/sr_Cyrl_RS.ISO8859-5.src =================================================================== --- user/edwin/locale/share/msgdef/sr_Cyrl_RS.ISO8859-5.src (nonexistent) +++ user/edwin/locale/share/msgdef/sr_Cyrl_RS.ISO8859-5.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/sr_Cyrl_RS.unicode 197249 2009-09-16 08:38:47Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[ԴyY].* +# noexpr +^[ݽnN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/sr_Cyrl_RS.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/sr_Cyrl_RS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/sr_Cyrl_RS.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/sr_Cyrl_RS.unicode 197249 2009-09-16 08:38:47Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[дДyY].* +# noexpr +^[нНnN].* +# yesstr +да +# nostr +не +# EOF Index: user/edwin/locale/share/msgdef/sr_Latn_RS.ISO8859-2.src =================================================================== --- user/edwin/locale/share/msgdef/sr_Latn_RS.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/msgdef/sr_Latn_RS.ISO8859-2.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/sr_Latn_RS.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[dDyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/sr_Latn_RS.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/sr_Latn_RS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/sr_Latn_RS.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/sr_Latn_RS.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[dDyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/sv_SE.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/sv_SE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/sv_SE.UTF-8.src (revision 197305) @@ -0,0 +1,10 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/sv_SE.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[jJyY].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/tr_TR.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/tr_TR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/tr_TR.UTF-8.src (revision 197305) @@ -0,0 +1,11 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/tr_TR.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +# XXX: I with dot above also should be included to yesexpr +^[IiYy].* +# noexpr +^[nN].* +# EOF Index: user/edwin/locale/share/msgdef/uk_UA.CP1251.src =================================================================== --- user/edwin/locale/share/msgdef/uk_UA.CP1251.src (nonexistent) +++ user/edwin/locale/share/msgdef/uk_UA.CP1251.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/uk_UA.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/uk_UA.ISO8859-5.src =================================================================== --- user/edwin/locale/share/msgdef/uk_UA.ISO8859-5.src (nonexistent) +++ user/edwin/locale/share/msgdef/uk_UA.ISO8859-5.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/uk_UA.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[ݽnN].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/uk_UA.KOI8-U.src =================================================================== --- user/edwin/locale/share/msgdef/uk_UA.KOI8-U.src (nonexistent) +++ user/edwin/locale/share/msgdef/uk_UA.KOI8-U.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/uk_UA.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr +Φ +# EOF Index: user/edwin/locale/share/msgdef/uk_UA.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/uk_UA.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/uk_UA.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/uk_UA.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[тТyY].* +# noexpr +^[нНnN].* +# yesstr +так +# nostr +ні +# EOF Index: user/edwin/locale/share/msgdef/zh_Hans_CN.GB18030.src =================================================================== --- user/edwin/locale/share/msgdef/zh_Hans_CN.GB18030.src (nonexistent) +++ user/edwin/locale/share/msgdef/zh_Hans_CN.GB18030.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/zh_Hans_CN.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nNβ].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/zh_Hans_CN.GB2312.src =================================================================== --- user/edwin/locale/share/msgdef/zh_Hans_CN.GB2312.src (nonexistent) +++ user/edwin/locale/share/msgdef/zh_Hans_CN.GB2312.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/zh_Hans_CN.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nNβ].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/zh_Hans_CN.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/zh_Hans_CN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/zh_Hans_CN.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/zh_Hans_CN.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyY是].* +# noexpr +^[nNnN不否].* +# yesstr +是 +# nostr +否 +# EOF Index: user/edwin/locale/share/msgdef/zh_Hans_CN.eucCN.src =================================================================== --- user/edwin/locale/share/msgdef/zh_Hans_CN.eucCN.src (nonexistent) +++ user/edwin/locale/share/msgdef/zh_Hans_CN.eucCN.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/zh_Hans_CN.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nNβ].* +# yesstr + +# nostr + +# EOF Index: user/edwin/locale/share/msgdef/zh_Hant_TW.Big5.src =================================================================== --- user/edwin/locale/share/msgdef/zh_Hant_TW.Big5.src (nonexistent) +++ user/edwin/locale/share/msgdef/zh_Hant_TW.Big5.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/zh_Hant_TW.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYBO].* +# noexpr +^[nNܤ_].* +# yesstr +O +# nostr +_ +# EOF Index: user/edwin/locale/share/msgdef/zh_Hant_TW.UTF-8.src =================================================================== --- user/edwin/locale/share/msgdef/zh_Hant_TW.UTF-8.src (nonexistent) +++ user/edwin/locale/share/msgdef/zh_Hant_TW.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/msgdef/zh_Hant_TW.unicode 196401 2009-08-20 13:59:52Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyY是].* +# noexpr +^[nNnN不否].* +# yesstr +是 +# nostr +否 +# EOF Index: user/edwin/locale/share/numericdef/af_ZA.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/af_ZA.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/af_ZA.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/af_ZA.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep +. +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/am_ET.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/am_ET.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/am_ET.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/am_ET.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/be_BY.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/be_BY.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/be_BY.UTF-8.src (revision 197305) @@ -0,0 +1,11 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/be_BY.unicode 196817 2009-09-04 07:33:17Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF Index: user/edwin/locale/share/numericdef/bg_BG.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/bg_BG.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/bg_BG.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/bg_BG.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF Index: user/edwin/locale/share/numericdef/ca_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/ca_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/ca_ES.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/ca_ES.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +-1 +# EOF Index: user/edwin/locale/share/numericdef/cs_CZ.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/cs_CZ.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/cs_CZ.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/cs_CZ.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF Index: user/edwin/locale/share/numericdef/da_DK.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/da_DK.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/da_DK.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/da_DK.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep +. +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/de_CH.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/de_CH.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/de_CH.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/de_CH.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +' +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/de_DE.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/de_DE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/de_DE.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/de_DE.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +-1 +# EOF Index: user/edwin/locale/share/numericdef/el_GR.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/el_GR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/el_GR.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/el_GR.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep +. +# grouping +3;3 +# EOF Index: user/edwin/locale/share/numericdef/en_US.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/en_US.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/en_US.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/en_US.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/es_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/es_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/es_ES.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/es_ES.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +-1 +# EOF Index: user/edwin/locale/share/numericdef/et_EE.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/et_EE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/et_EE.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/et_EE.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/eu_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/eu_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/eu_ES.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/eu_ES.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep +. +# grouping, separated by ; +-1 +# EOF Index: user/edwin/locale/share/numericdef/fi_FI.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/fi_FI.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/fi_FI.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/fi_FI.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep +. +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/fr_BE.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/fr_BE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/fr_BE.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/fr_BE.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep +. +# grouping, separated by ; +-1 +# EOF Index: user/edwin/locale/share/numericdef/fr_FR.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/fr_FR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/fr_FR.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/fr_FR.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +-1 +# EOF Index: user/edwin/locale/share/numericdef/hi_IN.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/hi_IN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/hi_IN.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/hi_IN.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +2;3 +# EOF Index: user/edwin/locale/share/numericdef/hr_HR.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/hr_HR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/hr_HR.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/hr_HR.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +0;0 +# EOF Index: user/edwin/locale/share/numericdef/hu_HU.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/hu_HU.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/hu_HU.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/hu_HU.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF Index: user/edwin/locale/share/numericdef/hy_AM.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/hy_AM.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/hy_AM.UTF-8.src (revision 197305) @@ -0,0 +1,15 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/hy_AM.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# LC_NUMERIC source file for ARMSCII-8 locale for FreeBSD +# Made available by Vahe Khachikyan +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/is_IS.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/is_IS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/is_IS.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/is_IS.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/it_IT.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/it_IT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/it_IT.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/it_IT.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep +. +# grouping, separated by ; +0;0 +# EOF Index: user/edwin/locale/share/numericdef/ja_JP.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/ja_JP.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/ja_JP.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/ja_JP.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/kk_KZ.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/kk_KZ.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/kk_KZ.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/kk_KZ.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/ko_KR.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/ko_KR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/ko_KR.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/ko_KR.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/lt_LT.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/lt_LT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/lt_LT.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/lt_LT.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/mn_MN.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/mn_MN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/mn_MN.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/mn_MN.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/nl_NL.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/nl_NL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/nl_NL.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/nl_NL.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +-1 +# EOF Index: user/edwin/locale/share/numericdef/no_NO.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/no_NO.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/no_NO.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/no_NO.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep +. +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/pl_PL.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/pl_PL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/pl_PL.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/pl_PL.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF Index: user/edwin/locale/share/numericdef/pt_BR.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/pt_BR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/pt_BR.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/pt_BR.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep +. +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/pt_PT.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/pt_PT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/pt_PT.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/pt_PT.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +0;0 +# EOF Index: user/edwin/locale/share/numericdef/ro_RO.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/ro_RO.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/ro_RO.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/ro_RO.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/ru_RU.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/ru_RU.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/ru_RU.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/ru_RU.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/sk_SK.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/sk_SK.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/sk_SK.UTF-8.src (revision 197305) @@ -0,0 +1,14 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/sk_SK.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# Slovak numeric definition +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping +3;3 +# EOF Index: user/edwin/locale/share/numericdef/sl_SI.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/sl_SI.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/sl_SI.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/sl_SI.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +0;0 +# EOF Index: user/edwin/locale/share/numericdef/sr_Cyrl_RS.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/sr_Cyrl_RS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/sr_Cyrl_RS.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/sr_Cyrl_RS.unicode 196845 2009-09-04 22:49:38Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/sr_Latn_RS.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/sr_Latn_RS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/sr_Latn_RS.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/sr_Latn_RS.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +0;0 +# EOF Index: user/edwin/locale/share/numericdef/sv_SE.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/sv_SE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/sv_SE.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/sv_SE.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/tr_TR.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/tr_TR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/tr_TR.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/tr_TR.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +0;0 +# EOF Index: user/edwin/locale/share/numericdef/uk_UA.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/uk_UA.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/uk_UA.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/uk_UA.unicode 196817 2009-09-04 07:33:17Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/numericdef/zh_Hans_CN.UTF-8.src =================================================================== --- user/edwin/locale/share/numericdef/zh_Hans_CN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/numericdef/zh_Hans_CN.UTF-8.src (revision 197305) @@ -0,0 +1,12 @@ +# $FreeBSD: user/edwin/locale/share/numericdef/zh_Hans_CN.unicode 197161 2009-09-13 11:52:15Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +. +# thousands_sep +, +# grouping, separated by ; +3;3 +# EOF Index: user/edwin/locale/share/timedef/am_ET.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/am_ET.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/be_BY.CP1131.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/be_BY.CP1131.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/be_BY.CP1251.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/be_BY.CP1251.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/be_BY.ISO8859-5.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/be_BY.ISO8859-5.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/be_BY.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/be_BY.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/bg_BG.CP1251.src =================================================================== --- user/edwin/locale/share/timedef/bg_BG.CP1251.src (nonexistent) +++ user/edwin/locale/share/timedef/bg_BG.CP1251.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/bg_BG.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# + + + + + + + + + + + + +# +# Long month names (as in a date) +# + + + + + + + + + + + + +# +# Short weekday names +# (padded with a space to conform with other languages) + + + + + + + +# +# Long weekday names +# + + + + + + + +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# + + + + + + + + + + + + +# +# md_order +# +dm +# +# ampm_fmt +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/bg_BG.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/bg_BG.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/ca_ES.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/ca_ES.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/ca_ES.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/ca_ES.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +gen +feb +mar +abr +mai +jun +jul +ago +set +oct +nov +des +# +# Long month names (as in a date) +# +gener +febrer +mar +abril +maig +juny +juliol +agost +setembre +octubre +novembre +desembre +# +# Short weekday names +# +diu +dil +dim +dmc +dij +div +dis +# +# Long weekday names +# +diumenge +dilluns +dimarts +dimecres +dijous +divendres +dissabte +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%A, %e de %B de %Y, %X %Z +# +# Long month names (without case ending) +# +gener +febrer +mar +abril +maig +juny +juliol +agost +setembre +octubre +novembre +desembre +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/ca_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/ca_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/ca_ES.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/ca_ES.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +gen +feb +mar +abr +mai +jun +jul +ago +set +oct +nov +des +# +# Long month names (as in a date) +# +gener +febrer +març +abril +maig +juny +juliol +agost +setembre +octubre +novembre +desembre +# +# Short weekday names +# +diu +dil +dim +dmc +dij +div +dis +# +# Long weekday names +# +diumenge +dilluns +dimarts +dimecres +dijous +divendres +dissabte +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%A, %e de %B de %Y, %X %Z +# +# Long month names (without case ending) +# +gener +febrer +març +abril +maig +juny +juliol +agost +setembre +octubre +novembre +desembre +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/cs_CZ.ISO8859-2.src =================================================================== --- user/edwin/locale/share/timedef/cs_CZ.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/timedef/cs_CZ.ISO8859-2.src (revision 197305) @@ -0,0 +1,105 @@ +# Czech month and day names +# by Rudolf Cejka +# +# $FreeBSD: user/edwin/locale/share/timedef/cs_CZ.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +led +no +be +dub +kv +rv +vc +srp +z +j +lis +pro +# +# Long month names (as in a date) +# +ledna +nora +bezna +dubna +kvtna +ervna +ervence +srpna +z +jna +listopadu +prosince +# +# Short weekday names +# +ne +po +t +st +t +p +so +# +# Long weekday names +# +nedle +pondl +ter +steda +tvrtek +ptek +sobota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +dp +# +# pm +# +od +# +# date_fmt +# +%a %e. %B %Y %X %Z +# +# Long month names (without case ending) +# +leden +nor +bezen +duben +kvten +erven +ervenec +srpen +z +jen +listopad +prosinec +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/cs_CZ.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/cs_CZ.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/cs_CZ.UTF-8.src (revision 197305) @@ -0,0 +1,105 @@ +# Czech month and day names +# by Rudolf Cejka +# +# $FreeBSD: user/edwin/locale/share/timedef/cs_CZ.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +led +úno +bře +dub +kvě +črv +čvc +srp +zář +říj +lis +pro +# +# Long month names (as in a date) +# +ledna +února +března +dubna +května +června +července +srpna +září +října +listopadu +prosince +# +# Short weekday names +# +ne +po +út +st +čt +pá +so +# +# Long weekday names +# +neděle +pondělí +úterý +středa +čtvrtek +pátek +sobota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +dp +# +# pm +# +od +# +# date_fmt +# +%a %e. %B %Y %X %Z +# +# Long month names (without case ending) +# +leden +únor +březen +duben +květen +červen +červenec +srpen +září +říjen +listopad +prosinec +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/da_DK.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/da_DK.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/da_DK.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/da_DK.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +maj +jun +jul +aug +sep +okt +nov +dec +# +# Long month names (as in a date) +# +januar +februar +marts +april +maj +juni +juli +august +september +oktober +november +december +# +# Short weekday names +# +sn +man +tir +ons +tor +fre +lr +# +# Long weekday names +# +sndag +mandag +tirsdag +onsdag +torsdag +fredag +lrdag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +marts +april +maj +juni +juli +august +september +oktober +november +december +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/da_DK.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/da_DK.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/da_DK.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/da_DK.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +maj +jun +jul +aug +sep +okt +nov +dec +# +# Long month names (as in a date) +# +januar +februar +marts +april +maj +juni +juli +august +september +oktober +november +december +# +# Short weekday names +# +søn +man +tir +ons +tor +fre +lør +# +# Long weekday names +# +søndag +mandag +tirsdag +onsdag +torsdag +fredag +lørdag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +marts +april +maj +juni +juli +august +september +oktober +november +december +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/de_AT.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/de_AT.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/de_AT.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/de_AT.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mr +Apr +Mai +Jun +Jul +Aug +Sep +Okt +Nov +Dez +# +# Long month names (as in a date) +# +Jnner +Februar +Mrz +April +Mai +Juni +Juli +August +September +Oktober +November +Dezember +# +# Short weekday names +# +So +Mo +Di +Mi +Do +Fr +Sa +# +# Long weekday names +# +Sonntag +Montag +Dienstag +Mittwoch +Donnerstag +Freitag +Samstag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Jnner +Februar +Mrz +April +Mai +Juni +Juli +August +September +Oktober +November +Dezember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/de_AT.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/de_AT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/de_AT.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/de_AT.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mär +Apr +Mai +Jun +Jul +Aug +Sep +Okt +Nov +Dez +# +# Long month names (as in a date) +# +Jänner +Februar +März +April +Mai +Juni +Juli +August +September +Oktober +November +Dezember +# +# Short weekday names +# +So +Mo +Di +Mi +Do +Fr +Sa +# +# Long weekday names +# +Sonntag +Montag +Dienstag +Mittwoch +Donnerstag +Freitag +Samstag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Jänner +Februar +März +April +Mai +Juni +Juli +August +September +Oktober +November +Dezember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/de_DE.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/de_DE.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/de_DE.ISO8859-1.src (revision 197305) @@ -0,0 +1,106 @@ +# $FreeBSD: user/edwin/locale/share/timedef/de_DE.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mr +Apr +Mai +Jun +Jul +Aug +Sep +Okt +Nov +Dez +# +# Long month names (as in a date) +# +Januar +Februar +Mrz +April +Mai +Juni +Juli +August +September +Oktober +November +Dezember +# +# Short weekday names +# +So +Mo +Di +Mi +Do +Fr +Sa +# +# Long weekday names +# +Sonntag +Montag +Dienstag +Mittwoch +Donnerstag +Freitag +Samstag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +# Note about the new DIN5008, ISO8601 and EN28601 format of %Y-%m-%d: +# A quick poll on IRC and the -doc mailinglist (June 2009) showed that +# this format was not used often enough to push this change through. +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Januar +Februar +Mrz +April +Mai +Juni +Juli +August +September +Oktober +November +Dezember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/de_DE.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/de_DE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/de_DE.UTF-8.src (revision 197305) @@ -0,0 +1,106 @@ +# $FreeBSD: user/edwin/locale/share/timedef/de_DE.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mär +Apr +Mai +Jun +Jul +Aug +Sep +Okt +Nov +Dez +# +# Long month names (as in a date) +# +Januar +Februar +März +April +Mai +Juni +Juli +August +September +Oktober +November +Dezember +# +# Short weekday names +# +So +Mo +Di +Mi +Do +Fr +Sa +# +# Long weekday names +# +Sonntag +Montag +Dienstag +Mittwoch +Donnerstag +Freitag +Samstag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +# Note about the new DIN5008, ISO8601 and EN28601 format of %Y-%m-%d: +# A quick poll on IRC and the -doc mailinglist (June 2009) showed that +# this format was not used often enough to push this change through. +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Januar +Februar +März +April +Mai +Juni +Juli +August +September +Oktober +November +Dezember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/el_GR.ISO8859-7.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/el_GR.ISO8859-7.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/el_GR.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/el_GR.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/en_GB.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/en_GB.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/en_GB.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/en_GB.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +May +Jun +Jul +Aug +Sep +Oct +Nov +Dec +# +# Long month names (as in a date) +# +January +February +March +April +May +June +July +August +September +October +November +December +# +# Short weekday names +# +Sun +Mon +Tue +Wed +Thu +Fri +Sat +# +# Long weekday names +# +Sunday +Monday +Tuesday +Wednesday +Thursday +Friday +Saturday +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +January +February +March +April +May +June +July +August +September +October +November +December +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/en_GB.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/en_GB.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/en_GB.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/en_GB.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +May +Jun +Jul +Aug +Sep +Oct +Nov +Dec +# +# Long month names (as in a date) +# +January +February +March +April +May +June +July +August +September +October +November +December +# +# Short weekday names +# +Sun +Mon +Tue +Wed +Thu +Fri +Sat +# +# Long weekday names +# +Sunday +Monday +Tuesday +Wednesday +Thursday +Friday +Saturday +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +January +February +March +April +May +June +July +August +September +October +November +December +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/en_US.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/en_US.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/en_US.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/en_US.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +May +Jun +Jul +Aug +Sep +Oct +Nov +Dec +# +# Long month names (as in a date) +# +January +February +March +April +May +June +July +August +September +October +November +December +# +# Short weekday names +# +Sun +Mon +Tue +Wed +Thu +Fri +Sat +# +# Long weekday names +# +Sunday +Monday +Tuesday +Wednesday +Thursday +Friday +Saturday +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%m/%d/%Y +# +# c_fmt +# +%a %b %e %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%a %b %e %X %Z %Y +# +# Long month names (without case ending) +# +January +February +March +April +May +June +July +August +September +October +November +December +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/en_US.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/en_US.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/en_US.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/en_US.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +May +Jun +Jul +Aug +Sep +Oct +Nov +Dec +# +# Long month names (as in a date) +# +January +February +March +April +May +June +July +August +September +October +November +December +# +# Short weekday names +# +Sun +Mon +Tue +Wed +Thu +Fri +Sat +# +# Long weekday names +# +Sunday +Monday +Tuesday +Wednesday +Thursday +Friday +Saturday +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%m/%d/%Y +# +# c_fmt +# +%a %b %e %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%a %b %e %X %Z %Y +# +# Long month names (without case ending) +# +January +February +March +April +May +June +July +August +September +October +November +December +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/es_ES.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/es_ES.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/es_ES.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/es_ES.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +ene +feb +mar +abr +may +jun +jul +ago +sep +oct +nov +dic +# +# Long month names (as in a date) +# +enero +febrero +marzo +abril +mayo +junio +julio +agosto +septiembre +octubre +noviembre +diciembre +# +# Short weekday names +# +dom +lun +mar +mi +jue +vie +sb +# +# Long weekday names +# +domingo +lunes +martes +mircoles +jueves +viernes +sbado +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%A, %e de %B de %Y, %X %Z +# +# Long month names (without case ending) +# +enero +febrero +marzo +abril +mayo +junio +julio +agosto +septiembre +octubre +noviembre +diciembre +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/es_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/es_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/es_ES.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/es_ES.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +ene +feb +mar +abr +may +jun +jul +ago +sep +oct +nov +dic +# +# Long month names (as in a date) +# +enero +febrero +marzo +abril +mayo +junio +julio +agosto +septiembre +octubre +noviembre +diciembre +# +# Short weekday names +# +dom +lun +mar +mié +jue +vie +sáb +# +# Long weekday names +# +domingo +lunes +martes +miércoles +jueves +viernes +sábado +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%A, %e de %B de %Y, %X %Z +# +# Long month names (without case ending) +# +enero +febrero +marzo +abril +mayo +junio +julio +agosto +septiembre +octubre +noviembre +diciembre +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/et_EE.ISO8859-15.src =================================================================== --- user/edwin/locale/share/timedef/et_EE.ISO8859-15.src (nonexistent) +++ user/edwin/locale/share/timedef/et_EE.ISO8859-15.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/et_EE.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jaan +veebr +mrts +apr +mai +juuni +juuli +aug +sept +okt +nov +dets +# +# Long month names (as in a date) +# +jaanuar +veebruar +mrts +aprill +mai +juuni +juuli +august +september +oktoober +november +detsember +# +# Short weekday names +# +P +E +T +K +N +R +L +# +# Long weekday names +# +phapev +esmaspev +teisipev +kolmapev +neljapev +reede +laupev +# +# t_fmt +# +%H:%M:%S +# +# d_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a, %d. %b %Y. %T +# +# am +# + +# +# pm +# + +# +# d_t_fmt +# +%A, %d. %B %Y. %T %Z +# +# Long month names (without case ending) +# +jaanuar +veebruar +mrts +aprill +mai +juuni +juuli +august +september +oktoober +november +detsember +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/et_EE.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/et_EE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/et_EE.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/et_EE.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jaan +veebr +märts +apr +mai +juuni +juuli +aug +sept +okt +nov +dets +# +# Long month names (as in a date) +# +jaanuar +veebruar +märts +aprill +mai +juuni +juuli +august +september +oktoober +november +detsember +# +# Short weekday names +# +P +E +T +K +N +R +L +# +# Long weekday names +# +pühapäev +esmaspäev +teisipäev +kolmapäev +neljapäev +reede +laupäev +# +# t_fmt +# +%H:%M:%S +# +# d_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a, %d. %b %Y. %T +# +# am +# + +# +# pm +# + +# +# d_t_fmt +# +%A, %d. %B %Y. %T %Z +# +# Long month names (without case ending) +# +jaanuar +veebruar +märts +aprill +mai +juuni +juuli +august +september +oktoober +november +detsember +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/eu_ES.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/eu_ES.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/eu_ES.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/eu_ES.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Urt +Ots +Mar +Apr +Mai +Eka +Uzt +Abu +Ira +Urr +Aza +Abe +# +# Long month names (as in a date) +# +urtarrila +otsaila +martxoa +apirila +maiatza +ekaina +uztaila +abuztua +iraila +urria +azaroa +abendua +# +# Short weekday names +# +ig. +al. +as. +az. +og. +or. +lr. +# +# Long weekday names +# +igandea +astelehena +asteartea +asteazkena +osteguna +ostirala +larunbata +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%Y - %b - %e %a %X +# +# am +# +a.m. +# +# pm +# +p.m. +# +# date_fmt +# +%Y(e)ko %B-ren %ea, %X %Z +# +# Long month names (without case ending) +# +urtarrila +otsaila +martxoa +apirila +maiatza +ekaina +uztaila +abuztua +iraila +urria +azaroa +abendua +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/eu_ES.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/eu_ES.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/eu_ES.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/eu_ES.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Urt +Ots +Mar +Apr +Mai +Eka +Uzt +Abu +Ira +Urr +Aza +Abe +# +# Long month names (as in a date) +# +urtarrila +otsaila +martxoa +apirila +maiatza +ekaina +uztaila +abuztua +iraila +urria +azaroa +abendua +# +# Short weekday names +# +ig. +al. +as. +az. +og. +or. +lr. +# +# Long weekday names +# +igandea +astelehena +asteartea +asteazkena +osteguna +ostirala +larunbata +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%Y - %b - %e %a %X +# +# am +# +a.m. +# +# pm +# +p.m. +# +# date_fmt +# +%Y(e)ko %B-ren %ea, %X %Z +# +# Long month names (without case ending) +# +urtarrila +otsaila +martxoa +apirila +maiatza +ekaina +uztaila +abuztua +iraila +urria +azaroa +abendua +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/fi_FI.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/fi_FI.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/fi_FI.ISO8859-1.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/fi_FI.unicode 196923 2009-09-07 12:41:19Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Tam +Hel +Maa +Huh +Tou +Kes +Hei +Elo +Syy +Lok +Mar +Jou +# +# Long month names (as in a date) +# +Tammikuu +Helmikuu +Maaliskuu +Huhtikuu +Toukokuu +Keskuu +Heinkuu +Elokuu +Syyskuu +Lokakuu +Marraskuu +Joulukuu +# +# Short weekday names +# +Su +Ma +Ti +Ke +To +Pe +La +# +# Long weekday names +# +Sunnuntai +Maanantai +Tiistai +Keskiviikko +Torstai +Perjantai +Lauantai +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Tammikuu +Helmikuu +Maaliskuu +Huhtikuu +Toukokuu +Keskuu +Heinkuu +Elokuu +Syyskuu +Lokakuu +Marraskuu +Joulukuu +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/fi_FI.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/fi_FI.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/fi_FI.UTF-8.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/fi_FI.unicode 196923 2009-09-07 12:41:19Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Tam +Hel +Maa +Huh +Tou +Kes +Hei +Elo +Syy +Lok +Mar +Jou +# +# Long month names (as in a date) +# +Tammikuu +Helmikuu +Maaliskuu +Huhtikuu +Toukokuu +Kesäkuu +Heinäkuu +Elokuu +Syyskuu +Lokakuu +Marraskuu +Joulukuu +# +# Short weekday names +# +Su +Ma +Ti +Ke +To +Pe +La +# +# Long weekday names +# +Sunnuntai +Maanantai +Tiistai +Keskiviikko +Torstai +Perjantai +Lauantai +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Tammikuu +Helmikuu +Maaliskuu +Huhtikuu +Toukokuu +Kesäkuu +Heinäkuu +Elokuu +Syyskuu +Lokakuu +Marraskuu +Joulukuu +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/fr_FR.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/fr_FR.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/fr_FR.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/fr_FR.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +fv +mar +avr +mai +jui +jul +ao +sep +oct +nov +dc +# +# Long month names (as in a date) +# +janvier +fvrier +mars +avril +mai +juin +juillet +aot +septembre +octobre +novembre +dcembre +# +# Short weekday names +# +Dim +Lun +Mar +Mer +Jeu +Ven +Sam +# +# Long weekday names +# +Dimanche +Lundi +Mardi +Mercredi +Jeudi +Vendredi +Samedi +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +janvier +fvrier +mars +avril +mai +juin +juillet +aot +septembre +octobre +novembre +dcembre +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/fr_FR.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/fr_FR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/fr_FR.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/fr_FR.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +fév +mar +avr +mai +jui +jul +aoû +sep +oct +nov +déc +# +# Long month names (as in a date) +# +janvier +février +mars +avril +mai +juin +juillet +août +septembre +octobre +novembre +décembre +# +# Short weekday names +# +Dim +Lun +Mar +Mer +Jeu +Ven +Sam +# +# Long weekday names +# +Dimanche +Lundi +Mardi +Mercredi +Jeudi +Vendredi +Samedi +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +janvier +février +mars +avril +mai +juin +juillet +août +septembre +octobre +novembre +décembre +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/he_IL.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/he_IL.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/hi_IN.ISCII-DEV.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/hi_IN.ISCII-DEV.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/hi_IN.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/hi_IN.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/hr_HR.ISO8859-2.src =================================================================== --- user/edwin/locale/share/timedef/hr_HR.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/timedef/hr_HR.ISO8859-2.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/hr_HR.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Sij +Vel +Ou +Tra +Svi +Lip +Srp +Kol +Ruj +Lis +Stu +Pro +# +# Long month names (as in a date) +# +Sijeanj +Veljaa +Oujak +Travanj +Svibanj +Lipanj +Srpanj +Kolovoz +Rujan +Listopad +Studeni +Prosinac +# +# Short weekday names +# +Ne +Po +Ut +Sr +e +Pe +Su +# +# Long weekday names +# +Nedjelja +Ponedjeljak +Utorak +Srijeda +etvrtak +Petak +Subota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Sijeanj +Veljaa +Oujak +Travanj +Svibanj +Lipanj +Srpanj +Kolovoz +Rujan +Listopad +Studeni +Prosinac +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/hr_HR.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/hr_HR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/hr_HR.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/hr_HR.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Sij +Vel +Ožu +Tra +Svi +Lip +Srp +Kol +Ruj +Lis +Stu +Pro +# +# Long month names (as in a date) +# +Siječanj +Veljača +Ožujak +Travanj +Svibanj +Lipanj +Srpanj +Kolovoz +Rujan +Listopad +Studeni +Prosinac +# +# Short weekday names +# +Ne +Po +Ut +Sr +Če +Pe +Su +# +# Long weekday names +# +Nedjelja +Ponedjeljak +Utorak +Srijeda +Četvrtak +Petak +Subota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Siječanj +Veljača +Ožujak +Travanj +Svibanj +Lipanj +Srpanj +Kolovoz +Rujan +Listopad +Studeni +Prosinac +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/hu_HU.ISO8859-2.src =================================================================== --- user/edwin/locale/share/timedef/hu_HU.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/timedef/hu_HU.ISO8859-2.src (revision 197305) @@ -0,0 +1,101 @@ +# This is a Hungarian LC_TIME file for ISO 8859-2 code-table +# Made by Gabor Zahemszky +# $FreeBSD: user/edwin/locale/share/timedef/hu_HU.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# Short month names +# +jan +feb +mr +pr +mj +jn +jl +aug +sze +okt +nov +dec +# +# Long month names (as in a date) +# +janur +februr +mrcius +prilis +mjus +jnius +jlius +augusztus +szeptember +oktber +november +december +# +# Short weekday names +# +vas +ht +ked +sze +cs +pn +szo +# +# Long weekday names +# +vasrnap +htf +kedd +szerda +cstrtk +pntek +szombat +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %b %e %X %Y +# +# am +# +de +# +# pm +# +du +# +# date_fmt +# +%Y %b %e %a %X %Z +# +# Long month names (without case ending) +# +janur +februr +mrcius +prilis +mjus +jnius +jlius +augusztus +szeptember +oktber +november +december +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/hu_HU.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/hu_HU.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/hu_HU.UTF-8.src (revision 197305) @@ -0,0 +1,101 @@ +# This is a Hungarian LC_TIME file for ISO 8859-2 code-table +# Made by Gabor Zahemszky +# $FreeBSD: user/edwin/locale/share/timedef/hu_HU.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# Short month names +# +jan +feb +már +ápr +máj +jún +júl +aug +sze +okt +nov +dec +# +# Long month names (as in a date) +# +január +február +március +április +május +június +július +augusztus +szeptember +október +november +december +# +# Short weekday names +# +vas +hét +ked +sze +csü +pén +szo +# +# Long weekday names +# +vasárnap +hétfő +kedd +szerda +csütörtök +péntek +szombat +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %b %e %X %Y +# +# am +# +de +# +# pm +# +du +# +# date_fmt +# +%Y %b %e %a %X %Z +# +# Long month names (without case ending) +# +január +február +március +április +május +június +július +augusztus +szeptember +október +november +december +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/hy_AM.ARMSCII-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/hy_AM.ARMSCII-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/hy_AM.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/hy_AM.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/is_IS.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/is_IS.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/is_IS.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/is_IS.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +ma +jn +jl +g +sep +okt +nv +des +# +# Long month names (as in a date) +# +janar +febrar +mars +aprl +ma +jn +jl +gst +september +oktber +nvember +desember +# +# Short weekday names +# +sun +mn +ri +mi +fim +fs +lau +# +# Long weekday names +# +sunnudagur +mnudagur +rijudagur +mivikudagur +fimmtudagur +fstudagur +laugardagur +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +fh +# +# pm +# +eh +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +janar +febrar +mars +aprl +ma +jn +jl +gst +september +oktber +nvember +desember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/is_IS.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/is_IS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/is_IS.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/is_IS.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +maí +jún +júl +ágú +sep +okt +nóv +des +# +# Long month names (as in a date) +# +janúar +febrúar +mars +apríl +maí +júní +júlí +ágúst +september +október +nóvember +desember +# +# Short weekday names +# +sun +mán +þri +mið +fim +fös +lau +# +# Long weekday names +# +sunnudagur +mánudagur +þriðjudagur +miðvikudagur +fimmtudagur +föstudagur +laugardagur +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +fh +# +# pm +# +eh +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +janúar +febrúar +mars +apríl +maí +júní +júlí +ágúst +september +október +nóvember +desember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/it_IT.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/it_IT.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/it_IT.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/it_IT.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Gen +Feb +Mar +Apr +Mag +Giu +Lug +Ago +Set +Ott +Nov +Dic +# +# Long month names (as in a date) +# +Gennaio +Febbraio +Marzo +Aprile +Maggio +Giugno +Luglio +Agosto +Settembre +Ottobre +Novembre +Dicembre +# +# Short weekday names +# +Dom +Lun +Mar +Mer +Gio +Ven +Sab +# +# Long weekday names +# +Domenica +Luned +Marted +Mercoled +Gioved +Venerd +Sabato +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Gennaio +Febbraio +Marzo +Aprile +Maggio +Giugno +Luglio +Agosto +Settembre +Ottobre +Novembre +Dicembre +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/it_IT.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/it_IT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/it_IT.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/it_IT.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Gen +Feb +Mar +Apr +Mag +Giu +Lug +Ago +Set +Ott +Nov +Dic +# +# Long month names (as in a date) +# +Gennaio +Febbraio +Marzo +Aprile +Maggio +Giugno +Luglio +Agosto +Settembre +Ottobre +Novembre +Dicembre +# +# Short weekday names +# +Dom +Lun +Mar +Mer +Gio +Ven +Sab +# +# Long weekday names +# +Domenica +Lunedì +Martedì +Mercoledì +Giovedì +Venerdì +Sabato +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Gennaio +Febbraio +Marzo +Aprile +Maggio +Giugno +Luglio +Agosto +Settembre +Ottobre +Novembre +Dicembre +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/ja_JP.SJIS.src =================================================================== --- user/edwin/locale/share/timedef/ja_JP.SJIS.src (nonexistent) +++ user/edwin/locale/share/timedef/ja_JP.SJIS.src (revision 197305) @@ -0,0 +1,103 @@ +# $FreeBSD: user/edwin/locale/share/timedef/ja_JP.unicode 197249 2009-09-16 08:38:47Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +# +# Short weekday names +# + + + + + + +y +# +# Long weekday names +# +j +j +Ηj +j +ؗj +j +yj +# +# X_fmt +# +%H%M%Sb +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +# just following tradition... +# %a %b %e %H:%M:%S %Y +%a %b/%e %T %Y +# +# am +# +ߑO +# +# pm +# +ߌ +# +# date_fmt +# +%YN %B%e %A %X %Z +# +# Long month names (without case ending) +# +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/ja_JP.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/ja_JP.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/ja_JP.UTF-8.src (revision 197305) @@ -0,0 +1,103 @@ +# $FreeBSD: user/edwin/locale/share/timedef/ja_JP.unicode 197249 2009-09-16 08:38:47Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +1月 +2月 +3月 +4月 +5月 +6月 +7月 +8月 +9月 +10月 +11月 +12月 +# +# Short weekday names +# +日 +月 +火 +水 +木 +金 +土 +# +# Long weekday names +# +日曜日 +月曜日 +火曜日 +水曜日 +木曜日 +金曜日 +土曜日 +# +# X_fmt +# +%H時%M分%S秒 +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +# just following tradition... +# %a %b %e %H:%M:%S %Y +%a %b/%e %T %Y +# +# am +# +午前 +# +# pm +# +午後 +# +# date_fmt +# +%Y年 %B%e日 %A %X %Z +# +# Long month names (without case ending) +# +1月 +2月 +3月 +4月 +5月 +6月 +7月 +8月 +9月 +10月 +11月 +12月 +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/ja_JP.eucJP.src =================================================================== --- user/edwin/locale/share/timedef/ja_JP.eucJP.src (nonexistent) +++ user/edwin/locale/share/timedef/ja_JP.eucJP.src (revision 197305) @@ -0,0 +1,103 @@ +# $FreeBSD: user/edwin/locale/share/timedef/ja_JP.unicode 197249 2009-09-16 08:38:47Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +# +# Short weekday names +# + + + + + + + +# +# Long weekday names +# + + + + + + + +# +# X_fmt +# +%H%Mʬ%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +# just following tradition... +# %a %b %e %H:%M:%S %Y +%a %b/%e %T %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%Yǯ %B%e %A %X %Z +# +# Long month names (without case ending) +# +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/kk_KZ.PT154.src =================================================================== --- user/edwin/locale/share/timedef/kk_KZ.PT154.src (nonexistent) +++ user/edwin/locale/share/timedef/kk_KZ.PT154.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/kk_KZ.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# + + + + + + + + + + + + +# +# Long month names (as in a date) +# + + + + + + + + + + + + +# +# Short weekday names +# + + + + + + + +# +# Long weekday names +# + + + + + + + +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%A, %e %B %Y . %X +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%A, %e %B %Y . %X (%Z) +# +# Long month names (without case ending) +# + + + + + + + + + + + + +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/kk_KZ.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/kk_KZ.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/ko_KR.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/ko_KR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/ko_KR.UTF-8.src (revision 197305) @@ -0,0 +1,104 @@ +# $FreeBSD: user/edwin/locale/share/timedef/ko_KR.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# Originally by CHOI Junho +# 27 Mar 1997 +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +1월 +2월 +3월 +4월 +5월 +6월 +7월 +8월 +9월 +10월 +11월 +12월 +# +# Short weekday names +# +일 +월 +화 +수 +목 +금 +토 +# +# Long weekday names +# +일요일 +월요일 +화요일 +수요일 +목요일 +금요일 +토요일 +# +# X_fmt +# +%H시 %M분 %S초 +# +# x_fmt +# +%Y년 %b월 %e일 +# +# c_fmt +# +%x %A %X +# +# am +# +오전 +# +# pm +# +오후 +# +# date_fmt +# +%c %Z +# +# Long month names (without case ending) +# +1월 +2월 +3월 +4월 +5월 +6월 +7월 +8월 +9월 +10월 +11월 +12월 +# +# md_order +# +md +# +# ampm_fmt +# +%p %I:%M:%S +# EOF Index: user/edwin/locale/share/timedef/ko_KR.eucKR.src =================================================================== --- user/edwin/locale/share/timedef/ko_KR.eucKR.src (nonexistent) +++ user/edwin/locale/share/timedef/ko_KR.eucKR.src (revision 197305) @@ -0,0 +1,104 @@ +# $FreeBSD: user/edwin/locale/share/timedef/ko_KR.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# Originally by CHOI Junho +# 27 Mar 1997 +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +# +# Short weekday names +# + + +ȭ + + + + +# +# Long weekday names +# +Ͽ + +ȭ + + +ݿ + +# +# X_fmt +# +%H %M %S +# +# x_fmt +# +%Y %b %e +# +# c_fmt +# +%x %A %X +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%c %Z +# +# Long month names (without case ending) +# +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +# +# md_order +# +md +# +# ampm_fmt +# +%p %I:%M:%S +# EOF Index: user/edwin/locale/share/timedef/la_LN.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/la_LN.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/la_LN.ISO8859-1.src (revision 197305) @@ -0,0 +1,104 @@ +# $FreeBSD: user/edwin/locale/share/timedef/la_LN.unicode 196800 2009-09-03 22:23:59Z edwin $ +# This is Latin. The week with seven days was introduced in the +# Roman Empire 321 AD. (Konstantin I) +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Ian +Feb +Mar +Apr +Mai +Iun +Iul +Aug +Sep +Oct +Nov +Dec +# +# Long month names (as in a date) +# +Ianuarius +Februarius +Martius +Aprilis +Maius +Iunius +Iulius +Augustus +September +October +November +December +# +# Short weekday names +# +Sol +Lun +Mar +Mer +Iov +Ven +Sat +# +# Long weekday names +# +dies Solis +dies Lunae +dies Martis +dies Mercurii +dies Iovis +dies Veneris +dies Saturni +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Ianuarius +Februarius +Martius +Aprilis +Maius +Iunius +Iulius +Augustus +September +October +November +December +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/la_LN.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/la_LN.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/la_LN.UTF-8.src (revision 197305) @@ -0,0 +1,104 @@ +# $FreeBSD: user/edwin/locale/share/timedef/la_LN.unicode 196800 2009-09-03 22:23:59Z edwin $ +# This is Latin. The week with seven days was introduced in the +# Roman Empire 321 AD. (Konstantin I) +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Ian +Feb +Mar +Apr +Mai +Iun +Iul +Aug +Sep +Oct +Nov +Dec +# +# Long month names (as in a date) +# +Ianuarius +Februarius +Martius +Aprilis +Maius +Iunius +Iulius +Augustus +September +October +November +December +# +# Short weekday names +# +Sol +Lun +Mar +Mer +Iov +Ven +Sat +# +# Long weekday names +# +dies Solis +dies Lunae +dies Martis +dies Mercurii +dies Iovis +dies Veneris +dies Saturni +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Ianuarius +Februarius +Martius +Aprilis +Maius +Iunius +Iulius +Augustus +September +October +November +December +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/lt_LT.ISO8859-13.src =================================================================== --- user/edwin/locale/share/timedef/lt_LT.ISO8859-13.src (nonexistent) +++ user/edwin/locale/share/timedef/lt_LT.ISO8859-13.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/lt_LT.unicode 196800 2009-09-03 22:23:59Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Sau +Vas +Kov +Bal +Geg +Bir +Lie +Rgp +Rgs +Spa +Lap +Grd +# +# Long month names (as in a date) +# +sausio +vasario +kovo +balandio +gegus +birelio +liepos +rugpjio +rugsjo +spalio +lapkriio +gruodio +# +# Short weekday names +# +Sk +Pr +An +Tr +Kt +Pn +t +# +# Long weekday names +# +Sekmadienis +Pirmadienis +Antradienis +Treiadienis +Ketvirtadienis +Penktadienis +etadienis +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y.%m.%d +# +# c_fmt +# %A, %Y m. %B %e d. %T +%a %b %e %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%A, %Y m. %B %e d. %T %Z +# +# Long month names (without case ending) +# +sausis +vasaris +kovas +balandis +gegu +birelis +liepa +rugpjtis +rugsjis +spalis +lapkritis +gruodis +# +# md_order +# +md +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/lt_LT.ISO8859-4.src =================================================================== --- user/edwin/locale/share/timedef/lt_LT.ISO8859-4.src (nonexistent) +++ user/edwin/locale/share/timedef/lt_LT.ISO8859-4.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/lt_LT.unicode 196800 2009-09-03 22:23:59Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Sau +Vas +Kov +Bal +Geg +Bir +Lie +Rgp +Rgs +Spa +Lap +Grd +# +# Long month names (as in a date) +# +sausio +vasario +kovo +balandio +gegus +birelio +liepos +rugpjio +rugsjo +spalio +lapkriio +gruodio +# +# Short weekday names +# +Sk +Pr +An +Tr +Kt +Pn +t +# +# Long weekday names +# +Sekmadienis +Pirmadienis +Antradienis +Treiadienis +Ketvirtadienis +Penktadienis +etadienis +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y.%m.%d +# +# c_fmt +# %A, %Y m. %B %e d. %T +%a %b %e %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%A, %Y m. %B %e d. %T %Z +# +# Long month names (without case ending) +# +sausis +vasaris +kovas +balandis +gegu +birelis +liepa +rugpjtis +rugsjis +spalis +lapkritis +gruodis +# +# md_order +# +md +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/lt_LT.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/lt_LT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/lt_LT.UTF-8.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/lt_LT.unicode 196800 2009-09-03 22:23:59Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Sau +Vas +Kov +Bal +Geg +Bir +Lie +Rgp +Rgs +Spa +Lap +Grd +# +# Long month names (as in a date) +# +sausio +vasario +kovo +balandžio +gegužės +birželio +liepos +rugpjūčio +rugsėjo +spalio +lapkričio +gruodžio +# +# Short weekday names +# +Sk +Pr +An +Tr +Kt +Pn +Št +# +# Long weekday names +# +Sekmadienis +Pirmadienis +Antradienis +Trečiadienis +Ketvirtadienis +Penktadienis +Šeštadienis +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y.%m.%d +# +# c_fmt +# %A, %Y m. %B %e d. %T +%a %b %e %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%A, %Y m. %B %e d. %T %Z +# +# Long month names (without case ending) +# +sausis +vasaris +kovas +balandis +gegužė +birželis +liepa +rugpjūtis +rugsėjis +spalis +lapkritis +gruodis +# +# md_order +# +md +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/lv_LV.ISO8859-13.src =================================================================== --- user/edwin/locale/share/timedef/lv_LV.ISO8859-13.src (nonexistent) +++ user/edwin/locale/share/timedef/lv_LV.ISO8859-13.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD$ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +Mai +Jn +Jl +Aug +Sep +Okt +Nov +Dec +# +# Long month names +# +janvris +februris +marts +aprlis +maijs +jnijs +jlijs +augusts +septembris +oktobris +novembris +decembris +# +# Short weekday names +# +Sv +Pr +Ot +Tr +Ct +Pk +Ss +# +# Long weekday names +# +Svtdiena +Pirmdiena +Otrdiena +Trediena +Ceturtdiena +Piektdiena +Sestdiena +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# %A, %Y m. %B %e d. %T +%e. %b, %Y. gads %X +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%A, %Y. gada %e. %B %T %Z +# +# Long month names in alternative form +# +janvris +februris +marts +aprlis +maijs +jnijs +jlijs +augusts +septembris +oktobris +novembris +decembris +# +# md_order +# +md +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/lv_LV.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/lv_LV.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/lv_LV.UTF-8.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD$ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +Mai +Jūn +Jūl +Aug +Sep +Okt +Nov +Dec +# +# Long month names +# +janvāris +februāris +marts +aprīlis +maijs +jūnijs +jūlijs +augusts +septembris +oktobris +novembris +decembris +# +# Short weekday names +# +Sv +Pr +Ot +Tr +Ct +Pk +Ss +# +# Long weekday names +# +Svētdiena +Pirmdiena +Otrdiena +Trešdiena +Ceturtdiena +Piektdiena +Sestdiena +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# %A, %Y m. %B %e d. %T +%e. %b, %Y. gads %X +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%A, %Y. gada %e. %B %T %Z +# +# Long month names in alternative form +# +janvāris +februāris +marts +aprīlis +maijs +jūnijs +jūlijs +augusts +septembris +oktobris +novembris +decembris +# +# md_order +# +md +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/mn_MN.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/mn_MN.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/nb_NO.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/nb_NO.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/nb_NO.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/nb_NO.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +mai +jun +jul +aug +sep +okt +nov +des +# +# Long month names (as in a date) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# Short weekday names +# +sn +man +tir +ons +tor +fre +lr +# +# Long weekday names +# +sndag +mandag +tirsdag +onsdag +torsdag +fredag +lrdag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/nb_NO.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/nb_NO.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/nb_NO.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/nb_NO.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +mai +jun +jul +aug +sep +okt +nov +des +# +# Long month names (as in a date) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# Short weekday names +# +søn +man +tir +ons +tor +fre +lør +# +# Long weekday names +# +søndag +mandag +tirsdag +onsdag +torsdag +fredag +lørdag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/nl_NL.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/nl_NL.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/nl_NL.ISO8859-1.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/nl_NL.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mrt +apr +mei +jun +jul +aug +sep +okt +nov +dec +# +# Long month names (as in a date) +# +januari +februari +maart +april +mei +juni +juli +augustus +september +oktober +november +december +# +# Short weekday names +zo +ma +di +wo +do +vr +za +# +# Long weekday names +# +zondag +maandag +dinsdag +woensdag +donderdag +vrijdag +zaterdag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d-%m-%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januari +februari +maart +april +mei +juni +juli +augustus +september +oktober +november +december +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/nl_NL.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/nl_NL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/nl_NL.UTF-8.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/nl_NL.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mrt +apr +mei +jun +jul +aug +sep +okt +nov +dec +# +# Long month names (as in a date) +# +januari +februari +maart +april +mei +juni +juli +augustus +september +oktober +november +december +# +# Short weekday names +zo +ma +di +wo +do +vr +za +# +# Long weekday names +# +zondag +maandag +dinsdag +woensdag +donderdag +vrijdag +zaterdag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d-%m-%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januari +februari +maart +april +mei +juni +juli +augustus +september +oktober +november +december +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/nn_NO.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/nn_NO.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/nn_NO.ISO8859-1.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/nn_NO.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +mai +jun +jul +aug +sep +okt +nov +des +# +# Long month names (as in a date) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# Short weekday names +# +sun +mn +tys +ons +tor +fre +lau +# +# Long weekday names +# +sundag +mndag +tysdag +onsdag +torsdag +fredag +laurdag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/nn_NO.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/nn_NO.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/nn_NO.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/nn_NO.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +mai +jun +jul +aug +sep +okt +nov +des +# +# Long month names (as in a date) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# Short weekday names +# +sun +mån +tys +ons +tor +fre +lau +# +# Long weekday names +# +sundag +måndag +tysdag +onsdag +torsdag +fredag +laurdag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +mars +april +mai +juni +juli +august +september +oktober +november +desember +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/pl_PL.ISO8859-2.src =================================================================== --- user/edwin/locale/share/timedef/pl_PL.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/timedef/pl_PL.ISO8859-2.src (revision 197305) @@ -0,0 +1,99 @@ +# $FreeBSD: user/edwin/locale/share/timedef/pl_PL.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# Short month names +# +sty +lut +mar +kwi +maj +cze +lip +sie +wrz +pa +lis +gru +# +# Long month names (as in a date) +# +stycznia +lutego +marca +kwietnia +maja +czerwca +lipca +sierpnia +wrzenia +padziernika +listopada +grudnia +# +# Short weekday names +# +ndz +pon +wto +ro +czw +ptk +sob +# +# Long weekday names +# +niedziela +poniedziaek +wtorek +roda +czwartek +pitek +sobota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y.%m.%d +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +stycze +luty +marzec +kwiecie +maj +czerwiec +lipiec +sierpie +wrzesie +padziernik +listopad +grudzie +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/pl_PL.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/pl_PL.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/pl_PL.UTF-8.src (revision 197305) @@ -0,0 +1,99 @@ +# $FreeBSD: user/edwin/locale/share/timedef/pl_PL.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# Short month names +# +sty +lut +mar +kwi +maj +cze +lip +sie +wrz +paź +lis +gru +# +# Long month names (as in a date) +# +stycznia +lutego +marca +kwietnia +maja +czerwca +lipca +sierpnia +września +października +listopada +grudnia +# +# Short weekday names +# +ndz +pon +wto +śro +czw +ptk +sob +# +# Long weekday names +# +niedziela +poniedziałek +wtorek +środa +czwartek +piątek +sobota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y.%m.%d +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +styczeń +luty +marzec +kwiecień +maj +czerwiec +lipiec +sierpień +wrzesień +październik +listopad +grudzień +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/pt_BR.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/pt_BR.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/pt_BR.ISO8859-1.src (revision 197305) @@ -0,0 +1,103 @@ +# $FreeBSD: user/edwin/locale/share/timedef/pt_BR.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# In Portugal we don't use the 12 + am/pm but the 24h format +# +# Short month names +# +Jan +Fev +Mar +Abr +Mai +Jun +Jul +Ago +Set +Out +Nov +Dez +# +# Long month names (as in a date) +# +Janeiro +Fevereiro +Maro +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# Short weekday names +# +Dom +Seg +Ter +Qua +Qui +Sex +Sb +# +# Long weekday names +# +Domingo +Segunda Feira +Tera Feira +Quarta Feira +Quinta Feira +Sexta Feira +Sbado +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Janeiro +Fevereiro +Maro +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/pt_BR.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/pt_BR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/pt_BR.UTF-8.src (revision 197305) @@ -0,0 +1,103 @@ +# $FreeBSD: user/edwin/locale/share/timedef/pt_BR.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# In Portugal we don't use the 12 + am/pm but the 24h format +# +# Short month names +# +Jan +Fev +Mar +Abr +Mai +Jun +Jul +Ago +Set +Out +Nov +Dez +# +# Long month names (as in a date) +# +Janeiro +Fevereiro +Março +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# Short weekday names +# +Dom +Seg +Ter +Qua +Qui +Sex +Sáb +# +# Long weekday names +# +Domingo +Segunda Feira +Terça Feira +Quarta Feira +Quinta Feira +Sexta Feira +Sábado +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Janeiro +Fevereiro +Março +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/pt_PT.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/pt_PT.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/pt_PT.ISO8859-1.src (revision 197305) @@ -0,0 +1,103 @@ +# $FreeBSD: user/edwin/locale/share/timedef/pt_PT.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# In Portugal we don't use the 12 + am/pm but the 24h format +# +# Short month names +# +Jan +Fev +Mar +Abr +Mai +Jun +Jul +Ago +Set +Out +Nov +Dez +# +# Long month names (as in a date) +# +Janeiro +Fevereiro +Maro +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# Short weekday names +# +dom +seg +ter +qua +qui +sex +sb +# +# Long weekday names +# +domingo +segunda-feira +tera-feira +quarta-feira +quinta-feira +sexta-feira +sbado +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Janeiro +Fevereiro +Maro +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/pt_PT.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/pt_PT.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/pt_PT.UTF-8.src (revision 197305) @@ -0,0 +1,103 @@ +# $FreeBSD: user/edwin/locale/share/timedef/pt_PT.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# In Portugal we don't use the 12 + am/pm but the 24h format +# +# Short month names +# +Jan +Fev +Mar +Abr +Mai +Jun +Jul +Ago +Set +Out +Nov +Dez +# +# Long month names (as in a date) +# +Janeiro +Fevereiro +Março +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# Short weekday names +# +dom +seg +ter +qua +qui +sex +sáb +# +# Long weekday names +# +domingo +segunda-feira +terça-feira +quarta-feira +quinta-feira +sexta-feira +sábado +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Janeiro +Fevereiro +Março +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/ro_RO.ISO8859-2.src =================================================================== --- user/edwin/locale/share/timedef/ro_RO.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/timedef/ro_RO.ISO8859-2.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/ro_RO.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Ian +Feb +Mar +Apr +Mai +Iun +Iul +Aug +Sep +Oct +Noi +Dec +# +# Long month names (as in a date) +# +Ianuarie +Februarie +Martie +Aprilie +Mai +Iunie +Iulie +August +Septembrie +Octombrie +Noiembrie +Decembrie +# +# Short weekday names +# +Dum +Lun +Mar +Mie +Joi +Vin +Sm +# +# Long weekday names +# +Duminic +Luni +Mari +Miercuri +Joi +Vineri +Smbt +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %Y %X +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Ianuarie +Februarie +Martie +Aprilie +Mai +Iunie +Iulie +August +Septembrie +Octombrie +Noiembrie +Decembrie +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/ro_RO.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/ro_RO.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/ro_RO.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/ro_RO.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Ian +Feb +Mar +Apr +Mai +Iun +Iul +Aug +Sep +Oct +Noi +Dec +# +# Long month names (as in a date) +# +Ianuarie +Februarie +Martie +Aprilie +Mai +Iunie +Iulie +August +Septembrie +Octombrie +Noiembrie +Decembrie +# +# Short weekday names +# +Dum +Lun +Mar +Mie +Joi +Vin +Sâm +# +# Long weekday names +# +Duminică +Luni +Marţi +Miercuri +Joi +Vineri +Sâmbătă +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %Y %X +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Ianuarie +Februarie +Martie +Aprilie +Mai +Iunie +Iulie +August +Septembrie +Octombrie +Noiembrie +Decembrie +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/ru_RU.CP1251.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/ru_RU.CP1251.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/ru_RU.CP866.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/ru_RU.CP866.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/ru_RU.ISO8859-5.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/ru_RU.ISO8859-5.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/ru_RU.KOI8-R.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/ru_RU.KOI8-R.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/ru_RU.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/ru_RU.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/sk_SK.ISO8859-2.src =================================================================== --- user/edwin/locale/share/timedef/sk_SK.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/timedef/sk_SK.ISO8859-2.src (revision 197305) @@ -0,0 +1,105 @@ +# Slovak month and day names +# by Juraj Bednar +# +# $FreeBSD: user/edwin/locale/share/timedef/sk_SK.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +mj +jn +jl +aug +sep +okt +nov +dec +# +# Long month names (as in a date) +# +janur +februr +marec +aprl +mj +jn +jl +august +september +oktber +november +december +# +# Short weekday names +# +ne +po +ut +st +t +pi +so +# +# Long weekday names +# +nedea +pondelok +utorok +streda +tvrtok +piatok +sobota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e. %B %Y %X %Z +# +# Long month names (without case ending) +# +janur +februr +marec +aprl +mj +jn +jl +august +september +oktber +november +december +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/sk_SK.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/sk_SK.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/sk_SK.UTF-8.src (revision 197305) @@ -0,0 +1,105 @@ +# Slovak month and day names +# by Juraj Bednar +# +# $FreeBSD: user/edwin/locale/share/timedef/sk_SK.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +máj +jún +júl +aug +sep +okt +nov +dec +# +# Long month names (as in a date) +# +január +február +marec +apríl +máj +jún +júl +august +september +október +november +december +# +# Short weekday names +# +ne +po +ut +st +št +pi +so +# +# Long weekday names +# +nedeľa +pondelok +utorok +streda +štvrtok +piatok +sobota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e. %B %Y %X %Z +# +# Long month names (without case ending) +# +január +február +marec +apríl +máj +jún +júl +august +september +október +november +december +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/sl_SI.ISO8859-2.src =================================================================== --- user/edwin/locale/share/timedef/sl_SI.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/timedef/sl_SI.ISO8859-2.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/sl_SI.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +maj +jun +jul +avg +sep +okt +nov +dec +# +# Long month names (as in a date) +# +januar +februar +marec +april +maj +junij +julij +avgust +september +oktober +november +december +# +# Short weekday names +# +ned +pon +tor +sre +et +pet +sob +# +# Long weekday names +# +nedelja +ponedeljek +torek +sreda +etrtek +petek +sobota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +marec +april +maj +junij +julij +avgust +september +oktober +november +december +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/sl_SI.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/sl_SI.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/sl_SI.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/sl_SI.unicode 196800 2009-09-03 22:23:59Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +maj +jun +jul +avg +sep +okt +nov +dec +# +# Long month names (as in a date) +# +januar +februar +marec +april +maj +junij +julij +avgust +september +oktober +november +december +# +# Short weekday names +# +ned +pon +tor +sre +čet +pet +sob +# +# Long weekday names +# +nedelja +ponedeljek +torek +sreda +četrtek +petek +sobota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +marec +april +maj +junij +julij +avgust +september +oktober +november +december +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/sr_Cyrl_RS.ISO8859-5.src =================================================================== --- user/edwin/locale/share/timedef/sr_Cyrl_RS.ISO8859-5.src (nonexistent) +++ user/edwin/locale/share/timedef/sr_Cyrl_RS.ISO8859-5.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/sr_Cyrl_RS.unicode 196801 2009-09-03 22:32:32Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# + + + + + + + + + + + + +# +# Long month names (as in a date) +# +a + + + + + + + + + + + +# +# Short weekday names +# + + + + + + + +# +# Long weekday names +# + + + + + + + +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +a + + + + + + + + + + + +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF Index: user/edwin/locale/share/timedef/sr_Cyrl_RS.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/sr_Cyrl_RS.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/sr_Latn_RS.ISO8859-2.src =================================================================== --- user/edwin/locale/share/timedef/sr_Latn_RS.ISO8859-2.src (nonexistent) +++ user/edwin/locale/share/timedef/sr_Latn_RS.ISO8859-2.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/sr_Latn_RS.unicode 197187 2009-09-14 08:04:48Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +maj +jun +jul +avg +sep +okt +nov +dec +# +# Long month names (as in a date) +# +januar +februar +mart +april +maj +juni +juli +avgust +septembar +oktobar +novembar +decembar +# +# Short weekday names +# +ned +pon +uto +sre +et +pet +sub +# +# Long weekday names +# +nedelja +ponedeljak +utorak +sreda +etvrtak +petak +subota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +mart +april +maj +juni +juli +avgust +septembar +oktobar +novembar +decembar +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/sr_Latn_RS.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/sr_Latn_RS.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/sr_Latn_RS.UTF-8.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/sr_Latn_RS.unicode 197187 2009-09-14 08:04:48Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +jan +feb +mar +apr +maj +jun +jul +avg +sep +okt +nov +dec +# +# Long month names (as in a date) +# +januar +februar +mart +april +maj +juni +juli +avgust +septembar +oktobar +novembar +decembar +# +# Short weekday names +# +ned +pon +uto +sre +čet +pet +sub +# +# Long weekday names +# +nedelja +ponedeljak +utorak +sreda +četvrtak +petak +subota +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +januar +februar +mart +april +maj +juni +juli +avgust +septembar +oktobar +novembar +decembar +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/sv_SE.ISO8859-1.src =================================================================== --- user/edwin/locale/share/timedef/sv_SE.ISO8859-1.src (nonexistent) +++ user/edwin/locale/share/timedef/sv_SE.ISO8859-1.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/sv_SE.unicode 196923 2009-09-07 12:41:19Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +Maj +Jun +Jul +Aug +Sep +Okt +Nov +Dec +# +# Long month names (as in a date) +# +Januari +Februari +Mars +April +Maj +Juni +Juli +Augusti +September +Oktober +November +December +# +# Short weekday names +# +Sn +Mn +Tis +Ons +Tor +Fre +Lr +# +# Long weekday names +# +Sndag +Mndag +Tisdag +Onsdag +Torsdag +Fredag +Lrdag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y-%m-%d +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Januari +Februari +Mars +April +Maj +Juni +Juli +Augusti +September +Oktober +November +December +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/sv_SE.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/sv_SE.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/sv_SE.UTF-8.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/sv_SE.unicode 196923 2009-09-07 12:41:19Z edwin $ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +Maj +Jun +Jul +Aug +Sep +Okt +Nov +Dec +# +# Long month names (as in a date) +# +Januari +Februari +Mars +April +Maj +Juni +Juli +Augusti +September +Oktober +November +December +# +# Short weekday names +# +Sön +Mån +Tis +Ons +Tor +Fre +Lör +# +# Long weekday names +# +Söndag +Måndag +Tisdag +Onsdag +Torsdag +Fredag +Lördag +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%Y-%m-%d +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +am +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long month names (without case ending) +# +Januari +Februari +Mars +April +Maj +Juni +Juli +Augusti +September +Oktober +November +December +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/tr_TR.ISO8859-9.src =================================================================== --- user/edwin/locale/share/timedef/tr_TR.ISO8859-9.src (nonexistent) +++ user/edwin/locale/share/timedef/tr_TR.ISO8859-9.src (revision 197305) @@ -0,0 +1,104 @@ +# $FreeBSD: user/edwin/locale/share/timedef/tr_TR.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Evren Yurtesen +# +# Short month names +# +Oca +ub +Mar +Nis +May +Haz +Tem +Au +Eyl +Eki +Kas +Ara +# +# Long month names (as in a date) +# +Ocak +ubat +Mart +Nisan +Mays +Haziran +Temmuz +Austos +Eyll +Ekim +Kasm +Aralk +# +# Short weekday names +# +Paz +Pts +Sal +ar +Per +Cum +Cts +# +# Long weekday names +# +Pazar +Pazartesi +Sal +aramba +Perembe +Cuma +Cumartesi +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%e %b %Y %a %Z %X +# +# Long month names (without case ending) +# +Ocak +ubat +Mart +Nisan +Mays +Haziran +Temmuz +Austos +Eyll +Ekim +Kasm +Aralk +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/tr_TR.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/tr_TR.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/tr_TR.UTF-8.src (revision 197305) @@ -0,0 +1,104 @@ +# $FreeBSD: user/edwin/locale/share/timedef/tr_TR.unicode 196923 2009-09-07 12:41:19Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Evren Yurtesen +# +# Short month names +# +Oca +Şub +Mar +Nis +May +Haz +Tem +Ağu +Eyl +Eki +Kas +Ara +# +# Long month names (as in a date) +# +Ocak +Şubat +Mart +Nisan +Mayıs +Haziran +Temmuz +Ağustos +Eylül +Ekim +Kasım +Aralık +# +# Short weekday names +# +Paz +Pts +Sal +Çar +Per +Cum +Cts +# +# Long weekday names +# +Pazar +Pazartesi +Salı +Çarşamba +Perşembe +Cuma +Cumartesi +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%e %b %Y %a %Z %X +# +# Long month names (without case ending) +# +Ocak +Şubat +Mart +Nisan +Mayıs +Haziran +Temmuz +Ağustos +Eylül +Ekim +Kasım +Aralık +# +# md_order +# +dm +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/uk_UA.CP1251.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/uk_UA.CP1251.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/uk_UA.ISO8859-5.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/uk_UA.ISO8859-5.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/uk_UA.KOI8-U.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/uk_UA.KOI8-U.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/uk_UA.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/uk_UA.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/zh_Hans_CN.GB18030.src =================================================================== --- user/edwin/locale/share/timedef/zh_Hans_CN.GB18030.src (nonexistent) +++ user/edwin/locale/share/timedef/zh_Hans_CN.GB18030.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/zh_Hans_CN.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +һ + + + + + + + + +ʮ +ʮһ +ʮ +# +# Short weekday names +# + +һ + + + + + +# +# Long weekday names +# + +һ +ڶ + + + + +# +# X_fmt +# +%Hʱ%M%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %b/%e %T %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%Y%b%e %A %X %Z +# +# Long month names (without case ending) +# +һ + + + + + + + + +ʮ +ʮһ +ʮ +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/zh_Hans_CN.GB2312.src =================================================================== --- user/edwin/locale/share/timedef/zh_Hans_CN.GB2312.src (nonexistent) +++ user/edwin/locale/share/timedef/zh_Hans_CN.GB2312.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/zh_Hans_CN.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +һ + + + + + + + + +ʮ +ʮһ +ʮ +# +# Short weekday names +# + +һ + + + + + +# +# Long weekday names +# + +һ +ڶ + + + + +# +# X_fmt +# +%Hʱ%M%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %b/%e %T %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%Y%b%e %A %X %Z +# +# Long month names (without case ending) +# +һ + + + + + + + + +ʮ +ʮһ +ʮ +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/zh_Hans_CN.UTF-8.src =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/binary Property changes on: user/edwin/locale/share/timedef/zh_Hans_CN.UTF-8.src ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/binary \ No newline at end of property Index: user/edwin/locale/share/timedef/zh_Hans_CN.eucCN.src =================================================================== --- user/edwin/locale/share/timedef/zh_Hans_CN.eucCN.src (nonexistent) +++ user/edwin/locale/share/timedef/zh_Hans_CN.eucCN.src (revision 197305) @@ -0,0 +1,102 @@ +# $FreeBSD: user/edwin/locale/share/timedef/zh_Hans_CN.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +һ + + + + + + + + +ʮ +ʮһ +ʮ +# +# Short weekday names +# + +һ + + + + + +# +# Long weekday names +# + +һ +ڶ + + + + +# +# X_fmt +# +%Hʱ%M%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %b/%e %T %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%Y%b%e %A %X %Z +# +# Long month names (without case ending) +# +һ + + + + + + + + +ʮ +ʮһ +ʮ +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/zh_Hant_TW.Big5.src =================================================================== --- user/edwin/locale/share/timedef/zh_Hant_TW.Big5.src (nonexistent) +++ user/edwin/locale/share/timedef/zh_Hant_TW.Big5.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/zh_Hant_TW.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +# +# Short weekday names +# + +@ +G +T +| + + +# +# Long weekday names +# +P +P@ +PG +PT +P| +P +P +# +# X_fmt +# +%H%M%S +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %b/%e %T %Y +# +# am +# +W +# +# pm +# +U +# +# date_fmt +# +%Y~%b%e %A %X %Z +# +# Long month names (without case ending) +# +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF Index: user/edwin/locale/share/timedef/zh_Hant_TW.UTF-8.src =================================================================== --- user/edwin/locale/share/timedef/zh_Hant_TW.UTF-8.src (nonexistent) +++ user/edwin/locale/share/timedef/zh_Hant_TW.UTF-8.src (revision 197305) @@ -0,0 +1,101 @@ +# $FreeBSD: user/edwin/locale/share/timedef/zh_Hant_TW.unicode 196778 2009-09-03 12:41:00Z edwin $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names (as in a date) +# +1月 +2月 +3月 +4月 +5月 +6月 +7月 +8月 +9月 +10月 +11月 +12月 +# +# Short weekday names +# +日 +一 +二 +三 +四 +五 +六 +# +# Long weekday names +# +周日 +周一 +周二 +周三 +周四 +周五 +周六 +# +# X_fmt +# +%H時%M分%S秒 +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %b/%e %T %Y +# +# am +# +上午 +# +# pm +# +下午 +# +# date_fmt +# +%Y年%b月%e日 %A %X %Z +# +# Long month names (without case ending) +# +1月 +2月 +3月 +4月 +5月 +6月 +7月 +8月 +9月 +10月 +11月 +12月 +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF