mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:05:57 +02:00
Added switch to select language
This commit is contained in:
parent
6b4e8b5017
commit
232adb26c5
@ -16,8 +16,18 @@
|
|||||||
* Class implementations are in separate files. *
|
* Class implementations are in separate files. *
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{!!!TSE 21.08.1998 added german exception messages}
|
{
|
||||||
|
Include all message strings
|
||||||
|
|
||||||
|
Add a language with IFDEF LANG_NAME
|
||||||
|
just befor the final ELSE. This way English will always be the default.
|
||||||
|
}
|
||||||
|
|
||||||
|
{$IFDEF LANG_GERMAN}
|
||||||
{$i constsg.inc}
|
{$i constsg.inc}
|
||||||
|
{$ELSE}
|
||||||
|
{$i constse.inc}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{ Utility routines }
|
{ Utility routines }
|
||||||
{$i util.inc}
|
{$i util.inc}
|
||||||
@ -336,7 +346,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 1998-09-23 07:47:40 michael
|
Revision 1.5 1998-09-23 08:41:55 michael
|
||||||
|
Added switch to select language
|
||||||
|
|
||||||
|
Revision 1.4 1998/09/23 07:47:40 michael
|
||||||
+ Some changes by TSE
|
+ Some changes by TSE
|
||||||
|
|
||||||
Revision 1.3 1998/06/03 15:10:20 michael
|
Revision 1.3 1998/06/03 15:10:20 michael
|
||||||
@ -375,7 +388,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 1998-09-23 07:47:40 michael
|
Revision 1.5 1998-09-23 08:41:55 michael
|
||||||
|
Added switch to select language
|
||||||
|
|
||||||
|
Revision 1.4 1998/09/23 07:47:40 michael
|
||||||
+ Some changes by TSE
|
+ Some changes by TSE
|
||||||
|
|
||||||
Revision 1.3 1998/06/03 15:10:20 michael
|
Revision 1.3 1998/06/03 15:10:20 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user