/share/timedef/es_ES.ISO8859-1.src

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 102 lines · 102 code · 0 blank · 0 comment · 0 complexity · 897e38efbfea4eed67c3b909b410c1ce 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. ene
  9. feb
  10. mar
  11. abr
  12. may
  13. jun
  14. jul
  15. ago
  16. sep
  17. oct
  18. nov
  19. dic
  20. #
  21. # Long month names (as in a date)
  22. #
  23. enero
  24. febrero
  25. marzo
  26. abril
  27. mayo
  28. junio
  29. julio
  30. agosto
  31. septiembre
  32. octubre
  33. noviembre
  34. diciembre
  35. #
  36. # Short weekday names
  37. #
  38. dom
  39. lun
  40. mar
  41. mié
  42. jue
  43. vie
  44. sáb
  45. #
  46. # Long weekday names
  47. #
  48. domingo
  49. lunes
  50. martes
  51. miércoles
  52. jueves
  53. viernes
  54. sábado
  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 %X %Y
  67. #
  68. # am
  69. #
  70. AM
  71. #
  72. # pm
  73. #
  74. PM
  75. #
  76. # date_fmt
  77. #
  78. %A, %e de %B de %Y, %X %Z
  79. #
  80. # Long month names (without case ending)
  81. #
  82. enero
  83. febrero
  84. marzo
  85. abril
  86. mayo
  87. junio
  88. julio
  89. agosto
  90. septiembre
  91. octubre
  92. noviembre
  93. diciembre
  94. #
  95. # md_order
  96. #
  97. dm
  98. #
  99. # ampm_fmt
  100. #
  101. %I:%M:%S %p
  102. # EOF