/share/monetdef/ru_RU.CP1251.src

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 36 lines · 34 code · 2 blank · 0 comment · 0 complexity · 8d5fbf9af0cea6af41508e88312420aa 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. RUB
  8. # currency_symbol
  9. руб.
  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. 1
  26. # n_cs_precedes
  27. 0
  28. # n_sep_by_space
  29. 1
  30. # p_sign_posn
  31. 1
  32. # n_sign_posn
  33. 1
  34. # EOF