freebsd-dev/share/timedef/ca_ES.UTF-8.src
Andrey A. Chernov 27cb743492 Comments fixing
"month names" -> "months names"
    typo
"Long months names (alternative)" or "in alternative form" ->
"(without case ending)"
"Long months names" -> "Long months names (as in a date)"
    to not confuse developers on what purpose those sections are
2007-12-29 16:28:15 +00:00

103 lines
760 B
Plaintext

# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short months names
#
gen
feb
mar
abr
mai
jun
jul
ago
set
oct
nov
des
#
# Long months names (as in a date)
#
gener
febrer
març
abril
maig
juny
juliol
agost
setembre
octubre
novembre
desembre
#
# Short weekdays names
#
diu
dil
dim
dmc
dij
div
dis
#
# Long weekdays names
#
diumenge
dilluns
dimarts
dimecres
dijous
divendres
dissabte
#
# X_fmt
#
%H:%M:%S
#
# x_fmt
#
%d/%m/%Y
#
# c_fmt
#
%a %e %b %X %Y
#
# am
#
AM
#
# pm
#
PM
#
# date_fmt
#
%A, %e de %B de %Y, %X %Z
#
# Long months names (without case ending)
#
gener
febrer
març
abril
maig
juny
juliol
agost
setembre
octubre
novembre
desembre
#
# md_order
#
dm
#
# ampm_fmt
#
%I:%M:%S %p
# EOF