diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-03-05 00:35:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-03-05 00:35:19 +0000 |
commit | f5f52655ceb5152d79ca88db5293fa1136969303 (patch) | |
tree | ede086d97c70bab7797c3f4139aa905df2493a81 /localedata/locales/de_LU | |
parent | 377a515b4ce100dc119db09a7bc1d7628136993a (diff) | |
download | glibc-f5f52655ceb5152d79ca88db5293fa1136969303.tar.gz glibc-f5f52655ceb5152d79ca88db5293fa1136969303.tar.xz glibc-f5f52655ceb5152d79ca88db5293fa1136969303.zip |
Initial revision cvs/start cvs/libc2_0_x-ud-970306
1997-02-15 14:32 15:10 Andreas Jaeger <aj@arthur.pfalz.de> * collate-test.c (main): change prototype definition to prevent warning. 1997-02-15 17:46 Ulrich Drepper <drepper@cygnus.com> * locales/de_DE: Include real collation data. It's similar to the en_DK information but the order of small and capital characters is exchanged. * collate-test.c: New file. Test suite for strcoll function. * de_DE.in: Input file for collation test. * da_DK.in: Likewise. * xfrm-test.c: New file. Test suite for strxfrm function. 1996-12-10 02:47 Ulrich Drepper <drepper@cygnus.com> * All charmaps: Fix entries for <quotation-mark>. 1996-10-17 18:57 Ulrich Drepper <drepper@cygnus.com> * Makefile (charmaps): Don't try to install CVS or RCS directory. (locales): Likewise. Reported by Matthias Urlichs.
Diffstat (limited to 'localedata/locales/de_LU')
-rw-r--r-- | localedata/locales/de_LU | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/localedata/locales/de_LU b/localedata/locales/de_LU new file mode 100644 index 0000000000..6ba48df1d8 --- /dev/null +++ b/localedata/locales/de_LU @@ -0,0 +1,92 @@ +comment_char % +escape_char / +% +% German Language Locale for Luxemburg +% Source: RAP +% Address: Sankt Jo//rgens Alle 8 +% DK-1615 Ko//benhavn V, Danmark +% Contact: Keld Simonsen +% Email: Keld.Simonsen@dkuug.dk +% Tel: +45 - 31226543 +% Fax: +45 - 33256543 +% Language: de +% Territory: LU +% Revision: 4.3 +% Date: 1996-10-15 +% Users: general +% Repertoiremap: mnemonic,ds +% Charset: ISO-8859-1 +% Distribution and use is free, also +% for commercial purposes. + +LC_COLLATE +copy "en_DK" +END LC_COLLATE + +LC_CTYPE +copy "en_DK" +END LC_CTYPE + +LC_MESSAGES +copy "de_DE" +END LC_MESSAGES + +LC_MONETARY +int_curr_symbol "<L><U><F><SP>" +currency_symbol "<F><L><U><X>" +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 4 +n_sign_posn 4 +END LC_MONETARY + +LC_NUMERIC +copy "de_DE" +END LC_NUMERIC + +LC_TIME +% copy "de_DE" +abday "<S><o><n>";"<M><o><n>";/ + "<D><i><e>";"<M><i><t>";/ + "<D><o><n>";"<F><r><e>";/ + "<S><a><m>" +day "<S><o><n><n><t><a><g>";/ + "<M><o><n><t><a><g>";/ + "<D><i><e><n><s><t><a><g>";/ + "<M><i><t><t><w><o><c><h>";/ + "<D><o><n><n><e><r><s><t><a><g>";/ + "<F><r><e><i><t><a><g>";/ + "<S><a><m><s><t><a><g>" +abmon "<J><a><n>";"<F><e><b>";/ + "<M><a:><r>";"<A><p><r>";/ + "<M><a><i>";"<J><u><n>";/ + "<J><u><l>";"<A><u><g>";/ + "<S><e><p>";"<O><k><t>";/ + "<N><o><v>";"<D><e><z>" +mon "<J><a><n><u><a><r>";/ + "<F><e><b><r><u><a><r>";/ + "<M><a:><r><z>";/ + "<A><p><r><i><l>";/ + "<M><a><i>";/ + "<J><u><n><i>";/ + "<J><u><l><i>";/ + "<A><u><g><u><s><t>";/ + "<S><e><p><t><e><m><b><e><r>";/ + "<O><k><t><o><b><e><r>";/ + "<N><o><v><e><m><b><e><r>";/ + "<D><e><z><e><m><b><e><r>" +d_t_fmt "<%><a><SP><%><d><SP><%><b><SP><%><Y><SP><%><T><SP><%><Z>" +d_fmt "<%><Y><-><%><m><-><%><d>" +t_fmt "<%><T>" +am_pm "";"" +t_fmt_ampm "" +END LC_TIME |