|
@@ -245,63 +245,63 @@ scan_w_illegal_directive=02042_W_
|
|
|
scan_t_back_in=02043_TL_çæøä á$1
|
|
|
% When you use (\var{-vt}) the compiler tells you when it has finished
|
|
|
% reading an include file.
|
|
|
-scan_w_unsupported_app_type=02044_W_Unsupported application type: "$1"
|
|
|
+scan_w_unsupported_app_type=02044_W_àéï úîéëä ìñåâ äàôìé÷öéä: "$1"
|
|
|
% You get this warning, ff you specify an unknown application type
|
|
|
% with the directive \var{\{\$APPTYPE\}}
|
|
|
-scan_w_app_type_not_support=02045_W_APPTYPE is not supported by the target OS
|
|
|
+scan_w_app_type_not_support=02045_W_APPTYPE àéðå ðúîê ò"é ääîòøëú äôòìä äîáå÷ùú
|
|
|
% The \var{\{\$APPTYPE\}} directive is supported by certain operating systems only.
|
|
|
-scan_w_description_not_support=02046_W_DESCRIPTION is not supported by the target OS
|
|
|
+scan_w_description_not_support=02046_W_DESCRIPTION àéðå ðúîê ò"é îòøëú ääôòìä äîáå÷ùú
|
|
|
% The \var{\{\$DESCRIPTION\}} directive is not supported on this target OS
|
|
|
-scan_n_version_not_support=02047_N_VERSION is not supported by target OS
|
|
|
+scan_n_version_not_support=02047_N_VERSION àéðå ðúîê ò"é îòøëú äôòìä äîáå÷ùú
|
|
|
% The \var{\{\$VERSION\}} directive is not supported on this target OS
|
|
|
-scan_n_only_exe_version=02048_N_VERSION only for exes or DLLs
|
|
|
+scan_n_only_exe_version=02048_N_VERSION ø÷ ì÷áöé exe àå DLL
|
|
|
% The \var{\{\$VERSION\}} directive is only used for executable or DLL sources.
|
|
|
-scan_w_wrong_version_ignored=02049_W_Wrong format for VERSION directive "$1"
|
|
|
+scan_w_wrong_version_ignored=02049_W_ôåøîè ùâåé ìäåøàú VERSION: "$1"
|
|
|
% The \var{\{\$VERSION\}} directive format is majorversion.minorversion
|
|
|
% where majorversion and minorversion are words.
|
|
|
-scan_e_illegal_asmmode_specifier=02050_E_Illegal assembler style specified "$1"
|
|
|
+scan_e_illegal_asmmode_specifier=02050_E_ñâðåï äàñîáìø ùöåééï "$1" àéðå çå÷é
|
|
|
% When you specify an assembler mode with the \var{\{\$ASMMODE xxx\}}
|
|
|
% the compiler didn't recognize the mode you specified.
|
|
|
-scan_w_no_asm_reader_switch_inside_asm=02051_W_ASM reader switch is not possible inside asm statement, "$1" will be effective only for next
|
|
|
+scan_w_no_asm_reader_switch_inside_asm=02051_W_îúâ ÷åøà äASM àéðå àôùøé áúåê îùôè àñîáìé. "$1" éäéä éùôéò ø÷ áäëøæä äáàä/
|
|
|
% It is not possible to switch from one assembler reader to another
|
|
|
% inside an assmebler block. The new reader will be used for next
|
|
|
% assembler statements only.
|
|
|
-scan_e_wrong_switch_toggle=02052_E_Wrong switch toggle, use ON/OFF or +/-
|
|
|
+scan_e_wrong_switch_toggle=02052_E_ùéîåù ùâåé áîúâ. äùúîù áON/OFF àå á +/-
|
|
|
% You need to use ON or OFF or a + or - to toggle the switch
|
|
|
-scan_e_resourcefiles_not_supported=02053_E_Resource files are not supported for this target
|
|
|
+scan_e_resourcefiles_not_supported=02053_E_÷åáõ äîùàáéí àéðå ðúîê áéòã äðáçø
|
|
|
% The target you are compiling for doesn't support resource files.
|
|
|
-scan_w_include_env_not_found=02054_W_Include environment "$1" not found in environment
|
|
|
+scan_w_include_env_not_found=02054_W_îùúðä äñáéáä "$1" ìà ðîöà áñáéáä
|
|
|
% The included environment variable can't be found in the environment, it will
|
|
|
% be replaced by an empty string instead.
|
|
|
-scan_e_invalid_maxfpureg_value=02055_E_Illegal value for FPU register limit
|
|
|
+scan_e_invalid_maxfpureg_value=02055_E_òøê ìà çå÷é ìäâáìåú àåâø äFPC
|
|
|
% Valid values for this directive are 0..8 and NORMAL/DEFAULT
|
|
|
-scan_w_only_one_resourcefile_supported=02056_W_Only one resource file is supported for this target
|
|
|
+scan_w_only_one_resourcefile_supported=02056_W_ø÷ ÷åáõ îùàáéí àçã ðúîê áéòã æä
|
|
|
% The target you are compiling for supports only one resource file.
|
|
|
% The first resource file found is used, the others are discarded.
|
|
|
-scan_w_macro_support_turned_off=02057_W_Macro support has been turned off
|
|
|
+scan_w_macro_support_turned_off=02057_W_äúîéëä áî÷øå ëåáä
|
|
|
% A macro declaration has been found, but macro support is currently off,
|
|
|
% so the declaration will be ignored. To turn macro support on compile with
|
|
|
% -Sm on the commandline or add {$MACRO ON} in the source
|
|
|
-scan_e_invalid_interface_type=02058_E_Illegal interface type specified. Valids are COM, CORBA or DEFAULT.
|
|
|
+scan_e_invalid_interface_type=02058_E_äåëøæ ñåâ îîù÷ ìà çå÷é. äâãøåú çå÷éåú äí COM, CORBA àå DEFAULT
|
|
|
% The interface type that was specified is not supported
|
|
|
-scan_w_appid_not_support=02059_W_APPID is only supported for PalmOS
|
|
|
+scan_w_appid_not_support=02059_W_APPID ðúîê ø÷ áPALMOS
|
|
|
% The \var{\{\$APPID\}} directive is only supported for the PalmOS target.
|
|
|
-scan_w_appname_not_support=02060_W_APPNAME is only supported for PalmOS
|
|
|
+scan_w_appname_not_support=02060_W_APPNAME ðúîê ø÷ áPALMOS
|
|
|
% The \var{\{\$APPNAME\}} directive is only supported for the PalmOS target.
|
|
|
-scan_e_string_exceeds_255_chars=02061_E_Constant strings can't be longer than 255 chars
|
|
|
+scan_e_string_exceeds_255_chars=02061_E_îçøåæú ÷áåòä ìà éëåìä ìäéåú îòì 255 úååéí
|
|
|
% A single string constant can contain at most 255 chars. Try splitting up the
|
|
|
% string in multiple smaller parts and concatenate them with a + operator.
|
|
|
-scan_f_include_deep_ten=02062_F_Including include files exceeds a depth of 16.
|
|
|
+scan_f_include_deep_ten=02062_F_äåñôú ÷áöé äinclude âìù îòåî÷ ä16
|
|
|
% When including include files the files have been nested to a level of 16.
|
|
|
% The compiler will expand no further, since this may be a sign that
|
|
|
% recursion is used.
|
|
|
-scan_e_too_many_push=02063_F_Too many levels of PUSH
|
|
|
+scan_e_too_many_push=02063_F_éåúø îéãé ùëáåú PUSH
|
|
|
% A maximum of 20 levels is allowed. This error occur only in mode MacPas.
|
|
|
-scan_e_too_many_pop=02064_E_A POP without a preceding PUSH
|
|
|
+scan_e_too_many_pop=02064_E_POP ììà ùçøåø ùì PUSH
|
|
|
% This error occur only in mode MacPas.
|
|
|
-scan_e_error_macro_lacks_value=02065_E_Macro "$1" does not have any value
|
|
|
+scan_e_error_macro_lacks_value=02065_E_î÷øå "$1" ìà îëéì òøëéí
|
|
|
% Thus the conditional compiling expression cannot be evaluated.
|
|
|
-scan_e_wrong_switch_toggle_default=02066_E_Wrong switch toggle, use ON/OFF/DEFAULT or +/-/*
|
|
|
+scan_e_wrong_switch_toggle_default=02066_E_ùéîåù áîúâ ùâåé, äùúîù á ON/OFF/DEFAULT àå á+/-/*
|
|
|
% You need to use ON or OFF or DEFAULT or a + or - or * to toggle the switch
|
|
|
% \end{description}
|
|
|
#
|