glibc/localedata/locales/ms_MY

222 lines
6.9 KiB
Plaintext
Raw Normal View History

2001-02-07 14:33:14 +01:00
comment_char %
escape_char /
% Malay language locale for Malaysia.
% Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
% Tetsuji Orita <orita@jp.ibm.com>.
% Modified by Hasbullah Bin Pit (sebol)<sebol@ikhlas.com> 2001, December, 10
2001-02-07 14:33:14 +01:00
LC_IDENTIFICATION
title "Malay language locale for Malaysia"
source "IBM Globalization Center of Competency, Yamato Software Laboratory"
address "1623-14, Shimotsuruma, Yamato-shi, Kanagawa-ken, 242-8502, Japan"
contact ""
email "bug-glibc-locales@gnu.org, sebol@ikhlas.com"
2001-02-07 14:33:14 +01:00
tel ""
fax ""
language "Malay"
territory "Malaysia"
revision "0.92b"
date "2001, December, 10"
2001-02-07 14:33:14 +01:00
%
category "ms_MY:2000";LC_IDENTIFICATION
category "ms_MY:2000";LC_CTYPE
category "ms_MY:2000";LC_COLLATE
category "ms_MY:2000";LC_TIME
category "ms_MY:2000";LC_NUMERIC
category "ms_MY:2000";LC_MONETARY
category "ms_MY:2000";LC_MESSAGES
category "ms_MY:2000";LC_PAPER
category "ms_MY:2000";LC_NAME
category "ms_MY:2000";LC_ADDRESS
category "ms_MY:2000";LC_TELEPHONE
END LC_IDENTIFICATION
LC_CTYPE
copy "i18n"
translit_start
include "translit_combining";""
translit_end
2001-02-07 14:33:14 +01:00
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
% generated by IBM Basic CountryPack Transformer.
% These are generated based on XML base Locale defintion file
2001-02-07 14:33:14 +01:00
% for IBM Class for Unicode.
%
int_curr_symbol "<U004D><U0059><U0052><U0020>"
currency_symbol "<U0052><U004D>"
2001-02-07 14:33:14 +01:00
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
mon_grouping 3
positive_sign ""
negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
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 0
%
END LC_MONETARY
LC_NUMERIC
% This is the POSIX Locale definition for the LC_NUMERIC category
% generated by IBM Basic CountryPack Transformer.
% These are generated based on XML base Locale defintion file
2001-02-07 14:33:14 +01:00
% for IBM Class for Unicode.
%
decimal_point "<U002E>"
thousands_sep "<U002C>"
grouping 3
%
END LC_NUMERIC
LC_TIME
% This is the POSIX Locale definition for the LC_TIME category
% generated by IBM Basic CountryPack Transformer.
2010-04-09 07:54:15 +02:00
% These are generated based on XML base Locale definition file
2001-02-07 14:33:14 +01:00
% for IBM Class for Unicode.
%
% Abbreviated weekday names (%a)
abday "<U0041><U0068><U0064>";"<U0049><U0073><U006E>";/
"<U0053><U0065><U006C>";"<U0052><U0061><U0062>";/
2001-02-07 14:33:14 +01:00
"<U004B><U0068><U0061>";"<U004A><U0075><U006D>";/
"<U0053><U0061><U0062>"
%
% Full weekday names (%A)
day "<U0041><U0068><U0061><U0064>";"<U0049><U0073><U006E><U0069><U006E>";/
Update. 2002-03-23 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/brk.c (__curbrk): Declare. * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk. * sysdeps/generic/dl-sbrk.c: Likewise. * sysdeps/unix/arm/dl-brk.S: New file. * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file. * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file. * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file. * sysdeps/unix/bsd/vax/dl-brk.S: New file. * sysdeps/unix/i386/dl-brk.S: New file. * sysdeps/unix/mips/dl-brk.S: New file. * sysdeps/unix/sparc/dl-brk.S: New file. * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file. * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file. * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file. * sysdeps/unix/sysv/linux/i386/dl-brk.c: Remove. * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Remove. 2002-04-03 Andreas Schwab <schwab@suse.de> * Makefile (headers): Add gnu/lib-names.h here instead of install-others. ($(inst_includedir)/gnu/lib-names.h): Remove explicit installation rule. (install-headers): Add dependency on install-headers-nosubdir. * stdio-common/Makefile (headers): Add bits/stdio_lim.h here instead of install-others. ($(inst_includedir)/bits/stdio_lim.h): Remove explicit installation rule. 2002-04-05 Ulrich Drepper <drepper@redhat.com> * manual/users.tex (Enable/Disable Setuid): Fix typo in example. Reported by Sam Roberts <sroberts@uniserve.com>. 2002-04-03 Jakub Jelinek <jakub@redhat.com> * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if l_addr == 0 and ELF_MACHINE_REL_RELATIVE. * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define. * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define. 2002-04-03 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info. (RTLD_START): Ditto. (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW dependency violation.
2002-04-06 03:45:15 +02:00
"<U0053><U0065><U006C><U0061><U0073><U0061>";"<U0052><U0061><U0062><U0075>";/
2001-02-07 14:33:14 +01:00
"<U004B><U0068><U0061><U006D><U0069><U0073>";"<U004A><U0075><U006D><U0061><U0061><U0074>";/
"<U0053><U0061><U0062><U0074><U0075>"
%
% Abbreviated month names (%b)
abmon "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";/
"<U004D><U0061><U0063>";"<U0041><U0070><U0072>";/
"<U004D><U0065><U0069>";"<U004A><U0075><U006E>";/
"<U004A><U0075><U006C>";"<U004F><U0067><U006F><U0073>";/
"<U0053><U0065><U0070>";"<U004F><U006B><U0074>";/
"<U004E><U006F><U0076>";"<U0044><U0069><U0073>"
%
% Full month names (%B)
mon "<U004A><U0061><U006E><U0075><U0061><U0072><U0069>";"<U0046><U0065><U0062><U0072><U0075><U0061><U0072><U0069>";/
"<U004D><U0061><U0063>";"<U0041><U0070><U0072><U0069><U006C>";/
"<U004D><U0065><U0069>";"<U004A><U0075><U006E>";/
"<U004A><U0075><U006C><U0061><U0069>";"<U004F><U0067><U006F><U0073>";/
"<U0053><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";"<U004F><U006B><U0074><U006F><U0062><U0065><U0072>";/
"<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";"<U0044><U0069><U0073><U0065><U006D><U0062><U0065><U0072>"
%
% Equivalent of AM PM
2001-02-07 14:33:14 +01:00
am_pm "";""
%
% Appropriate date and time representation
2001-02-07 14:33:14 +01:00
% %A %d %b %Y %I:%M:%S %Z
d_t_fmt "<U0025><U0041><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070><U0020><U0025><U005A>"
%
% Appropriate date representation
2001-02-07 14:33:14 +01:00
% %A %d %b %Y
d_fmt "<U0025><U0041><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059>"
%
% Appropriate time representation
2001-02-07 14:33:14 +01:00
% %I:%M:%S %Z
t_fmt "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0020><U0025><U005A>"
%
% Appropriate 12 h time representation (%r)
2001-02-07 14:33:14 +01:00
t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070><U0020><U0025><U005A>"
%
END LC_TIME
LC_MESSAGES
% This is the POSIX Locale definition for the LC_MESSAGES category
% generated by IBM Basic CountryPack Transformer.
2010-04-09 07:54:15 +02:00
% These are generated based on XML base Locale definition file
2001-02-07 14:33:14 +01:00
% for IBM Class for Unicode.
%
% ^[yY]
yesexpr "<U005E><U005B><U0079><U0059><U005D>"
% Syntax on Unicode Regular Expression Guidelines TR#18
2001-02-07 14:33:14 +01:00
% yesexpr "<U005E><U005B><U0079><U0059><U005D>"
%
% ^[nN] --> ^[tT]
noexpr "<U005E><U005B><U0074><U0054><U005D>"
2001-02-07 14:33:14 +01:00
% Syntax on Unicode Regular Expression Guidelines TR#18
2001-02-07 14:33:14 +01:00
% noexpr "<U005E><U005B><U006E><U004E><U005D>"
%
% Yes Ya
yesstr "<U0059><U0061>"
2001-02-07 14:33:14 +01:00
%
% No Tidak
nostr "<U0054><U0069><U0064><U0061><U006B>"
2001-02-07 14:33:14 +01:00
%
END LC_MESSAGES
LC_PAPER
% This is the ISO_IEC TR14652 Locale definition for the LC_PAPER category
% generated by IBM Basic CountryPack Transformer.
height 297
width 210
END LC_PAPER
LC_NAME
% Edited By Hand by Hasbullah Pit <sebol@ikhlas.com>
% name_mr = Encik, name_mrs = Puan , name_miss = Cik name_ms= Cik/Puan
2001-02-07 14:33:14 +01:00
name_fmt "<U0025><U0070><U0025><U0074><U0025><U0066><U0025><U0074><U0025><U0067>"
name_gen ""
name_mr "<U0045><U0065><U0063><U0069><U006B>"
name_mrs "<U0050><U0075><U0061><U006E>"
name_miss "<U0063><U0069><U006B>"
name_ms "<U0063><U0069><U006B><U002F><U0050><U0075><U0061><U006E>"
2001-02-07 14:33:14 +01:00
END LC_NAME
LC_ADDRESS
% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category
% generated by IBM Basic CountryPack Transformer.
postal_fmt "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073><U0025><U0062><U0025><U0065><U0025><U0072>"
country_ab2 "<U004D><U0059>"
country_ab3 "<U004D><U0059><U0053>"
country_num 458
2001-02-07 14:33:14 +01:00
END LC_ADDRESS
LC_TELEPHONE
% This is the ISO_IEC TR14652 Locale definition for the LC_TELEPHONE
% generated by IBM Basic CountryPack Transformer.
tel_int_fmt "<U002B><U0025><U0063><U0020><U003B><U0025><U0061><U0020><U003B><U0025><U006C>"
int_prefix "<U0036><U0030>"
2001-02-07 14:33:14 +01:00
END LC_TELEPHONE
LC_MEASUREMENT
% This is the ISO_IEC TR14652 Locale definition for the LC_MEASUREMENT
% category generated by IBM Basic CountryPack Transformer.
measurement 1
END LC_MEASUREMENT