diff options
Diffstat (limited to 'REORG.TODO/localedata/locales/en_US')
-rw-r--r-- | REORG.TODO/localedata/locales/en_US | 190 |
1 files changed, 190 insertions, 0 deletions
diff --git a/REORG.TODO/localedata/locales/en_US b/REORG.TODO/localedata/locales/en_US new file mode 100644 index 0000000000..5345fc37cd --- /dev/null +++ b/REORG.TODO/localedata/locales/en_US @@ -0,0 +1,190 @@ +comment_char % +escape_char / + +% This file is part of the GNU C Library and contains locale data. +% The Free Software Foundation does not claim any copyright interest +% in the locale data contained in this file. The foregoing does not +% affect the license of the GNU C Library as a whole. It does not +% exempt you from the conditions of the license if your use would +% otherwise be governed by that license. + +% Locale for English locale in the USA +% Contributed by Ulrich Drepper <drepper@redhat.com>, 2000 + +LC_IDENTIFICATION +title "English locale for the USA" +source "Free Software Foundation, Inc." +address "http:////www.gnu.org//software//libc//" +contact "" +email "bug-glibc-locales@gnu.org" +tel "" +fax "" +language "American English" +territory "United States" +revision "1.0" +date "2000-06-24" + +category "i18n:2012";LC_IDENTIFICATION +category "i18n:2012";LC_CTYPE +category "i18n:2012";LC_COLLATE +category "i18n:2012";LC_TIME +category "i18n:2012";LC_NUMERIC +category "i18n:2012";LC_MONETARY +category "i18n:2012";LC_MESSAGES +category "i18n:2012";LC_PAPER +category "i18n:2012";LC_NAME +category "i18n:2012";LC_ADDRESS +category "i18n:2012";LC_TELEPHONE +category "i18n:2012";LC_MEASUREMENT +END LC_IDENTIFICATION + +LC_CTYPE +copy "en_GB" +END LC_CTYPE + +LC_COLLATE + +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" + +END LC_COLLATE + +LC_MONETARY +int_curr_symbol "<U0055><U0053><U0044><U0020>" +currency_symbol "<U0024>" +mon_decimal_point "<U002E>" +mon_thousands_sep "<U002C>" +mon_grouping 3;3 +positive_sign "" +negative_sign "<U002D>" +int_frac_digits 2 +frac_digits 2 +p_cs_precedes 1 +int_p_sep_by_space 1 +p_sep_by_space 0 +n_cs_precedes 1 +int_n_sep_by_space 1 +n_sep_by_space 0 +p_sign_posn 1 +n_sign_posn 1 +% +END LC_MONETARY + +LC_NUMERIC +decimal_point "<U002E>" +thousands_sep "<U002C>" +grouping 3;3 +END LC_NUMERIC + +LC_TIME +abday "<U0053><U0075><U006E>";"<U004D><U006F><U006E>";/ + "<U0054><U0075><U0065>";"<U0057><U0065><U0064>";/ + "<U0054><U0068><U0075>";"<U0046><U0072><U0069>";/ + "<U0053><U0061><U0074>" +day "<U0053><U0075><U006E><U0064><U0061><U0079>";/ + "<U004D><U006F><U006E><U0064><U0061><U0079>";/ + "<U0054><U0075><U0065><U0073><U0064><U0061><U0079>";/ + "<U0057><U0065><U0064><U006E><U0065><U0073><U0064><U0061><U0079>";/ + "<U0054><U0068><U0075><U0072><U0073><U0064><U0061><U0079>";/ + "<U0046><U0072><U0069><U0064><U0061><U0079>";/ + "<U0053><U0061><U0074><U0075><U0072><U0064><U0061><U0079>" + +week 7;19971130;1 +abmon "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";/ + "<U004D><U0061><U0072>";"<U0041><U0070><U0072>";/ + "<U004D><U0061><U0079>";"<U004A><U0075><U006E>";/ + "<U004A><U0075><U006C>";"<U0041><U0075><U0067>";/ + "<U0053><U0065><U0070>";"<U004F><U0063><U0074>";/ + "<U004E><U006F><U0076>";"<U0044><U0065><U0063>" +mon "<U004A><U0061><U006E><U0075><U0061><U0072><U0079>";/ + "<U0046><U0065><U0062><U0072><U0075><U0061><U0072><U0079>";/ + "<U004D><U0061><U0072><U0063><U0068>";/ + "<U0041><U0070><U0072><U0069><U006C>";/ + "<U004D><U0061><U0079>";/ + "<U004A><U0075><U006E><U0065>";/ + "<U004A><U0075><U006C><U0079>";/ + "<U0041><U0075><U0067><U0075><U0073><U0074>";/ + "<U0053><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";/ + "<U004F><U0063><U0074><U006F><U0062><U0065><U0072>";/ + "<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/ + "<U0044><U0065><U0063><U0065><U006D><U0062><U0065><U0072>" +% Appropriate date and time representation (%c) +% "%a %d %b %Y %r %Z" +d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>" +% +% Appropriate date representation (%x) +% "%m/%d/%Y" +d_fmt "<U0025><U006D><U002F><U0025><U0064><U002F><U0025><U0059>" +% +% Appropriate time representation (%X) +% "%r" +t_fmt "<U0025><U0072>" +% +% Appropriate AM/PM time representation (%r) +% "%I:%M:%S %p" +t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/ +<U0025><U0070>" +% +% Strings for AM/PM +% +am_pm "<U0041><U004D>";"<U0050><U004D>" +END LC_TIME + +LC_MESSAGES +yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>" +noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>" +yesstr "<U0079><U0065><U0073>" +nostr "<U006E><U006F>" +END LC_MESSAGES + +LC_PAPER +height 279 +width 216 +END LC_PAPER + +LC_NAME +name_fmt "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/ +<U0025><U006D><U0025><U0074><U0025><U0066>" +name_miss "<U004D><U0069><U0073><U0073><U002E>" +name_mr "<U004D><U0072><U002E>" +name_mrs "<U004D><U0072><U0073><U002E>" +name_ms "<U004D><U0073><U002E>" +END LC_NAME + + +LC_ADDRESS +postal_fmt "<U0025><U0061><U0025><U004E><U0025><U0066><U0025><U004E>/ +<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0068>/ +<U0020><U0025><U0073><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/ +<U004E><U0025><U0054><U002C><U0020><U0025><U0053><U0020><U0025><U007A><U0025>/ +<U004E><U0025><U0063><U0025><U004E>" +country_name "<U0055><U006E><U0069><U0074><U0065><U0064><U0020><U0053><U0074><U0061><U0074><U0065><U0073>" +country_post "<U0055><U0053><U0041>" +country_ab2 "<U0055><U0053>" +country_ab3 "<U0055><U0053><U0041>" +country_num 840 +% USA +country_car "<U0055><U0053><U0041>" +country_isbn 0 +% English +lang_name "<U0045><U006E><U0067><U006C><U0069><U0073><U0068>" +% en +lang_ab "<U0065><U006E>" +% eng +lang_term "<U0065><U006E><U0067>" +% eng +lang_lib "<U0065><U006E><U0067>" +END LC_ADDRESS + +LC_TELEPHONE +tel_int_fmt "<U002B><U0025><U0063><U0020><U0028><U0025><U0061><U0029>/ +<U0020><U0025><U006C>" +tel_dom_fmt "<U0028><U0025><U0061><U0029><U0020><U0025><U006C>" +int_select "<U0031><U0031>" +int_prefix "<U0031>" +END LC_TELEPHONE + +LC_MEASUREMENT +% US customary units. +measurement 2 +END LC_MEASUREMENT |