From 1d4d7470d6e10896219844027e2cae76a83b3433 Mon Sep 17 00:00:00 2001 From: pst Date: Sun, 8 Dec 1996 07:16:55 +0000 Subject: Correct an aggregious insult and display the days of the week the way that god(tm) intended them to be displayed. Candidate for 2.2 --- share/timedef/data/Makefile | 5 ++- share/timedef/data/it_IT.ISO_8859-1.src | 78 +++++++++++++++++++++++++++++++++ share/timedef/it_IT.ISO8859-1.src | 78 +++++++++++++++++++++++++++++++++ share/timedef/it_IT.ISO_8859-1.src | 78 +++++++++++++++++++++++++++++++++ 4 files changed, 237 insertions(+), 2 deletions(-) create mode 100644 share/timedef/data/it_IT.ISO_8859-1.src create mode 100644 share/timedef/it_IT.ISO8859-1.src create mode 100644 share/timedef/it_IT.ISO_8859-1.src (limited to 'share') diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index c148a8e..bcc6b8d 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.5 1996/11/30 05:35:48 ache Exp $ +# $Id: Makefile,v 1.6 1996/12/02 12:00:44 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= da_DK.ISO_8859-1 de_DE.ISO_8859-1 en_GB.ISO_8859-1 \ - fr_FR.ISO_8859-1 pt_PT.ISO_8859-1 ru_SU.KOI8-R ru_SU.CP866 + fr_FR.ISO_8859-1 it_IT.ISO_8859-1 pt_PT.ISO_8859-1 \ + ru_SU.KOI8-R ru_SU.CP866 LOCALEDIR= ${DESTDIR}/usr/share/locale DE_LINKS = de_AT de_CH diff --git a/share/timedef/data/it_IT.ISO_8859-1.src b/share/timedef/data/it_IT.ISO_8859-1.src new file mode 100644 index 0000000..218d86e --- /dev/null +++ b/share/timedef/data/it_IT.ISO_8859-1.src @@ -0,0 +1,78 @@ +# $Id$ +# +# 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 +Lugio +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 diff --git a/share/timedef/it_IT.ISO8859-1.src b/share/timedef/it_IT.ISO8859-1.src new file mode 100644 index 0000000..218d86e --- /dev/null +++ b/share/timedef/it_IT.ISO8859-1.src @@ -0,0 +1,78 @@ +# $Id$ +# +# 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 +Lugio +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 diff --git a/share/timedef/it_IT.ISO_8859-1.src b/share/timedef/it_IT.ISO_8859-1.src new file mode 100644 index 0000000..218d86e --- /dev/null +++ b/share/timedef/it_IT.ISO_8859-1.src @@ -0,0 +1,78 @@ +# $Id$ +# +# 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 +Lugio +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 -- cgit v1.1