From b1418d8f39dd2b26fd67c3350493431f99514285 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 2 Feb 1999 09:26:53 +0000 Subject: Update. 1999-02-02 Ulrich Drepper * sysdeps/unix/sysv/linux/reboot.c: Make sure first parameter is correctly passed to the kernel even on 64bit platforms. Patch by Bruce Elliott . * localedata/locales/it_CH: New file. Contributed by Giacomo Amabile Catenazzi . --- localedata/locales/it_CH | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 localedata/locales/it_CH (limited to 'localedata') diff --git a/localedata/locales/it_CH b/localedata/locales/it_CH new file mode 100644 index 0000000000..e5b0983e17 --- /dev/null +++ b/localedata/locales/it_CH @@ -0,0 +1,74 @@ +comment_char % +escape_char / +repertoiremap mnemonic.ds +% +% Italian Language Locale for Switzerland +% Language: it +% Territory: CH +% Revision: ........ +% Date: 1999-01-21 +% Users: general +% Repertoiremap: mnemonic.ds +% Charset: ISO-8859-1 +% Distribution and use is free, also +% for commercial purposes. + +LC_CTYPE +copy "en_DK" +END LC_CTYPE + +LC_COLLATE +copy "en_DK" +END LC_COLLATE + +LC_MESSAGES +yesexpr "<'/>><<(><)/>><.><*>" +noexpr "<'/>><<(><)/>><.><*>" +END LC_MESSAGES + +LC_MONETARY +copy "de_CH" +END LC_MONETARY + +LC_NUMERIC +decimal_point "<,>" +thousands_sep "" +grouping 3;3 +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