/share/timedef/ro_RO.UTF-8.src

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 102 lines · 102 code · 0 blank · 0 comment · 0 complexity · d8a2f56f70d9a5a1d1b2431793f7563a 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. # Short month names
  7. #
  8. Ian
  9. Feb
  10. Mar
  11. Apr
  12. Mai
  13. Iun
  14. Iul
  15. Aug
  16. Sep
  17. Oct
  18. Noi
  19. Dec
  20. #
  21. # Long month names (as in a date)
  22. #
  23. Ianuarie
  24. Februarie
  25. Martie
  26. Aprilie
  27. Mai
  28. Iunie
  29. Iulie
  30. August
  31. Septembrie
  32. Octombrie
  33. Noiembrie
  34. Decembrie
  35. #
  36. # Short weekday names
  37. #
  38. Dum
  39. Lun
  40. Mar
  41. Mie
  42. Joi
  43. Vin
  44. Sâm
  45. #
  46. # Long weekday names
  47. #
  48. Duminică
  49. Luni
  50. Marţi
  51. Miercuri
  52. Joi
  53. Vineri
  54. Sâmbătă
  55. #
  56. # X_fmt
  57. #
  58. %H:%M:%S
  59. #
  60. # x_fmt
  61. #
  62. %d.%m.%Y
  63. #
  64. # c_fmt
  65. #
  66. %a %e %b %Y %X
  67. #
  68. # am
  69. #
  70. am
  71. #
  72. # pm
  73. #
  74. pm
  75. #
  76. # date_fmt
  77. #
  78. %a %e %b %Y %X %Z
  79. #
  80. # Long month names (without case ending)
  81. #
  82. Ianuarie
  83. Februarie
  84. Martie
  85. Aprilie
  86. Mai
  87. Iunie
  88. Iulie
  89. August
  90. Septembrie
  91. Octombrie
  92. Noiembrie
  93. Decembrie
  94. #
  95. # md_order
  96. #
  97. dm
  98. #
  99. # ampm_fmt
  100. #
  101. %I:%M:%S %p
  102. # EOF