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

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 106 lines · 106 code · 0 blank · 0 comment · 0 complexity · fecf8c4ceda5e5dcc6495a80d8832a94 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. Jan
  9. Feb
  10. Mär
  11. Apr
  12. Mai
  13. Jun
  14. Jul
  15. Aug
  16. Sep
  17. Okt
  18. Nov
  19. Dez
  20. #
  21. # Long month names (as in a date)
  22. #
  23. Januar
  24. Februar
  25. März
  26. April
  27. Mai
  28. Juni
  29. Juli
  30. August
  31. September
  32. Oktober
  33. November
  34. Dezember
  35. #
  36. # Short weekday names
  37. #
  38. So
  39. Mo
  40. Di
  41. Mi
  42. Do
  43. Fr
  44. Sa
  45. #
  46. # Long weekday names
  47. #
  48. Sonntag
  49. Montag
  50. Dienstag
  51. Mittwoch
  52. Donnerstag
  53. Freitag
  54. Samstag
  55. #
  56. # X_fmt
  57. #
  58. %H:%M:%S
  59. #
  60. # x_fmt
  61. #
  62. # Note about the new DIN5008, ISO8601 and EN28601 format of %Y-%m-%d:
  63. # A quick poll on IRC and the -doc mailinglist (June 2009) showed that
  64. # this format was not used often enough to push this change through.
  65. #
  66. %d.%m.%Y
  67. #
  68. # c_fmt
  69. #
  70. %a %e %b %X %Y
  71. #
  72. # am
  73. #
  74. am
  75. #
  76. # pm
  77. #
  78. pm
  79. #
  80. # date_fmt
  81. #
  82. %a %e %b %Y %X %Z
  83. #
  84. # Long month names (without case ending)
  85. #
  86. Januar
  87. Februar
  88. März
  89. April
  90. Mai
  91. Juni
  92. Juli
  93. August
  94. September
  95. Oktober
  96. November
  97. Dezember
  98. #
  99. # md_order
  100. #
  101. dm
  102. #
  103. # ampm_fmt
  104. #
  105. %I:%M:%S %p
  106. # EOF