repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
share
/
timedef
/
ca_ES.UTF-8.src
blob
70f0243baf19611701a8fe79e2064c800bcda175
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
gen
9
feb
10
mar
11
abr
12
mai
13
jun
14
jul
15
ago
16
set
17
oct
18
nov
19
des
20
#
21
# Long month names (as in a date)
22
#
23
gener
24
febrer
25
març
26
abril
27
maig
28
juny
29
juliol
30
agost
31
setembre
32
octubre
33
novembre
34
desembre
35
#
36
# Short weekday names
37
#
38
diu
39
dil
40
dim
41
dmc
42
dij
43
div
44
dis
45
#
46
# Long weekday names
47
#
48
diumenge
49
dilluns
50
dimarts
51
dimecres
52
dijous
53
divendres
54
dissabte
55
#
56
# X_fmt
57
#
58
%H:%M:%S
59
#
60
# x_fmt
61
#
62
%d/%m/%Y
63
#
64
# c_fmt
65
#
66
%a %e %b %X %Y
67
#
68
# am
69
#
70
AM
71
#
72
# pm
73
#
74
PM
75
#
76
# date_fmt
77
#
78
%A, %e de %B de %Y, %X %Z
79
#
80
# Long month names (without case ending)
81
#
82
gener
83
febrer
84
març
85
abril
86
maig
87
juny
88
juliol
89
agost
90
setembre
91
octubre
92
novembre
93
desembre
94
#
95
# md_order
96
#
97
dm
98
#
99
# ampm_fmt
100
#
101
%I:%M:%S %p
102
# EOF