-- Removed unneeded L_DAYINIT macro.

This commit is contained in:
dfs
1998-02-02 02:58:20 +00:00
parent b936e3994b
commit f8d91f559a
11 changed files with 11 additions and 49 deletions

View File

@@ -11,7 +11,7 @@
/* */
/***************************************************************/
/* $Id: danish.h,v 1.2 1998-01-17 22:09:59 dfs Exp $ */
/* $Id: danish.h,v 1.3 1998-02-02 02:58:20 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "Danish"
@@ -33,9 +33,6 @@
# define L_SATURDAY "Loerdag"
#endif
/* Day initials - first letter only */
#define L_DAYINIT "SMTOTFL"
/* Month names */
#define L_JAN "Januar"
#define L_FEB "Februar"

View File

@@ -15,7 +15,7 @@
/* */
/***************************************************************/
/* $Id: dutch.h,v 1.1 1998-01-15 02:50:44 dfs Exp $ */
/* $Id: dutch.h,v 1.2 1998-02-02 02:58:20 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "Dutch"
@@ -29,9 +29,6 @@
#define L_FRIDAY "vrijdag"
#define L_SATURDAY "zaterdag"
/* Day initials - first letter only */
#define L_DAYINIT "zmdwdvz"
/* Month names */
#define L_JAN "januari"
#define L_FEB "februari"

View File

@@ -9,7 +9,7 @@
/* */
/***************************************************************/
/* $Id: english.h,v 1.1 1998-01-15 02:50:45 dfs Exp $ */
/* $Id: english.h,v 1.2 1998-02-02 02:58:21 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "English"
@@ -23,9 +23,6 @@
#define L_FRIDAY "Friday"
#define L_SATURDAY "Saturday"
/* Day initials - first letter only */
#define L_DAYINIT "SMTWTFS"
/* Month names */
#define L_JAN "January"
#define L_FEB "February"

View File

@@ -15,7 +15,7 @@
/* */
/***************************************************************/
/* $Id: finnish.h,v 1.2 1998-01-17 22:09:59 dfs Exp $ */
/* $Id: finnish.h,v 1.3 1998-02-02 02:58:21 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "Finnish"
@@ -29,9 +29,6 @@
#define L_FRIDAY "perjantai"
#define L_SATURDAY "lauantai"
/* Day initials - first letter only */
#define L_DAYINIT "SMTKTPL"
/* Month names */
#define L_JAN "tammikuu"
#define L_FEB "helmikuu"

View File

@@ -14,7 +14,7 @@
/* */
/***************************************************************/
/* $Id: french.h,v 1.2 1998-01-17 22:10:00 dfs Exp $ */
/* $Id: french.h,v 1.3 1998-02-02 02:58:21 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "French"
@@ -28,9 +28,6 @@
#define L_FRIDAY "vendredi"
#define L_SATURDAY "samedi"
/* Day initials - first letter only */
#define L_DAYINIT "dlmmjvs"
/* Month names */
#define L_JAN "janvier"
#if ISOLATIN1

View File

@@ -13,7 +13,7 @@
/* */
/***************************************************************/
/* $Id: german.h,v 1.2 1998-01-17 22:10:00 dfs Exp $ */
/* $Id: german.h,v 1.3 1998-02-02 02:58:21 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "German"
@@ -27,9 +27,6 @@
#define L_FRIDAY "Freitag"
#define L_SATURDAY "Samstag"
/* Day initials - first letter only */
#define L_DAYINIT "SMDMDFS"
/* Month names */
#define L_JAN "Januar"
#define L_FEB "Februar"

View File

@@ -11,7 +11,7 @@
/* */
/***************************************************************/
/* $Id: italian.h,v 1.2 1998-01-17 22:10:00 dfs Exp $ */
/* $Id: italian.h,v 1.3 1998-02-02 02:58:22 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "Italian"
@@ -35,10 +35,6 @@
#define L_SATURDAY "Sabato"
#endif /* ISOLATIN */
/* Day initials - first letter only */
#define L_DAYINIT "DLMMGVS"
/* Month names */
#define L_JAN "Gennaio"
#define L_FEB "Febbraio"

View File

@@ -10,7 +10,7 @@
/* */
/***************************************************************/
/* $Id: norwgian.h,v 1.2 1998-01-17 22:10:01 dfs Exp $ */
/* $Id: norwgian.h,v 1.3 1998-02-02 02:58:22 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "Norwegian"
@@ -32,9 +32,6 @@
# define L_SATURDAY "Loerdag"
#endif
/* Day initials - first letter only */
#define L_DAYINIT "SMTOTFL"
/* Month names */
#define L_JAN "Januar"
#define L_FEB "Februar"

View File

@@ -13,7 +13,7 @@
/* */
/***************************************************************/
/* $Id: polish.h,v 1.2 1998-01-17 22:10:01 dfs Exp $ */
/* $Id: polish.h,v 1.3 1998-02-02 02:58:22 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "Polish"
@@ -37,13 +37,6 @@
# define L_SATURDAY "Sobota"
#endif
/* Day initials - first letter only */
#if ISOLATIN1
#define L_DAYINIT "NPW\246CPS"
#else
#define L_DAYINIT "NPWSCPS"
#endif
/* Month names */
#if ISOLATIN1
# define L_JAN "Stycze\361"

View File

@@ -14,7 +14,7 @@
/* */
/***************************************************************/
/* $Id: portbr.h,v 1.1 1998-01-15 02:50:47 dfs Exp $ */
/* $Id: portbr.h,v 1.2 1998-02-02 02:58:22 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "Brazilian Portuguese"
@@ -28,9 +28,6 @@
#define L_FRIDAY "sexta"
#define L_SATURDAY "sabado"
/* Day initials - first letter only */
#define L_DAYINIT "dstqqss"
/* Month names */
#define L_JAN "janeiro"
#define L_FEB "fevereiro"

View File

@@ -13,7 +13,7 @@
/* */
/***************************************************************/
/* $Id: romanian.h,v 1.1 1998-01-15 02:50:47 dfs Exp $ */
/* $Id: romanian.h,v 1.2 1998-02-02 02:58:22 dfs Exp $ */
/* The very first define in a language support file must be L_LANGNAME: */
#define L_LANGNAME "Romanian"
@@ -27,9 +27,6 @@
#define L_FRIDAY "Vineri"
#define L_SATURDAY "Sambata"
/* Day initials - first letter only */
#define L_DAYINIT "DLMMJVS"
/* Month names */
#define L_JAN "Ianuarie"
#define L_FEB "Februarie"