diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-02-27 00:08:53 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-02-27 00:08:53 +0000 |
| commit | 8d2cd1c6b6426580b0015949e0d1aacb511031ce (patch) | |
| tree | 77a9b1c72888a2a85893f46fa7be7383f45cd33f | |
| parent | 8aa5c4525c949d7c3a6f69d118c78111eb0c48b9 (diff) | |
Notes
| -rw-r--r-- | share/timedef/data/Makefile | 3 | ||||
| -rw-r--r-- | share/timedef/data/hr_HR.ISO_8859-2.src | 78 | ||||
| -rw-r--r-- | share/timedef/hr_HR.ISO8859-2.src | 78 | ||||
| -rw-r--r-- | share/timedef/hr_HR.ISO_8859-2.src | 78 |
4 files changed, 236 insertions, 1 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index 95c0e1ba19334..4d2858a3ea3aa 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1997/02/22 13:56:43 peter Exp $ +# $Id: Makefile,v 1.13 1997/02/25 21:01:46 wosch Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -9,6 +9,7 @@ LOCALES= da_DK.ISO_8859-1 \ en_GB.ISO_8859-1 \ en_US.ISO_8859-1 \ fr_FR.ISO_8859-1 \ + hr_HR.ISO_8859-2 \ is_IS.ISO_8859-1 \ it_IT.ISO_8859-1 \ pt_PT.ISO_8859-1 \ diff --git a/share/timedef/data/hr_HR.ISO_8859-2.src b/share/timedef/data/hr_HR.ISO_8859-2.src new file mode 100644 index 0000000000000..761fd1430cd62 --- /dev/null +++ b/share/timedef/data/hr_HR.ISO_8859-2.src @@ -0,0 +1,78 @@ +# $Id$ +# +# 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 diff --git a/share/timedef/hr_HR.ISO8859-2.src b/share/timedef/hr_HR.ISO8859-2.src new file mode 100644 index 0000000000000..761fd1430cd62 --- /dev/null +++ b/share/timedef/hr_HR.ISO8859-2.src @@ -0,0 +1,78 @@ +# $Id$ +# +# 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 diff --git a/share/timedef/hr_HR.ISO_8859-2.src b/share/timedef/hr_HR.ISO_8859-2.src new file mode 100644 index 0000000000000..761fd1430cd62 --- /dev/null +++ b/share/timedef/hr_HR.ISO_8859-2.src @@ -0,0 +1,78 @@ +# $Id$ +# +# 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 |
