/share/monetdef/pl_PL.ISO8859-2.src

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 36 lines · 34 code · 2 blank · 0 comment · 0 complexity · ef76d4ff8d30b12b6b0c6deddd2c5394 MD5 · raw file

  1. # $FreeBSD$
  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. # mon_decimal_point
  10. ,
  11. # mon_thousands_sep
  12. # mon_grouping
  13. 3;3
  14. # positive_sign
  15. # negative_sign
  16. -
  17. # int_frac_digits
  18. 2
  19. # frac_digits
  20. 2
  21. # p_cs_precedes
  22. 1
  23. # p_sep_by_space
  24. 2
  25. # n_cs_precedes
  26. 1
  27. # n_sep_by_space
  28. 2
  29. # p_sign_posn
  30. 4
  31. # n_sign_posn
  32. 4
  33. # EOF