mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Add Latin LC_TIME file.
This commit is contained in:
parent
f8a0edba2c
commit
d260b397c1
5 changed files with 331 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.23 1998/01/04 16:02:08 helbig Exp $
|
||||
# $Id: Makefile,v 1.24 1998/01/05 00:21:17 helbig Exp $
|
||||
|
||||
NOMAN=YES
|
||||
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
|
|
@ -17,6 +17,7 @@ LOCALES= da_DK.ISO_8859-1 \
|
|||
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 \
|
||||
|
|
@ -31,6 +32,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale
|
|||
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_AU en_CA
|
||||
|
||||
|
|
@ -50,16 +52,20 @@ afterinstall:
|
|||
ln -fs ../de_DE.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 \
|
||||
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 ${FR_LINKS}; do \
|
||||
ln -fs ../fr_FR.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 \
|
||||
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 ${US_LINKS}; do \
|
||||
|
|
|
|||
80
share/timedef/data/lt_LN.ISO_8859-1.src
Normal file
80
share/timedef/data/lt_LN.ISO_8859-1.src
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
# $Id$
|
||||
# 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
|
||||
80
share/timedef/la_LN.ISO8859-1.src
Normal file
80
share/timedef/la_LN.ISO8859-1.src
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
# $Id$
|
||||
# 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
|
||||
80
share/timedef/la_LN.ISO_8859-1.src
Normal file
80
share/timedef/la_LN.ISO_8859-1.src
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
# $Id$
|
||||
# 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
|
||||
80
share/timedef/lt_LN.ISO_8859-1.src
Normal file
80
share/timedef/lt_LN.ISO_8859-1.src
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
# $Id$
|
||||
# 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
|
||||
Loading…
Reference in a new issue