date.de.properties 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. # Licensed to the Apache Software Foundation (ASF) under one
  2. # or more contributor license agreements. See the NOTICE file
  3. # distributed with this work for additional information
  4. # regarding copyright ownership. The ASF licenses this file
  5. # to you under the Apache License, Version 2.0 (the
  6. # "License"); you may not use this file except in compliance
  7. # with the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing,
  12. # software distributed under the License is distributed on an
  13. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  14. # KIND, either express or implied. See the License for the
  15. # specific language governing permissions and limitations
  16. # under the License.
  17. # Day names
  18. weekday-0-long = Sonntag
  19. weekday-1-long = Montag
  20. weekday-2-long = Dienstag
  21. weekday-3-long = Mittwoch
  22. weekday-4-long = Donnerstag
  23. weekday-5-long = Freitag
  24. weekday-6-long = Samstag
  25. weekday-0-short = So
  26. weekday-1-short = Mo
  27. weekday-2-short = Di
  28. weekday-3-short = Mi
  29. weekday-4-short = Do
  30. weekday-5-short = Fr
  31. weekday-6-short = Sa
  32. # Month names
  33. month-0-long = Januar
  34. month-1-long = Februar
  35. month-2-long = März
  36. month-3-long = April
  37. month-4-long = Mai
  38. month-5-long = Juni
  39. month-6-long = Juli
  40. month-7-long = August
  41. month-8-long = September
  42. month-9-long = Oktober
  43. month-10-long = November
  44. month-11-long = Dezember
  45. month-0-genitive = Januar
  46. month-1-genitive = Februar
  47. month-2-genitive = März
  48. month-3-genitive = April
  49. month-4-genitive = Mai
  50. month-5-genitive = Juni
  51. month-6-genitive = Juli
  52. month-7-genitive = August
  53. month-8-genitive = September
  54. month-9-genitive = Oktober
  55. month-10-genitive = November
  56. month-11-genitive = Dezember
  57. month-0-short = Jan
  58. month-1-short = Feb
  59. month-2-short = Mär
  60. month-3-short = Apr
  61. month-4-short = Mai
  62. month-5-short = Jun
  63. month-6-short = Jul
  64. month-7-short = Aug
  65. month-8-short = Sep
  66. month-9-short = Okt
  67. month-10-short = Nov
  68. month-11-short = Dez
  69. # Relative time ("pretty dates"), normal/long variant
  70. minutes-ago-long={[ plural(value) ]}
  71. minutes-ago-long[zero] = gerade eben
  72. minutes-ago-long[one] = vor 1 Minute
  73. minutes-ago-long[two] = vor {{value}} Minuten
  74. minutes-ago-long[few] = vor {{value}} Minuten
  75. minutes-ago-long[many] = vor {{value}} Minuten
  76. minutes-ago-long[other] = vor {{value}} Minuten
  77. hours-ago-long={[ plural(value) ]}
  78. # DE: NOTUSED
  79. hours-ago-long[zero] = gerade eben
  80. hours-ago-long[one] = vor 1 Stunde
  81. hours-ago-long[two] = vor {{value}} Stunden
  82. hours-ago-long[few] = vor {{value}} Stunden
  83. hours-ago-long[many] = vor {{value}} Stunden
  84. hours-ago-long[other] = vor {{value}} Stunden
  85. days-ago-long={[ plural(value) ]}
  86. # DE: NOTUSED
  87. days-ago-long[zero] = heute
  88. days-ago-long[one] = gestern
  89. days-ago-long[two] = vor {{value}} Tagen
  90. days-ago-long[few] = vor {{value}} Tagen
  91. days-ago-long[many] = vor {{value}} Tagen
  92. days-ago-long[other] = vor {{value}} Tagen
  93. weeks-ago-long={[ plural(value) ]}
  94. # DE: NOTUSED
  95. weeks-ago-long[zero] = diese Woche
  96. weeks-ago-long[one] = letzte Woche
  97. # DE: NOTUSED
  98. weeks-ago-long[two] = vor {{value}} Wochen
  99. # DE: NOTUSED
  100. weeks-ago-long[few] = vor {{value}} Wochen
  101. # DE: NOTUSED
  102. weeks-ago-long[many] = vor {{value}} Wochen
  103. # DE: NOTUSED
  104. weeks-ago-long[other] = vor {{value}} Wochen
  105. months-ago-long={[ plural(value) ]}
  106. # DE: NOTUSED
  107. months-ago-long[zero] = diesen Monat
  108. # DE: NOTUSED
  109. months-ago-long[one] = letzten Monat
  110. # DE: NOTUSED
  111. months-ago-long[two] = vor {{value}} Monaten
  112. # DE: NOTUSED
  113. months-ago-long[few] = vor {{value}} Monaten
  114. # DE: NOTUSED
  115. months-ago-long[many] = vor {{value}} Monaten
  116. # DE: NOTUSED
  117. months-ago-long[other] = vor {{value}} Monaten
  118. years-ago-long={[ plural(value) ]}
  119. # DE: NOTUSED
  120. years-ago-long[zero] = dieses Jahr
  121. # DE: NOTUSED
  122. years-ago-long[one] = letztes Jahr
  123. # DE: NOTUSED
  124. years-ago-long[two] = vor {{value}} Jahren
  125. # DE: NOTUSED
  126. years-ago-long[few] = vor {{value}} Jahren
  127. # DE: NOTUSED
  128. years-ago-long[many] = vor {{value}} Jahren
  129. # DE: NOTUSED
  130. years-ago-long[other] = vor {{value}} Jahren
  131. minutes-until-long={[ plural(value) ]}
  132. minutes-until-long[zero] = jetzt
  133. minutes-until-long[one] = in 1 Minute
  134. minutes-until-long[two] = in {{value}} Minuten
  135. minutes-until-long[few] = in {{value}} Minuten
  136. minutes-until-long[many] = in {{value}} Minuten
  137. minutes-until-long[other] = in {{value}} Minuten
  138. hours-until-long={[ plural(value) ]}
  139. # DE: NOTUSED
  140. hours-until-long[zero] = jetzt
  141. hours-until-long[one] = in einer Stunde
  142. hours-until-long[two] = in {{value}} Stunden
  143. hours-until-long[few] = in {{value}} Stunden
  144. hours-until-long[many] = in {{value}} Stunden
  145. hours-until-long[other] = in {{value}} Stunden
  146. days-until-long={[ plural(value) ]}
  147. # DE: NOTUSED
  148. days-until-long[zero] = heute
  149. days-until-long[one] = morgen
  150. days-until-long[two] = in {{value}} Tagen
  151. days-until-long[few] = in {{value}} Tagen
  152. days-until-long[many] = in {{value}} Tagen
  153. days-until-long[other] = in {{value}} Tagen
  154. weeks-until-long={[ plural(value) ]}
  155. # DE: NOTUSED
  156. weeks-until-long[zero] = diese Woche
  157. weeks-until-long[one] = nächste Woche
  158. weeks-until-long[two] = in {{value}} Wochen
  159. weeks-until-long[few] = in {{value}} Wochen
  160. # DE: NOTUSED
  161. weeks-until-long[many] = in {{value}} Wochen
  162. # DE: NOTUSED
  163. weeks-until-long[other] = in {{value}} Wochen
  164. months-until-long={[ plural(value) ]}
  165. # DE: NOTUSED
  166. months-until-long[zero] = diesen Monat
  167. months-until-long[one] = nächsten Monat
  168. months-until-long[two] = in {{value}} Monaten
  169. months-until-long[few] = in {{value}} Monaten
  170. months-until-long[many] = in {{value}} Monaten
  171. months-until-long[other] = in {{value}} Monaten
  172. years-until-long={[ plural(value) ]}
  173. # DE: NOTUSED
  174. years-until-long[zero] = dieses Jahr
  175. years-until-long[one] = nächstes Jahr
  176. years-until-long[two] = in {{value}} Jahren
  177. years-until-long[few] = in {{value}} Jahren
  178. years-until-long[many] = in {{value}} Jahren
  179. years-until-long[other] = in {{value}} Jahren
  180. # Relative time ("pretty dates"), short variant
  181. # LOCALIZATION NOTE: the time unit should be as short as possible,
  182. # and the whole string should not exceed a length of ~10 latin characters.
  183. # LOCALIZATION NOTE: the prime (’) can be used to represent minutes for most
  184. # locales, but we use “m” instead for the English locale to prevent a possible
  185. # confusion (35’ ago ≠ 35 feet ago).
  186. minutes-ago-short={[ plural(value) ]}
  187. minutes-ago-short[zero] = jetzt
  188. # DE: "min" is too long for the last sync interval string of the E-Mail app
  189. minutes-ago-short[other] = vor {{value}} m
  190. hours-ago-short={[ plural(value) ]}
  191. # DE: NOTUSED
  192. hours-ago-short[zero] = jetzt
  193. hours-ago-short[other] = vor {{value}} h
  194. days-ago-short={[ plural(value) ]}
  195. # DE: NOTUSED
  196. days-ago-short[zero] = heute
  197. days-ago-short[other] = vor {{value}} d
  198. minutes-until-short={[ plural(value) ]}
  199. minutes-until-short[zero] = jetzt
  200. minutes-until-short[other] = in {{value}} m
  201. hours-until-short={[ plural(value) ]}
  202. # DE: NOTUSED
  203. hours-until-short[zero] = jetzt
  204. hours-until-short[other] = in {{value}} h
  205. days-until-short={[ plural(value) ]}
  206. # DE: NOTUSED
  207. days-until-short[zero] = heute
  208. days-until-short[other] = in {{value}} d
  209. # Relative time ("pretty dates"), unexpected error
  210. incorrectDate = (ungültiges Datum)
  211. # Date/Time format
  212. # see http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html
  213. dateTimeFormat_%c = %a, %e. %b %Y %H:%M:%S
  214. dateTimeFormat_%x = %d.%m.%Y
  215. dateTimeFormat_%X = %H:%M:%S
  216. shortTimeFormat = %H:%M
  217. shortDateTimeFormat = %x %H:%M
  218. # Boolean to indicate if weekStarts on Monday (1) or Sunday (0).
  219. weekStartsOnMonday = 1
  220. # Localize “AM" and "PM" used in %p format for time
  221. # DE: NOTUSED
  222. time_am = AM
  223. # DE: NOTUSED
  224. time_pm = PM