ae1920a444
with only modifications to the comments. Additional Makefile work is still needed to generate the links for locales with shared category files.
110 lines
2.0 KiB
Plaintext
110 lines
2.0 KiB
Plaintext
# $NetBSD: cs_CZ.UTF-8.src,v 1.1 2008/05/17 04:05:51 ginsbach Exp $
|
|
#
|
|
# Czech Language Monetary Locale for Czech Republic
|
|
#
|
|
# WARNING: Empty lines and/or blank spaces may be essential.
|
|
#
|
|
# From: $FreeBSD: src/share/monetdef/cs_CZ.UTF-8.src,v 1.1 2004/03/27 08:14:14 tjr Exp $
|
|
#
|
|
# International Currency Symbol (int_curr_symbol)
|
|
# NOTE: Last character is always SPACE
|
|
#
|
|
CZK
|
|
#
|
|
# Currency Symbol (currency_symbol)
|
|
#
|
|
Kč
|
|
#
|
|
# Monetary Decimal Point (mon_decimal_point)
|
|
#
|
|
,
|
|
#
|
|
# Monetary Thousands Separator (mon_thousands_sep)
|
|
#
|
|
|
|
#
|
|
# Monetary Grouping Sequence (mon_grouping)
|
|
# A sequence of integers separated by semi-colons ';'.
|
|
#
|
|
3;3
|
|
#
|
|
# Positive Sign (positive_sign)
|
|
#
|
|
|
|
#
|
|
# Negative Sign (negative_sign)
|
|
#
|
|
-
|
|
#
|
|
# International Fractional Digits (int_frac_digits)
|
|
#
|
|
2
|
|
#
|
|
# Fractional Digits (frac_digits)
|
|
#
|
|
2
|
|
#
|
|
# Currency Symbol Precedes Positive Value (p_cs_preceds)
|
|
# Must be either 1 or 0.
|
|
#
|
|
0
|
|
#
|
|
# Separation of Currency Symbol, Sign, and Positive Value
|
|
# by a Space (p_sep_by_space)
|
|
# Must be 0, 1, or 2
|
|
#
|
|
1
|
|
#
|
|
# Currency Symbol Precedes Negative Value (n_cs_preceds)
|
|
# Must be either 1 or 0.
|
|
#
|
|
0
|
|
#
|
|
# Separation of Currency Symbol, Sign, and Negative Value (n_sep_by_space)
|
|
# Must be 0, 1, or 2
|
|
#
|
|
1
|
|
#
|
|
# Positive Sign Position (p_sign_posn)
|
|
# Must be 0, 1, 2, 3, or 4
|
|
#
|
|
1
|
|
#
|
|
# Negative Sign Position (n_sign_posn)
|
|
# Must be 0, 1, 2, 3, or 4
|
|
#
|
|
1
|
|
#
|
|
# International Currency Symbol Precedes Positive Value (int_p_cs_preceds)
|
|
# Must be either 1 or 0.
|
|
#
|
|
0
|
|
#
|
|
# Separation of International Currency Symbol, Sign, and
|
|
# Positive Value (int_p_sep_by_space)
|
|
# Must be 0, 1, or 2
|
|
#
|
|
1
|
|
#
|
|
# International Currency Symbol Precedes Negative Value (int_n_cs_preceds)
|
|
# Must be either 1 or 0.
|
|
#
|
|
0
|
|
#
|
|
# Separation of International Currency Symbol, Sign, and
|
|
# Negative Value (int_n_sep_by_space)
|
|
# Must be 0, 1, or 2
|
|
#
|
|
1
|
|
#
|
|
# International Positive Sign Position (int_p_sign_posn)
|
|
# Must be 0, 1, 2, 3, or 4
|
|
#
|
|
1
|
|
#
|
|
# International Negative Sign Position (int_n_sign_posn)
|
|
# Must be 0, 1, 2, 3, or 4
|
|
#
|
|
1
|
|
# EOF
|