glibc/localedata/locales/nn_NO

191 lines
5.7 KiB
Plaintext
Raw Normal View History

comment_char %
escape_char /
% Nynorsk language locale for Norway.
% Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
% Tetsuji Orita <orita@jp.ibm.com>.
LC_IDENTIFICATION
title "Nynorsk language locale for Norway"
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 "Norwegian, Nynorsk"
territory "Norway"
revision "1.0"
date "2000-08-31"
%
category "nn_NO:2000";LC_IDENTIFICATION
category "nn_NO:2000";LC_CTYPE
category "nn_NO:2000";LC_COLLATE
category "nn_NO:2000";LC_TIME
category "nn_NO:2000";LC_NUMERIC
category "nn_NO:2000";LC_MONETARY
category "nn_NO:2000";LC_MESSAGES
category "nn_NO:2000";LC_PAPER
category "nn_NO:2000";LC_NAME
category "nn_NO:2000";LC_ADDRESS
category "nn_NO: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 "<U004E><U004F><U004B><U0020>"
currency_symbol "<U006B><U0072>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U00A0>"
mon_grouping 3
positive_sign ""
negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 1
p_sep_by_space 1
n_cs_precedes 1
n_sep_by_space 0
p_sign_posn 1
n_sign_posn 3
%
END LC_MONETARY
LC_NUMERIC
% This is the POSIX Locale definition for the LC_NUMERIC category.
%
decimal_point "<U002C>"
thousands_sep "<U00A0>"
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 "<U0073><U0075><U0020>";"<U006D><U00E5><U0020>";/
"<U0074><U0079><U0020>";"<U006F><U006E><U0020>";/
"<U0074><U006F><U0020>";"<U0066><U0072><U0020>";/
"<U006C><U0061><U0075><U0020>"
%
% Full weekday names (%A)
day "<U0073><U0075><U006E><U0064><U0061><U0067><U0020>";/
"<U006D><U00E5><U006E><U0064><U0061><U0067><U0020>";/
"<U0074><U0079><U0073><U0064><U0061><U0067><U0020>";/
"<U006F><U006E><U0073><U0064><U0061><U0067><U0020>";/
"<U0074><U006F><U0072><U0073><U0064><U0061><U0067><U0020>";/
"<U0066><U0072><U0065><U0064><U0061><U0067><U0020>";/
"<U006C><U0061><U0075><U0072><U0064><U0061><U0067><U0020>"
%
% Abbreviated month names (%b)
abmon "<U006A><U0061><U006E>";"<U0066><U0065><U0062>";/
"<U006D><U0061><U0072>";"<U0061><U0070><U0072>";/
"<U006D><U0061><U0069>";"<U006A><U0075><U006E>";/
"<U006A><U0075><U006C>";"<U0061><U0075><U0067>";/
"<U0073><U0065><U0070>";"<U006F><U006B><U0074>";/
"<U006E><U006F><U0076>";"<U0064><U0065><U0073>"
%
% Full month names (%B)
mon "<U006A><U0061><U006E><U0075><U0061><U0072>";/
"<U0066><U0065><U0062><U0072><U0075><U0061><U0072>";/
"<U006D><U0061><U0072><U0073>";/
"<U0061><U0070><U0072><U0069><U006C>";/
"<U006D><U0061><U0069>";/
"<U006A><U0075><U006E><U0069>";/
"<U006A><U0075><U006C><U0069>";/
"<U0061><U0075><U0067><U0075><U0073><U0074>";/
"<U0073><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";/
"<U006F><U006B><U0074><U006F><U0062><U0065><U0072>";/
"<U006E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
"<U0064><U0065><U0073><U0065><U006D><U0062><U0065><U0072>"
%
% Equivalent of AM PM
am_pm "";""
%
% Appropriate date and time representation
% %d. %b %Ykl %H.%M %Z
d_t_fmt "<U0025><U0064><U002E><U0020><U0025><U0062><U0020><U0025>/
<U0059><U0020><U006B><U006C><U0020><U0025><U0048><U002E><U0025><U004D>/
<U0020><U0025><U005A>"
%
% Appropriate date representation
% %d. %b %Y
d_fmt "<U0025><U0064><U002E><U0020><U0025><U0062><U0020><U0025><U0059>"
%
% Appropriate time representation
% kl %H.%M %Z
t_fmt "<U006B><U006C><U0020><U0025><U0048><U002E><U0025><U004D>/
<U0020><U0025><U005A>"
%
% Appropriate 12 h time representation (%r)
t_fmt_ampm ""
%
Update. * locale/C-monetary.c: Set mon_decimal to empty string. Add missing entry _NL_MONETARY_CRNCYSTR. * stdio-common/printf_fp.c: If MON_DECIAL_POINT is not provided use DECIMAL_POINT information. * locale/C-numeric.c: Set mon_grouping entry to empty string. * locale/C-time.c: Add date_fmt entries. Remove two wrong entries. Correct value for number of entries. * locale/localeconv.c: Normalize result passed back in .grouping. Fix assignment to .int_* entries. * locale/Makefile (tests): Add tst-C-locale. * locale/tst-C-locale.c: New file. * locale/setlocale.c: Use LOCALEDIR and not LOCALE_PATH to locate locale files. * locale/newlocale.c: Likewise. 2000-10-26 GOTO Masanori <gotom@debian.or.jp> * locale/langinfo.h: Define _DATE_FMT and _NL_W_DATE_FMT. * locale/categories.def: New support for date_fmt. * locale/programs/ld-time.c: Likewise. * locale/programs/locfile-kw.gperf: Likewise. * locale/programs/locfile-kw.h: Likewise. * locale/programs/locfile-token.h: Likewise. 2000-10-26 Jakub Jelinek <jakub@redhat.com> * sysdeps/ieee754/ldbl-128/e_hypotl.c: New. * math/libm-test.inc (cabs_test, cexp_test, csqrt_test, hypot_test): Increase precision of constants. * sysdeps/alpha/fpu/libm-test-ulps: Update. * sysdeps/arm/libm-test-ulps: Update. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/ia64/fpu/libm-test-ulps: Update. * sysdeps/m68k/fpu/libm-test-ulps: Update. * sysdeps/mips/fpu/libm-test-ulps: Update. * sysdeps/powerpc/fpu/libm-test-ulps: Update. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update. * sysdeps/sh/sh4/fpu/libm-test-ulps: Update. * sysdeps/s390/fpu/libm-test-ulps: Update. 2000-10-26 Ulrich Drepper <drepper@redhat.com>
2000-10-27 01:41:17 +02:00
% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y"
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"
END LC_TIME
LC_MESSAGES
yesexpr "<U005E><U005B><U004A><U006A><U0059><U0079><U005D><U002E><U002A>"
noexpr "<U005E><U005B><U004E><U006E><U005D><U002E><U002A>"
END LC_MESSAGES
LC_PAPER
height 297
width 210
END LC_PAPER
LC_NAME
name_fmt "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
<U0025><U006D><U0025><U0074><U0025><U0066>"
END LC_NAME
LC_ADDRESS
postal_fmt "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
<U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
<U004E><U0025><U0025><U007A><U0020><U0025><U0054><U0025>/
<U004E><U0025><U0063><U0025><U004E>"
END LC_ADDRESS
LC_TELEPHONE
tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U006C>"
tel_dom_fmt "<U0025><U006C>"
int_select "<U0030><U0030>"
int_prefix "<U0034><U0037>"
END LC_TELEPHONE
LC_MEASUREMENT
% This is the ISO_IEC TR14652 Locale definition for the
%
measurement 1
END LC_MEASUREMENT