errorf.msg 84 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577
  1. #
  2. # $Id$
  3. # This file is part of the Free Pascal Compiler
  4. # Copyright (c) 1998-2000 by the Free Pascal Development team
  5. #
  6. # French (cp850) Language File for Free Pascal
  7. #
  8. # See the file COPYING.FPC, included in this distribution,
  9. # for details about the copyright.
  10. #
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. #
  15. #
  16. # The constants are build in the following order:
  17. # <part>_<type>_<txtidentifier>
  18. #
  19. # <part> is the part of the compiler the message is used
  20. # asmr_ assembler parsing
  21. # asmw_ assembler writing/binary writers
  22. # unit_ unit handling
  23. # scan_ scanner
  24. # parser_ parser
  25. # type_ type checking
  26. # general_ general info
  27. # exec_ calls to assembler, linker, binder
  28. #
  29. # <type> the type of the message it should normally used for
  30. # f_ fatal error
  31. # e_ error
  32. # w_ warning
  33. # n_ note
  34. # h_ hint
  35. # i_ info
  36. # l_ linenumber
  37. # u_ used
  38. # t_ tried
  39. # m_ macro
  40. # p_ procedure
  41. # c_ conditional
  42. # d_ debug message
  43. # b_ display overloaded procedures
  44. # x_ executable informations
  45. #
  46. #
  47. # General
  48. #
  49. # BeginOfTeX
  50. % \section{General compiler messages}
  51. % This section gives the compiler messages which are not fatal, but which
  52. % display useful information. The number of such messages can be
  53. % controlled with the various verbosity level \var{-v} switches.
  54. % \begin{description}
  55. general_t_compilername=T_Compilateur : $1
  56. % When the \var{-vt} switch is used, this line tells you what compiler
  57. % is used.
  58. general_d_sourceos=D_SystŠme d'exploitation source : $1
  59. % When the \var{-vd} switch is used, this line tells you what the source
  60. % operating system is.
  61. general_i_targetos=I_SystŠme d'exploitation cible : $1
  62. % When the \var{-vd} switch is used, this line tells you what the target
  63. % operating system is.
  64. general_t_exepath=T_R‚pertoire pour fichiers executables : $1
  65. % When the \var{-vt} switch is used, this line tells you where the compiler
  66. % looks for it's binaries.
  67. general_t_unitpath=T_R‚pertoire de recherche d'unit‚s : $1
  68. % When the \var{-vt} switch is used, this line tells you where the compiler
  69. % looks for compiled units. You can set this path with the \var{-Fu}
  70. general_t_includepath=T_R‚pertoire pour recherche de fichiers inclus : $1
  71. % When the \var{-vt} switch is used, this line tells you where the compiler
  72. % looks for it's include files (files used in \var{\{\$I xxx\}} statements).
  73. % You can set this path with the \var{-I} option.
  74. general_t_librarypath=T_R‚pertoire pour librairies : $1
  75. % When the \var{-vt} switch is used, this line tells you where the compiler
  76. % looks for the libraries. You can set this path with the \var{-Fl} option.
  77. general_t_objectpath=T_R‚pertoire pour fichiers objets : $1
  78. % When the \var{-vt} switch is used, this line tells you where the compiler
  79. % looks for object files you link in (files used in \var{\{\$L xxx\}} statements).
  80. % You can set this path with the \var{-Fo} option.
  81. general_i_abslines_compiled=I_$1 lignes compil‚es, $2 secondes
  82. % When the \var{-vi} switch is used, the compiler reports the number
  83. % of lines compiled, and the time it took to compile them (real time,
  84. % not program time).
  85. general_f_no_memory_left=F_Plus de m‚moire disponible
  86. % The compiler doesn't have enough memory to compile your program. There are
  87. % several remedies for this:
  88. % \begin{itemize}
  89. % \item If you're using the build option of the compiler, try compiling the
  90. % different units manually.
  91. % \item If you're compiling a huge program, split it up in units, and compile
  92. % these separately.
  93. % \item If the previous two don't work, recompile the compiler with a bigger
  94. % heap (you can use the \var{-Ch} option for this, \seeo{Ch})
  95. % \end{itemize}
  96. % \end{description}
  97. #
  98. # Scanner
  99. #
  100. % \section{Scanner messages.}
  101. % This section lists the messages that the scanner emits. The scanner takes
  102. % care of the lexical structure of the pascal file, i.e. it tries to find
  103. % reserved words, strings, etc. It also takes care of directives and
  104. % conditional compiling handling.
  105. % \begin{description}
  106. scan_f_end_of_file=F_Fin de fichier inattendue
  107. % this typically happens in on of the following cases :
  108. % \begin{itemize}
  109. % \item The source file ends befor then final \var{end.} statement. This
  110. % happens mostly when the \var{begin} and \var{end} statements aren't
  111. % balanced;
  112. % \item An include file ends in the middle of a statement.
  113. % \item A comment wasn't closed.
  114. % \end{itemize}
  115. scan_f_string_exceeds_line=F_String au-del… de la fin de ligne
  116. % You forgot probably to include the closing ' in a string, so it occupies
  117. % multiple lines.
  118. scan_f_illegal_char=F_caractŠre ill‚gal
  119. % An illegal character was encountered in the input file.
  120. scan_f_syn_expected=F_Erreur de syntaxe, $1 attendu mais $2 trouv‚
  121. % This indicates that the compiler expected a different token than
  122. % the one you typed. It can occur almost everywhere where you make a
  123. % mistake against the pascal language.
  124. scan_t_start_include_file=T_D‚but de lecture du fichier inclus $1
  125. % When you provide the \var{-vt} switch, the compiler tells you
  126. % when it starts reading an included file.
  127. scan_w_comment_level=W_Commentaire de niveau $1
  128. % When the \var{-vw} switch is used, then the compiler warns you if
  129. % it finds nested comments. Nested comments are not allowed in Turbo Pascal
  130. % and can be a possible source of errors.
  131. scan_n_far_directive_ignored=N_$F directive (FAR) ignor‚e
  132. % The \var{FAR} directive is a 16-bit construction which is recorgnised
  133. % but ignored by the compiler, since it produces 32 bit code.
  134. scan_n_stack_check_global_under_linux=N_Le controle de la gestion de la pile est global sous Linux
  135. % Stack checking with the \var{-Cs} switch is ignored under \linux, since
  136. % \linux does this for you. Only displayed when \var{-vn} is used.
  137. scan_n_ignored_switch=N_Switch "$1" ignor‚
  138. % With \var{-vn} on, the compiler warns if it ignores a switch
  139. scan_w_illegal_switch=W_Switch "$1" ill‚gal
  140. % You included a compiler switch (i.e. \var{\{\$... \}}) which the compiler
  141. % doesn't know.
  142. scan_w_switch_is_global=W_Ce switch a un effet global
  143. % When \var{-vw} is used, the compiler warns if a switch is global.
  144. scan_e_illegal_char_const=E_Constante de type char ill‚gale
  145. % This happens when you specify a character with its ASCII code, as in
  146. % \var{\#96}, but the number is either illegal, or out of range. The range
  147. % is 1-255.
  148. scan_f_cannot_open_input=F_Impossible d'ouvrir le fichier $1
  149. % \fpc cannot find the program or unit source file you specified on the
  150. % command line.
  151. scan_f_cannot_open_includefile=F_Impossible d'ouvrir le fichier inclus $1
  152. % \fpc cannot find the source file you specified in a \var{\{\$include \}}
  153. % stateent.
  154. scan_e_too_much_endifs=E_Trop de $ENDIFs ou de $ELSEs
  155. % Your \var{\{\$IFDEF ..\}} and {\{\$ENDIF\}} statements aren't balanced.
  156. scan_w_only_pack_records=W_L'alignement des Records peut uniquement ˆtre de 1,2,4,8 ou 16 bytes
  157. % You are specifying the \var{\{\$PACKRECORDS n\} } with an illegal value for
  158. % \var{n}. Only 1,2,4 or 16 are valid in this case.
  159. scan_w_only_pack_enum=W_Les ‚numerations peuvent seulement ˆtre sauvegard‚s en 1,2 ou 4 bytes
  160. % You are specifying the \var{\{\$PACKENUM n\}} with an illegal value for
  161. % \var{n}. Only 1,2 or 4 are valid in this case.
  162. scan_e_endif_expected=E_$1 attendu pour $2 d‚fini … la ligne $3
  163. % Your conditional compilation statements are unbalanced.
  164. scan_e_preproc_syntax_error=E_Erreur de syntaxe pendant l'interpr‚tation d'une directive de compilation
  165. % There is an error in the expression following the \var{\{\$if \}} compiler
  166. % directive.
  167. scan_e_error_in_preproc_expr=E_Erreur d'‚valuation d'une directive de compilation
  168. % There is an error in the expression following the \var{\{\$if \}} compiler
  169. % directive.
  170. scan_w_marco_cut_after_255_chars=W_Le contenu d'une macro est tronqu‚ … 255 caractŠres
  171. % The contents of macros canno be longer than 255 characters. This is a
  172. % safety in the compiler, to prevent buffer overflows. This is shown as a
  173. % warning, i.e. when the \var{-vw} switch is used.
  174. scan_e_endif_without_if=E_ENDIF sans IF(N)DEF
  175. % Your \var{\{\$IFDEF ..\}} and {\{\$ENDIF\}} statements aren't balanced.
  176. scan_f_user_defined=F_D‚fini par l'utilisateur : $1
  177. % A user defined fatal error occurred. see also the \progref
  178. scan_e_user_defined=E_D‚fini par l'utilisateur : $1
  179. % A user defined error occurred. see also the \progref
  180. scan_w_user_defined=W_D‚fini par l'utilisateur : $1
  181. % A user defined warning occurred. see also the \progref
  182. scan_n_user_defined=N_D‚fini par l'utilisateur : $1
  183. % A user defined note was encountered. see also the \progref
  184. scan_h_user_defined=H_D‚fini par l'utilisateur : $1
  185. % A user defined hint was encountered. see also the \progref
  186. scan_i_user_defined=I_D‚fini par l'utilisateur : $1
  187. % User defined information was encountered. see also the \progref
  188. scan_e_keyword_cant_be_a_macro=E_Impossible de redefinir un mot r‚serv‚
  189. % You cannot redefine keywords with macros.
  190. scan_f_macro_buffer_overflow=F_D‚bordement du buffer de la macro en lecture ou expansion
  191. % Your macro or it's result was too long for the compiler.
  192. scan_w_macro_deep_ten=W_L'expansion des macros d‚passe un niveau de 16.
  193. % When expanding a macro macros have been nested to a level of 16.
  194. % The compiler will expand no further, since this may be a sign that
  195. % recursion is used.
  196. scan_e_wrong_styled_switch=E_Les directives de compilation entre (* ... *) ne sont pas accept‚es
  197. % Compiler switches should always be between \var{\{ \}} comment delimiters.
  198. scan_d_handling_switch=D_Interpr‚tation switch "$1"
  199. % When you set debugging info on (\var{-vd}) the compiler tells you when it
  200. % is evaluating conditional compile statements.
  201. scan_c_endif_found=C_ENDIF $1 trouv‚
  202. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  203. % where it encounters conditional statements.
  204. scan_c_ifdef_found=C_IFDEF $1 trouv‚, $2
  205. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  206. % where it encounters conditional statements.
  207. scan_c_ifopt_found=C_IFOPT $1 trouv‚, $2
  208. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  209. % where it encounters conditional statements.
  210. scan_c_if_found=C_IF $1 trouv‚, $2
  211. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  212. % where it encounters conditional statements.
  213. scan_c_ifndef_found=C_IFNDEF $1 trouv‚, $2
  214. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  215. % where it encounters conditional statements.
  216. scan_c_else_found=C_ELSE $1 trouv‚, $2
  217. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  218. % where it encounters conditional statements.
  219. scan_c_skipping_until=C_Passant jusqu'…...
  220. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  221. % where it encounters conditional statements, and whether it is skipping or
  222. % compiling parts.
  223. scan_i_press_enter=I_Appuyez sur <Entr‚e> pour continuer
  224. % When the \var{-vi} switch is used, the compiler stops compilation
  225. % and waits for the \var{Enter} key to be pressed when it encounters
  226. % a \var{\{\$STOP\}} directive.
  227. scan_w_unsupported_switch=W_Switch non support‚ $1
  228. % When warings are turned on (\var{-vw}) the compiler warns you about
  229. % unsupported switches. This means that the switch is used in Delphi or
  230. % Turbo Pascal, but not in \fpc
  231. scan_w_illegal_directive=W_directive de compilation ill‚gale $1
  232. % When warings are turned on (\var{-vw}) the compiler warns you about
  233. % unrecognised switches. For a list of recognised switches, \progref
  234. scan_t_back_in=T_De retour dans $1
  235. % When you use (\var{-vt}) the compiler tells you when it has finished
  236. % reading an include file.
  237. scan_w_unsupported_app_type=W_Type d'application non support‚e : $1
  238. % You get this warning, ff you specify an unknown application type
  239. % with the directive $APPTYPE
  240. scan_w_app_type_not_support=W_$APPTYPE non support‚ par OS cible
  241. % The $APPTYPE directive is supported by win32 applications only
  242. scan_w_unsupported_asmmode_specifier=W_Style assembleur non support‚ $1
  243. % When you specify an assembler mode with the \var{\{\$ASMMODE xxx\}}
  244. % the compiler didn't recognize the mode you specified.
  245. scan_w_no_asm_reader_switch_inside_asm=W_Changement de type d'interpr‚teur ASM … l'int‚rieur de code assembleur, $1 sera effectif seulement pour le prochain
  246. % It is not possible to switch from one assembler reader to another
  247. % inside an assmebler block. The new reader will be used for next
  248. % assembler statement only.
  249. scan_e_wrong_switch_toggle=E_Mauvais argument de switch, utilisez ON/OFF ou +/-
  250. % You need to use ON or OFF or a + or - to toggle the switch
  251. scan_e_resourcefiles_not_supported=E_Fichiers ressource non support‚ pour cette cible
  252. % The target you are compiling for doesn't support Resource files. The
  253. % only target which can use resource files is Win32
  254. %
  255. % \end{description}
  256. #
  257. # Parser
  258. #
  259. % \section{Parser messages}
  260. % This section lists all parser messages. The parser takes care of the
  261. % semantics of you language, i.e. it determines if your pascal constructs
  262. % are correct.
  263. % \begin{description}
  264. parser_e_syntax_error=E_Parseur - Erreur de syntaxe
  265. % An error against the Turbo Pascal language was encountered. This happens
  266. % typically when an illegal character is found in the sources file.
  267. parser_w_proc_far_ignored=W_Directive pour proc‚dure FAR ignor‚
  268. % This is a warning. \var{FAR} is a construct for 8 or 16 bit programs. Since
  269. % the compile generates 32 bit programs, it ignores this directive.
  270. parser_w_proc_near_ignored=W_Directive pour proc‚dure NEAR ignor‚
  271. % This is a warning. \var{NEAR} is a construct for 8 or 16 bit programs. Since
  272. % the compile generates 32 bit programs, it ignores this directive.
  273. parser_w_proc_register_ignored=W_Diretive pour proc‚dure REGISTER ignor‚
  274. % This is a warning. \var{REGISTER} is ignored by FPC programs for now.
  275. % This is introduced first for Delphi compatibility.
  276. parser_e_no_dll_file_specified=E_Pas de fichier DLL sp‚cifi‚
  277. % No longer in use.
  278. parser_e_export_name_double=E_Nom de fonction export‚e doubl‚ $1
  279. % Exported function names inside a specific DLL must all be different
  280. parser_e_export_ordinal_double=E_Index de fonction export‚e doubl‚ $1
  281. % Exported function names inside a specific DLL must all be different
  282. parser_e_export_invalid_index=E_Index non valide pour fonction export‚e
  283. % DLL function index must be in the range 1..$FFFF
  284. parser_e_constructorname_must_be_init=E_Le nom du constructeur doit ˆtre INIT
  285. % You are declaring a constructor with a name which isn't \var{init}, and the
  286. % \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
  287. parser_e_destructorname_must_be_done=E_Le nom du destructeur doit ˆtre DONE
  288. % You are declaring a constructor with a name which isn't \var{done}, and the
  289. % \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
  290. parser_e_illegal_open_parameter=E_ParamŠtre ouvert non valide
  291. % You are trying to use the wrong type for an open parameter.
  292. parser_e_proc_inline_not_supported=E_Directive de fonction INLINE non support‚e
  293. % You tried to compile a program with C++ style inlining, and forgot to
  294. % specify the \var{-Si} option (\seeo{Si}). The compiler doesn't support C++
  295. % styled inlining by default.
  296. parser_w_priv_meth_not_virtual=W_Les m‚thodes priv‚es ne devraient pas ˆtre virutelles
  297. % You declared a method in the private part of a object (class) as
  298. % \var{virtual}. This is not allowed. Private methods cannot be overridden
  299. % anyway.
  300. parser_w_constructor_should_be_public=W_Le constructeur devrait ˆtre public
  301. % Constructors must be in the 'public' part of an object (class) declaration.
  302. parser_w_destructor_should_be_public=W_Le destructeur devrait ˆtre public
  303. % Destructors must be in the 'public' part of an object (class) declaration.
  304. parser_n_only_one_destructor=N_Les classes ne devraient avoir qu'un selu destructeur
  305. % You can declare only one destructor for a class.
  306. parser_e_no_local_objects=E_Les D‚finitions locales de classes ne sont pas autoris‚es
  307. % Classes must be defined globally. They cannot be defined inside a
  308. % procedure or function
  309. parser_f_no_anonym_objects=F_Les d‚finitions de classes anonymes sont interdites
  310. % An invalid object (class) declaration was encountered, i.e. an
  311. % object or class without methods that isn't derived from another object or
  312. % class. For example:
  313. % \begin{verbatim}
  314. % Type o = object
  315. % a : longint;
  316. % end;
  317. % \end{verbatim}
  318. % will trigger this error.
  319. parser_object_has_no_vmt=E_L'object $1 n'a pas de table de m‚thodes virtuelles (VMT)
  320. parser_e_illegal_parameter_list=E_Liste de paramŠtres ill‚gale
  321. % You are calling a function with parameters that are of a different type than
  322. % the declared parameters of the function.
  323. parser_e_wrong_parameter_type=E_Mauvais type pour paramŠtre #$1
  324. % There is an error in the parameter list of the function or procedure.
  325. % The compiler cannot determine the error more accurate than this.
  326. parser_e_wrong_parameter_size=E_Mauvais nombre de paramŠtres sp‚cifi‚
  327. % There is an error in the parameter list of the function or procedure,
  328. % the number of parameters is not correct.
  329. parser_e_overloaded_no_procedure=E_L'identificateur surcharg‚ $1 n'est pas une fonction
  330. % The compiler encountered a symbol with the same name as an overloaded
  331. % function, but it isn't a function it can overload.
  332. parser_e_overloaded_have_same_parameters=E_Les fonctions surcharg‚es ont les mˆmes paramŠtres
  333. % You're declaring overloaded functions, but with the same parameter list.
  334. % Overloaded function must have at least 1 different parameter in their
  335. % declaration.
  336. parser_e_header_dont_match_forward=E_L'entˆte de la fonction ne correspond pas … la d‚claration $1
  337. % You declared a function with same parameters but
  338. % different result type or function specifiers.
  339. parser_e_header_different_var_names=E_L'entˆte de la fonction $1 ne correspond pas … la d‚claration : le nom de variable change $2 => $3
  340. % You declared the function in the \var{interface} part, or with the
  341. % \var{forward} directive, but define it with a different parameter list.
  342. parser_n_duplicate_enum=N_Les valeurs d'une ‚num‚ration doivent ˆtre en ordre ascendant
  343. % \fpc allows enumeration constructions as in C. Given the following
  344. % declaration two declarations:
  345. % \begin{verbatim}
  346. % type a = (A_A,A_B,A_E:=6,A_UAS:=200);
  347. % type a = (A_A,A_B,A_E:=6,A_UAS:=4);
  348. % \end{verbatim}
  349. % The second declaration would produce an error. \var{A\_UAS} needs to have a
  350. % value higher than \var{A\_E}, i.e. at least 7.
  351. parser_n_interface_name_diff_implementation_name=N_Les noms d'interface et d'implementation sont diff‚rents $1 => $2
  352. % This note warns you if the implementation and interface names of a
  353. % functions are different, but they have the same mangled name. This
  354. % is important when using overloaded functions (but should produce no error).
  355. parser_e_no_with_for_variable_in_other_segments=E_With ne peut ˆtre utilis‚ pour des variables dans un autre segment
  356. % With stores a variable locally on the stack,
  357. % but this is not possible if the variable belongs to another segment.
  358. parser_e_too_much_lexlevel=E_Niveau d'inbrication de fonctions > 31
  359. % You can nest function definitions only 31 times.
  360. parser_e_range_check_error=E_Erreur d'intervalle dans l'‚valuation d'une constante
  361. % The constants are out of their allowed range.
  362. parser_w_range_check_error=W_Erreur d'intervalle dans l'‚valuation d'une constante
  363. % The constants are out of their allowed range.
  364. parser_e_double_caselabel=E_Valeur en double dans une instruction CASE
  365. % You are specifying the same label 2 times in a \var{case} statement.
  366. parser_e_case_lower_less_than_upper_bound=E_Valeur max inf‚rieure … la valeur min dans CASE
  367. % The upper bound of a \var{case} label is less than the lower bound and this
  368. % is useless
  369. parser_e_type_const_not_possible=E_Les constantes typ‚es de classes sont interdites
  370. % You cannot declare a constant of type class or object.
  371. parser_e_no_overloaded_procvars=E_Impossible d'assigner … une variable fonctionelle une fonction surcharg‚e
  372. % You are trying to assign an overloaded function to a procedural variable.
  373. % This isn't allowed.
  374. parser_e_invalid_string_size=E_La longueur d'une STRING doit ˆtre situ‚e entre 1 et 255
  375. % The length of a string in Pascal is limited to 255 characters. You are
  376. % trying to declare a string with length lower than 1 or greater than 255
  377. % (This is not true for \var{Longstrings} and \var{AnsiStrings}.
  378. parser_w_use_extended_syntax_for_objects=W_Utilisez la syntaxe ‚tendue de NEW et DISPOSE pour les objets
  379. % If you have a pointer \var{a} to a class type, then the statement
  380. % \var{new(a)} will not initialize the class (i.e. the constructor isn't
  381. % called), although space will be allocated. you should issue the
  382. % \var{new(a,init)} statement. This will allocate space, and call the
  383. % constructor of the class.
  384. parser_w_no_new_dispose_on_void_pointers=W_L'usage de NEW ou DISPOSE pour des pointeurs non typ‚s est sans signification meaningless
  385. parser_e_no_new_dispose_on_void_pointers=E_L'usage de NEW ou DISPOSE pour des pointeurs non typ‚s est sans signification meaningless
  386. % You cannot use \var{new(p)} or \var{dispose(p)} if \var{p} is an untyped pointer
  387. % because no size is associated to an untyped pointer.
  388. % Accepted for compatibility in \var{tp} and \vat{delphi} modes.
  389. parser_e_class_id_expected=E_Identificateur de classe attendu
  390. % This happens when the compiler scans a procedure declaration that contains
  391. % a dot,
  392. % i.e., a object or class method, but the type in front of the dot is not
  393. % a known type.
  394. parser_e_no_type_not_allowed_here=E_Identificateur de type interdit ici
  395. % You cannot use a type inside an expression.
  396. parser_e_methode_id_expected=E_Identificateur de m‚thode attendu
  397. % This identifier is not a method.
  398. % This happens when the compiler scans a procedure declaration that contains
  399. % a dot, i.e., a object or class method, but the procedure name is not a
  400. % procedure of this type.
  401. parser_e_header_dont_match_any_member=E_La fonction ne correspond … aucune m‚thode de cette classe
  402. % This identifier is not a method.
  403. % This happens when the compiler scans a procedure declaration that contains
  404. % a dot, i.e., a object or class method, but the procedure name is not a
  405. % procedure of this type.
  406. parser_p_procedure_start=P_proc‚dure/fonction $1
  407. % When using the \var{-vp} switch, the compiler tells you when it starts
  408. % processing a procedure or function implementation.
  409. parser_e_error_in_real=E_Constante r‚elle ill‚gale
  410. % The compiler expects a floating point expression, and gets something else.
  411. parser_e_fail_only_in_constructor=E_FAIL peut uniquement ˆtre utilis‚ dans un constructeur
  412. % You are using the \var{FAIL} instruction outside a constructor method.
  413. parser_e_no_paras_for_destructor=E_Les destructeurs ne peuvent avoir de paramŠtres
  414. % You are declaring a destructor with a parameter list. Destructor methods
  415. % cannot have parameters.
  416. parser_e_only_class_methods_via_class_ref=E_Seules des m‚thodes de classes peuvent ˆtre r‚f‚r‚ avec des r‚f‚rences de classes
  417. % This error occurs in a situation like the following:
  418. % \begin{verbatim}
  419. % Type :
  420. % Tclass = Class of Tobject;
  421. %
  422. % Var C : TClass;
  423. %
  424. % begin
  425. % ...
  426. % C.free
  427. % \end{verbatim}
  428. % \var{Free} is not a class method and hence cannot be called with a class
  429. % reference.
  430. parser_e_only_class_methods=E_Seuls des m‚thodes de classes peuvent ˆtre appel‚s dans une m‚thode de classe
  431. % This is related to the previous error. You cannot call a method of an object
  432. % from a inside a class method. The following code would produce this error:
  433. % \begin{verbatim}
  434. % class procedure tobject.x;
  435. %
  436. % begin
  437. % free
  438. % \end{verbatim}
  439. % Because free is a normal method of a class it cannot be called from a class
  440. % method.
  441. parser_e_case_mismatch=E_La constante et le type de CASE ne conserpodnet pas
  442. % One of the labels is not of the same type as the case variable.
  443. parser_e_illegal_symbol_exported=E_The symbol can't be exported from a library
  444. % You can only export procedures and functions when you write a library. You
  445. % cannot export variables or constants.
  446. parser_w_should_use_override=W_Une m‚thode h‚rit‚e est cach‚e par $1
  447. % A method that is declared \var{virtual} in a parent class, should be
  448. % overridden in the descendent class with the \var{override} directive. If you
  449. % don't specify the \var{override} directive, you will hide the parent method;
  450. % you will not override it.
  451. parser_e_nothing_to_be_overridden=E_Il n'y a pas de m‚thode dans l'ancˆtre que l'on peut surcharger : $1
  452. % You try to \var{override} a virtual method of a parent class that doesn't
  453. % exist.
  454. parser_e_no_procedure_to_access_property=E_Il manque un champ pour sp‚cifier l'accŠss … la property
  455. % You specified no \var{read} directive for a property.
  456. parser_w_stored_not_implemented=W_Stored prorperty directive is not yet implemented
  457. % The \var{stored} directive is not yet implemented
  458. parser_e_ill_property_access_sym=E_Symbole ill‚gal pour accŠs … la property
  459. % There is an error in the \var{read} or \var{write} directives for an array
  460. % property. When you declare an array property, you can only access it with
  461. % procedures and functions. The following code woud cause such an error.
  462. % \begin{verbatim}
  463. % tmyobject = class
  464. % i : integer;
  465. % property x [i : integer]: integer read I write i;
  466. % \end{verbatim}
  467. %
  468. parser_e_cant_access_protected_member=E_Cannot access a protected field of an object here
  469. % Fields that are declared in a \var{protected} section of an object or class
  470. % declaration cannot be accessed outside the module wher the object is
  471. % defined, or outside descendent object methods.
  472. parser_e_cant_access_private_member=E_Cannot access a private field of an object here
  473. % Fields that are declared in a \var{private} section of an object or class
  474. % declaration cannot be accessed outside the module where the class is
  475. % defined.
  476. parser_w_overloaded_are_not_both_virtual=W_overloaded method of virtual method should be virtual: $1
  477. % If you declare overloaded methods in a class, then they should either all be
  478. % virtual, or none. You shouldn't mix them.
  479. parser_w_overloaded_are_not_both_non_virtual=W_overloaded method of non-virtual method should be non-virtual: $1
  480. % If you declare overloaded methods in a class, then they should either all be
  481. % virtual, or none. You shouldn't mix them.
  482. parser_e_overloaded_methodes_not_same_ret=E_overloaded methods which are virtual must have the same return type: $1
  483. % If you declare virtual overloaded methods in a class definition, they must
  484. % have the same return type.
  485. parser_e_dont_nest_export=E_EXPORT declared functions can't be nested
  486. % You cannot declare a function or procedure within a function or procedure
  487. % that was declared as an export procedure.
  488. parser_e_methods_dont_be_export=E_methods can't be EXPORTed
  489. % You cannot declare a procedure that is a method for an object as
  490. % \var{export}ed. That is, your methods cannot be called from a C program.
  491. parser_e_call_by_ref_without_typeconv=E_call by var parameters have to match exactly
  492. % When calling a function declared with \var{var} parameters, the variables in
  493. % the function call must be of exactly the same type. There is no automatic
  494. % type conversion.
  495. parser_e_no_super_class=E_Class isn't a parent class of the current class
  496. % When calling inherited methods, you are trying to call a method of a strange
  497. % class. You can only call an inherited method of a parent class.
  498. parser_e_self_not_in_method=E_SELF is only allowed in methods
  499. % You are trying to use the \var{self} parameter outside an object's method.
  500. % Only methods get passed the \var{self} parameters.
  501. parser_e_generic_methods_only_in_methods=E_methods can be only in other methods called direct with type identifier of the class
  502. % A construction like \var{sometype.somemethod} is only allowed in a method.
  503. parser_e_illegal_colon_qualifier=E_Illegal use of ':'
  504. % You are using the format \var{:} (colon) 2 times on an expression that
  505. % is not a real expression.
  506. parser_e_illegal_set_expr=E_range check error in set constructor or duplicate set element
  507. % The declaration of a set contains an error. Either one of the elements is
  508. % outside the range of the set type, either two of the elements are in fact
  509. % the same.
  510. parser_e_pointer_to_class_expected=E_Pointer to object expected
  511. % You specified an illegal type in a \var{New} statement.
  512. % The extended synax of \var{New} needs an object as a parameter.
  513. parser_e_expr_have_to_be_constructor_call=E_Expression must be constructor call
  514. % When using the extended syntax of \var{new}, you must specify the constructor
  515. % method of the object you are trying to create. The procedure you specified
  516. % is not a constructor.
  517. parser_e_expr_have_to_be_destructor_call=E_Expression must be destructor call
  518. % When using the extended syntax of \var{dispose}, you must specify the
  519. % destructor method of the object you are trying to dispose of.
  520. % The procedure you specified is not a destructor.
  521. parser_e_invalid_record_const=E_Illegal order of record elements
  522. % When declaring a constant record, you specified the fields in the wrong
  523. % order.
  524. parser_e_false_with_expr=E_Expression type must be class or record type
  525. % A \var{with} statement needs an argument that is of the type \var{record}
  526. % or \var{class}. You are using \var{with} on an expression that is not of
  527. % this type.
  528. parser_e_void_function=E_Procedures can't return a value
  529. % In \fpc, you can specify a return value for a function when using
  530. % the \var{exit} statement. This error occurs when you try to do this with a
  531. % procedure. Procedures cannot return a value.
  532. parser_e_constructors_always_objects=E_constructors and destructors must be methods
  533. % You're declaring a procedure as destructor or constructor, when the
  534. % procedure isn't a class method.
  535. parser_e_operator_not_overloaded=E_Operator is not overloaded
  536. % You're trying to use an overloaded operator when it isn't overloaded for
  537. % this type.
  538. parser_e_no_reraise_possible=E_Re-raise isn't possible there
  539. % You are trying to raise an exception where it isn't allowed. You can only
  540. % raise exceptions in an \var{except} block.
  541. parser_e_no_new_or_dispose_for_classes=E_The extended syntax of new or dispose isn't allowed for a class
  542. % You cannot generate an instance of a class with the extended syntax of
  543. % \var{new}. The constructor must be used for that. For the same reason, you
  544. % cannot call \var{Dispose} to de-allocate an instance of a class, the
  545. % destructor must be used for that.
  546. parser_e_asm_incomp_with_function_return=E_Assembler incompatible with function return type
  547. % You're trying to implement a \var{assembler} function, but the return type
  548. % of the function doesn't allow that.
  549. parser_e_procedure_overloading_is_off=E_Procedure overloading is switched off
  550. % When using the \var{-So} switch, procedure overloading is switched off.
  551. % Turbo Pascal does not support function overloading.
  552. parser_e_overload_operator_failed=E_It is not possible to overload this operator (overload = instead)
  553. % You are trying to overload an operator which cannot be overloaded.
  554. % The following operators can be overloaded :
  555. % \begin{verbatim}
  556. % +, -, *, /, =, >, <, <=, >=, is, as, in, **, :=
  557. % \end{verbatim}
  558. parser_e_comparative_operator_return_boolean=E_Comparative operator must return a boolean value
  559. % When overloading the \var{=} operator, the function must return a boolean
  560. % value.
  561. parser_e_only_virtual_methods_abstract=E_Only virtual methods can be abstract
  562. % You are declaring a method as abstract, when it isn't declared to be
  563. % virtual.
  564. parser_f_unsupported_feature=F_Use of unsupported feature!
  565. % You're trying to force the compiler into doing something it cannot do yet.
  566. parser_e_mix_of_classes_and_objects=E_The mix of CLASSES and OBJECTS isn't allowed
  567. % You cannot derive \var{objects} and \var{classes} intertwined . That is,
  568. % a class cannot have an object as parent and vice versa.
  569. parser_w_unknown_proc_directive_ignored=W_Unknown procedure directive had to be ignored: $1
  570. % The procedure direcive you secified is unknown. Recognised procedure
  571. % directives are \var{cdecl}, \var{stdcall}, \var{popstack}, \var{pascal}
  572. % \var{register}, \var{export}.
  573. parser_e_absolute_only_one_var=E_absolute can only be associated to ONE variable
  574. % You cannot specify more than one variable before the \var{absolute} directive.
  575. % Thus, the following construct will provide this error:
  576. % \begin{verbatim}
  577. % Var Z : Longint;
  578. % X,Y : Longint absolute Z;
  579. % \end{verbatim}
  580. % \item [ absolute can only be associated a var or const ]
  581. % The address of a \var{absolute} directive can only point to a variable or
  582. % constant. Therefore, the following code will produce this error:
  583. % \begin{verbatim}
  584. % Procedure X;
  585. %
  586. % var p : longint absolute x;
  587. % \end{verbatim}
  588. %
  589. parser_e_absolute_only_to_var_or_const=E_absolute can only be associated a var or const
  590. % The address of a \var{absolute} directive can only point to a variable or
  591. % constant. Therefore, the following code will produce this error:
  592. % \begin{verbatim}
  593. % Procedure X;
  594. %
  595. % var p : longint absolute x;
  596. % \end{verbatim}
  597. %
  598. parser_e_initialized_only_one_var=E_Only ONE variable can be initialized
  599. % You cannot specify more than one variable with a initial value
  600. % in Delphi syntax.
  601. parser_e_abstract_no_definition=E_Abstract methods shouldn't have any definition (with function body)
  602. % Abstract methods can only be declared, you cannot implement them. They
  603. % should be overridden by a descendant class.
  604. parser_e_overloaded_must_be_all_global=E_This overloaded function can't be local (must be exported)
  605. % You are defining a overloaded function in the implementation part of a unit,
  606. % but there is no corresponding declaration in the interface part of the unit.
  607. parser_w_virtual_without_constructor=W_Virtual methods are used without a constructor in $1
  608. % If you declare objects or classes that contain virtual methods, you need
  609. % to have a constructor and destructor to initialize them. The compiler
  610. % encountered an object or class with virtual methods that doesn't have
  611. % a constructor/destructor pair.
  612. parser_m_macro_defined=M_Macro defined: $1
  613. % When \var{-vm} is used, the compiler tells you when it defines macros.
  614. parser_m_macro_undefined=M_Macro undefined: $1
  615. % When \var{-vm} is used, the compiler tells you when it undefines macros.
  616. parser_m_macro_set_to=M_Macro $1 set to $2
  617. % When \var{-vm} is used, the compiler tells you what values macros get.
  618. parser_i_compiling=I_Compiling $1
  619. % When you turn on information messages (\var{-vi}), the compiler tells you
  620. % what units it is recompiling.
  621. parser_d_compiling_second_time=D_Compiling $1 for the second time
  622. % When you request debug messages (\var{-vd}) the compiler tells you what
  623. % units it recompiles for the second time.
  624. parser_e_no_paras_allowed=E_Array properties aren't allowed at this point
  625. % You cannot use array properties at that point.a
  626. parser_e_no_property_found_to_override=E_No property found to override
  627. % You want to overrride a property of a parent class, when there is, in fact,
  628. % no such property in the parent class.
  629. parser_e_only_one_default_property=E_Only one default property is allowed, found inherited default property in class $1
  630. % You specified a property as \var{Default}, but a parent class already has a
  631. % default property, and a class can have only one default property.
  632. parser_e_property_need_paras=E_The default property must be an array property
  633. % Only array properties of classes can be made \var{default} properties.
  634. parser_e_constructor_cannot_be_not_virtual=E_Virtual constructors are only supported in class object model
  635. % You cannot have virtual constructors in objects. You can only have them
  636. % in classes.
  637. parser_e_no_default_property_available=E_No default property available
  638. % You try to access a default property of a class, but this class (or one of
  639. % it's ancestors) doesn't have a default property.
  640. parser_e_cant_have_published=E_The class can't have a published section, use the {$M+} switch
  641. % If you want a \var{published} section in a class definition, you must
  642. % use the \var{\{\$M+\}} switch, whch turns on generation of type
  643. % information.
  644. parser_e_forward_declaration_must_be_resolved=E_Forward declaration of class $1 must be resolved here to use the class as ancestor
  645. % To be able to use an object as an ancestor object, it must be defined
  646. % first. This error occurs in the following situation:
  647. % \begin{verbatim}
  648. % Type ParentClas = Class;
  649. % ChildClass = Class(ParentClass)
  650. % ...
  651. % end;
  652. % \end{verbatim}
  653. % Where \var{ParentClass} is declared but not defined.
  654. parser_e_no_local_operator=E_Local operators not supported
  655. % You cannot overload locally, i.e. inside procedures or function
  656. % definitions.
  657. parser_e_proc_dir_not_allowed_in_interface=E_Procedure directive $1 not allowed in interface section
  658. % This procedure directive is not allowed in the \var{interface} section of
  659. % a unit. You can only use it in the \var{implementation} section.
  660. parser_e_proc_dir_not_allowed_in_implementation=E_Procedure directive $1 not allowed in implementation section
  661. % This procedure directive is not defined in the \var{implementation} section of
  662. % a unit. You can only use it in the \var{interface} section.
  663. parser_e_proc_dir_not_allowed_in_procvar=E_Procedure directive $1 not allowed in procvar declaration
  664. % This procedure directive cannot be part of a procedural of function
  665. % type declaration.
  666. parser_e_function_already_declared_public_forward=E_Function is already declared Public/Forward $1
  667. % You will get this error if a function is defined as \var{forward} twice.
  668. % Or it is once in the \var{interface} section, and once as a \var{forward}
  669. % declaration in the \var{implmentation} section.
  670. parser_e_not_external_and_export=E_Can't use both EXPORT and EXTERNAL
  671. % These two procedure directives are mutually exclusive
  672. parser_e_name_keyword_expected=E_NAME keyword expected
  673. % The definition of an external variable needs a \var{name} clause.
  674. parser_w_not_supported_for_inline=W_$1 not yet supported inside inline procedure/function
  675. % Inline procedures don't support this declaration.
  676. parser_w_inlining_disabled=W_Inlining disabled
  677. % Inlining of procedures is disabled.
  678. parser_i_writing_browser_log=I_Writing Browser log $1
  679. % When information messages are on, the compiler warns you when it
  680. % writes the browser log (generated with the \var{\{\$Y+ \}} switch).
  681. parser_h_maybe_deref_caret_missing=H_may be pointer dereference is missing
  682. % The compiler thinks that a pointer may need a dereference.
  683. parser_f_assembler_reader_not_supported=F_Selected assembler reader not supported
  684. % The selected assembler reader (with \var{\{\$ASMMODE xxx\}} is not
  685. % supported. The compiler can be compiled with or without support for a
  686. % particular assembler reader.
  687. parser_e_proc_dir_conflict=E_Procedure directive $1 has conflicts with other directives
  688. % You specified a procedure directive that conflicts with other directives.
  689. % for instance \var{cdecl} and \var{pascal} are mutually exclusive.
  690. parser_e_call_convention_dont_match_forward=E_Calling convention doesn't match forward
  691. % This error happens when you declare a function or procedure with
  692. % e.g. \var{cdecl;} but omit this directive in the implementation, or vice
  693. % versa. The calling convention is part of the function declaration, and
  694. % must be repeated in the function definition.
  695. parser_e_register_calling_not_supported=E_Register calling (fastcall) not supported
  696. % The \var{register} calling convention, i.e., arguments are passed in
  697. % registers instead of on the stack is not supported. Arguments are always
  698. % passed on the stack.
  699. parser_e_property_cant_have_a_default_value=E_Property can't have a default value
  700. % Set properties or indexed properties cannot have a default value.
  701. parser_e_property_default_value_must_const=E_The default value of a property must be constant
  702. % The value of a \var{default} declared property must be knwon at compile
  703. % time. The value you specified is only known at run time. This happens
  704. % .e.g. if you specify a variable name as a default value.
  705. parser_e_cant_publish_that=E_Symbol can't be published, can be only a class
  706. % Only class type variables can be in a \var{published} section of a class
  707. % if they are not declared as a property.
  708. parser_e_cant_publish_that_property=E_That kind of property can't be published
  709. % Properties in a \var{published} section cannot be array properties.
  710. % they must be moved to public sections. Properties in a \var{published}
  711. % section must be an ordinal type, a real type, strings or sets.
  712. parser_w_empty_import_name=W_Empty import name specified
  713. % Both index and name for the import are 0 or empty
  714. parser_e_empty_import_name=W_Empty import name specified
  715. % Some targets need a name for the imported procedure or a cdecl specifier
  716. parser_e_used_proc_name_changed=E_Function internal name changed after use of function
  717. parser_e_division_by_zero=E_Division by zero
  718. % There is a divsion by zero encounted
  719. parser_e_invalid_float_operation=E_Invalid floating point operation
  720. % An operation on two real type values produced an overflow or a division
  721. % by zero.
  722. parser_e_array_lower_less_than_upper_bound=E_Upper bound of range is less than lower bound
  723. % The upper bound of a \var{case} label is less than the lower bound and this
  724. % is not possible
  725. parser_e_string_larger_array=E_string length is larger than array of char length
  726. % The size of the constant string is larger than the size you specified in
  727. % the array[x..y] of char definition
  728. parser_e_ill_msg_expr=E_Illegal expression after message directive
  729. % \fpc supports only integer or string values as message constants
  730. parser_e_ill_msg_param=E_Message handlers can take only one call by ref. parameter
  731. % A method declared with the \var{message}-directive as message handler
  732. % can take only one parameter which must be declared as call by reference
  733. % Parameters are declared as call by reference using the \var{var}-directive
  734. parser_e_duplicate_message_label=E_Duplicate message label: %1
  735. % A label for a message is used twice in one object/class
  736. parser_e_self_in_non_message_handler=E_Self can be only an explicit parameter in message handlers
  737. % The self parameter can be passed only explicit if it is a method which
  738. % is declared as message method handler
  739. parser_e_threadvars_only_sg=E_Threadvars can be only static or global
  740. % Threadvars must be static or global, you can't declare a thread
  741. % local to a procedure. Local variables are always local to a thread,
  742. % because every thread has it's own stack and local variables
  743. % are stored on the stack
  744. parser_f_direct_assembler_not_allowed=F_Direct assembler not supported for binary output format
  745. % You can't use direct assembler when using a binary writer, choose an
  746. % other outputformat or use an other assembler reader
  747. parser_w_no_objpas_use_mode=W_Don't load OBJPAS unit manual, use {$mode objfpc} or {$mode delphi} instead
  748. % You're trying to load the ObjPas unit manual from a uses clause. This is
  749. % not a good idea to do, you can better use the {$mode objfpc} or {$mode delphi}
  750. % directives which load the unit automaticly
  751. parser_e_no_object_override=E_OVERRIDE can't be used in objects
  752. % Override isn't support for objects, use VIRTUAL instead to override
  753. % a method of an anchestor object
  754. % \end{description}
  755. #
  756. # Type Checking
  757. #
  758. % \section{Type checking errors}
  759. % This section lists all errors that can occur when type checking is
  760. % performed.
  761. % \begin{description}
  762. type_e_mismatch=E_Type mismatch
  763. % This can happen in many cases:
  764. % \begin{itemize}
  765. % \item The variable you're assigning to is of a different type than the
  766. % expression in the assignment.
  767. % \item You are calling a function or procedure with parameters that are
  768. % incompatible with the parameters in the function or procedure definition.
  769. % \end{itemize}
  770. type_e_incompatible_types=E_Incompatible types: got $1 expected $2
  771. % There is no conversion possible between the two types
  772. type_e_not_equal_types=E_Type mismatch between $1 and $2
  773. % The types are not equal
  774. type_e_integer_expr_expected=E_Integer expression expected
  775. % The compiler expects an expression of type integer, but gets a different
  776. % type.
  777. type_e_ordinal_expr_expected=E_Ordinal expression expected
  778. % The expression must be of ordinal type, i.e., maximum a \var{Longint}.
  779. % This happens, for instance, when you specify a second argument
  780. % to \var{Inc} or \var{Dec} that doesn't evaluate to an ordinal value.
  781. type_e_type_id_expected=E_Type identifier expected
  782. % The identifier is not a type, or you forgot to supply a type identifier.
  783. type_e_variable_id_expected=E_Variable identifier expected
  784. % This happens when you pass a constant to a \var{Inc} var or \var{Dec}
  785. % procedure. You can only pass variables as arguments to these functions.
  786. type_e_pointer_type_expected=E_pointer type expected
  787. % The variable or expression isn't of the type \var{pointer}. This
  788. % happens when you pass a variable that isn't a pointer to \var{New}
  789. % or \var{Dispose}.
  790. type_e_class_type_expected=E_class type expected
  791. % The variable of expression isn't of the type \var{class}. This happens
  792. % typically when
  793. % \begin{enumerate}
  794. % \item The parent class in a class declaration isn't a class.
  795. % \item An exception handler (\var{On}) contains a type identifier that
  796. % isn't a class.
  797. % \end{enumerate}
  798. type_e_varid_or_typeid_expected=E_Variable or type indentifier expected
  799. % The argument to the \var{High} or \var{Low} function is not a variable
  800. % nor a type identifier.
  801. type_e_cant_eval_constant_expr=E_Can't evaluate constant expression
  802. % No longer in use.
  803. type_e_set_element_are_not_comp=E_Set elements are not compatible
  804. % You are trying to make an operation on two sets, when the set element types
  805. % are not the same. The base type of a set must be the same when taking the
  806. % union
  807. type_e_set_operation_unknown=E_Operation not implemented for sets
  808. % several binary operations are not defined for sets
  809. % like div mod ** (also >= <= for now)
  810. type_w_convert_real_2_comp=W_Automatic type conversion from floating type to COMP which is an integer type
  811. % An implicit type conversion from a real type to a \var{comp} is
  812. % encountered. Since \var{Comp} is a 64 bit integer type, this may indicate
  813. % an error.
  814. type_h_use_div_for_int=H_use DIV instead to get an integer result
  815. % When hints are on, then an integer division with the '/' operator will
  816. % procuce this message, because the result will then be of type real
  817. type_e_strict_var_string_violation=E_string types doesn't match, because of $V+ mode
  818. % When compiling in \var{\{\$V+ \}} mode, the string you pass as a parameter
  819. % should be of the exact same type as the declared parameter of the procedure.
  820. type_e_succ_and_pred_enums_with_assign_not_possible=E_succ or pred on enums with assignments not possible
  821. % When you declared an enumeration type which has assignments in it, as in C,
  822. % like in the following:
  823. % \begin{verbatim}
  824. % Tenum = (a,b,e:=5);
  825. % \end{verbatim}
  826. % you cannot use the \var{Succ} or \var{Pred} functions on them.
  827. type_e_cant_read_write_type=E_Can't read or write variables of this type
  828. % You are trying to \var{read} or \var{write} a variable from or to a
  829. % file of type text, which doesn't support that. Only integer types,
  830. % booleans, reals, pchars and strings can be read from/written to a text file.
  831. type_e_typeconflict_in_set=E_Type conflict between set elements
  832. % There is at least one set element which is of the wrong type, i.e. not of
  833. % the set type.
  834. type_w_maybe_wrong_hi_lo=W_lo/hi(longint/dword) returns the upper/lower word
  835. % \fpc supports an overloaded version of \var{lo/hi} for \var{longint/dword}
  836. % which returns the lower/upper word of the argument. TP always uses
  837. % a 16 bit \var{lo/hi} which returns always bits 0..7 for \var{lo} and the
  838. % bits 8..15 for \var{hi}. If you want the TP behavior you have
  839. % to type case the argument to \var{word/integer}
  840. type_e_integer_or_real_expr_expected=E_Integer or real expression expected
  841. % The first argument to \var{str} must a real or integer type.
  842. type_e_wrong_type_in_array_constructor=E_Wrong type in array constructor
  843. % You are trying to use a type in an array constructor which is not
  844. % allowed.
  845. type_e_wrong_parameter_type=E_Incompatible type for arg #$1: Got $2, expected $3
  846. % You are trying to pass an invalid type for the specified parameter.
  847. % \end{description}
  848. type_e_no_method_and_procedure_not_compatible=E_Method (variable) and Procedure (variable) are not compatible
  849. % You can't assign a method to a procedure variable or a procedure to a
  850. % method pointer.
  851. type_e_wrong_math_argument=E_Illegal constant passed to internal math function
  852. % The constant argument passed to a ln or sqrt function is out of
  853. % the definition range of these functions.
  854. type_e_no_addr_of_constant=E_Can't get the address of constants
  855. % It's not possible to get the address of a constant, because they
  856. % aren't stored in memory, you can try making it a typed constant.
  857. % \end{description}
  858. #
  859. # Symtable
  860. #
  861. % \section{Symbol handling}
  862. % This section lists all the messages that concern the handling of symbols.
  863. % This means all things that have to do with procedure and variable names.
  864. % \begin{description}
  865. #
  866. # Symtable
  867. #
  868. % \section{Symbol handling}
  869. % This section lists all the messages that concern the handling of symbols.
  870. % This means all things that have to do with procedure and variable names.
  871. % \begin{description}
  872. sym_e_id_not_found=E_Identifier not found $1
  873. % The compiler doesn't know this symbol. Usually happens when you misspel
  874. % the name of a variable or procedure, or when you forgot to declare a
  875. % variable.
  876. sym_f_internal_error_in_symtablestack=F_Internal Error in SymTableStack()
  877. % An internal error occurred in the compiler; If you encounter such an error,
  878. % please contact the developers and try to provide an exact description of
  879. % the circumstances in which the error occurs.
  880. sym_e_duplicate_id=E_Duplicate identifier $1
  881. % The identifier was already declared in the current scope.
  882. sym_h_duplicate_id_where=H_Identifier already defined in $1 at line $2
  883. % The identifier was already declared in a previous scope.
  884. sym_e_unknown_id=E_Unknown identifier $1
  885. % The identifier encountered hasn't been declared, or is used outside the
  886. % scope where it's defined.
  887. sym_e_forward_not_resolved=E_Forward declaration not solved $1
  888. % This can happen in two cases:
  889. % \begin{itemize}
  890. % \item This happens when you declare a function (in the \var{interface} part, or
  891. % with a \var{forward} directive, but do not implement it.
  892. % \item You reference a type which isn't declared in the current \var{type}
  893. % block.
  894. % \end{itemize}
  895. sym_f_id_already_typed=F_Identifier type already defined as type
  896. % You are trying to redefine a type.
  897. sym_e_error_in_type_def=E_Error in type definition
  898. % There is an error in your definition of a new array type:
  899. % \item One of the range delimiters in an array declaration is erroneous.
  900. % For example, \var{Array [1..1.25]} will trigger this error.
  901. sym_e_type_id_not_defined=E_Type identifier not defined
  902. % The type identifier has not been defined yet.
  903. sym_e_forward_type_not_resolved=E_Forward type not resolved $1
  904. % The compiler encountered an unknown type.
  905. sym_e_only_static_in_static=E_Only static variables can be used in static methods or outside methods
  906. % A static method of an object can only access static variables.
  907. sym_e_invalid_call_tvarsymmangledname=E_Invalid call to tvarsym.mangledname()
  908. % An internal error occurred in the compiler; If you encounter such an error,
  909. % please contact the developers and try to provide an exact description of
  910. % the circumstances in which the error occurs.
  911. sym_f_type_must_be_rec_or_class=F_record or class type expected
  912. % The variable or expression isn't of the type \var{record} or \var{class}.
  913. sym_e_no_instance_of_abstract_object=E_Instances of classes or objects with an abstract method are not allowed
  914. % You are trying to generate an instance of a class which has an abstract
  915. % method that wasn't overridden.
  916. sym_w_label_not_defined=W_Label not defined $1
  917. % A label was declared, but not defined.
  918. sym_e_ill_label_decl=E_Illegal label declaration
  919. sym_e_goto_and_label_not_supported=E_GOTO und LABEL are not supported (use switch -Sg)
  920. % You must compile a program which has \var{label}s and \var{goto} statements
  921. % with the \var{-Sg} switch. By default, \var{label} and \var{goto} aren't
  922. % supported.
  923. sym_e_label_not_found=E_Label not found
  924. % A \var{goto label} was encountered, but the label isn't declared.
  925. sym_e_id_is_no_label_id=E_identifier isn't a label
  926. % The identifier specified after the \var{goto} isn't of type label.
  927. sym_e_label_already_defined=E_label already defined
  928. % You are defining a label twice. You can define a label only once.
  929. sym_e_ill_type_decl_set=E_illegal type declaration of set elements
  930. % The declaration of a set contains an invalid type definition.
  931. sym_e_class_forward_not_resolved=E_Forward class definition not resolved $1
  932. % You declared a class, but you didn't implement it.
  933. sym_h_para_identifier_not_used=H_Parameter not used $1
  934. % This is a warning. The identifier was declared (locally or globally) but
  935. % wasn't used (locally or globally).
  936. sym_n_local_identifier_not_used=N_Local variable not used $1
  937. % You have declared, but not used a variable in a procedure or function
  938. % implementation.
  939. sym_e_set_expected=E_Set type expected
  940. % The variable or expression isn't of type \var{set}. This happens in an
  941. % \var{in} statement.
  942. sym_w_function_result_not_set=W_Function result does not seem to be set
  943. % You can get this warning if the compiler thinks that a function return
  944. % value is not set. This will not be displayed for assembler procedures,
  945. % or procedures that contain assembler blocks.
  946. sym_e_illegal_field=E_Unknown record field identifier $1
  947. % The field doesn't exist in the record definition.
  948. sym_n_uninitialized_local_variable=W_Local variable $1 does not seem to be initialized
  949. % This message is displayed if the compiler thinks that a variable will
  950. % be used (i.e. appears in the right-hand-side of an expression) when it
  951. % wasn't initialized first (i.e. appeared in the right-hand side of an
  952. % assigment)
  953. sym_n_uninitialized_variable=W_Variable $1 does not seem to be initialized
  954. % These messages are displayed if the compiler thinks that a variable will
  955. % be used (i.e. appears in the right-hand-side of an expression) when it
  956. % wasn't initialized first (i.e. appeared in the left-hand side of an
  957. % assigment)
  958. sym_e_id_no_member=E_identifier idents no member $1
  959. % When using the extended syntax of \var{new}, you must specify the constructor
  960. % method of the class you are trying to create. The procedure you specified
  961. % does not exist.
  962. sym_b_param_list=B_Found declaration: $1
  963. % You get this when you use the \var{-vb} switch. In case an overloaded
  964. % procedure is not found, then all candidate overloaded procedures are
  965. % listed, with their parameter lists.
  966. % \end{description}
  967. #
  968. # Codegenerator
  969. #
  970. % \section{Code generator messages}
  971. % This section lists all messages that can be displayed if the code
  972. % generator encounters an error condition.
  973. % \begin{description}
  974. cg_e_break_not_allowed=E_BREAK not allowed
  975. % You're trying to use \var{break} outside a loop construction.
  976. cg_e_continue_not_allowed=E_CONTINUE not allowed
  977. % You're trying to use \var{continue} outside a loop construction.
  978. cg_e_too_complex_expr=E_Expression too complicated - FPU stack overflow
  979. % Your expression is too long for the compiler. You should try dividing the
  980. % construct over multiple assignments.
  981. cg_e_illegal_expression=E_Illegal expression
  982. % This can occur under many circumstances. Mostly when trying to evaluate
  983. % constant expressions.
  984. cg_e_invalid_integer=E_Invalid integer expression
  985. % You made an expression which isn't an integer, and the compiler expects the
  986. % result to be an integer.
  987. cg_e_invalid_qualifier=E_Illegal qualifier
  988. % One of the following is happening :
  989. % \begin{itemize}
  990. % \item You're trying to access a field of a variable that is not a record.
  991. % \item You're indexing a variable that is not an array.
  992. % \item You're dereferencing a variable that is not a pointer.
  993. % \end{itemize}
  994. cg_e_upper_lower_than_lower=E_High range limit < low range limit
  995. % You are declaring a subrange, and the lower limit is higher than the high
  996. % limit of the range.
  997. cg_e_illegal_count_var=E_Illegal counter variable
  998. % The type of a \var{for} loop variable must be an ordinal type.
  999. % Loop variables cannot be reals or strings.
  1000. cg_e_cant_choose_overload_function=E_Can't determine which overloaded function to call
  1001. % You're calling overloaded functions with a parameter that doesn't correspond
  1002. % to any of the declared function parameter lists. e.g. when you have declared
  1003. % a function with parameters \var{word} and \var{longint}, and then you call
  1004. % it with a parameter which is of type \var{integer}.
  1005. cg_e_parasize_too_big=E_Parameter list size exceeds 65535 bytes
  1006. % The I386 processor limits the parameter list to 65535 bytes (the \var{RET}
  1007. % instruction causes this)
  1008. cg_e_illegal_type_conversion=E_Illegal type conversion
  1009. % When doing a type-cast, you must take care that the sizes of the variable and
  1010. % the destination type are the same.
  1011. cg_d_pointer_to_longint_conv_not_portable=D_Conversion between ordinals and pointers is not portable across platforms
  1012. % If you typecast a pointer to a longint, this code will not compile
  1013. % on a machine using 64bit for pointer storage.
  1014. cg_e_file_must_call_by_reference=E_File types must be var parameters
  1015. % You cannot specify files as value parameters, i.e. they must always be
  1016. % declared \var{var} parameters.
  1017. cg_e_cant_use_far_pointer_there=E_The use of a far pointer isn't allowed there
  1018. % Free Pascal doesn't support far pointers, so you cannot take the address of
  1019. % an expression which has a far reference as a result. The \var{mem} construct
  1020. % has a far reference as a result, so the following code will produce this
  1021. % error:
  1022. % \begin{verbatim}
  1023. % var p : pointer;
  1024. % ...
  1025. % p:=@mem[a000:000];
  1026. % \end{verbatim}
  1027. cg_e_var_must_be_reference=E_illegal call by reference parameters
  1028. % You are trying to pass a constant or an expression to a procedure that
  1029. % requires a \var{var} parameter. Only variables can be passed as a \var{var}
  1030. % parameter.
  1031. cg_e_dont_call_exported_direct=E_EXPORT declared functions can't be called
  1032. % No longer in use.
  1033. cg_w_member_cd_call_from_method=W_Possible illegal call of constructor or destructor (doesn't match to this context)
  1034. % No longer in use.
  1035. cg_n_inefficient_code=N_Inefficient code
  1036. % You construction seems dubious to the compiler.
  1037. cg_w_unreachable_code=W_unreachable code
  1038. % You specified a loop which will never be executed. Example:
  1039. % \begin{verbatim}
  1040. % while false do
  1041. % begin
  1042. % {.. code ...}
  1043. % end;
  1044. % \end{verbatim}
  1045. cg_e_stackframe_with_esp=E_procedure call with stackframe ESP/SP
  1046. % The compiler encountered a procedure or function call inside a
  1047. % procedure that uses a \var{ESP/SP} stackframe. Normally, when a call is
  1048. % done the procedure needs a \var{EBP} stackframe.
  1049. cg_e_cant_call_abstract_method=E_Abstract methods can't be called directly
  1050. % You cannot call an abstract method directy, instead you must call a
  1051. % overriding child method, because an abstract method isn't implemented.
  1052. cg_f_internal_error_in_getfloatreg=F_Internal Error in getfloatreg(), allocation failure
  1053. % An internal error occurred in the compiler; If you encounter such an error,
  1054. % please contact the developers and try to provide an exact description of
  1055. % the circumstances in which the error occurs.
  1056. cg_f_unknown_float_type=F_Unknown float type
  1057. % The compiler cannot determine the kind of float that occurs in an expression.
  1058. cg_f_secondvecn_base_defined_twice=F_SecondVecn() base defined twice
  1059. % An internal error occurred in the compiler; If you encounter such an error,
  1060. % please contact the developers and try to provide an exact description of
  1061. % the circumstances in which the error occurs.
  1062. cg_f_extended_cg68k_not_supported=F_Extended cg68k not supported
  1063. % The var{extended} type is not supported on the m68k platform.
  1064. cg_f_32bit_not_supported_in_68000=F_32-bit unsigned not supported in MC68000 mode
  1065. % The cardinal is not supported on the m68k platform.
  1066. cg_f_internal_error_in_secondinline=F_Internal Error in secondinline()
  1067. % An internal error occurred in the compiler; If you encounter such an error,
  1068. % please contact the developers and try to provide an exact description of
  1069. % the circumstances in which the error occurs.
  1070. cg_d_register_weight=D_Register $1 weight $2 $3
  1071. % Debugging message. Shown when the compiler considers a variable for
  1072. % keeping in the registers.
  1073. cg_e_stacklimit_in_local_routine=E_Stack limit excedeed in local routine
  1074. % Your code requires a too big stack. Some operating systems pose limits
  1075. % on the stack size. You should use less variables or try ro put large
  1076. % variables on the heap.
  1077. cg_d_stackframe_omited=D_Stack frame is omitted
  1078. % Some procedure/functions do not need a complete stack-frame, so it is omitted.
  1079. % This message will be displayed when the {-vd} switch is used.
  1080. cg_e_unable_inline_object_methods=E_Object or class methods can't be inline.
  1081. % You cannot have inlined object methods.
  1082. cg_e_unable_inline_procvar=E_Procvar calls can't be inline.
  1083. % A procedure with a procedural variable call cannot be inlined.
  1084. cg_e_no_code_for_inline_stored=E_No code for inline procedure stored
  1085. % The compiler couldn't store code for the inline procedure.
  1086. cg_e_can_access_element_zero=E_Element zero of an ansi/wide- or longstring can't be accessed, use (set)length instead
  1087. % You should use \var{setlength} to set the length of an ansi/wide/longstring
  1088. % and \var{length} to get the length of such kinf of string
  1089. cg_e_include_not_implemented=E_Include and exclude not implemented in this case
  1090. % \var{include} and \var{exclude} are only partially
  1091. % implemented for \var{i386} processors
  1092. % and not at all for \var{m68k} processors.
  1093. cg_e_cannot_call_cons_dest_inside_with=E_Constructors or destructors can not be called inside a 'with' clause
  1094. % Inside a \var{With} clause you cannot call a constructor or destructor for the
  1095. % object you have in the \var{with} clause.
  1096. cg_e_cannot_call_message_direct=E_Cannot call message handler method directly
  1097. % A message method handler method can't be called directly if it contains an
  1098. % explicit self argument
  1099. % \end{description}
  1100. # EndOfTeX
  1101. #
  1102. # Assembler reader
  1103. #
  1104. asmr_d_start_reading=D_Starting $1 styled assembler parsing
  1105. asmr_d_finish_reading=D_Finished $1 styled assembler parsing
  1106. asmr_e_none_label_contain_at=E_Non-label pattern contains @
  1107. asmr_w_override_op_not_supported=W_Override operator not supported
  1108. asmr_e_building_record_offset=E_Error building record offset
  1109. asmr_e_offset_without_identifier=E_OFFSET used without identifier
  1110. asmr_e_no_local_or_para_allowed=E_Cannot use local variable or parameters here
  1111. asmr_e_need_offset=E_need to use OFFSET here
  1112. asmr_e_cant_have_multiple_relocatable_symbols=E_Cannot use multiple relocatable symbols
  1113. asmr_e_only_add_relocatable_symbol=E_Relocatable symbol can only be added
  1114. asmr_e_invalid_constant_expression=E_Invalid constant expression
  1115. asmr_e_relocatable_symbol_not_allowed=E_Relocatable symbol is not allowed
  1116. asmr_e_invalid_reference_syntax=E_Invalid reference syntax
  1117. asmr_e_local_symbol_not_allowed_as_ref=E_Local symbols not allowed as references
  1118. asmr_e_wrong_base_index=E_Invalid base and index register usage
  1119. asmr_e_wrong_scale_factor=E_Wrong scale factor specified
  1120. asmr_e_multiple_index=E_Multiple index register usage
  1121. asmr_e_invalid_operand_type=E_Invalid operand type
  1122. asmr_e_invalid_string_as_opcode_operand=E_Invalid string as opcode operand: $1
  1123. asmr_w_CODE_and_DATA_not_supported=W_@CODE and @DATA not supported
  1124. asmr_e_null_label_ref_not_allowed=E_Null label references are not allowed
  1125. asmr_e_ev_zero_divide=F_Divide by zero in asm evaluator
  1126. asmr_e_ev_stack_overflow=F_Evaluator stack overflow
  1127. asmr_e_ev_stack_underflow=F_Evaluator stack underflow
  1128. asmr_e_ev_invalid_number=F_Invalid numeric format in asm evaluator
  1129. asmr_e_ev_invalid_op=F_Invalid Operator in asm evaluator
  1130. asmr_e_escape_seq_ignored=E_escape sequence ignored: $1
  1131. asmr_e_invalid_symbol_ref=E_Invalid symbol reference
  1132. asmr_w_fwait_emu_prob=W_Fwait can cause emulation problems with emu387
  1133. asmr_w_calling_overload_func=W_Calling an overload function in assembler
  1134. asmr_e_unsupported_symbol_type=E_Unsupported symbol type for operand
  1135. asmr_e_constant_out_of_bounds=E_Constant value out of bounds
  1136. asmr_e_error_converting_decimal=E_Error converting decimal $1
  1137. asmr_e_error_converting_octal=E_Error converting octal $1
  1138. asmr_e_error_converting_binary=E_Error converting binary $1
  1139. asmr_e_error_converting_hexadecimal=E_Error converting hexadecimal $1
  1140. asmr_h_direct_global_to_mangled=H_$1 translated to $2
  1141. asmr_w_direct_global_is_overloaded_func=W_$1 is associated to an overloaded function
  1142. asmr_e_cannot_use_SELF_outside_a_method=E_Cannot use SELF outside a method
  1143. asmr_e_cannot_use_OLDEBP_outside_nested_procedure=E_Cannot use OLDEBP outside a nested procedure
  1144. asmr_e_void_function=W_Functions with void return value can't return any value in asm code
  1145. asmr_e_SEG_not_supported=E_SEG not supported
  1146. asmr_e_size_suffix_and_dest_dont_match=E_Size suffix and destination or source size do not match
  1147. asmr_w_size_suffix_and_dest_dont_match=W_Size suffix and destination or source size do not match
  1148. asmr_e_syntax_error=E_Assembler syntax error
  1149. asmr_e_invalid_opcode_and_operand=E_Invalid combination of opcode and operands
  1150. asmr_e_syn_operand=E_Assemler syntax error in operand
  1151. asmr_e_syn_constant=E_Assemler syntax error in constant
  1152. asmr_e_invalid_string_expression=E_Invalid String expression
  1153. asmr_w_const32bit_for_address=32bit constant created for address
  1154. asmr_e_invalid_or_missing_opcode=E_Invalid or missing opcode
  1155. asmr_e_invalid_prefix_and_opcode=E_Invalid combination of prefix and opcode: $1
  1156. asmr_e_invalid_override_and_opcode=E_Invalid combination of override and opcode: $1
  1157. asmr_e_too_many_operands=E_Too many operands on line
  1158. asmr_w_near_ignored=W_NEAR ignored
  1159. asmr_w_far_ignored=W_FAR ignored
  1160. asmr_e_dup_local_sym=E_Duplicate local symbol $1
  1161. asmr_e_unknown_local_sym=E_Undefined local symbol $1
  1162. asmr_e_unknown_label_identifier=E_Unknown label identifier $1
  1163. asmr_e_invalid_fpu_register=E_Invalid floating point register name
  1164. asmr_e_nor_not_supported=E_NOR not supported
  1165. asmr_w_modulo_not_supported=W_Modulo not supported
  1166. asmr_e_invalid_float_const=E_Invalid floating point constant $1
  1167. asmr_e_invalid_float_expr=E_Invalid floating point expression
  1168. asmr_e_wrong_sym_type=E_Wrong symbol type
  1169. asmr_e_cannot_index_relative_var=E_Cannot index a local var or parameter with a register
  1170. asmr_e_invalid_seg_override=E_Invalid segment override expression
  1171. asmr_w_id_supposed_external=W_Identifier $1 supposed external
  1172. asmr_e_string_not_allowed_as_const=E_Strings not allowed as constants
  1173. asmr_e_no_var_type_specified=No type of variable specified
  1174. asmr_w_assembler_code_not_returned_to_text=E_assembler code not returned to text section
  1175. asmr_e_not_directive_or_local_symbol=E_Not a directive or local symbol $1
  1176. asmr_w_using_defined_as_local=E_Using a defined name as a local label
  1177. #
  1178. # Assembler/binary writers
  1179. #
  1180. asmw_f_too_many_asm_files=F_Too many assembler files
  1181. asmw_f_assembler_output_not_supported=F_Selected assembler output not supported
  1182. asmw_f_comp_not_supported=F_Comp not supported
  1183. asmw_f_direct_not_supported=F_Direct not support for binary writers
  1184. asmw_e_alloc_data_only_in_bss=E_Allocating of data is only allowed in bss section
  1185. asmw_f_no_binary_writer_selected=F_No binary writer selected
  1186. asmw_e_opcode_not_in_table=E_Asm: Opcode $1 not in table
  1187. asmw_e_invalid_opcode_and_operands=E_Asm: $1 invalid combination of opcode and operands
  1188. asmw_e_16bit_not_supported=E_Asm: 16 Bit references not supported
  1189. asmw_e_invalid_effective_address=E_Asm: Invalid effective address
  1190. asmw_e_immediate_or_reference_expected=E_Asm: Immediate or reference expected
  1191. asmw_e_value_exceeds_bounds=E_Asm: $1 value exceeds bounds $2
  1192. asmw_e_short_jmp_out_of_range=E_Asm: Short jump is out of range $1
  1193. #
  1194. # Executing linker/assembler
  1195. #
  1196. exec_w_source_os_redefined=W_Source operating system redefined
  1197. exec_i_assembling_pipe=I_Assembling (pipe) $1
  1198. exec_d_cant_create_asmfile=E_Can't create assember file $1
  1199. exec_w_assembler_not_found=W_Assembler $1 not found, switching to external assembling
  1200. exec_t_using_assembler=T_Using assembler: $1
  1201. exec_w_error_while_assembling=W_Error while assembling exitcode $1
  1202. exec_w_cant_call_assembler=W_Can't call the assembler, error $1 switching to external assembling
  1203. exec_i_assembling=I_Assembling $1
  1204. exec_w_linker_not_found=W_Linker $1 not found, switching to external linking
  1205. exec_t_using_linker=T_Using linker: $1
  1206. exec_w_objfile_not_found=W_Object $1 not found, Linking may fail !
  1207. exec_w_libfile_not_found=W_Library $1 not found, Linking may fail !
  1208. exec_w_error_while_linking=W_Error while linking
  1209. exec_w_cant_call_linker=W_Can't call the linker, switching to external linking
  1210. exec_i_linking=I_Linking $1
  1211. exec_w_binder_not_found=W_binder not found, switching to external binding
  1212. exec_w_ar_not_found=W_ar not found, switching to external ar
  1213. exec_e_dll_not_supported=E_Dynamic Libraries not supported
  1214. exec_i_closing_script=I_Closing script $1
  1215. exec_w_res_not_found=W_resource compiler not found, switching to external mode
  1216. exec_i_compilingresource=I_Compiling resource $1
  1217. #
  1218. # Executable information
  1219. #
  1220. execinfo_f_cant_process_executable=F_Can't post process executable $1
  1221. execinfo_f_cant_open_executable=F_Can't open executable $1
  1222. execinfo_x_codesize=X_Size of Code: $1 bytes
  1223. execinfo_x_initdatasize=X_Size of initialized data: $1 bytes
  1224. execinfo_x_uninitdatasize=X_Size of uninitialized data: $1 bytes
  1225. execinfo_x_stackreserve=X_Stack space reserved: $1 bytes
  1226. execinfo_x_stackcommit=X_Stack space commited: $1 bytes
  1227. # Unit loading
  1228. #
  1229. # BeginOfTeX
  1230. % \section{Unit loading messages.}
  1231. % This section lists all messages that can occur when the compiler is
  1232. % loading a unit from disk into memory. Many of these mesages are
  1233. % informational messages.
  1234. % \begin{description}
  1235. unit_t_unitsearch=T_Unitsearch: $1
  1236. % When you use the \var{-vt}, the compiler tells you where it tries to find
  1237. % unit files.
  1238. unit_t_ppu_loading=T_PPU Loading $1
  1239. % When the \var{-vt} switch is used, the compiler tells you
  1240. % what units it loads.
  1241. unit_u_ppu_name=U_PPU Name: $1
  1242. % When you use the \var{-vu} flag, the unit name is shown.
  1243. unit_u_ppu_flags=U_PPU Flags: $1
  1244. % When you use the \var{-vu} flag, the unit flags are shown.
  1245. unit_u_ppu_crc=U_PPU Crc: $1
  1246. % When you use the \var{-vu} flag, the unit CRC check is shown.
  1247. unit_u_ppu_time=U_PPU Time: $1
  1248. % When you use the \var{-vu} flag, the unit time is shown.
  1249. unit_u_ppu_file_too_short=U_PPU File too short
  1250. % When you use the \var{-vu} flag, the unit time is shown.
  1251. unit_u_ppu_invalid_header=U_PPU Invalid Header (no PPU at the begin)
  1252. % A unit file contains as the first three bytes the ascii codes of \var{PPU}
  1253. unit_u_ppu_invalid_version=U_PPU Invalid Version $1
  1254. % This unit file was compiled with a different version of the compiler, and
  1255. % cannot be read.
  1256. unit_u_ppu_invalid_processor=U_PPU is compiled for an other processor
  1257. % This unit file was compiled for a different processor type, and
  1258. % cannot be read
  1259. unit_u_ppu_invalid_target=U_PPU is compiled for an other target
  1260. % This unit file was compiled for a different processor type, and
  1261. % cannot be read
  1262. unit_u_ppu_source=U_PPU Source: $1
  1263. % When you use the \var{-vu} flag, the unit CRC check is shown.
  1264. unit_u_ppu_write=U_Writing $1
  1265. % When you specify the \var{-vu} switch, the compiler will tell you where it
  1266. % writes the unit file.
  1267. unit_f_ppu_cannot_write=F_Can't Write PPU-File
  1268. % An err
  1269. unit_f_ppu_read_error=F_reading PPU-File
  1270. % Unexpected end of file
  1271. unit_f_ppu_read_unexpected_end=F_unexpected end of PPU-File
  1272. % This means that the unit file was corrupted, and contains invalid
  1273. % information. Recompilation will be necessary.
  1274. unit_f_ppu_invalid_entry=F_Invalid PPU-File entry: $1
  1275. % The unit the compiler is trying to read is corrupted, or generated with a
  1276. % newer version of the compiler.
  1277. unit_f_ppu_dbx_count_problem=F_PPU Dbx count problem
  1278. % There is an inconsistency in the debugging information of the unit.
  1279. unit_e_illegal_unit_name=E_Illegal unit name: $1
  1280. % The name of the unit doesn't match the file name.
  1281. unit_f_too_much_units=F_Too much units
  1282. % \fpc has a limit of 1024 units in a program. You can change this behavior
  1283. % by changing the \var{maxunits} constant in the \file{files.pas} file of the
  1284. % compiler, and recompiling the compiler.
  1285. unit_f_circular_unit_reference=F_Circular unit reference between $1 and $2
  1286. % Two units are using each other in the interface part. This is only allowed
  1287. % in the \var{implementation} part. At least one unit must contain the other one
  1288. % in the \var{implementation} section.
  1289. unit_f_cant_compile_unit=F_Can't compile unit $1, no sources available
  1290. % A unit was found that needs to be recompiled, but no sources are
  1291. % available.
  1292. unit_w_switch_us_missed=W_Compiling the system unit requires the -Us switch
  1293. % When recompiling the system unit (it needs special treatment), the
  1294. % \var{-Us} must be specified.
  1295. unit_f_errors_in_unit=F_There were $1 errors compiling module, stopping
  1296. % When the compiler encounters a fatal error or too many errors in a module
  1297. % then it stops with this message.
  1298. unit_u_load_unit=U_Load from $1 ($2) unit $3
  1299. % When you use the \var{-vu} flag, which unit is loaded from which unit is
  1300. % shown.
  1301. unit_u_recompile_crc_change=U_Recompiling $1, checksum changed for $2
  1302. unit_u_recompile_source_found_alone=U_Recompiling $1, source found only
  1303. % When you use the \var{-vu} flag, these messages tell you why the current
  1304. % unit is recompiled.
  1305. unit_u_recompile_staticlib_is_older=U_Recompiling unit, static lib is older than ppufile
  1306. % When you use the \var{-vu} flag, the compiler warns if the static library
  1307. % of the unit are older than the unit file itself.
  1308. unit_u_recompile_sharedlib_is_older=U_Recompiling unit, shared lib is older than ppufile
  1309. % When you use the \var{-vu} flag, the compiler warns if the shared library
  1310. % of the unit are older than the unit file itself.
  1311. unit_u_recompile_obj_and_asm_older=U_Recompiling unit, obj and asm are older than ppufile
  1312. % When you use the \var{-vu} flag, the compiler warns if the assembler of
  1313. % object file of the unit are older than the unit file itself.
  1314. unit_u_recompile_obj_older_than_asm=U_Recompiling unit, obj is older than asm
  1315. % When you use the \var{-vu} flag, the compiler warns if the assembler
  1316. % file of the unit is older than the object file of the unit.
  1317. unit_u_start_parse_interface=U_Parsing interface of $1
  1318. % When you use the \var{-vu} flag, the compiler warns that it starts
  1319. % parsing the interface part of the unit
  1320. unit_u_start_parse_implementation=U_Parsing implementation of $1
  1321. % When you use the \var{-vu} flag, the compiler warns that it starts
  1322. % parsing the implementation part of the unit
  1323. unit_u_second_load_unit=U_Second load for unit $1
  1324. % When you use the \var{-vu} flag, the compiler warns that it starts
  1325. % recompiling a unit for the second time. This can happend with interdepend
  1326. % units.
  1327. unit_u_check_time=U_PPU Check file $1 time $2
  1328. % When you use the \var{-vu} flag, the compiler show the filename and
  1329. % date and time of the file which a recompile depends on
  1330. % \end{description}
  1331. # EndOfTeX
  1332. #
  1333. # Options
  1334. #
  1335. option_usage=$1 [options] <inputfile> [options]
  1336. # BeginOfTeX
  1337. %
  1338. % \section{Command-line handling errors}
  1339. % This section lists errors that occur when the compiler is processing the
  1340. % command line or handling the configuration files.
  1341. % \begin{description}
  1342. option_only_one_source_support=W_Only one source file supported
  1343. % You can specify only one source file on the command line. The first
  1344. % one will be compiled, others will be ignored. This may indicate that
  1345. % you forgot a \var{'-'} sign.
  1346. option_def_only_for_os2=W_DEF file can be created only for OS/2
  1347. % This option can only be specified when you're compiling for OS/2
  1348. option_no_nested_response_file=E_nested response files are not supported
  1349. % you cannot nest response files with the \var {@file} command-line option.
  1350. option_no_source_found=F_No source file name in command line
  1351. % The compiler expects a source file name on the command line.
  1352. option_illegal_para=E_Illegal parameter: $1
  1353. % You specified an unknown option.
  1354. option_help_pages_para=H_-? writes help pages
  1355. % When an unknown option is given, this message is diplayed.
  1356. option_too_many_cfg_files=F_Too many config files nested
  1357. % You can only nest up to 16 config files.
  1358. option_unable_open_file=F_Unable to open file $1
  1359. % The option file cannot be found.
  1360. option_reading_further_from=N_Reading further options from $1
  1361. % Displayed when you have notes turned on, and the compiler switches
  1362. % to another options file.
  1363. option_target_is_already_set=W_Target is already set to: $1
  1364. % Displayed if more than one \var{-T} option is specified.
  1365. option_no_shared_lib_under_dos=W_Shared libs not supported on DOS platform, reverting to static
  1366. % If you specify \var{-CD} for the \dos platform, this message is displayed.
  1367. % The compiler supports only static libraries under \dos
  1368. option_too_many_ifdef=F_too many IF(N)DEFs
  1369. % the \var{\#IF(N)DEF} statements in the options file are not balanced with
  1370. % the \var{\#ENDIF} statements.
  1371. option_too_many_endif=F_too many ENDIFs
  1372. % the \var{\#IF(N)DEF} statements in the options file are not balanced with
  1373. % the \var{\#ENDIF} statements.
  1374. option_too_less_endif=F_open conditional at the end of the file
  1375. % the \var{\#IF(N)DEF} statements in the options file are not balanced with
  1376. % the \var{\#ENDIF} statements.
  1377. option_no_debug_support=W_Debug information generation is not supported by this executable
  1378. % It is possible to have a compiler executable that doesn't support
  1379. % the generation of debugging info. If you use such an executable with the
  1380. % \var{-g} switch, this warning will be displayed.
  1381. option_no_debug_support_recompile_fpc=H_Try recompiling with -dGDB
  1382. % It is possible to have a compiler executable that doesn't support
  1383. % the generation of debugging info. If you use such an executable with the
  1384. % \var{-g} switch, this warning will be displayed.
  1385. option_obsolete_switch=W_You are using the obsolete switch $1
  1386. % this warns you when you use a switch that is not needed/supported anymore.
  1387. % It is recommended that you remove the switch to overcome problems in the
  1388. % future, when the switch meaning may change.
  1389. option_obsolete_switch_use_new=W_You are using the obsolete switch $1, please use $2
  1390. % this warns you when you use a switch that is not supported anymore. You
  1391. % must now use the second switch instead.
  1392. % It is recommended that you change the switch to overcome problems in the
  1393. % future, when the switch meaning may change.
  1394. %
  1395. # EndOfTeX
  1396. #
  1397. # Logo (option -l)
  1398. #
  1399. option_switch_bin_to_src_assembler=N_Switching assembler to default source writing assembler
  1400. % this notifies you that the assembler has been changed because you used the
  1401. % -a switch which can't be used with a binary assembler writer.
  1402. %\end{description}
  1403. # EndOfTeX
  1404. #
  1405. # Logo (option -l)
  1406. #
  1407. option_logo_start=Compilatuer Free Pascal version $FPCVER [$FPCDATE] pour $FPCTARGET
  1408. option_logo_end=Copyright (c) 1998-2000 by Florian Klaempfl
  1409. #
  1410. # Info (option -i)
  1411. #
  1412. option_info_start=Compilatuer Free Pascal version $FPCVER
  1413. option_info1=<lf>
  1414. option_info2=Date du compilateur : $FPCDATE
  1415. option_info3=Cible du compilateur : $FPCTARGET
  1416. # the next lines are NOT translated on purpose !!!
  1417. option_info4=<lf>
  1418. option_info5=This program comes under the GNU General Public Licence
  1419. option_info6=For more information read COPYING.FPC
  1420. option_info7=<lf>
  1421. option_info8=Report bugs,suggestions etc to:
  1422. option_info_end= [email protected]
  1423. #
  1424. # Help pages (option -? and -h)
  1425. #
  1426. # note: the ordering of the enum numbering doens't matter
  1427. #
  1428. ol_begin=**0*_mettre + aprŠs un bool‚en pour activer l'option, - pour la d‚sactiver
  1429. ol001=**1a_conserve les fichiers assembleurs cr‚‚s pendant la compilation
  1430. ol002=**2al_liste le code source dans les fichiers assembleur
  1431. ol003=**2ar_liste les allocations de registres dans les fichiers assembleur
  1432. ol004=**2at_liste les allocations de donn‚es temporaire dans la pile
  1433. ol005=**1b_g‚nŠre les informations pour le browser
  1434. ol006=**2bl_g‚nŠre les informations locales ‚galement
  1435. ol007=**1B_recompile toutes les unit‚s
  1436. ol008=**1C<x>_options de g‚n‚ration de code :
  1437. ol009=3*2CD_cr‚erune librairie dynamique
  1438. ol010=**2Ch<n>_<n> taille du tas en bytes (entre 1023 et 67107840)
  1439. ol011=**2Ci_IO-checking
  1440. ol012=**2Cn_pas de linking
  1441. ol013=**2Co_g‚nŠre des tests d'overflow pour les op‚rations sur les entiers
  1442. ol014=**2Cr_Controle d'intervalles
  1443. ol015=**2Cs<n>_sp‚cifie <n> comme taille de la pile
  1444. ol016=**2Ct_test de d‚bordement de pile
  1445. ol017=3*2CS_cr‚er une librairie statique
  1446. ol018=3*2Cx_utiliser le smartlinking
  1447. ol019=**1d<x>_d‚finit le symbole <x>
  1448. ol020=*O1D_g‚nŠre un fichier DEF
  1449. ol021=*O2Dd<x>_assigne la description … <x>
  1450. ol022=*O2Dw_application en mode prot‚g‚
  1451. ol023=**1e<x>_d‚finit le chemin vers l'ex‚cutable
  1452. ol024=**1E_comme -Cn
  1453. ol025=**1F<x>_d‚finit des chemins et noms de fichiers :
  1454. ol026=**2FD<x>_d‚finit le r‚pertoire o— chercher les utilitaires de compilation
  1455. ol027=**2Fe<x>_redirige les erreurs vers le fichier <x>
  1456. ol028=**2FE<x>_r‚pertoire pour les exe/unit‚s : <x>
  1457. ol029=**2Fi<x>_ajoute <x> … la liste des r‚pertoires pour fichiers inclus
  1458. ol030=**2Fl<x>_ajoute <x> … la liste des r‚pertoires pour librairies
  1459. ol031=*L2FL<x>_utilises <x> comme lieur dynamique
  1460. ol032=**2Fo<x>_ajoute <x> … la liste des r‚pertoires pour fichiers objets
  1461. ol033=**2Fr<x>_charge le fichier erreur <x>
  1462. ol034=**2Fu<x>_ajoute <x> … la liste des r‚pertoires pour unit‚s
  1463. ol035=**2FU<x>_d‚finit le r‚pertoire d'‚criture des unit‚s … <x>, en d‚pit de -FE
  1464. ol036=*g1g<x>_g‚nŠre des informations de d‚bogage :
  1465. ol037=*g2gg_utilise gsym
  1466. ol038=*g2gd_utilise dbx
  1467. ol039=*g2gh_use l'unit‚ de tracage du tas
  1468. ol040=*g2gc_generate checks for pointers
  1469. ol041=**1i_information
  1470. ol042=**2iD_donne la date du compilateur
  1471. ol043=**2iV_donne la version du compilateur
  1472. ol044=**2iSO_donne l'OS du compilateur
  1473. ol045=**2iSP_donne le processeur du compilateur
  1474. ol046=**2iTO_donne l'OS cible
  1475. ol047=**2iTP_donne le processeur cible
  1476. ol048=**1I<x>_ajoute <x> … la liste des r‚pertoires pour fichiers inclus
  1477. ol049=**1k<x>_transmet <x> au linker
  1478. ol050=**1l_‚crit le logo
  1479. ol051=**1n_ne pas lire le fichier de configuration par d‚faut
  1480. ol052=**1o<x>_change le nom de l'executable en <x>
  1481. ol053=**1pg_g‚nŠre du code pour profiler avec gprof
  1482. ol054=*L1P_utilise des pipes au lieu de cr‚er des fichiers temporaires
  1483. ol055=**1S<x>_options de syntaxe :
  1484. ol056=**2S2_autorise quelques extensions Delphi 2
  1485. ol057=**2Sc_autorise les operateurs type C (*=,+=,/= et -=)
  1486. ol058=**2Sd_essaye d'ˆtre compatible avec Delphi
  1487. ol059=**2Se_stoppe la compilation … la premiŠre erreur
  1488. ol060=**2Sg_autorise LABEL et GOTO
  1489. ol061=**2Sh_Utilise les ansistrings
  1490. ol062=**2Si_supporte les INLINE type C++
  1491. ol063=**2Sm_support des macros comme C (global)
  1492. ol064=**2So_essaye d'ˆtre compatible avec TP/BP 7.0
  1493. ol065=**2Sp_essaye d'ˆtre compatible avec GPC
  1494. ol066=**2Ss_les constructeurs doivent s'appeler init (et les destructeurs done)
  1495. ol067=**2St_autorise "static" dans les objects
  1496. ol068=**1s_n'appelle pas l'assembleur ni le linker
  1497. ol069=**1u<x>_rend le symbole <x> non d‚fini
  1498. ol070=**1U_options d'unit‚s :
  1499. ol071=**2Un_ne pas v‚rifier le nom de l'unit‚
  1500. ol072=**2Us_compiler en temps qu'unit‚ systŠme
  1501. ol073=**1v<x>_donne des informations. <x> est une combination des lettres suivantes :
  1502. ol074=**2*_e : montre les erreurs (d‚faut) d : informations de d‚boggage
  1503. ol075=**2*_w : montre les avertissements u : montre les info sur les unit‚s
  1504. ol076=**2*_n : montre les notes t : montre les fichiers essay‚s/utilis‚s
  1505. ol077=**2*_h : montre les suggestions m : montre les macros d‚finies
  1506. ol078=**2*_i : montre des infos g‚n‚rales p : montre les proc‚dures compil‚es
  1507. ol079=**2*_l : montre les num‚ros de lignes c : montre les conditionniels
  1508. ol080=**2*_a : montre tout 0 : ne montre rien (sauf les erreurs)
  1509. ol081=**2*_b : montre toutes les proc‚dures r : mode compatibilit‚ Rhide/GCC
  1510. ol082=**2*_ quand une erreur survient x : infos Executable (Win32 seulement)
  1511. ol083=**2*_
  1512. ol084=**1X_options pour executable :
  1513. ol085=*L2Xc_lien avec librairie C
  1514. ol086=**2XD_lien avec la librarie dynamique (d‚finit FPC_LINK_DYNAMIC)
  1515. ol087=**2Xs_enlˆve tous les symboles de l'executable
  1516. ol088=**2XS_lien avec les librairies statiques (d‚finit FPC_LINK_STATIC)
  1517. ol089=**0*_options sp‚cifiques au processeur :
  1518. ol090=3*1A<x>_format de sortie :
  1519. ol091=3*2Aas_fichier objet g‚n‚r‚ par GNU AS
  1520. ol092=3*2Aasaout_fichier objet g‚n‚r‚ par GNU AS pour aout (Go32v1)
  1521. ol093=3*2Anasmcoff_fichier COFF (Go32v2) avec Nasm
  1522. ol094=3*2Anasmelf_fichier ELF32 (Linux) avec Nasm
  1523. ol095=3*2Anasmobj_fichier OBJ avec Nasm
  1524. ol096=3*2Amasm_fichier OBJ avec Masm (Mircosoft)
  1525. ol097=3*2Atasm_fichier OBJ avec Tasm (Borland)
  1526. ol098=3*2Acoff_coff (Go32v2) using internal writer
  1527. ol099=3*2Apecoff_pecoff (Win32) using internal writer
  1528. ol100=3*1R<x>_type lecture assembleur :
  1529. ol101=3*2Ratt_lit l'assembleur AT&T
  1530. ol102=3*2Rintel_lit l'assembleur Intel
  1531. ol103=3*2Rdirect_copie le texte assembleur directement dans le fichier assembleur
  1532. ol104=3*1O<x>_optimisations :
  1533. ol105=3*2Og_g‚nŠre du code compact
  1534. ol106=3*2OG_g‚nŠre du code rapide (defaut)
  1535. ol107=3*2Or_garde certaines variables dans des registres (toujours BUGGY!!!)
  1536. ol108=3*2Ou_autorise les optimisations incertaines (voir docs)
  1537. ol109=3*2O1_optimisations niveau 1 (optimisations rapides)
  1538. ol110=3*2O2_optimisations niveau 2 (-O1 + optimisations plus lentes)
  1539. ol111=3*2O3_optimisations niveau 3 (comme -O2u)
  1540. ol112=3*2Op<x>_processeur cible :
  1541. ol113=3*3Op1_d‚finit 386/486 comme processeur cible
  1542. ol114=3*3Op2_d‚finit Pentium/PentiumMMX (tm) comme processeur cycle
  1543. ol115=3*3Op3_d‚finit PPro/PII/c6x86/K6 (tm) comme processeur cycle
  1544. ol116=3*1T<x>_systŠme d'explioitation cible :
  1545. ol117=3*2TGO32V1_version 1 de l'extension DOS de DJ Delorie
  1546. ol118=3*2TGO32V2_version 2 de l'extension DOS de DJ Delorie
  1547. ol119=3*2TLINUX_Linux
  1548. ol120=3*2TOS2_OS/2 2.x
  1549. ol121=3*2TWin32_Windows 32 Bits
  1550. ol122=6*1A<x>_output format
  1551. ol123=6*2Aas_Unix o-file using GNU AS
  1552. ol124=6*2Agas_GNU Motorola assembler
  1553. ol125=6*2Amit_MIT Syntax (old GAS)
  1554. ol126=6*2Amot_Standard Motorola assembler
  1555. ol127=6*1O_optimizations:
  1556. ol128=6*2Oa_turn on the optimizer
  1557. ol129=6*2Og_generate smaller code
  1558. ol130=6*2OG_generate faster code (default)
  1559. ol131=6*2Ox_optimize maximum (still BUGGY!!!)
  1560. ol132=6*2O2_set target processor to a MC68020+
  1561. ol133=6*1R<x>_styles d'assembleur :
  1562. ol134=6*2RMOT_lire l'assembleur type motorola
  1563. ol135=6*1T<x>_SystŠme d'exploitation cible :
  1564. ol136=6*2TAMIGA_Commodore Amiga
  1565. ol137=6*2TATARI_Atari ST/STe/TT
  1566. ol138=6*2TMACOS_Macintosh m68k
  1567. ol139=6*2TLINUX_Linux-68k
  1568. ol140=**1*_
  1569. ol141=**1?_affiche cette aide
  1570. ol_end=**1h_affiche cette aide sans attente
  1571. #
  1572. # The End...
  1573. #