diff options
author | ache <ache@FreeBSD.org> | 1999-12-22 20:52:54 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-12-22 20:52:54 +0000 |
commit | 58518e59bd5ba53d638362dcfdbbd87ac09bf4ba (patch) | |
tree | 5ea150ea830f6d05e40e9db068cc320adac1b3b6 /share/timedef | |
parent | 5da2f41397966556545f8fcc9e48329f8793aecb (diff) | |
download | FreeBSD-src-58518e59bd5ba53d638362dcfdbbd87ac09bf4ba.zip FreeBSD-src-58518e59bd5ba53d638362dcfdbbd87ac09bf4ba.tar.gz |
lt_LN->la_LN
Diffstat (limited to 'share/timedef')
-rw-r--r-- | share/timedef/Makefile | 8 | ||||
-rw-r--r-- | share/timedef/lt_LN.ISO_8859-1.src | 103 |
2 files changed, 4 insertions, 107 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 174a65c..70360f5 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -19,7 +19,7 @@ LOCALES= cs_CZ.ISO_8859-2 \ ja_JP.SJIS \ it_IT.ISO_8859-1 \ ko_KR.EUC \ - lt_LN.ISO_8859-1 \ + la_LN.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ pl_PL.ISO_8859-2 \ @@ -36,11 +36,11 @@ LOCALES= cs_CZ.ISO_8859-2 \ 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 + it_IT la_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 +LN_LINKS = la_LN.ASCII la_LN.ISO_8859-2 NL_LINKS = nl_BE US_LINKS = en_CA GB_LINKS = en_AU @@ -87,7 +87,7 @@ afterinstall: ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \ done for l in ${LN_LINKS}; do \ - ln -fs ../lt_LN.ISO_8859-1/LC_TIME \ + ln -fs ../la_LN.ISO_8859-1/LC_TIME \ ${LOCALEDIR}/$$l/LC_TIME; \ done for l in ${NL_LINKS}; do \ diff --git a/share/timedef/lt_LN.ISO_8859-1.src b/share/timedef/lt_LN.ISO_8859-1.src deleted file mode 100644 index a890691..0000000 --- a/share/timedef/lt_LN.ISO_8859-1.src +++ /dev/null @@ -1,103 +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 -# -# Long months names (alternative) -# -Ianuarius -Februarius -Martius -Aprilis -Maius -Iunius -Iulius -Augustus -September -October -November -December -# -# Ef_fmt -# -%e %b -# -# EF_fmt -# -%e %B |