From fbe57a0939647018bc094beb0252c13d16ac159b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Aug 2000 08:24:10 +0000 Subject: Update. 2000-08-20 Ulrich Drepper * locales/ca_ES: Correct comment. * locales/ca_ES@euro: New file. * locales/de_AT@euro: New file. * locales/de_DE@euro: New file. * locales/de_LU@euro: New file. * locales/en_IE@euro: New file. * locales/es_ES@euro: New file. * locales/fi_FI@euro: New file. * locales/fr_BE@euro: New file. * locales/fr_FR@euro: New file. * locales/fr_LU@euro: New file. * locales/it_IT@euro: New file. * locales/nl_NL@euro: New file. * locales/pt_PT@euro: New file. --- localedata/locales/de_AT@euro | 106 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 localedata/locales/de_AT@euro (limited to 'localedata/locales/de_AT@euro') diff --git a/localedata/locales/de_AT@euro b/localedata/locales/de_AT@euro new file mode 100644 index 0000000000..b21b3b928d --- /dev/null +++ b/localedata/locales/de_AT@euro @@ -0,0 +1,106 @@ +comment_char % +escape_char / + +% German Language Locale for Austria with Euro +% Source: O:sterreiches Normungsinstitut +% Address: Postfach 130, A-1021 Wien +% Contact: Gerhard Budin +% Email: not available +% Tel: +43-222-25 75 35 ext 310 +% Fax: +43-222-216 32 72 +% Language: de +% Territory: AT +% Option: euro +% Revision: 4.3 +% Date: 2000-08-20 +% Users: general +% Charset: ISO-8859-1 +% Distribution and use is free, also +% for commercial purposes. + +LC_IDENTIFICATION +title "German locale for Austria with Euro" +source "O:sterreiches Normungsinstitut" +address "Postfach 130, A-1021 Wien" +contact "Gerhard Budin" +email "bug-glibc@gnu.org" +tel "" +fax "" +language "German" +territory "Austria" +revision "1.0" +date "2000-08-20" +% +category "de_AT@euro:2000";LC_IDENTIFICATION +category "de_AT@euro:2000";LC_CTYPE +category "de_AT@euro:2000";LC_COLLATE +category "de_AT@euro:2000";LC_TIME +category "de_AT@euro:2000";LC_NUMERIC +category "de_AT@euro:2000";LC_MONETARY +category "de_AT@euro:2000";LC_MESSAGES +category "de_AT@euro:2000";LC_PAPER +category "de_AT@euro:2000";LC_NAME +category "de_AT@euro:2000";LC_ADDRESS +category "de_AT@euro:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_CTYPE +copy "i18n" +END LC_CTYPE + +LC_COLLATE +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" +END LC_COLLATE + +LC_MESSAGES +copy "de_AT" +END LC_MESSAGES + +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 1 +p_sep_by_space 1 +n_cs_precedes 1 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 + +END LC_MONETARY + +LC_NUMERIC +copy "de_AT" +END LC_NUMERIC + +LC_TIME +copy "de_AT" +END LC_TIME + +LC_PAPER +copy "de_AT" +END LC_PAPER + +LC_TELEPHONE +copy "de_AT" +END LC_TELEPHONE + +LC_MEASUREMENT +copy "de_AT" +END LC_MEASUREMENT + +LC_NAME +copy "de_AT" +END LC_NAME + +LC_ADDRESS +copy "de_AT" +END LC_ADDRESS -- cgit v1.2.3