/share/timedef/ca_ES.ISO8859-1.src
https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 102 lines · 102 code · 0 blank · 0 comment · 0 complexity · 4dc57de7d5a20fe1943f478001a51cf7 MD5 · raw file
- # $FreeBSD$
- #
- # WARNING: spaces may be essential at the end of lines
- # WARNING: empty lines are essential too
- #
- # Short month names
- #
- gen
- feb
- mar
- abr
- mai
- jun
- jul
- ago
- set
- oct
- nov
- des
- #
- # Long month names (as in a date)
- #
- gener
- febrer
- març
- abril
- maig
- juny
- juliol
- agost
- setembre
- octubre
- novembre
- desembre
- #
- # Short weekday names
- #
- diu
- dil
- dim
- dmc
- dij
- div
- dis
- #
- # Long weekday 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 month 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