From aa1b098472059ca29ac9f63439ca8f14e4d625bc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Jun 2000 23:50:37 +0000 Subject: Update. 2000-06-28 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted. Hash table entries are 32 bit on the ia64 (as specified by the ABI), not 64 bit as on the Alpha. * shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark change of objects to use 32 bit hash table indices (see above). 2000-06-28 Jes Sorensen * sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get prototype for abs(). --- localedata/locales/fr_FR | 142 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 99 insertions(+), 43 deletions(-) (limited to 'localedata/locales/fr_FR') diff --git a/localedata/locales/fr_FR b/localedata/locales/fr_FR index d5a9dc64e4..8286d5bafc 100644 --- a/localedata/locales/fr_FR +++ b/localedata/locales/fr_FR @@ -1,6 +1,5 @@ comment_char % escape_char / -repertoiremap mnemonic.ds % % French Language Locale for France % Source: RAP @@ -20,27 +19,55 @@ repertoiremap mnemonic.ds % Distribution and use is free, also % for commercial purposes. +LC_IDENTIFICATION +title "French locale for France" +source "RAP" +address "Sankt Jo//rgens Alle 8, DK-1615 Ko//benhavn V, Danmark" +contact "Keld Simonsen" +email "bug-glibc@gnu.org" +tel "" +fax "" +language "French" +territory "France" +revision "1.0" +date "2000-06-28" +% +category "fr_FR:2000";LC_IDENTIFICATION +category "fr_FR:2000";LC_CTYPE +category "fr_FR:2000";LC_COLLATE +category "fr_FR:2000";LC_TIME +category "fr_FR:2000";LC_NUMERIC +category "fr_FR:2000";LC_MONETARY +category "fr_FR:2000";LC_MESSAGES +category "fr_FR:2000";LC_PAPER +category "fr_FR:2000";LC_NAME +category "fr_FR:2000";LC_ADDRESS +category "fr_FR:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + LC_CTYPE -copy "en_DK" +copy "i18n" END LC_CTYPE LC_COLLATE -copy "en_DK" +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" END LC_COLLATE LC_MESSAGES -yesexpr "<'/>><<(><)/>><.><*>" -noexpr "<'/>><<(><)/>><.><*>" +yesexpr "" +noexpr "" END LC_MESSAGES LC_MONETARY -int_curr_symbol "" -currency_symbol "" -mon_decimal_point "<,>" -mon_thousands_sep "" +int_curr_symbol "" +currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" mon_grouping 3;3 positive_sign "" -negative_sign "<->" +negative_sign "" int_frac_digits 2 frac_digits 2 p_cs_precedes 0 @@ -52,44 +79,73 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "<,>" +decimal_point "" thousands_sep "" grouping 0;0 END LC_NUMERIC LC_TIME -abday "";"";/ - "";"";/ - "";"";/ - "" -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abmon "";"";/ - "";"";/ - "";"";/ - "";">";/ - "

";"";/ - "";"" -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - ">";/ - "

";/ - "";/ - "";/ - "" -d_t_fmt "<%><%><%><%><%><%>" -d_fmt "<%><.><%><.><%>" -t_fmt "<%>" +abday "";"";/ + "";"";/ + "";"";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "" +d_fmt "" +t_fmt "" am_pm "";"" t_fmt_ampm "" END LC_TIME + +LC_PAPER +height 297 +width 210 +END LC_PAPER + +LC_TELEPHONE +tel_int_fmt "/ +" +tel_dom_fmt "" +int_prefix "" +END LC_TELEPHONE + +LC_MEASUREMENT +measurement 1 +END LC_MEASUREMENT + +LC_NAME +name_fmt "/ +" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" +END LC_ADDRESS -- cgit v1.2.3