repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Improve the logic for autosizing partitions.
[dragonfly.git]
/
share
/
monetdef
/
pl_PL.UTF-8.src
blob
9a9d8d1d0cb3c16b9e4a1b273a7d7026c9607f1a
1
# $DragonFly: src/share/monetdef/pl_PL.UTF-8.src,v 1.1 2004/09/27 20:02:21 asmodai Exp $
2
#
3
# WARNING: spaces may be essential at the end of lines
4
# WARNING: empty lines are essential too
5
#
6
# int_curr_symbol (last character always SPACE)
7
PLN
8
# currency_symbol
9
zł
10
# mon_decimal_point
11
,
12
# mon_thousands_sep
13
14
# mon_grouping
15
3;3
16
# positive_sign
17
18
# negative_sign
19
-
20
# int_frac_digits
21
2
22
# frac_digits
23
2
24
# p_cs_precedes
25
1
26
# p_sep_by_space
27
2
28
# n_cs_precedes
29
1
30
# n_sep_by_space
31
2
32
# p_sign_posn
33
4
34
# n_sign_posn
35
4
36
# EOF