فهرست منبع

* previous wrong commit fixed

git-svn-id: trunk@4495 -
Tomas Hajny 19 سال پیش
والد
کامیت
580749cd45
1فایلهای تغییر یافته به همراه32 افزوده شده و 5 حذف شده
  1. 32 5
      compiler/msg/errorhe.msg

+ 32 - 5
compiler/msg/errorhe.msg

@@ -48,6 +48,8 @@
 #
 # 01023 is the last used one
 #
+general_text_bytes_code=01019_bytes code
+general_text_bytes_data=01020_bytes data
 # BeginOfTeX
 % \section{General compiler messages}
 % This section gives the compiler messages which are not fatal, but which
@@ -115,6 +117,12 @@ general_e_path_does_not_exist=01017_E_
 % The specified path does not exist.
 general_f_compilation_aborted=01018_F_ääéãåø áåèì
 % Compilation was aborted.
+general_i_number_of_warnings=01021_I_àæäøåú $1 äåðô÷å
+% Total number of warnings issued during compilation.
+general_i_number_of_hints=01022_I_äåðô÷å  $1 øîæéí
+% Total number of hints issued during compilation.
+general_i_number_of_notes=01023_I_äåðô÷å $1 äòøåú
+% Total number of notes issued during compilation.
 % \end{description}
 #
 # Scanner
@@ -324,6 +332,19 @@ scan_e_compile_time_typeerror=02072_E_
 % Type check of a compile time expression failed.
 scan_n_app_type_not_support=02073_N_APPTYPE ìà ðúîê áîòøëú ääôòìä äîáå÷ùú
 % The \var{\{\$APPTYPE\}} directive is supported by certain operating systems only.
+scan_e_illegal_optimization_specifier=02074_E_ñåô÷ îéèåá ìà çå÷é "$1"
+% When you specify an optimization with the \var{\{\$OPTIMIZATION xxx\}}
+% the compiler didn't recognize the optimization you specified.
+scan_w_setpeflags_not_support=02075_W_SETPEFLAGS àéðå ðúîê áîòøëú ääôòìä äîáå÷ùú
+% The \var{\{\$SETPEFLAGS\}} directive is not supported by the target OS
+scan_w_imagebase_not_support=02076_W_IMAGEBASE àéðå ðúîê òì éãé îòøëú ääôòìä äîáå÷ùú
+% The \var{\{\$IMAGEBASE\}} directive is not supported by the target OS
+scan_w_minstacksize_not_support=02077_W_MINSTACKSIZE àéðå ðúîê òì éãé îòøëú ääôòìä äîáå÷ùú
+% The \var{\{\$MINSTACKSIZE\}} directive is not supported by the target OS
+scan_w_maxstacksize_not_support=02078_W_MAXSTACKSIZE àéðå ðúîê òì éãé îòøëú ääôòìä äîáå÷ùú
+% The \var{\{\$MAXSTACKSIZE\}} directive is not supported by the target OS
+scanner_e_illegal_warn_state=02079_E_ùéîåù ìà çå÷é áäðçéú $WARN
+% Only ON and OFF can be used as state with a \$warn compiler directive
 % \end{description}
 #
 # Parser
@@ -1053,6 +1074,7 @@ parser_w_overridden_methods_not_same_ret=03218_W_
 % return type of interface methods, and even to change procedures into
 % functions, but the resulting code may crash depending on the types used
 % and the way the methods are called.
+parser_e_dispid_must_be_ord_const=03219_E_îæää Dispatch çééá ìäéåú ÷áåò áòì òøê ñéãåøé
 parser_e_array_range_out_of_bounds=03220_E_äèååç ùì äîòøê âáåää îéãé
 % Regardless of the size taken up by its elements, an array cannot have more
 % than high(ptrint) elements. Additionally, the range type must be a subrange
@@ -1580,7 +1602,7 @@ cg_e_break_not_allowed=06044_E_BREAK 
 % You're trying to use \var{break} outside a loop construction.
 cg_e_continue_not_allowed=06045_E_CONTINUE àéðå îåøùä
 % You're trying to use \var{continue} outside a loop construction.
-cg_f_unknown_compiler=06046_F_compilerproc "$1" ìà éãåò. áãå÷ àí äùúîù áñôøééú æîï äøéöä äðëåðä.
+cg_f_unknown_compilerproc=06046_F_compilerproc "$1" ìà éãåò. áãå÷ àí äùúîù áñôøééú æîï äøéöä äðëåðä.
 % The compiler expects that the runtime library contains some subrountines. If you see this error
 % and you didn't mess with the runtime library, it's very likely that the runtime library
 % you're using doesn't match the used compiler. If you changed the runtime library this error means
@@ -1836,6 +1858,8 @@ asmw_e_duplicate_label=08016_E_Asm: 
 asmw_e_redefined_label=08017_E_Asm: îâãéø îçãù àú äúååéú $1
 asmw_e_first_defined_label=08018_E_Asm: îåâãø ëàï ìøàùåðä
 asmw_e_invalid_register=08019_E_Asm: àåâø ùâåé $1
+asmw_e_16bit_32bit_not_supported=08020_E_Asm: ääúééçñåú ì16 àå 32 ñéáéåú àéðä ðúîëú
+asmw_e_64bit_not_supported=08021_E_Asm: äàåôøðè 64 ñéáéåú àéðå ðúîê
 
 #
 # Executing linker/assembler
@@ -2203,11 +2227,11 @@ option_no_debug_support_recompile_fpc=11017_H_
 % It is possible to have a compiler executable that doesn't support
 % the generation of debugging info. If you use such an executable with the
 % \var{-g} switch, this warning will be displayed.
-option_obsolete_switch=11018_E_àúä îùúîù áîúâ äîéåùï $1
+option_obsolete_switch=11018_W_àúä îùúîù áîúâ äîéåùï $1
 % this warns you when you use a switch that is not needed/supported anymore.
 % It is recommended that you remove the switch to overcome problems in the
 % future, when the switch meaning may change.
-option_obsolete_switch_use_new=11019_E_àúä îùúîù áîúâ äîéåùï $1, äùúîù áîúâ $2 áî÷åí
+option_obsolete_switch_use_new=11019_W_àúä îùúîù áîúâ äîéåùï $1, äùúîù áîúâ $2 áî÷åí
 % this warns you when you use a switch that is not supported anymore. You
 % must now use the second switch instead.
 % It is recommended that you change the switch to overcome problems in the
@@ -2270,6 +2294,9 @@ Free Pascal Compiler version $FPCVERSION
 äåøàåú ðúîëåú ùì éçéãú ð÷åãä öôä:
   $FPUINSTRUCTIONSETS
 
+úîéëú äîéèåá:
+  $OPTIMIZATIONS
+
 äúåëðä îåâùú úçú øéùéåï GNU General Public License
 ìîéãò ðåñó éù ì÷øåà àú COPYING.FPC
 
@@ -2452,10 +2479,11 @@ S*2Aas_
 3*2Twatcom_Watcom úåàí äøçáú DOS
 3*2Twdosx_WDOSX äøçáú DOS
 3*2Twin32_Windows 32 ñéáéåú
+3*2Twince_Windows CE
 4*2Tlinux_Linux
 6*2Tamiga_Commodore Amiga
 6*2Tatari_Atari ST/STe/TT
-6*2Tlinux_Linux-68k
+6*2Tlinux_Linux/m68k
 6*2Tmacos_Macintosh m68k (ìà ðúîê)
 6*2Tpalmos_PalmOS
 A*2Tlinux_Linux
@@ -2522,4 +2550,3 @@ P*2WT_
 
 #
 # The End...
-