Quellcode durchsuchen

* latest updates from Karl-Michael Schindler

git-svn-id: trunk@3978 -
florian vor 19 Jahren
Ursprung
Commit
ac8170006e
1 geänderte Dateien mit 16 neuen und 8 gelöschten Zeilen
  1. 16 8
      compiler/msg/errord.msg

+ 16 - 8
compiler/msg/errord.msg

@@ -1,7 +1,7 @@
 #
 #
 #   German (alternative) Language File for Free Pascal
 #   German (alternative) Language File for Free Pascal
 #   Latest updates contributed by Karl-Michael Schindler aka mischi
 #   Latest updates contributed by Karl-Michael Schindler aka mischi
-#   <karl-michael.schindler at physik.uni-hale.de>
+#   <karl-michael.schindler at physik.uni-halle.de>
 #
 #
 #   This file is part of the Free Pascal Compiler
 #   This file is part of the Free Pascal Compiler
 #   Copyright (c) 1998-2000 by the Free Pascal Development team
 #   Copyright (c) 1998-2000 by the Free Pascal Development team
@@ -59,7 +59,7 @@
 general_t_compilername=01000_T_Compiler: $1
 general_t_compilername=01000_T_Compiler: $1
 % When the \var{-vt} switch is used, this line tells you what compiler
 % When the \var{-vt} switch is used, this line tells you what compiler
 % is used.
 % is used.
-general_d_sourceos=01001_D_Hostbetriebssystem: $1
+general_d_sourceos=01001_D_Quellbetriebssystem: $1
 % When the \var{-vd} switch is used, this line tells you what the source
 % When the \var{-vd} switch is used, this line tells you what the source
 % operating system is.
 % operating system is.
 general_i_targetos=01002_I_Zielbetriebssystem: $1
 general_i_targetos=01002_I_Zielbetriebssystem: $1
@@ -335,9 +335,17 @@ scan_e_compile_time_typeerror=02072_E_Compile time Ausdruck: Erwartete $1 aber e
 % Type check of a compile time expression failed.
 % Type check of a compile time expression failed.
 scan_n_app_type_not_support=02073_N_APPTYPE wird vom Zielbetriebssystem nicht unterst�tzt
 scan_n_app_type_not_support=02073_N_APPTYPE wird vom Zielbetriebssystem nicht unterst�tzt
 % The \var{\{\$APPTYPE\}} directive is supported by certain operating systems only.
 % The \var{\{\$APPTYPE\}} directive is supported by certain operating systems only.
-scan_e_illegal_optimization_specifier=02074_E_"$1" ist eine ungŸltige Optimierung 
+scan_e_illegal_optimization_specifier=02074_E_"$1" ist eine ungltige Optimierung 
 % When you specify an optimization with the \var{\{\$OPTIMIZATION xxx\}}
 % When you specify an optimization with the \var{\{\$OPTIMIZATION xxx\}}
 % the compiler didn't recognize the optimization you specified.
 % the compiler didn't recognize the optimization you specified.
+scan_w_setpeflags_not_support=02075_W_SETPEFLAGS wird vom Zielbetriebssystem nicht unterst�tzt
+% The \var{\{\$SETPEFLAGS\}} directive is not supported by the target OS
+scan_w_imagebase_not_support=02076_W_IMAGEBASE wird vom Zielbetriebssystem nicht unterst�tzt
+% The \var{\{\$IMAGEBASE\}} directive is not supported by the target OS
+scan_w_minstacksize_not_support=02077_W_MINSTACKSIZE wird vom Zielbetriebssystem nicht unterst�tzt
+% The \var{\{\$MINSTACKSIZE\}} directive is not supported by the target OS
+scan_w_maxstacksize_not_support=02078_W_MAXSTACKSIZE wird vom Zielbetriebssystem nicht unterst�tzt
+% The \var{\{\$MAXSTACKSIZE\}} directive is not supported by the target OS
 % \end{description}
 % \end{description}
 #
 #
 # Parser
 # Parser
@@ -1831,7 +1839,7 @@ asmw_e_64bit_not_supported=08021_E_Asm: 64 Bit Operanden werden nicht unterst
 % This section lists errors that occur when the compiler is processing the
 % This section lists errors that occur when the compiler is processing the
 % command line or handling the configuration files.
 % command line or handling the configuration files.
 % \begin{description}
 % \begin{description}
-exec_w_source_os_redefined=09000_W_Quell-Betriebssystem wurde neu definiert
+exec_w_source_os_redefined=09000_W_Quellbetriebssystem wurde neu definiert
 exec_i_assembling_pipe=09001_I_Assembliere (pipe) $1
 exec_i_assembling_pipe=09001_I_Assembliere (pipe) $1
 exec_d_cant_create_asmfile=09002_E_Kann Assemblerdatei nicht erzeugen: $1
 exec_d_cant_create_asmfile=09002_E_Kann Assemblerdatei nicht erzeugen: $1
 % The mentioned file can't be create. Check if you've
 % The mentioned file can't be create. Check if you've
@@ -2198,7 +2206,7 @@ Free Pascal Compiler Version $FPCVER
 Compiler Datum:      $FPCDATE
 Compiler Datum:      $FPCDATE
 Compiler Zielsystem: $FPCCPU
 Compiler Zielsystem: $FPCCPU
 
 
-Unterst�tzte Zielsysteme:
+Unterst�tzte Zielbetriebssysteme:
   $OSTARGETS
   $OSTARGETS
 
 
 Unterst�tzte CPU Instruktionen:
 Unterst�tzte CPU Instruktionen:
@@ -2317,9 +2325,9 @@ S*2Aas_assembliere mit Hilfe von GNU AS
 **1i_zeige alle Information �ber den Compiler
 **1i_zeige alle Information �ber den Compiler
 **2iD_zeige Compilerdatum
 **2iD_zeige Compilerdatum
 **2iV_zeige Compilerversion
 **2iV_zeige Compilerversion
-**2iSO_zeige Compiler-Betriebssystem
+**2iSO_zeige Compilerbetriebssystem
 **2iSP_zeige Compilerprozessor
 **2iSP_zeige Compilerprozessor
-**2iTO_zeige Ziel-Betriebssystem
+**2iTO_zeige Zielbetriebssystem
 **2iTP_zeige Zielprozessor
 **2iTP_zeige Zielprozessor
 **1I<x>_erg„nze <x> zum Include-Pfad
 **1I<x>_erg„nze <x> zum Include-Pfad
 **1k<x>_�bergebe <x> an den Linker
 **1k<x>_�bergebe <x> an den Linker
@@ -2376,7 +2384,7 @@ S*2Aas_assembliere mit Hilfe von GNU AS
 **2sh_erzeuge Script um auf dem Host zu linken
 **2sh_erzeuge Script um auf dem Host zu linken
 **2st_erzeuge Script um auf dem Zielsystem zu linken
 **2st_erzeuge Script um auf dem Zielsystem zu linken
 **2sr_�berspringe die Phase der "register allocation" (mit -alr benutzen)
 **2sr_�berspringe die Phase der "register allocation" (mit -alr benutzen)
-**1T<x>_Ziel-Betriebssystem::
+**1T<x>_Zielbetriebssystem::
 3*2Temx_OS/2 via EMX (einschliesslich EMX/RSX extender)
 3*2Temx_OS/2 via EMX (einschliesslich EMX/RSX extender)
 3*2Tfreebsd_FreeBSD
 3*2Tfreebsd_FreeBSD
 3*2Tgo32v2_Version 2 of DJ Delorie DOS extender
 3*2Tgo32v2_Version 2 of DJ Delorie DOS extender