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

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 36 lines · 34 code · 2 blank · 0 comment · 0 complexity · 460a0649840d7cff878825d37c56b8a2 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. SIT
  8. # currency_symbol
  9. SIT
  10. # mon_decimal_point
  11. ,
  12. # mon_thousands_sep
  13. # mon_grouping, separated by ;
  14. 3;3
  15. # positive_sign
  16. # negative_sign
  17. -
  18. # int_frac_digits
  19. 2
  20. # frac_digits
  21. 2
  22. # p_cs_precedes
  23. 0
  24. # p_sep_by_space
  25. 2
  26. # n_cs_precedes
  27. 0
  28. # n_sep_by_space
  29. 2
  30. # p_sign_posn
  31. 2
  32. # n_sign_posn
  33. 2
  34. # EOF