From 8859f5762357a6d441b4eecd86bc48e8a7c43796 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 22 Aug 2000 09:10:20 +0000 Subject: Update. 2000-08-22 Jakub Jelinek * sysdeps/unix/sysv/linux/alpha/syscalls.list (sysctl): Remove. * sysdeps/unix/sysv/linux/ia64/syscalls.list (sysctl): Remove. (__syscall__sysctl): Add. --- localedata/ChangeLog | 3 + localedata/SUPPORTED | 1 + localedata/locales/sq_AL | 201 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 205 insertions(+) create mode 100644 localedata/locales/sq_AL (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index bd6ea1293e..4584ce7365 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2000-08-22 Ulrich Drepper + * locales/sq_AL: New file. + * SUPPORTED: Add sq_AL.ISO-8859-1. + * locales/vi_VN: New file. * SUPPORTED: Add vi_VN.UTF-8. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index f6e6ef93a7..66c86963b5 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -92,6 +92,7 @@ ru_RU.KOI8-R KOI8-R ru_UA KOI8-U sk_SK ISO-8859-2 sl_SI ISO-8859-2 +sq_AL ISO-8859-1 sr_YU ISO-8859-2 sv_FI ISO-8859-1 sv_FI@euro ISO-8859-15 diff --git a/localedata/locales/sq_AL b/localedata/locales/sq_AL new file mode 100644 index 0000000000..b859e41183 --- /dev/null +++ b/localedata/locales/sq_AL @@ -0,0 +1,201 @@ +comment_char % +escape_char / +% Albanian language locale for Albania. +% Contributed by Kentaroh Noji and +% Tetsuji Orita . + +LC_IDENTIFICATION +title "Albanian language locale for Albania" +source "IBM Globalization Center of Competency, Yamato Software Laboratory" +address "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan" +contact "" +email "bug-glibc@gnu.org" +tel "" +fax "" +language "Albanian" +territory "Albania" +revision "1.0" +date "2000-07-21" +% +category "sq_AL:2000";LC_IDENTIFICATION +category "sq_AL:2000";LC_CTYPE +category "sq_AL:2000";LC_COLLATE +category "sq_AL:2000";LC_TIME +category "sq_AL:2000";LC_NUMERIC +category "sq_AL:2000";LC_MONETARY +category "sq_AL:2000";LC_MESSAGES +category "sq_AL:2000";LC_PAPER +category "sq_AL:2000";LC_NAME +category "sq_AL:2000";LC_ADDRESS +category "sq_AL: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_MONETARY +% This is the POSIX Locale definition the LC_MONETARY category. +% These are generated based on XML base Locale difintion file +% for IBM Class for Unicode/Java +% +int_curr_symbol "" +currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" +mon_grouping 3 +positive_sign "" +negative_sign "" +int_frac_digits 3 +frac_digits 3 +p_cs_precedes 1 +p_sep_by_space 0 +n_cs_precedes 1 +n_sep_by_space 0 +p_sign_posn 1 +n_sign_posn 1 +% +END LC_MONETARY + + +LC_NUMERIC +% This is the POSIX Locale definition for the LC_NUMERIC category. +% +decimal_point "" +thousands_sep "" +grouping 3 +% +END LC_NUMERIC + + +LC_TIME +% This is the POSIX Locale definition for the LC_TIME category. +% These are generated based on XML base Locale difintion file +% for IBM Class for Unicode/Java +% +% Abbreviated weekday names (%a) +abday "";"";/ + "";"";/ + "";"";/ + "" +% +% Full weekday names (%A) +day "";/ + "";/ + "";/ + "/ +";/ + "";/ + "";/ + "" +% +% Abbreviated month names (%b) +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +% +% Full month names (%B) +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% +% Equivalent of AM PM +am_pm "";"" +% +% Appropriate date and time representation +% %Y-%b-%d%I.%M.%S. %Z +d_t_fmt "/ +/ +" +% +% Appropriate date representation +% %Y-%b-%d +d_fmt "" +% +% Appropriate time representation +% %I.%M.%S. %Z +t_fmt "/ +" +% +% Appropriate 12 h time representation (%r) +t_fmt_ampm "/ +" +% +END LC_TIME + + +LC_MESSAGES +yesexpr "" +noexpr "" +END LC_MESSAGES + + +LC_PAPER +% This is the ISO_IEC TR14652 Locale definition for the +% LC_PAPER category +height 297 +width 210 + +END LC_PAPER + + +LC_NAME +% This is the ISO_IEC TR14652 Locale definition for the +% LC_NAME category. +% +name_fmt "/ +" +name_gen "" +name_mr "" +name_mrs "" +name_miss "" +name_ms "" + +END LC_NAME + + +LC_ADDRESS +% This is the ISO_IEC TR14652 Locale definition for the +% LC_ADDRESS +postal_fmt "/ +" + +END LC_ADDRESS + + +LC_TELEPHONE +% This is the ISO_IEC TR14652 Locale definition for the +% +tel_int_fmt "/ +" +int_prefix "" + +END LC_TELEPHONE + + +LC_MEASUREMENT +% This is the ISO_IEC TR14652 Locale definition for the +% +measurement 1 + +END LC_MEASUREMENT -- cgit 1.4.1