d7a708a41b
Submitted by Peter Olsson. Thanks! Changed weekdays -> weekday, as suggested by Steve Price. PR: 5409 can be closed if someone sends in LC_TIME files for Belgium, Finland and the Netherlands. ~
78 lines
593 B
Plaintext
78 lines
593 B
Plaintext
# $Id$
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# Short month names
|
|
#
|
|
Jan
|
|
Feb
|
|
Mar
|
|
Apr
|
|
Maj
|
|
Jun
|
|
Jul
|
|
Aug
|
|
Sep
|
|
Okt
|
|
Nov
|
|
Dec
|
|
#
|
|
# Long month names
|
|
#
|
|
Januari
|
|
Februari
|
|
Mars
|
|
April
|
|
Maj
|
|
Juni
|
|
Juli
|
|
Augusti
|
|
September
|
|
Oktober
|
|
November
|
|
December
|
|
#
|
|
# Short weekday names
|
|
# (padded with a space to conform with other languages)
|
|
Sön
|
|
Mån
|
|
Tis
|
|
Ons
|
|
Tor
|
|
Fre
|
|
Lör
|
|
#
|
|
# Long weekday names
|
|
#
|
|
Söndag
|
|
Måndag
|
|
Tisdag
|
|
Onsdag
|
|
Torsdag
|
|
Fredag
|
|
Lördag
|
|
#
|
|
# 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
|