date.it.properties 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. weekday-0-long = domenica
  18. weekday-1-long = lunedì
  19. weekday-2-long = martedì
  20. weekday-3-long = mercoledì
  21. weekday-4-long = giovedì
  22. weekday-5-long = venerdì
  23. weekday-6-long = sabato
  24. weekday-0-short = dom
  25. weekday-1-short = lun
  26. weekday-2-short = mar
  27. weekday-3-short = mer
  28. weekday-4-short = gio
  29. weekday-5-short = ven
  30. weekday-6-short = sab
  31. month-0-long = gennaio
  32. month-1-long = febbraio
  33. month-2-long = marzo
  34. month-3-long = aprile
  35. month-4-long = maggio
  36. month-5-long = giugno
  37. month-6-long = luglio
  38. month-7-long = agosto
  39. month-8-long = settembre
  40. month-9-long = ottobre
  41. month-10-long = novembre
  42. month-11-long = dicembre
  43. month-0-genitive = gennaio
  44. month-1-genitive = febbraio
  45. month-2-genitive = marzo
  46. month-3-genitive = aprile
  47. month-4-genitive = maggio
  48. month-5-genitive = giugno
  49. month-6-genitive = luglio
  50. month-7-genitive = agosto
  51. month-8-genitive = settembre
  52. month-9-genitive = ottobre
  53. month-10-genitive = novembre
  54. month-11-genitive = dicembre
  55. month-0-short = gen
  56. month-1-short = feb
  57. month-2-short = mar
  58. month-3-short = apr
  59. month-4-short = mag
  60. month-5-short = giu
  61. month-6-short = lug
  62. month-7-short = ago
  63. month-8-short = set
  64. month-9-short = ott
  65. month-10-short = nov
  66. month-11-short = dic
  67. minutes-ago-long = {[ plural(value) ]}
  68. minutes-ago-long[zero] = adesso
  69. minutes-ago-long[one] = un minuto fa
  70. minutes-ago-long[two] = {{value}} minuti fa
  71. minutes-ago-long[few] = {{value}} minuti fa
  72. minutes-ago-long[many] = {{value}} minuti fa
  73. minutes-ago-long[other] = {{value}} minuti fa
  74. hours-ago-long = {[ plural(value) ]}
  75. hours-ago-long[zero] = adesso
  76. hours-ago-long[one] = un’ora fa
  77. hours-ago-long[two] = {{value}} ore fa
  78. hours-ago-long[few] = {{value}} ore fa
  79. hours-ago-long[many] = {{value}} ore fa
  80. hours-ago-long[other] = {{value}} ore fa
  81. days-ago-long = {[ plural(value) ]}
  82. days-ago-long[zero] = oggi
  83. days-ago-long[one] = ieri
  84. days-ago-long[two] = {{value}} giorni fa
  85. days-ago-long[few] = {{value}} giorni fa
  86. days-ago-long[many] = {{value}} giorni fa
  87. days-ago-long[other] = {{value}} giorni fa
  88. weeks-ago-long = {[ plural(value) ]}
  89. weeks-ago-long[zero] = questa settimana
  90. weeks-ago-long[one] = settimana scorsa
  91. weeks-ago-long[two] = {{value}} settimane fa
  92. weeks-ago-long[few] = {{value}} settimane fa
  93. weeks-ago-long[many] = {{value}} settimane fa
  94. weeks-ago-long[other] = {{value}} settimane fa
  95. months-ago-long = {[ plural(value) ]}
  96. months-ago-long[zero] = questo mese
  97. months-ago-long[one] = mese scorso
  98. months-ago-long[two] = {{value}} mesi fa
  99. months-ago-long[few] = {{value}} mesi fa
  100. months-ago-long[many] = {{value}} mesi fa
  101. months-ago-long[other] = {{value}} mesi fa
  102. years-ago-long = {[ plural(value) ]}
  103. years-ago-long[zero] = quest’anno
  104. years-ago-long[one] = anno scorso
  105. years-ago-long[two] = {{value}} anni fa
  106. years-ago-long[few] = {{value}} anni fa
  107. years-ago-long[many] = {{value}} anni fa
  108. years-ago-long[other] = {{value}} anni fa
  109. minutes-until-long = {[ plural(value) ]}
  110. minutes-until-long[zero] = adesso
  111. minutes-until-long[one] = tra un minuto
  112. minutes-until-long[two] = tra {{value}} minuti
  113. minutes-until-long[few] = tra {{value}} minuti
  114. minutes-until-long[many] = tra {{value}} minuti
  115. minutes-until-long[other] = tra {{value}} minuti
  116. hours-until-long = {[ plural(value) ]}
  117. hours-until-long[zero] = adesso
  118. hours-until-long[one] = tra un’ora
  119. hours-until-long[two] = tra {{value}} ore
  120. hours-until-long[few] = tra {{value}} ore
  121. hours-until-long[many] = tra {{value}} ore
  122. hours-until-long[other] = tra {{value}} ore
  123. days-until-long = {[ plural(value) ]}
  124. days-until-long[zero] = oggi
  125. days-until-long[one] = domani
  126. days-until-long[two] = tra {{value}} giorni
  127. days-until-long[few] = tra {{value}} giorni
  128. days-until-long[many] = tra {{value}} giorni
  129. days-until-long[other] = tra {{value}} giorni
  130. weeks-until-long = {[ plural(value) ]}
  131. weeks-until-long[zero] = questa settimana
  132. weeks-until-long[one] = prossima settimana
  133. weeks-until-long[two] = tra {{value}} settimane
  134. weeks-until-long[few] = tra {{value}} settimane
  135. weeks-until-long[many] = tra {{value}} settimane
  136. weeks-until-long[other] = tra {{value}} settimane
  137. months-until-long = {[ plural(value) ]}
  138. months-until-long[zero] = questo mese
  139. months-until-long[one] = prossimo mese
  140. months-until-long[two] = in {{value}} mesi
  141. months-until-long[few] = tra {{value}} mesi
  142. months-until-long[many] = tra {{value}} mesi
  143. months-until-long[other] = in {{value}} mesi
  144. years-until-long = {[ plural(value) ]}
  145. years-until-long[zero] = quest’anno
  146. years-until-long[one] = prossimo anno
  147. years-until-long[two] = tra {{value}} anni
  148. years-until-long[few] = tra {{value}} anni
  149. years-until-long[many] = tra {{value}} anni
  150. years-until-long[other] = tra {{value}} anni
  151. minutes-ago-short = {[ plural(value) ]}
  152. minutes-ago-short[zero] = adesso
  153. minutes-ago-short[other] = {{value}}m fa
  154. hours-ago-short = {[ plural(value) ]}
  155. hours-ago-short[zero] = adesso
  156. hours-ago-short[other] = {{value}}h fa
  157. days-ago-short = {[ plural(value) ]}
  158. days-ago-short[zero] = oggi
  159. days-ago-short[other] = {{value}}g fa
  160. minutes-until-short = {[ plural(value) ]}
  161. minutes-until-short[zero] = adesso
  162. minutes-until-short[other] = tra {{value}}m
  163. hours-until-short = {[ plural(value) ]}
  164. hours-until-short[zero] = adesso
  165. hours-until-short[other] = tra {{value}}h
  166. days-until-short = {[ plural(value) ]}
  167. days-until-short[zero] = oggi
  168. days-until-short[other] = tra {{value}}d
  169. incorrectDate = (data errata)
  170. dateTimeFormat_%c = %a %e %b %Y %H:%M:%S
  171. dateTimeFormat_%x = %d/%m/%Y
  172. dateTimeFormat_%X = %H:%M:%S
  173. shortTimeFormat = %H:%M
  174. shortDateTimeFormat = %x %H:%M
  175. weekStartsOnMonday = 1
  176. time_am = AM
  177. time_pm = PM