From f5f52655ceb5152d79ca88db5293fa1136969303 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 Mar 1997 00:35:19 +0000 Subject: Initial revision 1997-02-15 14:32 15:10 Andreas Jaeger * collate-test.c (main): change prototype definition to prevent warning. 1997-02-15 17:46 Ulrich Drepper * 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 * All charmaps: Fix entries for . 1996-10-17 18:57 Ulrich Drepper * Makefile (charmaps): Don't try to install CVS or RCS directory. (locales): Likewise. Reported by Matthias Urlichs. --- localedata/locales/pt_PT | 94 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 localedata/locales/pt_PT (limited to 'localedata/locales/pt_PT') diff --git a/localedata/locales/pt_PT b/localedata/locales/pt_PT new file mode 100644 index 0000000000..ab5e4ea675 --- /dev/null +++ b/localedata/locales/pt_PT @@ -0,0 +1,94 @@ +comment_char % +escape_char / +% +% Portuguese Language Locale for Portugal +% 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: pt +% Territory: PT +% 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_MESSAGES +yesexpr "<<(><)/>><.><*>" +noexpr "<<(><)/>><.><*>" +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 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_CTYPE +copy "en_DK" +END LC_CTYPE + +LC_NUMERIC +decimal_point "<,>" +thousands_sep "" +grouping 0;0 +END LC_NUMERIC + +LC_TIME +abday "";"";/ + "";"";/ + "";"";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "<%><%><%><%><%><%>" +d_fmt "<%><-><%><-><%>" +t_fmt "<%>" +am_pm "";"" +t_fmt_ampm "" +END LC_TIME -- cgit v1.2.3