blob: 780bd6f32f939941f3c5a4ed52c3e7aeac008943 (
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=jan
month.2.Mmm=fev
month.3.Mmm=mar
month.4.Mmm=abr
month.5.Mmm=maio
month.6.Mmm=jun
month.7.Mmm=jul
month.8.Mmm=ago
month.9.Mmm=set
month.10.Mmm=out
month.11.Mmm=nov
month.12.Mmm=dez
month.1.name=janeiro
month.2.name=fevereiro
month.3.name=março
month.4.name=abril
month.5.name=maio
month.6.name=junho
month.7.name=julho
month.8.name=agosto
month.9.name=setembro
month.10.name=outubro
month.11.name=novembro
month.12.name=dezembro
day.1.name=domingo
day.2.name=segunda-feira
day.3.name=terça-feira
day.4.name=quarta-feira
day.5.name=quinta-feira
day.6.name=sexta-feira
day.7.name=sábado
day.1.Mmm=dom
day.2.Mmm=seg
day.3.Mmm=ter
day.4.Mmm=qua
day.5.Mmm=qui
day.6.Mmm=sex
day.7.Mmm=sáb
day.1.short=do
day.2.short=se
day.3.short=te
day.4.short=qu
day.5.short=qu
day.6.short=se
day.7.short=sá
noon=Meio dia
midnight=Meia noite
AllDay=Todo o dia
# LOCALIZATION NOTE (finduri-MonthYear):
# %1$S is the month name, %2$S is the year (4 digits format).
finduri-MonthYear=%2$S %1$S
|