blob: 6dcaf435dbdba3a7ad8c6b26ecf9b0931c0f847f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
month.1.Mmm=Gen
month.2.Mmm=Feb
month.3.Mmm=Mar
month.4.Mmm=Apr
month.5.Mmm=Mag
month.6.Mmm=Giu
month.7.Mmm=Lug
month.8.Mmm=Ago
month.9.Mmm=Set
month.10.Mmm=Ott
month.11.Mmm=Nov
month.12.Mmm=Dic
month.1.name=Gennaio
month.2.name=Febbraio
month.3.name=Marzo
month.4.name=Aprile
month.5.name=Maggio
month.6.name=Giugno
month.7.name=Luglio
month.8.name=Agosto
month.9.name=Settembre
month.10.name=Ottobre
month.11.name=Novembre
month.12.name=Dicembre
day.1.name=Domenica
day.2.name=Lunedì
day.3.name=Martedì
day.4.name=Mercoledì
day.5.name=Giovedì
day.6.name=Venerdì
day.7.name=Sabato
day.1.Mmm=Dom
day.2.Mmm=Lun
day.3.Mmm=Mar
day.4.Mmm=Mer
day.5.Mmm=Gio
day.6.Mmm=Ven
day.7.Mmm=Sab
day.1.short=Do
day.2.short=Lu
day.3.short=Ma
day.4.short=Me
day.5.short=Gi
day.6.short=Ve
day.7.short=Sa
noon=Mezzogiorno
midnight=Mezzanotte
AllDay=Tutto il giorno
# LOCALIZATION NOTE (finduri-MonthYear):
# %1$S is the month name, %2$S is the year (4 digits format).
finduri-MonthYear=%1$S %2$S
|