xref: /netbsd-src/share/locale/monetary/pl_PL.UTF-8.src (revision d1c1419eb8d5151c89b24794befae9bd5bf13f2a)
1*d1c1419eSjoerg# $NetBSD: pl_PL.UTF-8.src,v 1.3 2013/08/11 22:09:41 joerg Exp $
2*d1c1419eSjoerg#
3*d1c1419eSjoerg# Locale: pl_PL
4*d1c1419eSjoerg# Character set: UTF-8
5*d1c1419eSjoerg#
6*d1c1419eSjoerg# Copyright 1991-2011 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in
7*d1c1419eSjoerg# http://www.unicode.org/copyright.html.
8*d1c1419eSjoerg#
9*d1c1419eSjoerg# Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode
10*d1c1419eSjoerg# data files and any associated documentation (the "Data Files") or Unicode software and any
11*d1c1419eSjoerg# associated documentation (the "Software") to deal in the Data Files or Software without
12*d1c1419eSjoerg# restriction, including without limitation the rights to use, copy, modify, merge, publish,
13*d1c1419eSjoerg# distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14*d1c1419eSjoerg# the Data Files or Software are furnished to do so, provided that (a) the above copyright
15*d1c1419eSjoerg# notice(s) and this permission notice appear with all copies of the Data Files or Software,
16*d1c1419eSjoerg# (b) both the above copyright notice(s) and this permission notice appear in associated
17*d1c1419eSjoerg# documentation, and (c) there is clear notice in each modified Data File or in the Software as
18*d1c1419eSjoerg# well as in the documentation associated with the Data File(s) or Software that the data or
19*d1c1419eSjoerg# software has been modified.
20*d1c1419eSjoerg#
21*d1c1419eSjoerg# THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22*d1c1419eSjoerg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
23*d1c1419eSjoerg# PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
24*d1c1419eSjoerg# HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
25*d1c1419eSjoerg# CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
26*d1c1419eSjoerg# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
27*d1c1419eSjoerg# CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
28*d1c1419eSjoerg#
29*d1c1419eSjoerg# International Currency Symbol (int_curr_symbol)
30*d1c1419eSjoerg#     NOTE: Last character is always SPACE
31*d1c1419eSjoerg#
32*d1c1419eSjoergPLN
33*d1c1419eSjoerg#
34*d1c1419eSjoerg# Currency Symbol (currency_symbol)
35*d1c1419eSjoerg#
36*d1c1419eSjoerg37*d1c1419eSjoerg#
38*d1c1419eSjoerg# Monetary Decimal Point (mon_decimal_point)
39*d1c1419eSjoerg#
40*d1c1419eSjoerg,
41*d1c1419eSjoerg#
42*d1c1419eSjoerg# Monetary Thousands Separator (mon_thousands_sep)
43*d1c1419eSjoerg#
44*d1c1419eSjoerg 
45*d1c1419eSjoerg#
46*d1c1419eSjoerg# Monetary Grouping Sequence (mon_grouping)
47*d1c1419eSjoerg#    A sequence of integers separated by semi-colons ';'.
48*d1c1419eSjoerg#
49*d1c1419eSjoerg3
50*d1c1419eSjoerg#
51*d1c1419eSjoerg# Positive Sign (positive_sign)
52*d1c1419eSjoerg#
53*d1c1419eSjoerg
54*d1c1419eSjoerg#
55*d1c1419eSjoerg# Negative Sign (negative_sign)
56*d1c1419eSjoerg#
57*d1c1419eSjoerg-
58*d1c1419eSjoerg#
59*d1c1419eSjoerg# International Fractional Digits (int_frac_digits)
60*d1c1419eSjoerg#
61*d1c1419eSjoerg2
62*d1c1419eSjoerg#
63*d1c1419eSjoerg# Fractional Digits (frac_digits)
64*d1c1419eSjoerg#
65*d1c1419eSjoerg2
66*d1c1419eSjoerg#
67*d1c1419eSjoerg# Currency Symbol Precedes Positive Value (p_cs_precedes)
68*d1c1419eSjoerg#    Must be either 1 or 0.
69*d1c1419eSjoerg#
70*d1c1419eSjoerg0
71*d1c1419eSjoerg#
72*d1c1419eSjoerg# Separation of Currency Symbol, Sign, and Positive Value by a Space
73*d1c1419eSjoerg# (p_sep_by_space)
74*d1c1419eSjoerg#    Must be 0, 1, or 2
75*d1c1419eSjoerg#
76*d1c1419eSjoerg1
77*d1c1419eSjoerg#
78*d1c1419eSjoerg# Currency Symbol Precedes Negative Value (n_cs_precedes)
79*d1c1419eSjoerg#    Must be either 1 or 0.
80*d1c1419eSjoerg#
81*d1c1419eSjoerg0
82*d1c1419eSjoerg#
83*d1c1419eSjoerg# Separation of Currency Symbol, Sign, and Negative Value (n_sep_by_space)
84*d1c1419eSjoerg#    Must be 0, 1, or 2
85*d1c1419eSjoerg#
86*d1c1419eSjoerg1
87*d1c1419eSjoerg#
88*d1c1419eSjoerg# Positive Sign Position (p_sign_posn)
89*d1c1419eSjoerg#    Must be 0, 1, 2, 3, or 4
90*d1c1419eSjoerg#
91*d1c1419eSjoerg1
92*d1c1419eSjoerg#
93*d1c1419eSjoerg# Negative Sign Position (n_sign_posn)
94*d1c1419eSjoerg#    Must be 0, 1, 2, 3, or 4
95*d1c1419eSjoerg#
96*d1c1419eSjoerg1
97*d1c1419eSjoerg#
98*d1c1419eSjoerg# International Currency Symbol Precedes Positive Value
99*d1c1419eSjoerg# (int_p_cs_precedes)
100*d1c1419eSjoerg#    Must be either 1 or 0.
101*d1c1419eSjoerg#
102*d1c1419eSjoerg0
103*d1c1419eSjoerg#
104*d1c1419eSjoerg# Separation of International Currency Symbol, Sign, and Positive Value
105*d1c1419eSjoerg# (int_p_sep_by_space)
106*d1c1419eSjoerg#    Must be 0, 1, or 2
107*d1c1419eSjoerg#
108*d1c1419eSjoerg1
109*d1c1419eSjoerg#
110*d1c1419eSjoerg# International Currency Symbol Precedes Negative Value (int_n_cs_precedes)
111*d1c1419eSjoerg#    Must be either 1 or 0.
112*d1c1419eSjoerg#
113*d1c1419eSjoerg0
114*d1c1419eSjoerg#
115*d1c1419eSjoerg# Separation of International Currency Symbol, Sign, and Negative Value
116*d1c1419eSjoerg# (int_n_sep_by_space)
117*d1c1419eSjoerg#    Must be 0, 1, or 2
118*d1c1419eSjoerg#
119*d1c1419eSjoerg1
120*d1c1419eSjoerg#
121*d1c1419eSjoerg# International Positive Sign Position (int_p_sign_posn)
122*d1c1419eSjoerg#    Must be 0, 1, 2, 3, or 4
123*d1c1419eSjoerg#
124*d1c1419eSjoerg1
125*d1c1419eSjoerg#
126*d1c1419eSjoerg# International Negative Sign Position (int_n_sign_posn)
127*d1c1419eSjoerg#    Must be 0, 1, 2, 3, or 4
128*d1c1419eSjoerg#
129*d1c1419eSjoerg1
130*d1c1419eSjoerg# EOF
131*d1c1419eSjoerg
132