Move sources one directory up
This commit is contained in:
parent
0b757633b3
commit
8354533396
@ -1,5 +1,120 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR = data
|
||||
NOMAN=YES
|
||||
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
LOCALES= da_DK.ISO_8859-1 \
|
||||
de_AT.ISO_8859-1 \
|
||||
de_DE.ISO_8859-1 \
|
||||
en_GB.ISO_8859-1 \
|
||||
en_US.ISO_8859-1 \
|
||||
es_ES.ISO_8859-1 \
|
||||
fi_FI.ISO_8859-1 \
|
||||
fr_FR.ISO_8859-1 \
|
||||
hr_HR.ISO_8859-2 \
|
||||
hu_HU.ISO_8859-2 \
|
||||
is_IS.ISO_8859-1 \
|
||||
ja_JP.EUC \
|
||||
ja_JP.SJIS \
|
||||
it_IT.ISO_8859-1 \
|
||||
ko_KR.EUC \
|
||||
lt_LN.ISO_8859-1 \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
pl_PL.ISO_8859-2 \
|
||||
pt_PT.ISO_8859-1 \
|
||||
ru_SU.CP866 \
|
||||
ru_SU.ISO_8859-5 \
|
||||
ru_SU.KOI8-R \
|
||||
sl_SI.ISO_8859-2 \
|
||||
sv_SE.ISO_8859-1 \
|
||||
zh_CN.EUC \
|
||||
zh_TW.Big5
|
||||
|
||||
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||
|
||||
8859_15_LINKS = da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \
|
||||
it_IT lt_LN nl_NL no_NO pt_PT sv_SE
|
||||
DE_LINKS = de_CH
|
||||
FR_LINKS = fr_BE fr_CA fr_CH
|
||||
IT_LINKS = it_CH
|
||||
LN_LINKS = lt_LN.ASCII lt_LN.ISO_8859-2
|
||||
NL_LINKS = nl_BE
|
||||
US_LINKS = en_CA
|
||||
GB_LINKS = en_AU
|
||||
JP_LINKS = ja_JP.Shift_JIS
|
||||
|
||||
.SUFFIXES: .src .out
|
||||
|
||||
.src.out:
|
||||
grep -v '^#' < ${.IMPSRC} > ${.TARGET}
|
||||
|
||||
all: ${LOCALES:S/$/.out/g}
|
||||
|
||||
afterinstall:
|
||||
for l in ${LOCALES}; do \
|
||||
${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \
|
||||
${LOCALEDIR}/$$l/LC_TIME; \
|
||||
done
|
||||
for l in ${8859_15_LINKS}; do \
|
||||
ln -fs ../$$l.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${DE_LINKS}; do \
|
||||
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${DE_LINKS}; do \
|
||||
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${IT_LINKS}; do \
|
||||
ln -fs ../it_IT.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${IT_LINKS}; do \
|
||||
ln -fs ../it_IT.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${FR_LINKS}; do \
|
||||
ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${FR_LINKS}; do \
|
||||
ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${LN_LINKS}; do \
|
||||
ln -fs ../lt_LN.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l/LC_TIME; \
|
||||
done
|
||||
for l in ${NL_LINKS}; do \
|
||||
ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${NL_LINKS}; do \
|
||||
ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${US_LINKS}; do \
|
||||
ln -fs ../en_US.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${US_LINKS}; do \
|
||||
ln -fs ../en_US.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${GB_LINKS}; do \
|
||||
ln -fs ../en_GB.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${GB_LINKS}; do \
|
||||
ln -fs ../en_GB.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${JP_LINKS}; do \
|
||||
ln -fs ../ja_JP.SJIS/LC_TIME \
|
||||
${LOCALEDIR}/$$l/LC_TIME; \
|
||||
done
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,120 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
NOMAN=YES
|
||||
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
|
||||
LOCALES= da_DK.ISO_8859-1 \
|
||||
de_AT.ISO_8859-1 \
|
||||
de_DE.ISO_8859-1 \
|
||||
en_GB.ISO_8859-1 \
|
||||
en_US.ISO_8859-1 \
|
||||
es_ES.ISO_8859-1 \
|
||||
fi_FI.ISO_8859-1 \
|
||||
fr_FR.ISO_8859-1 \
|
||||
hr_HR.ISO_8859-2 \
|
||||
hu_HU.ISO_8859-2 \
|
||||
is_IS.ISO_8859-1 \
|
||||
ja_JP.EUC \
|
||||
ja_JP.SJIS \
|
||||
it_IT.ISO_8859-1 \
|
||||
ko_KR.EUC \
|
||||
lt_LN.ISO_8859-1 \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
pl_PL.ISO_8859-2 \
|
||||
pt_PT.ISO_8859-1 \
|
||||
ru_SU.CP866 \
|
||||
ru_SU.ISO_8859-5 \
|
||||
ru_SU.KOI8-R \
|
||||
sl_SI.ISO_8859-2 \
|
||||
sv_SE.ISO_8859-1 \
|
||||
zh_CN.EUC \
|
||||
zh_TW.Big5
|
||||
|
||||
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||
|
||||
8859_15_LINKS = da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \
|
||||
it_IT lt_LN nl_NL no_NO pt_PT sv_SE
|
||||
DE_LINKS = de_CH
|
||||
FR_LINKS = fr_BE fr_CA fr_CH
|
||||
IT_LINKS = it_CH
|
||||
LN_LINKS = lt_LN.ASCII lt_LN.ISO_8859-2
|
||||
NL_LINKS = nl_BE
|
||||
US_LINKS = en_CA
|
||||
GB_LINKS = en_AU
|
||||
JP_LINKS = ja_JP.Shift_JIS
|
||||
|
||||
.SUFFIXES: .src .out
|
||||
|
||||
.src.out:
|
||||
grep -v '^#' < ${.IMPSRC} > ${.TARGET}
|
||||
|
||||
all: ${LOCALES:S/$/.out/g}
|
||||
|
||||
afterinstall:
|
||||
for l in ${LOCALES}; do \
|
||||
${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \
|
||||
${LOCALEDIR}/$$l/LC_TIME; \
|
||||
done
|
||||
for l in ${8859_15_LINKS}; do \
|
||||
ln -fs ../$$l.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${DE_LINKS}; do \
|
||||
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${DE_LINKS}; do \
|
||||
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${IT_LINKS}; do \
|
||||
ln -fs ../it_IT.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${IT_LINKS}; do \
|
||||
ln -fs ../it_IT.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${FR_LINKS}; do \
|
||||
ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${FR_LINKS}; do \
|
||||
ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${LN_LINKS}; do \
|
||||
ln -fs ../lt_LN.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l/LC_TIME; \
|
||||
done
|
||||
for l in ${NL_LINKS}; do \
|
||||
ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${NL_LINKS}; do \
|
||||
ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${US_LINKS}; do \
|
||||
ln -fs ../en_US.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${US_LINKS}; do \
|
||||
ln -fs ../en_US.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${GB_LINKS}; do \
|
||||
ln -fs ../en_GB.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||
done
|
||||
for l in ${GB_LINKS}; do \
|
||||
ln -fs ../en_GB.ISO_8859-1/LC_TIME \
|
||||
${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
|
||||
done
|
||||
for l in ${JP_LINKS}; do \
|
||||
ln -fs ../ja_JP.SJIS/LC_TIME \
|
||||
${LOCALEDIR}/$$l/LC_TIME; \
|
||||
done
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
Jan
|
||||
Feb
|
||||
Mar
|
||||
Apr
|
||||
Maj
|
||||
Jun
|
||||
Jul
|
||||
Aug
|
||||
Sep
|
||||
Okt
|
||||
Nov
|
||||
Dec
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
Januar
|
||||
Februar
|
||||
Marts
|
||||
April
|
||||
Maj
|
||||
Juni
|
||||
Juli
|
||||
August
|
||||
September
|
||||
Oktober
|
||||
November
|
||||
December
|
||||
#
|
||||
# Short weekdays names
|
||||
# (padded with a space to conform with other languages)
|
||||
Søn
|
||||
Man
|
||||
Tir
|
||||
Ons
|
||||
Tor
|
||||
Fre
|
||||
Lør
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
Søndag
|
||||
Mandag
|
||||
Tirsdag
|
||||
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
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
Jan
|
||||
Feb
|
||||
Mär
|
||||
Apr
|
||||
Mai
|
||||
Jun
|
||||
Jul
|
||||
Aug
|
||||
Sep
|
||||
Okt
|
||||
Nov
|
||||
Dez
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
Jänner
|
||||
Februar
|
||||
März
|
||||
April
|
||||
Mai
|
||||
Juni
|
||||
Juli
|
||||
August
|
||||
September
|
||||
Oktober
|
||||
November
|
||||
Dezember
|
||||
#
|
||||
# Short weekdays names
|
||||
# (padded with a space to conform with other languages)
|
||||
So
|
||||
Mo
|
||||
Di
|
||||
Mi
|
||||
Do
|
||||
Fr
|
||||
Sa
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
Sonntag
|
||||
Montag
|
||||
Dienstag
|
||||
Mittwoch
|
||||
Donnerstag
|
||||
Freitag
|
||||
Samstag
|
||||
#
|
||||
# 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
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
Jan
|
||||
Feb
|
||||
Mär
|
||||
Apr
|
||||
Mai
|
||||
Jun
|
||||
Jul
|
||||
Aug
|
||||
Sep
|
||||
Okt
|
||||
Nov
|
||||
Dez
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
Januar
|
||||
Februar
|
||||
März
|
||||
April
|
||||
Mai
|
||||
Juni
|
||||
Juli
|
||||
August
|
||||
September
|
||||
Oktober
|
||||
November
|
||||
Dezember
|
||||
#
|
||||
# Short weekdays names
|
||||
# (padded with a space to conform with other languages)
|
||||
So
|
||||
Mo
|
||||
Di
|
||||
Mi
|
||||
Do
|
||||
Fr
|
||||
Sa
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
Sonntag
|
||||
Montag
|
||||
Dienstag
|
||||
Mittwoch
|
||||
Donnerstag
|
||||
Freitag
|
||||
Samstag
|
||||
#
|
||||
# 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
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
Jan
|
||||
Feb
|
||||
Mar
|
||||
Apr
|
||||
May
|
||||
Jun
|
||||
Jul
|
||||
Aug
|
||||
Sep
|
||||
Oct
|
||||
Nov
|
||||
Dec
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
January
|
||||
February
|
||||
March
|
||||
April
|
||||
May
|
||||
June
|
||||
July
|
||||
August
|
||||
September
|
||||
October
|
||||
November
|
||||
December
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
Sun
|
||||
Mon
|
||||
Tue
|
||||
Wed
|
||||
Thu
|
||||
Fri
|
||||
Sat
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
Sunday
|
||||
Monday
|
||||
Tuesday
|
||||
Wednesday
|
||||
Thursday
|
||||
Friday
|
||||
Saturday
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d/%m/%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %b %e %X %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
am
|
||||
#
|
||||
# pm
|
||||
#
|
||||
pm
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %Y %X %Z
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
Jan
|
||||
Feb
|
||||
Mar
|
||||
Apr
|
||||
May
|
||||
Jun
|
||||
Jul
|
||||
Aug
|
||||
Sep
|
||||
Oct
|
||||
Nov
|
||||
Dec
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
January
|
||||
February
|
||||
March
|
||||
April
|
||||
May
|
||||
June
|
||||
July
|
||||
August
|
||||
September
|
||||
October
|
||||
November
|
||||
December
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
Sun
|
||||
Mon
|
||||
Tue
|
||||
Wed
|
||||
Thu
|
||||
Fri
|
||||
Sat
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
Sunday
|
||||
Monday
|
||||
Tuesday
|
||||
Wednesday
|
||||
Thursday
|
||||
Friday
|
||||
Saturday
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%m/%d/%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %b %e %X %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
AM
|
||||
#
|
||||
# pm
|
||||
#
|
||||
PM
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %X %Z %Y
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
ene
|
||||
feb
|
||||
mar
|
||||
abr
|
||||
may
|
||||
jun
|
||||
jul
|
||||
ago
|
||||
sep
|
||||
oct
|
||||
nov
|
||||
dic
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
enero
|
||||
febrero
|
||||
marzo
|
||||
abril
|
||||
mayo
|
||||
junio
|
||||
julio
|
||||
agosto
|
||||
septiembre
|
||||
octubre
|
||||
noviembre
|
||||
diciembre
|
||||
#
|
||||
# Short weekdays names
|
||||
#
|
||||
dom
|
||||
lun
|
||||
mar
|
||||
mié
|
||||
jue
|
||||
vie
|
||||
sáb
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
domingo
|
||||
lunes
|
||||
martes
|
||||
miércoles
|
||||
jueves
|
||||
viernes
|
||||
sábado
|
||||
#
|
||||
# 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
|
@ -1,77 +0,0 @@
|
||||
# $FreeBSD$
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
Tam
|
||||
Hel
|
||||
Maa
|
||||
Huh
|
||||
Tou
|
||||
Kes
|
||||
Hei
|
||||
Elo
|
||||
Syy
|
||||
Lok
|
||||
Mar
|
||||
Jou
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
Tammikuu
|
||||
Helmikuu
|
||||
Maaliskuu
|
||||
Huhtikuu
|
||||
Toukokuu
|
||||
Kesäkuu
|
||||
Heinäkuu
|
||||
Elokuu
|
||||
Syyskuu
|
||||
Lokakuu
|
||||
Marraskuu
|
||||
Joulukuu
|
||||
#
|
||||
# Short weekday names
|
||||
# (padded with a space to conform with other languages)
|
||||
Su
|
||||
Ma
|
||||
Ti
|
||||
Ke
|
||||
To
|
||||
Pe
|
||||
La
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
Sunnuntai
|
||||
Maanantai
|
||||
Tiistai
|
||||
Keskiviikko
|
||||
Torstai
|
||||
Perjantai
|
||||
Lauantai
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d.%m.%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %b %e %X %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
am
|
||||
#
|
||||
# pm
|
||||
#
|
||||
pm
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %Y %X %Z
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
jan
|
||||
fév
|
||||
mar
|
||||
avr
|
||||
mai
|
||||
jui
|
||||
jul
|
||||
aoû
|
||||
sep
|
||||
oct
|
||||
nov
|
||||
déc
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
janvier
|
||||
février
|
||||
mars
|
||||
avril
|
||||
mai
|
||||
juin
|
||||
juillet
|
||||
août
|
||||
septembre
|
||||
octobre
|
||||
novembre
|
||||
décembre
|
||||
#
|
||||
# Short weekdays names
|
||||
#
|
||||
Dim
|
||||
Lun
|
||||
Mar
|
||||
Mer
|
||||
Jeu
|
||||
Ven
|
||||
Sam
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
Dimanche
|
||||
Lundi
|
||||
Mardi
|
||||
Mercredi
|
||||
Jeudi
|
||||
Vendredi
|
||||
Samedi
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d.%m.%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %e %b %X %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
||||
#
|
||||
# pm
|
||||
#
|
||||
pm
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %Y %X %Z
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
Sij
|
||||
Vel
|
||||
O¾u
|
||||
Tra
|
||||
Svi
|
||||
Lip
|
||||
Srp
|
||||
Kol
|
||||
Ruj
|
||||
Lis
|
||||
Stu
|
||||
Pro
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
Sijeèanj
|
||||
Veljaèa
|
||||
O¾ujak
|
||||
Travanj
|
||||
Svibanj
|
||||
Lipanj
|
||||
Srpanj
|
||||
Kolovoz
|
||||
Rujan
|
||||
Listopad
|
||||
Studeni
|
||||
Prosinac
|
||||
#
|
||||
# Short weekdays names
|
||||
# (padded with a space to conform with other languages)
|
||||
Ne
|
||||
Po
|
||||
Ut
|
||||
Sr
|
||||
Èe
|
||||
Pe
|
||||
Su
|
||||
#
|
||||
# Long weekdays 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
|
@ -1,77 +0,0 @@
|
||||
# This is a Hungarian LC_TIME file for ISO 8859-2 code-table
|
||||
# Made by Gabor Zahemszky <zgabor@CoDe.hu>
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
Jan
|
||||
Feb
|
||||
Már
|
||||
Ápr
|
||||
Máj
|
||||
Jún
|
||||
Júl
|
||||
Aug
|
||||
Sze
|
||||
Okt
|
||||
Nov
|
||||
Dec
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
Január
|
||||
Február
|
||||
Március
|
||||
Április
|
||||
Május
|
||||
Június
|
||||
Július
|
||||
Augusztus
|
||||
Szeptember
|
||||
Október
|
||||
November
|
||||
December
|
||||
#
|
||||
# Short weekday names
|
||||
# (padded with spaces to comform with other languages)
|
||||
#
|
||||
Vas
|
||||
Hét
|
||||
Ked
|
||||
Sze
|
||||
Csü
|
||||
Pén
|
||||
Szo
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
Vasárnap
|
||||
Hétfõ
|
||||
Kedd
|
||||
Szerda
|
||||
Csütörtök
|
||||
Péntek
|
||||
Szombat
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%Y/%m/%d
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %b %e %X %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
de
|
||||
#
|
||||
# pm
|
||||
#
|
||||
du
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y %b %e %a %X %Z
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
jan
|
||||
feb
|
||||
mar
|
||||
apr
|
||||
maí
|
||||
jún
|
||||
júl
|
||||
ágú
|
||||
sep
|
||||
okt
|
||||
nóv
|
||||
des
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
janúar
|
||||
febrúar
|
||||
mars
|
||||
apríl
|
||||
maí
|
||||
júní
|
||||
júlí
|
||||
ágúst
|
||||
september
|
||||
október
|
||||
nóvember
|
||||
desember
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
sun
|
||||
mán
|
||||
þri
|
||||
mið
|
||||
fim
|
||||
fös
|
||||
lau
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
sunnudagur
|
||||
mánudagur
|
||||
þriðjudagur
|
||||
miðvikudagur
|
||||
fimmtudagur
|
||||
föstudagur
|
||||
laugardagur
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d.%m.%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %b %e %X %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
fh
|
||||
#
|
||||
# pm
|
||||
#
|
||||
eh
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %Y %X %Z
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
Gen
|
||||
Feb
|
||||
Mar
|
||||
Apr
|
||||
Mag
|
||||
Giu
|
||||
Lug
|
||||
Ago
|
||||
Set
|
||||
Ott
|
||||
Nov
|
||||
Dic
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
Gennaio
|
||||
Febbraio
|
||||
Marzo
|
||||
Aprile
|
||||
Maggio
|
||||
Giugno
|
||||
Luglio
|
||||
Agosto
|
||||
Settembre
|
||||
Ottobre
|
||||
Novembre
|
||||
Dicembre
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
Dom
|
||||
Lun
|
||||
Mar
|
||||
Mer
|
||||
Gio
|
||||
Ven
|
||||
Sab
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
Domenica
|
||||
Lunedi
|
||||
Martedi
|
||||
Mercoledi
|
||||
Giovedi
|
||||
Venerdi
|
||||
Sabato
|
||||
#
|
||||
# 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
|
@ -1,86 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
# it must be 3 char
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
1月
|
||||
2月
|
||||
3月
|
||||
4月
|
||||
5月
|
||||
6月
|
||||
7月
|
||||
8月
|
||||
9月
|
||||
10月
|
||||
11月
|
||||
12月
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
# it must be 3 char also
|
||||
# two char is our weekday name, and be careful one space is in the last
|
||||
日
|
||||
月
|
||||
火
|
||||
水
|
||||
木
|
||||
金
|
||||
土
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
日曜日
|
||||
月曜日
|
||||
火曜日
|
||||
水曜日
|
||||
木曜日
|
||||
金曜日
|
||||
土曜日
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H時%M分%S秒
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%y/%m/%d
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
# just following tradition...
|
||||
# %a %b %e %H:%M:%S %Y
|
||||
%a %b/%e %T %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
# it must be 2 char
|
||||
#午前
|
||||
AM
|
||||
#
|
||||
# pm
|
||||
#
|
||||
# it must be 2 char
|
||||
#午後
|
||||
PM
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y年 %B%e日 %A %X %Z
|
@ -1,86 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
# it must be 3 char
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
1月
|
||||
2月
|
||||
3月
|
||||
4月
|
||||
5月
|
||||
6月
|
||||
7月
|
||||
8月
|
||||
9月
|
||||
10月
|
||||
11月
|
||||
12月
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
# it must be 3 char also
|
||||
# two char is our weekday name, and be careful one space is in the last
|
||||
日
|
||||
月
|
||||
火
|
||||
水
|
||||
木
|
||||
金
|
||||
土
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
日曜日
|
||||
月曜日
|
||||
火曜日
|
||||
水曜日
|
||||
木曜日
|
||||
金曜日
|
||||
土曜日
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H時%M分%S秒
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%y/%m/%d
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
# just following tradition...
|
||||
# %a %b %e %H:%M:%S %Y
|
||||
%a %b/%e %T %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
# it must be 2 char
|
||||
#午前
|
||||
AM
|
||||
#
|
||||
# pm
|
||||
#
|
||||
# it must be 2 char
|
||||
#午後
|
||||
PM
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y年 %B%e日 %A %X %Z
|
@ -1,89 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Choi Jun Ho <jazz.snu.ac.kr>
|
||||
# 27 Mar 1997
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
# it must be 3 char
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
1월
|
||||
2월
|
||||
3월
|
||||
4월
|
||||
5월
|
||||
6월
|
||||
7월
|
||||
8월
|
||||
9월
|
||||
10월
|
||||
11월
|
||||
12월
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
# it must be 3 char also
|
||||
# two char is our weekday name, and be careful one space is in the last
|
||||
일
|
||||
월
|
||||
화
|
||||
수
|
||||
목
|
||||
금
|
||||
토
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
일요일
|
||||
월요일
|
||||
화요일
|
||||
수요일
|
||||
목요일
|
||||
금요일
|
||||
토요일
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H시 %M분 %S초
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%y/%m/%d
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
# just following tradition...
|
||||
# %Y년 %b월 %e일 %a요일 %X
|
||||
%a %b %e %H:%M:%S %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
# it must be 2 char
|
||||
#오전
|
||||
AM
|
||||
#
|
||||
# pm
|
||||
#
|
||||
# it must be 2 char
|
||||
#오후
|
||||
PM
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y년 %b월 %e일 %a요일 %X %Z
|
@ -1,80 +0,0 @@
|
||||
# $FreeBSD$
|
||||
# This is Latin. The week with seven days was introduced in the
|
||||
# Roman Empire 321 AD. (Konstantin I)
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
Ian
|
||||
Feb
|
||||
Mar
|
||||
Apr
|
||||
Mai
|
||||
Iun
|
||||
Iul
|
||||
Aug
|
||||
Sep
|
||||
Oct
|
||||
Nov
|
||||
Dec
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
Ianuarius
|
||||
Februarius
|
||||
Martius
|
||||
Aprilis
|
||||
Maius
|
||||
Iunius
|
||||
Iulius
|
||||
Augustus
|
||||
September
|
||||
October
|
||||
November
|
||||
December
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
Sol
|
||||
Lun
|
||||
Mar
|
||||
Mer
|
||||
Iov
|
||||
Ven
|
||||
Sat
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
dies Solis
|
||||
dies Lunae
|
||||
dies Martis
|
||||
dies Mercurii
|
||||
dies Iovis
|
||||
dies Veneris
|
||||
dies Saturni
|
||||
#
|
||||
# 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
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
jan
|
||||
feb
|
||||
mrt
|
||||
apr
|
||||
mei
|
||||
jun
|
||||
jul
|
||||
aug
|
||||
sep
|
||||
okt
|
||||
nov
|
||||
dec
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
januari
|
||||
februari
|
||||
maart
|
||||
april
|
||||
mei
|
||||
juni
|
||||
juli
|
||||
augustus
|
||||
september
|
||||
oktober
|
||||
november
|
||||
december
|
||||
#
|
||||
# Short weekday names
|
||||
# (padded with a space to conform with other languages)
|
||||
zo
|
||||
ma
|
||||
di
|
||||
wo
|
||||
do
|
||||
vr
|
||||
za
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
zondag
|
||||
maandag
|
||||
dinsdag
|
||||
woensdag
|
||||
donderdag
|
||||
vrijdag
|
||||
zaterdag
|
||||
#
|
||||
# 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
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
jan
|
||||
feb
|
||||
mar
|
||||
apr
|
||||
mai
|
||||
jun
|
||||
jul
|
||||
aug
|
||||
sep
|
||||
okt
|
||||
nov
|
||||
des
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
januar
|
||||
februar
|
||||
mars
|
||||
april
|
||||
mai
|
||||
juni
|
||||
juli
|
||||
august
|
||||
september
|
||||
oktober
|
||||
november
|
||||
desember
|
||||
#
|
||||
# Short weekdays names
|
||||
# (padded with a space to conform with other languages)
|
||||
søn
|
||||
man
|
||||
tir
|
||||
ons
|
||||
tor
|
||||
fre
|
||||
lør
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
søndag
|
||||
mandag
|
||||
tirsdag
|
||||
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
|
@ -1,74 +0,0 @@
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
Sty
|
||||
Lut
|
||||
Mar
|
||||
Kwi
|
||||
Maj
|
||||
Cze
|
||||
Lip
|
||||
Sie
|
||||
Wrz
|
||||
Paz
|
||||
Lis
|
||||
Gru
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
Styczeń
|
||||
Luty
|
||||
Marzec
|
||||
Kwiecień
|
||||
Maj
|
||||
Czerwiec
|
||||
Lipiec
|
||||
Sierpień
|
||||
Wrzesień
|
||||
Październik
|
||||
Listopad
|
||||
Grudzień
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
Ndz
|
||||
Pon
|
||||
Wto
|
||||
Śro
|
||||
Czw
|
||||
Pią
|
||||
Sob
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
Niedziela
|
||||
Poniedziałek
|
||||
Wtorek
|
||||
Środa
|
||||
Czwartek
|
||||
Piątek
|
||||
Sobota
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%y.%m.%d
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %e %b %X %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
||||
#
|
||||
# pm
|
||||
#
|
||||
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %X %Y %Z
|
@ -1,79 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
# In Portugal we don't use the 12 + am/pm but the 24h format
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
Jan
|
||||
Fev
|
||||
Mar
|
||||
Abr
|
||||
Mai
|
||||
Jun
|
||||
Jul
|
||||
Ago
|
||||
Set
|
||||
Out
|
||||
Nov
|
||||
Dez
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
Janeiro
|
||||
Fevereiro
|
||||
Março
|
||||
Abril
|
||||
Maio
|
||||
Junho
|
||||
Julho
|
||||
Agosto
|
||||
Setembro
|
||||
Outubro
|
||||
Novembro
|
||||
Dezembro
|
||||
#
|
||||
# Short weekdays names
|
||||
# (padded with a space to conform with other languages)
|
||||
Dom
|
||||
Seg
|
||||
Ter
|
||||
Qua
|
||||
Qui
|
||||
Sex
|
||||
Sáb
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
Domingo
|
||||
Segunda Feira
|
||||
Terça Feira
|
||||
Quarta Feira
|
||||
Quinta Feira
|
||||
Sexta Feira
|
||||
Sábado
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d.%m.%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %e %b %X %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
||||
#
|
||||
# pm
|
||||
#
|
||||
pm
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %Y %X %Z
|
@ -1,93 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
ï¢
|
||||
䥢
|
||||
¬ à
|
||||
¯à
|
||||
¬ ©
|
||||
¨î
|
||||
¨î«
|
||||
¢£
|
||||
á¥
|
||||
®ªâ
|
||||
®ï
|
||||
¤¥ª
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
ï¢ àï
|
||||
ä¥¢à «ï
|
||||
¬ àâ
|
||||
¯à¥«ï
|
||||
¬ ï
|
||||
¨îï
|
||||
¨î«ï
|
||||
¢£ãáâ
|
||||
á¥âï¡àï
|
||||
®ªâï¡àï
|
||||
®ï¡àï
|
||||
¤¥ª ¡àï
|
||||
#
|
||||
# Short weekdays names
|
||||
#
|
||||
¢á
|
||||
¯
|
||||
¢â
|
||||
áà
|
||||
çâ
|
||||
¯â
|
||||
á¡
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
¢®áªà¥á¥ì¥
|
||||
¯®¥¤¥«ì¨ª
|
||||
¢â®à¨ª
|
||||
á।
|
||||
ç¥â¢¥à£
|
||||
¯ïâ¨æ
|
||||
áã¡¡®â
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d.%m.%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %e %b %X %Y
|
||||
#
|
||||
# am
|
||||
# (two spaces)
|
||||
|
||||
#
|
||||
# pm
|
||||
#
|
||||
¯¯
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %Y %X %Z
|
||||
#
|
||||
# Long month names in alternative form
|
||||
#
|
||||
ï¢ àì
|
||||
ä¥¢à «ì
|
||||
¬ àâ
|
||||
¯à¥«ì
|
||||
¬ ©
|
||||
¨îì
|
||||
¨î«ì
|
||||
¢£ãáâ
|
||||
á¥âï¡àì
|
||||
®ªâï¡àì
|
||||
®ï¡àì
|
||||
¤¥ª ¡àì
|
@ -1,93 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
ïÝÒ
|
||||
äÕÒ
|
||||
ÜÐà
|
||||
Ðßà
|
||||
ÜÐÙ
|
||||
ØîÝ
|
||||
ØîÛ
|
||||
ÐÒÓ
|
||||
áÕÝ
|
||||
ÞÚâ
|
||||
ÝÞï
|
||||
ÔÕÚ
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
ïÝÒÐàï
|
||||
äÕÒàÐÛï
|
||||
ÜÐàâÐ
|
||||
ÐßàÕÛï
|
||||
ÜÐï
|
||||
ØîÝï
|
||||
ØîÛï
|
||||
ÐÒÓãáâÐ
|
||||
áÕÝâïÑàï
|
||||
ÞÚâïÑàï
|
||||
ÝÞïÑàï
|
||||
ÔÕÚÐÑàï
|
||||
#
|
||||
# Short weekdays names
|
||||
#
|
||||
Òá
|
||||
ßÝ
|
||||
Òâ
|
||||
áà
|
||||
çâ
|
||||
ßâ
|
||||
áÑ
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
ÒÞáÚàÕáÕÝìÕ
|
||||
ßÞÝÕÔÕÛìÝØÚ
|
||||
ÒâÞàÝØÚ
|
||||
áàÕÔÐ
|
||||
çÕâÒÕàÓ
|
||||
ßïâÝØæÐ
|
||||
áãÑÑÞâÐ
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d.%m.%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %e %b %X %Y
|
||||
#
|
||||
# am
|
||||
# (two spaces)
|
||||
|
||||
#
|
||||
# pm
|
||||
#
|
||||
ßß
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %Y %X %Z
|
||||
#
|
||||
# Long month names in alternative form
|
||||
#
|
||||
ïÝÒÐàì
|
||||
äÕÒàÐÛì
|
||||
ÜÐàâ
|
||||
ÐßàÕÛì
|
||||
ÜÐÙ
|
||||
ØîÝì
|
||||
ØîÛì
|
||||
ÐÒÓãáâ
|
||||
áÕÝâïÑàì
|
||||
ÞÚâïÑàì
|
||||
ÝÞïÑàì
|
||||
ÔÕÚÐÑàì
|
@ -1,93 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
ÑÎ×
|
||||
ÆÅ×
|
||||
ÍÁÒ
|
||||
ÁÐÒ
|
||||
ÍÁÊ
|
||||
ÉÀÎ
|
||||
ÉÀÌ
|
||||
Á×Ç
|
||||
ÓÅÎ
|
||||
ÏËÔ
|
||||
ÎÏÑ
|
||||
ÄÅË
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
ÑÎ×ÁÒÑ
|
||||
ÆÅ×ÒÁÌÑ
|
||||
ÍÁÒÔÁ
|
||||
ÁÐÒÅÌÑ
|
||||
ÍÁÑ
|
||||
ÉÀÎÑ
|
||||
ÉÀÌÑ
|
||||
Á×ÇÕÓÔÁ
|
||||
ÓÅÎÔÑÂÒÑ
|
||||
ÏËÔÑÂÒÑ
|
||||
ÎÏÑÂÒÑ
|
||||
ÄÅËÁÂÒÑ
|
||||
#
|
||||
# Short weekdays names
|
||||
#
|
||||
×Ó
|
||||
ÐÎ
|
||||
×Ô
|
||||
ÓÒ
|
||||
ÞÔ
|
||||
ÐÔ
|
||||
ÓÂ
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
×ÏÓËÒÅÓÅÎØÅ
|
||||
ÐÏÎÅÄÅÌØÎÉË
|
||||
×ÔÏÒÎÉË
|
||||
ÓÒÅÄÁ
|
||||
ÞÅÔ×ÅÒÇ
|
||||
ÐÑÔÎÉÃÁ
|
||||
ÓÕÂÂÏÔÁ
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d.%m.%y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %e %b %X %Y
|
||||
#
|
||||
# am
|
||||
# (two spaces)
|
||||
|
||||
#
|
||||
# pm
|
||||
#
|
||||
ÐÐ
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %Y %X %Z
|
||||
#
|
||||
# Long month names in alternative form
|
||||
#
|
||||
ÑÎ×ÁÒØ
|
||||
ÆÅ×ÒÁÌØ
|
||||
ÍÁÒÔ
|
||||
ÁÐÒÅÌØ
|
||||
ÍÁÊ
|
||||
ÉÀÎØ
|
||||
ÉÀÌØ
|
||||
Á×ÇÕÓÔ
|
||||
ÓÅÎÔÑÂÒØ
|
||||
ÏËÔÑÂÒØ
|
||||
ÎÏÑÂÒØ
|
||||
ÄÅËÁÂÒØ
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
Jan
|
||||
Feb
|
||||
Mar
|
||||
Apr
|
||||
Maj
|
||||
Jun
|
||||
Jul
|
||||
Avg
|
||||
Sep
|
||||
Okt
|
||||
Nov
|
||||
Dec
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
Januar
|
||||
Februar
|
||||
Marec
|
||||
April
|
||||
Maj
|
||||
Junij
|
||||
Julij
|
||||
Avgust
|
||||
September
|
||||
Oktober
|
||||
November
|
||||
December
|
||||
#
|
||||
# Short weekdays names
|
||||
#
|
||||
Ned
|
||||
Pon
|
||||
Tor
|
||||
Sre
|
||||
Èet
|
||||
Pet
|
||||
Sob
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
Nedelja
|
||||
Ponedeljek
|
||||
Torek
|
||||
Sreda
|
||||
Èetrtek
|
||||
Petek
|
||||
Sobota
|
||||
#
|
||||
# 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
|
@ -1,77 +0,0 @@
|
||||
# $FreeBSD$
|
||||
# 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
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
#
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
一月
|
||||
二月
|
||||
三月
|
||||
四月
|
||||
五月
|
||||
六月
|
||||
七月
|
||||
八月
|
||||
九月
|
||||
十月
|
||||
十一月
|
||||
十二月
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
周日
|
||||
周一
|
||||
周二
|
||||
周三
|
||||
周四
|
||||
周五
|
||||
周六
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
星期日
|
||||
星期一
|
||||
星期二
|
||||
星期三
|
||||
星期四
|
||||
星期五
|
||||
星期六
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H时%M分%S秒
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%y/%m/%d
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %b/%e %T %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
上午
|
||||
#
|
||||
# pm
|
||||
#
|
||||
下午
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y年%b月%e日 %A %X %Z
|
@ -1,78 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short month names
|
||||
# It should be 3 characters. Add a space char at the beginning of every line.
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
1月
|
||||
2月
|
||||
3月
|
||||
4月
|
||||
5月
|
||||
6月
|
||||
7月
|
||||
8月
|
||||
9月
|
||||
10月
|
||||
11月
|
||||
12月
|
||||
#
|
||||
# Short weekday names
|
||||
# 3 char too, add a space char at the ending of every line.
|
||||
日
|
||||
一
|
||||
二
|
||||
三
|
||||
四
|
||||
五
|
||||
六
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
周日
|
||||
周一
|
||||
周二
|
||||
周三
|
||||
周四
|
||||
周五
|
||||
周六
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H時%M分%S秒
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%y/%m/%d
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %b/%e %T %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
上午
|
||||
#
|
||||
# pm
|
||||
#
|
||||
下午
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y年%b月%e日 %A %X %Z
|
Loading…
Reference in New Issue
Block a user