|
@@ -26,8 +26,12 @@
|
|
{$IFDEF LANG_GERMAN}
|
|
{$IFDEF LANG_GERMAN}
|
|
{$i constsg.inc}
|
|
{$i constsg.inc}
|
|
{$ELSE}
|
|
{$ELSE}
|
|
|
|
+{$IFDEF LANG_SPANISH}
|
|
|
|
+{$i constss.inc}
|
|
|
|
+{$ELSE}
|
|
{$i constse.inc}
|
|
{$i constse.inc}
|
|
{$ENDIF}
|
|
{$ENDIF}
|
|
|
|
+{$ENDIF}
|
|
|
|
|
|
{ Utility routines }
|
|
{ Utility routines }
|
|
{$i util.inc}
|
|
{$i util.inc}
|
|
@@ -362,7 +366,10 @@ end;
|
|
|
|
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.7 1998-10-30 14:52:48 michael
|
|
|
|
|
|
+ Revision 1.8 1999-02-10 13:45:19 michael
|
|
|
|
+ + Added spanish language
|
|
|
|
+
|
|
|
|
+ Revision 1.7 1998/10/30 14:52:48 michael
|
|
+ Added format in interface
|
|
+ Added format in interface
|
|
+ Some errors in parser fixed, it uses exceptions now
|
|
+ Some errors in parser fixed, it uses exceptions now
|
|
+ Strings now has no more syntax errors.
|
|
+ Strings now has no more syntax errors.
|
|
@@ -412,7 +419,10 @@ end;
|
|
|
|
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.7 1998-10-30 14:52:48 michael
|
|
|
|
|
|
+ Revision 1.8 1999-02-10 13:45:19 michael
|
|
|
|
+ + Added spanish language
|
|
|
|
+
|
|
|
|
+ Revision 1.7 1998/10/30 14:52:48 michael
|
|
+ Added format in interface
|
|
+ Added format in interface
|
|
+ Some errors in parser fixed, it uses exceptions now
|
|
+ Some errors in parser fixed, it uses exceptions now
|
|
+ Strings now has no more syntax errors.
|
|
+ Strings now has no more syntax errors.
|