79386ec7db
1) Back out "month names" -> "months names" and fix few such cases which are wrong initially 2) "weekdays names" -> "weekday names" Noted by: des [1]
103 lines
760 B
Plaintext
103 lines
760 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# Short month names
|
|
#
|
|
Sij
|
|
Vel
|
|
O¾u
|
|
Tra
|
|
Svi
|
|
Lip
|
|
Srp
|
|
Kol
|
|
Ruj
|
|
Lis
|
|
Stu
|
|
Pro
|
|
#
|
|
# Long month names (as in a date)
|
|
#
|
|
Sijeèanj
|
|
Veljaèa
|
|
O¾ujak
|
|
Travanj
|
|
Svibanj
|
|
Lipanj
|
|
Srpanj
|
|
Kolovoz
|
|
Rujan
|
|
Listopad
|
|
Studeni
|
|
Prosinac
|
|
#
|
|
# Short weekday names
|
|
#
|
|
Ne
|
|
Po
|
|
Ut
|
|
Sr
|
|
Èe
|
|
Pe
|
|
Su
|
|
#
|
|
# Long weekday names
|
|
#
|
|
Nedjelja
|
|
Ponedjeljak
|
|
Utorak
|
|
Srijeda
|
|
Èetvrtak
|
|
Petak
|
|
Subota
|
|
#
|
|
# 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 %b %Y %X %Z
|
|
#
|
|
# Long month names (without case ending)
|
|
#
|
|
Sijeèanj
|
|
Veljaèa
|
|
O¾ujak
|
|
Travanj
|
|
Svibanj
|
|
Lipanj
|
|
Srpanj
|
|
Kolovoz
|
|
Rujan
|
|
Listopad
|
|
Studeni
|
|
Prosinac
|
|
#
|
|
# md_order
|
|
#
|
|
dm
|
|
#
|
|
# ampm_fmt
|
|
#
|
|
%I:%M:%S %p
|
|
# EOF
|