From 8d3b5eff2ed0af3a26bbec65c49528cfa49adc48 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Mar 2003 21:26:23 +0000 Subject: Mongolian language locale for Mongolia. --- localedata/locales/mn_MN | 196 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 localedata/locales/mn_MN (limited to 'localedata/locales') diff --git a/localedata/locales/mn_MN b/localedata/locales/mn_MN new file mode 100644 index 0000000000..61ccb3aea0 --- /dev/null +++ b/localedata/locales/mn_MN @@ -0,0 +1,196 @@ +comment_char % +escape_char / +% Mongolian language (cyrillic) locale for Mongolia +% Sanlig Badral +% Revision: 0.9 (2003-2-27) +% Charsets: UTF-8 +% Distribution and use is free, also +% for commercial purposes. + +LC_IDENTIFICATION +title "Mongolian locale for Mongolia" +source "OPENMN" +address "" +contact "" +email "bug-glibc@gnu.org" +tel "" +fax "" +language "Mongolian" +territory "Mongolia" +revision "0.9" +date "2003-02-27" + +category "mn_MN:2000";LC_IDENTIFICATION +category "mn_MN:2000";LC_CTYPE +category "mn_MN:2000";LC_COLLATE +category "mn_MN:2000";LC_TIME +category "mn_MN:2000";LC_NUMERIC +category "mn_MN:2000";LC_MONETARY +category "mn_MN:2000";LC_MESSAGES +category "mn_MN:2000";LC_PAPER +category "mn_MN:2000";LC_NAME +category "mn_MN:2000";LC_ADDRESS +category "mn_MN:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_COLLATE +copy "iso14651_t1" + +% iso14651_t1 is missing Mongolian ue(straight u), oe(barred o) +% like russian, but with () after and +% (straight u) after + +collating-symbol +collating-symbol + +reorder-after + +reorder-after + + +reorder-after + ;;;IGNORE +reorder-after + ;;;IGNORE + +reorder-after + ;;;IGNORE +reorder-after + ;;;IGNORE + +reorder-end +END LC_COLLATE + +LC_CTYPE +copy "i18n" +END LC_CTYPE + +LC_MONETARY +int_curr_symbol "" +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 + +END LC_MONETARY + +LC_NUMERIC +decimal_point "" +thousands_sep "" +grouping 3;3 +END LC_NUMERIC + +LC_TIME +% Abbreviated weekday names (%a) +abday "";"";/ + "";"";/ + "";"";/ + "" +% Full weekday names (%A) +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Abbreviated month names (%b) +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +% Full month names (%B) +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Appropriate date and time representation +% "%a %d %b %Y %T %Z" +d_t_fmt "" + +% Appropriate date representation +% "%Y.%m.%d" +d_fmt "" +% Appropriate time representation +% "%T" +t_fmt "" +% Appropriate 12 h time representation (%r) +am_pm "";"" +t_fmt_ampm "" +% Full date and time representation +% "%a %b %e %H:%M:%S %Z %Y" +date_fmt "" +END LC_TIME + +LC_MESSAGES +yesexpr "" +noexpr "" +END LC_MESSAGES + +% Paper format +LC_PAPER +height 297 +width 210 +END LC_PAPER + +LC_NAME +name_fmt "/ +" + +name_miss "" +name_mr "" +name_mrs "" +name_ms "" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" + +country_name "" +country_post "" +country_ab2 "" +country_ab3 "" +country_num 496 +country_car "" +country_isbn 99929 +lang_name "" +lang_ab "" +lang_term "" +lang_lib "" +END LC_ADDRESS + +LC_TELEPHONE +tel_int_fmt "" +tel_dom_fmt "" +int_select "" +int_prefix "" +END LC_TELEPHONE + +LC_MEASUREMENT +measurement 1 +END LC_MEASUREMENT -- cgit v1.2.3