errorn.msg 87 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599
  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. # Dutch 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. # Enkele punten om bij het vertalen in het achterhoofd te houden:
  48. #
  49. # - "Methoden" wordt vaak foutief als "methodes" geschreven.
  50. # - "Typen" wordt vaak foutief als "types" geschreven.
  51. # - "Illegal" wordt niet met "illegaal" vertaald, maar met "ongeldig".
  52. # Illegaal betekent onwettig in het Nederlands.
  53. # - Zo wordt "execute" niet met "executeren" vertaalt maar met "uitvoeren".
  54. # Programma, hebt u nog een laatste wens voordat de trekker wordt
  55. # overgehaald?
  56. # - In het Nederlands schrijft men woorden vaker aan elkaar dan in het
  57. # Engels: "compiler switch" (2 woorden ) wordt "compileroptie" (1 woord).
  58. # Let ook op voorvoegingen: "Interface and implementation names" wordt:
  59. # "Interface- en implementatienamen" (streepje!)
  60. # - Pas op met het vernederlandsen van Engelse woorden. Bijvoorbeeld
  61. # "symbool". Voor deze categorie woorden bestaat geen goede
  62. # vertaling. Iedereen die zo'n vernederlandsing ziet krijgt echter gelijk
  63. # een pijnscheut in zijn taalknobbel. Soms helpt een woordenboek, anders
  64. # is het beter om de engelse term te laten staan. Wat improvisatie helpt
  65. # soms ook, "symbool" is niet precies hetzelfde maar kan in dit geval
  66. # prima als vertaling gebruikt worden.
  67. #
  68. # General
  69. #
  70. # BeginOfTeX
  71. % \section{General compiler messages}
  72. % This section gives the compiler messages which are not fatal, but which
  73. % display useful information. The number of such messages can be
  74. % controlled with the various verbosity level \var{-v} switches.
  75. % \begin{description}
  76. general_t_compilername=T_Compiler: $1
  77. % When the \var{-vt} switch is used, this line tells you what compiler
  78. % is used.
  79. general_d_sourceos=D_Bronsysteem: $1
  80. % When the \var{-vd} switch is used, this line tells you what the source
  81. % operating system is.
  82. general_i_targetos=I_Doelsysteem: $1
  83. % When the \var{-vd} switch is used, this line tells you what the target
  84. % operating system is.
  85. general_t_exepath=T_Programmalocatie: $1
  86. % When the \var{-vt} switch is used, this line tells you where the compiler
  87. % looks for it's binaries.
  88. general_t_unitpath=U_Locatie units: $1
  89. % When the \var{-vt} switch is used, this line tells you where the compiler
  90. % looks for compiled units. You can set this path with the \var{-Fu}
  91. general_t_includepath=T_Locatie includes: $1
  92. % When the \var{-vt} switch is used, this line tells you where the compiler
  93. % looks for it's include files (files used in \var{\{\$I xxx\}} statements).
  94. % You can set this path with the \var{-I} option.
  95. general_t_librarypath=T_Locatie bibliotheken: $1
  96. % When the \var{-vt} switch is used, this line tells you where the compiler
  97. % looks for the libraries. You can set this path with the \var{-Fl} option.
  98. general_t_objectpath=T_Locatie objectbestanden: $1
  99. % When the \var{-vt} switch is used, this line tells you where the compiler
  100. % looks for object files you link in (files used in \var{\{\$L xxx\}} statements).
  101. % You can set this path with the \var{-Fo} option.
  102. general_i_abslines_compiled=I_$1 Regels gecompileerd, $2 sec.
  103. % When the \var{-vi} switch is used, the compiler reports the number
  104. % of lines compiled, and the time it took to compile them (real time,
  105. % not program time).
  106. general_f_no_memory_left=F_Geen geheugen meer vrij
  107. % The compiler doesn't have enough memory to compile your program. There are
  108. % several remedies for this:
  109. % \begin{itemize}
  110. % \item If you're using the build option of the compiler, try compiling the
  111. % different units manually.
  112. % \item If you're compiling a huge program, split it up in units, and compile
  113. % these separately.
  114. % \item If the previous two don't work, recompile the compiler with a bigger
  115. % heap (you can use the \var{-Ch} option for this, \seeo{Ch})
  116. % \end{itemize}
  117. % \end{description}
  118. #
  119. # Scanner
  120. #
  121. % \section{Scanner messages.}
  122. % This section lists the messages that the scanner emits. The scanner takes
  123. % care of the lexical structure of the pascal file, i.e. it tries to find
  124. % reserved words, strings, etc. It also takes care of directives and
  125. % conditional compiling handling.
  126. % \begin{description}
  127. scan_f_end_of_file=F_Onverwacht einde van bestand
  128. % this typically happens in one of the following cases :
  129. % \begin{itemize}
  130. % \item The source file ends before the final \var{end.} statement. This
  131. % happens mostly when the \var{begin} and \var{end} statements aren't
  132. % balanced;
  133. % \item An include file ends in the middle of a statement.
  134. % \item A comment wasn't closed.
  135. % \end{itemize}
  136. scan_f_string_exceeds_line=F_String langer dan regel
  137. % You forgot probably to include the closing ' in a string, so it occupies
  138. % multiple lines.
  139. scan_f_illegal_char=F_ongeldig teken
  140. % An illegal character was encountered in the input file.
  141. scan_f_syn_expected=F_Taalfout: $2 verwacht in kolom $1
  142. % This indicates that the compiler expected a different token than
  143. % the one you typed. It can occur almost everywhere where you make a
  144. % mistake against the pascal language.
  145. scan_t_start_include_file=T_Ingevoegd bestand $1 word geopend
  146. % When you provide the \var{-vt} switch, the compiler tells you
  147. % when it starts reading an included file.
  148. scan_w_comment_level=W_Commentaar van niveau $1 gevonden
  149. % When the \var{-vw} switch is used, then the compiler warns you if
  150. % it finds nested comments. Nested comments are not allowed in Turbo Pascal
  151. % and can be a possible source of errors.
  152. scan_n_far_directive_ignored=N_$F directive (FAR) genegeerd
  153. % The \var{FAR} directive is a 16-bit construction which is recorgnised
  154. % but ignored by the compiler, since it produces 32 bit code.
  155. scan_n_stack_check_global_under_linux=N_Stapeloverloop test is globaal onder linux
  156. % Stack checking with the \var{-Cs} switch is ignored under \linux, since
  157. % \linux does this for you. Only displayed when \var{-vn} is used.
  158. scan_n_ignored_switch=N_Genegeerde compileroptie $1
  159. % With \var{-vn} on, the compiler warns if it ignores a switch
  160. scan_w_illegal_switch=W_Foutieve compileroptie $1
  161. % You included a compiler switch (i.e. \var{\{\$... \}}) which the compiler
  162. % doesn't know.
  163. scan_w_switch_is_global=W_Deze compileroptie heeft ook een globaal effect
  164. % When \var{-vw} is used, the compiler warns if a switch is global.
  165. scan_e_illegal_char_const=E_Foutieve constante voor een karakter
  166. % This happens when you specify a character with its ASCII code, as in
  167. % \var{\#96}, but the number is either illegal, or out of range. The range
  168. % is 1-255.
  169. scan_f_cannot_open_input=F_Kan bestand niet openen
  170. % \fpc cannot find the program or unit source file you specified on the
  171. % command line.
  172. scan_f_cannot_open_includefile=F_Kan ingevoerd bestand niet openen $1
  173. % \fpc cannot find the source file you specified in a \var{\{\$include ..\}}
  174. % statement.
  175. scan_e_too_much_endifs=E_Te veel $ENDIFs of $ELSEs
  176. % Your \var{\{\$IFDEF ..\}} and {\{\$ENDIF\}} statements aren't balanced.
  177. scan_w_only_pack_records=W_Record velden kunnen op 1,2 of 4 bytes uitgelijnd worden.
  178. % You are specifying the \var{\{\$PACKRECORDS n\} } with an illegal value for
  179. % \var{n}. Only 1,2,4 or 16 are valid in this case.
  180. scan_w_only_pack_enum=W_Enumeraties kunnen alleen worden bewaard in 1,2 of 4 bytes
  181. % You are specifying the \var{\{\$PACKENUM n\}} with an illegal value for
  182. % \var{n}. Only 1,2 or 4 are valid in this case.
  183. scan_e_endif_expected=E_$ENDIF verwacht voor $1 op $2 $3
  184. % Your conditional compilation statements are unbalanced.
  185. scan_e_preproc_syntax_error=E_Taalfout bij het compileren van een conditionele compilatie uitdrukking
  186. % There is an error in the expression following the \var{\{\$if ..\}} compiler
  187. % directive.
  188. scan_e_error_in_preproc_expr=E_Evalueren van een conditionele compilatie uitdrukking
  189. % There is an error in the expression following the \var{\{\$if ..\}} compiler
  190. % directive.
  191. scan_w_marco_cut_after_255_chars=W_Macro inhoud is afgekapt op 255 karakters voor evaluatie
  192. % The contents of macros canno be longer than 255 characters. This is a
  193. % safety in the compiler, to prevent buffer overflows. This is shown as a
  194. % warning, i.e. when the \var{-vw} switch is used.
  195. scan_e_endif_without_if=E_ENDIF zonder IF(N)DEF
  196. % Your \var{\{\$IFDEF ..\}} and {\{\$ENDIF\}} statements aren't balanced.
  197. scan_f_user_defined=F_Gebruiker definitie: $1
  198. % A user defined fatal error occurred. see also the \progref
  199. scan_e_user_defined=E_Gebruiker definitie: $1
  200. % A user defined error occurred. see also the \progref
  201. scan_w_user_defined=W_Gebruiker definitie: $1
  202. % A user defined warning occurred. see also the \progref
  203. scan_n_user_defined=N_Gebruiker definitie: $1
  204. % A user defined note was encountered. see also the \progref
  205. scan_h_user_defined=H_Gebruiker definitie: $1
  206. % A user defined hint was encountered. see also the \progref
  207. scan_i_user_defined=I_Gebruiker definitie: $1
  208. % User defined information was encountered. see also the \progref
  209. scan_e_keyword_cant_be_a_macro=E_Sleutelwoord herdefinieren als macro heeft geen effect
  210. % You cannot redefine keywords with macros.
  211. scan_f_macro_buffer_overflow=F_Macro buffer overflow bij lezen of expansie van macro
  212. % Your macro or it's result was too long for the compiler.
  213. scan_w_macro_deep_ten=W_Expansie van macro meer dan 16 niveaus diep, waarschijnlijk een recursieve macro
  214. % When expanding a macro macros have been nested to a level of 16.
  215. % The compiler will expand no further, since this may be a sign that
  216. % recursion is used.
  217. scan_e_wrong_styled_switch=E_Compileroptie is niet toegestaan in (* ... *) commentaar
  218. % Compiler switches should always be between \var{\{ \}} comment delimiters.
  219. scan_d_handling_switch=D_Behandel schakelaar "$1"
  220. % When you set debugging info on (\var{-vd}) the compiler tells you when it
  221. % is evaluating conditional compile statements.
  222. scan_c_endif_found=C_ENDIF $1 gevonden
  223. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  224. % where it encounters conditional statements.
  225. scan_c_ifdef_found=C_IFDEF $1 gevonden, $2
  226. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  227. % where it encounters conditional statements.
  228. scan_c_ifopt_found=C_IFOPT $1 gevonden, $2
  229. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  230. % where it encounters conditional statements.
  231. scan_c_if_found=C_IF $1 gevonden, $2
  232. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  233. % where it encounters conditional statements.
  234. scan_c_ifndef_found=C_IFNDEF $1 gevonden, $2
  235. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  236. % where it encounters conditional statements.
  237. scan_c_else_found=C_ELSE $1 gevonden, $2
  238. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  239. % where it encounters conditional statements.
  240. scan_c_skipping_until=C_Negeer tot...
  241. % When you turn on conditional messages(\var{-vc}), the compiler tells you
  242. % where it encounters conditional statements, and whether it is skipping or
  243. % compiling parts.
  244. scan_i_press_enter=I_Druk <return> om verder te gaan
  245. % When the \var{-vi} switch is used, the compiler stops compilation
  246. % and waits for the \var{Enter} key to be pressed when it encounters
  247. % a \var{\{\$STOP\}} directive.
  248. scan_w_unsupported_switch=W_Niet ondersteunde optie $1
  249. % When warings are turned on (\var{-vw}) the compiler warns you about
  250. % unsupported switches. This means that the switch is used in Delphi or
  251. % Turbo Pascal, but not in \fpc
  252. scan_w_illegal_directive=W_Ongeldige compiler optie $1
  253. % When warings are turned on (\var{-vw}) the compiler warns you about
  254. % unrecognised switches. For a list of recognised switches, \progref
  255. scan_t_back_in=T_Terug in $1
  256. % When you use (\var{-vt}) the compiler tells you when it has finished
  257. % reading an include file.
  258. scan_w_unsupported_app_type=W_Applicatie type niet ondersteund: $1
  259. % You get this warning, ff you specify an unknown application type
  260. % with the directive \var{\{\$APPTYPE\}}
  261. scan_w_app_type_not_support=W_$APPTYPE niet ondersteund op doelsysteem
  262. % The \var{\{\$APPTYPE\}} directive is supported by win32 applications only.
  263. scan_w_unsupported_asmmode_specifier=W_Niet ondersteunde assembler soort gegeven $1
  264. % When you specify an assembler mode with the \var{\{\$ASMMODE xxx\}}
  265. % the compiler didn't recognize the mode you specified.
  266. scan_w_no_asm_reader_switch_inside_asm=W_ASM lezer-optie is niet mogelijk in een asm instructie, $1 ingesteld voor volgende blok
  267. scan_w_unsupported_app_type=W_Niet ondersteund programmatype: $1
  268. % It is not possible to switch from one assembler reader to another
  269. % inside an assmebler block. The new reader will be used for next
  270. % assembler statement only.
  271. scan_e_wrong_switch_toggle=E_Verkeerde optiewaarde, gebruik ON/OFF of +/-
  272. % You need to use ON or OFF or a + or - to toggle the switch
  273. scan_e_resourcefiles_not_supported=E_Resource bestanden worden niet ondersteund op doel OS
  274. % The target you are compiling for doesn't support Resource files. The
  275. % only target which can use resource files is Win32
  276. %
  277. % \end{description}
  278. #
  279. # Parser
  280. #
  281. % \section{Parser messages}
  282. % This section lists all parser messages. The parser takes care of the
  283. % semantics of you language, i.e. it determines if your pascal constructs
  284. % are correct.
  285. % \begin{description}
  286. parser_e_syntax_error=E_Parser - Taalfout
  287. % An error against the Turbo Pascal language was encountered. This happens
  288. % typically when an illegal character is found in the sources file.
  289. parser_w_proc_far_ignored=W_Procedure type FAR genegeerd
  290. % This is a warning. \var{FAR} is a construct for 8 or 16 bit programs. Since
  291. % the compile generates 32 bit programs, it ignores this directive.
  292. parser_w_proc_near_ignored=W_Procedure type NEAR genegeerd
  293. % This is a warning. \var{NEAR} is a construct for 8 or 16 bit programs. Since
  294. % the compile generates 32 bit programs, it ignores this directive.
  295. parser_w_proc_register_ignored=W_Procedure type REGISTER wordt genegeerd
  296. % This is a warning. \var{REGISTER} is ignored by FPC programs for now.
  297. % This is introduced first for Delphi compatibility.
  298. parser_e_no_dll_file_specified=E_Geen DLL bestand opgegeven
  299. % No longer in use.
  300. parser_e_export_name_double=E_Dubbel geexporteerde functie naam $1
  301. % Exported function names inside a specific DLL must all be different
  302. parser_e_export_ordinal_double=E_Dubbel geexporteerde functie index $1
  303. % Exported function names inside a specific DLL must all be different
  304. parser_e_export_invalid_index=E_Ongeldige index for geexporteerde functie
  305. % DLL function index must be in the range \var{1..\$FFFF}
  306. parser_e_constructorname_must_be_init=E_Constructornaam moet INIT zijn
  307. % You are declaring a constructor with a name which isn't \var{init}, and the
  308. % \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
  309. parser_e_destructorname_must_be_done=E_Destructornaam moet DONE zijn
  310. % You are declaring a constructor with a name which isn't \var{done}, and the
  311. % \var{-Ss} switch is in effect. See the \var{-Ss} switch (\seeo{Ss}).
  312. parser_e_illegal_open_parameter=E_Foutieve open parameter
  313. % You are trying to use the wrong type for an open parameter.
  314. parser_e_proc_inline_not_supported=E_Procedure type INLINE wordt niet ondersteund
  315. % You tried to compile a program with C++ style inlining, and forgot to
  316. % specify the \var{-Si} option (\seeo{Si}). The compiler doesn't support C++
  317. % styled inlining by default.
  318. parser_w_priv_meth_not_virtual=W_Private methoden zijn niet VIRTUAL
  319. % You declared a method in the private part of a object (class) as
  320. % \var{virtual}. This is not allowed. Private methods cannot be overridden
  321. % anyway.
  322. parser_w_constructor_should_be_public=E_Constructor mag niet private or protected zijn
  323. % Constructors must be in the 'public' part of an object (class) declaration.
  324. parser_w_destructor_should_be_public=E_Destructor mag niet private or protected zijn
  325. % Destructors must be in the 'public' part of an object (class) declaration.
  326. parser_n_only_one_destructor=N_Klasse heeft slechts 1 destructor
  327. % You can declare only one destructor for a class.
  328. parser_e_no_local_objects=E_Lokale klassedefinities zijn niet toegestaan
  329. % Classes must be defined globally. They cannot be defined inside a
  330. % procedure or function
  331. parser_f_no_anonym_objects=F_Anonieme klassedefinities zijn niet toegestaan
  332. % An invalid object (class) declaration was encountered, i.e. an
  333. % object or class without methods that isn't derived from another object or
  334. % class. For example:
  335. % \begin{verbatim}
  336. % Type o = object
  337. % a : longint;
  338. % end;
  339. % \end{verbatim}
  340. % will trigger this error.
  341. parser_object_has_no_vmt=E_Het object $1 heeft geen VMT
  342. parser_e_illegal_parameter_list=E_Foutieve parameterlijst
  343. % You are calling a function with parameters that are of a different type than
  344. % the declared parameters of the function.
  345. parser_e_wrong_parameter_type=E_Foutief parametertype meegegeven voor arg #$1
  346. % There is an error in the parameter list of the function or procedure.
  347. % The compiler cannot determine the error more accurate than this.
  348. parser_e_wrong_parameter_size=E_Onjuist aantal parameters meegegeven
  349. % There is an error in the parameter list of the function or procedure,
  350. % the number of parameters is not correct.
  351. parser_e_overloaded_no_procedure=E_Overroepen symbool is geen procedure of functie
  352. % The compiler encountered a symbol with the same name as an overloaded
  353. % function, but it isn't a function it can overload.
  354. parser_e_overloaded_have_same_parameters=E_Overroepen procedures hebben identieke parameterlijst
  355. % You're declaring overloaded functions, but with the same parameter list.
  356. % Overloaded function must have at least 1 different parameter in their
  357. % declaration.
  358. parser_e_header_dont_match_forward=E_Declaratie komt niet overeen met eerdere declaratie: $1
  359. % You declared a function with same parameters but
  360. % different result type or function specifiers.
  361. parser_e_header_different_var_names=E_Procedurehoofding $1 komt niet overeen met eerdere declaratie: variabelenaam veranderd $2 => $3
  362. % You declared the function in the \var{interface} part, or with the
  363. % \var{forward} directive, but define it with a different parameter list.
  364. parser_n_duplicate_enum=N_Waarden in opsommingstypes moeten steeds stijgen
  365. % \fpc allows enumeration constructions as in C. Given the following
  366. % declaration two declarations:
  367. % \begin{verbatim}
  368. % type a = (A_A,A_B,A_E:=6,A_UAS:=200);
  369. % type a = (A_A,A_B,A_E:=6,A_UAS:=4);
  370. % \end{verbatim}
  371. % The second declaration would produce an error. \var{A\_UAS} needs to have a
  372. % value higher than \var{A\_E}, i.e. at least 7.
  373. parser_n_interface_name_diff_implementation_name=N_Interface- en implementatienamen zijn verschillend
  374. % This note warns you if the implementation and interface names of a
  375. % functions are different, but they have the same mangled name. This
  376. % is important when using overloaded functions (but should produce no error).
  377. parser_e_no_with_for_variable_in_other_segments=E_With kan niet gebruikt worden voor variabelen in verschillende segmenten
  378. % With stores a variable locally on the stack,
  379. % but this is not possible if the variable belongs to another segment.
  380. parser_e_too_much_lexlevel=E_Procedure meer dan 31 keer genest
  381. % You can nest function definitions only 31 times.
  382. parser_e_range_check_error=E_Bereikfout bij evalueren constanten
  383. % The constants are out of their allowed range.
  384. parser_w_range_check_error=W_Bereikscontrolefout bij evalueren constantes.
  385. % The constants are out of their allowed range.
  386. parser_e_double_caselabel=E_Dubbel case-element
  387. % You are specifying the same label 2 times in a \var{case} statement.
  388. parser_e_case_lower_less_than_upper_bound=E_Bovengrens van casebereik is lager dan ondergrens
  389. % The upper bound of a \var{case} label is less than the lower bound and this
  390. % is useless
  391. parser_e_type_const_not_possible=E_Getypeerde constanten van klassen zijn niet toegestaan
  392. % You cannot declare a constant of type class or object.
  393. parser_e_no_overloaded_procvars=E_Procedurele variabelen van overroepen procedures zijn niet toegestaan
  394. % You are trying to assign an overloaded function to a procedural variable.
  395. % This isn't allowed.
  396. parser_e_invalid_string_size=E_Stringlengte moet tussen 1 en 255 liggen
  397. % The length of a string in Pascal is limited to 255 characters. You are
  398. % trying to declare a string with length lower than 1 or greater than 255
  399. % (This is not true for \var{Longstrings} and \var{AnsiStrings}.
  400. parser_w_use_extended_syntax_for_objects=W_Gebruik de uitgebreide syntax van DISPOSE en NEW om nieuwe instanties van klassen te genereren
  401. % If you have a pointer \var{a} to a class type, then the statement
  402. % \var{new(a)} will not initialize the class (i.e. the constructor isn't
  403. % called), although space will be allocated. you should issue the
  404. % \var{new(a,init)} statement. This will allocate space, and call the
  405. % constructor of the class.
  406. parser_w_no_new_dispose_on_void_pointers=W_Het gebruik van NEW of DISPOSE voor pointers zonder type is zinloos
  407. parser_e_no_new_dispose_on_void_pointers=E_Het gebruik van NEW of DISPOSE is niet mogelijk voor pointers zonder type
  408. % You cannot use \var{new(p)} or \var{dispose(p)} if \var{p} is an untyped pointer
  409. % because no size is associated to an untyped pointer.
  410. % Accepted for compatibility in \var{tp} and \var{delphi} modes.
  411. parser_e_class_id_expected=E_Klasse verwacht
  412. % This happens when the compiler scans a procedure declaration that contains
  413. % a dot,
  414. % i.e., a object or class method, but the type in front of the dot is not
  415. % a known type.
  416. parser_e_no_type_not_allowed_here=E_Typesymbool is hier niet toegestaan
  417. % You cannot use a type inside an expression.
  418. parser_e_methode_id_expected=E_Methode verwacht
  419. % This identifier is not a method.
  420. % This happens when the compiler scans a procedure declaration that contains
  421. % a dot, i.e., a object or class method, but the procedure name is not a
  422. % procedure of this type.
  423. parser_e_header_dont_match_any_member=E_Proceduredeclaratie komt niet overeen met een methode van deze klasse
  424. % This identifier is not a method.
  425. % This happens when the compiler scans a procedure declaration that contains
  426. % a dot, i.e., a object or class method, but the procedure name is not a
  427. % procedure of this type.
  428. parser_p_procedure_start=P_Procedure/functie $1 ($2) op regel $3
  429. % When using the \var{-vp} switch, the compiler tells you when it starts
  430. % processing a procedure or function implementation.
  431. parser_e_error_in_real=E_Foutieve vlottende-komma constante
  432. % The compiler expects a floating point expression, and gets something else.
  433. parser_e_fail_only_in_constructor=E_FAIL mag alleen in constructors gebruikt worden
  434. % You are using the \var{FAIL} instruction outside a constructor method.
  435. parser_e_no_paras_for_destructor=E_Destructors hebben geen parameters
  436. % You are declaring a destructor with a parameter list. Destructor methods
  437. % cannot have parameters.
  438. parser_e_only_class_methods_via_class_ref=E_Alleen klassemethoden kunnen gerefereerd worden via een klasse
  439. % This error occurs in a situation like the following:
  440. % \begin{verbatim}
  441. % Type :
  442. % Tclass = Class of Tobject;
  443. %
  444. % Var C : TClass;
  445. %
  446. % begin
  447. % ...
  448. % C.free
  449. % \end{verbatim}
  450. % \var{Free} is not a class method and hence cannot be called with a class
  451. % reference.
  452. parser_e_only_class_methods=E_Alleen klassemethoden zijn toegankelijk in klassen
  453. % This is related to the previous error. You cannot call a method of an object
  454. % from a inside a class method. The following code would produce this error:
  455. % \begin{verbatim}
  456. % class procedure tobject.x;
  457. %
  458. % begin
  459. % free
  460. % \end{verbatim}
  461. % Because free is a normal method of a class it cannot be called from a class
  462. % method.
  463. parser_e_case_mismatch=E_Type van constante komt niet overeen met dat van de case uitrukking
  464. % One of the labels is not of the same type as the case variable.
  465. parser_e_illegal_symbol_exported=E_Het symbool kan niet uitgevoerd worden uit een bibliotheek
  466. % You can only export procedures and functions when you write a library. You
  467. % cannot export variables or constants.
  468. parser_w_should_use_override=E_Een virtuele methode moet met OVERRIDE overroepen worden: $1
  469. % A method that is declared \var{virtual} in a parent class, should be
  470. % overridden in the descendent class with the \var{override} directive. If you
  471. % don't specify the \var{override} directive, you will hide the parent method;
  472. % you will not override it.
  473. parser_e_nothing_to_be_overridden=E_Er is geen geerfde methode die overroepen kan worden: $1
  474. % You try to \var{override} a virtual method of a parent class that doesn't
  475. % exist.
  476. parser_e_no_procedure_to_access_property=E_Er is geen lid om de eigenschap te bereiken
  477. % You specified no \var{read} directive for a property.
  478. parser_w_stored_not_implemented=W_Stored prorperty directive is not yet implemented
  479. % The \var{stored} directive is not yet implemented
  480. parser_e_ill_property_access_sym=E_Ongeldig symbool voor eigenschap toegang
  481. % There is an error in the \var{read} or \var{write} directives for an array
  482. % property. When you declare an array property, you can only access it with
  483. % procedures and functions. The following code woud cause such an error.
  484. % \begin{verbatim}
  485. % tmyobject = class
  486. % i : integer;
  487. % property x [i : integer]: integer read I write i;
  488. % \end{verbatim}
  489. %
  490. parser_e_cant_access_protected_member=E_Kan niet in beschermd veld van een object schrijven
  491. % Fields that are declared in a \var{protected} section of an object or class
  492. % declaration cannot be accessed outside the module wher the object is
  493. % defined, or outside descendent object methods.
  494. parser_e_cant_access_private_member=E_Kan niet in prive-veld van een object schrijven
  495. % Fields that are declared in a \var{private} section of an object or class
  496. % declaration cannot be accessed outside the module where the class is
  497. % defined.
  498. parser_w_overloaded_are_not_both_virtual=W_Alle overroepen methoden moeten virtueel zijn als 1 virtueel is: $1
  499. % If you declare overloaded methods in a class, then they should either all be
  500. % virtual, or none. You shouldn't mix them.
  501. parser_w_overloaded_are_not_both_non_virtual=W_Overroepen methode van een niet virtuele methode moet niet-virtueel zijn: $1
  502. % If you declare overloaded methods in a class, then they should either all be
  503. % virtual, or none. You shouldn't mix them.
  504. parser_e_overloaded_methoden_not_same_ret=E_Virtuele overroepen methoden moeten hetzelfde resultaat type hebben: $1
  505. % If you declare virtual overloaded methods in a class definition, they must
  506. % have the same return type.
  507. parser_e_dont_nest_export=E_Als EXPORT gedeclareerde procedures kunnen niet genest worden
  508. % You cannot declare a function or procedure within a function or procedure
  509. % that was declared as an export procedure.
  510. parser_e_methods_dont_be_export=E_Methoden kunnen niet geexporteerd worden.
  511. % You cannot declare a procedure that is a method for an object as
  512. % \var{export}ed. That is, your methods cannot be called from a C program.
  513. parser_e_call_by_ref_without_typeconv=E_Typen van referentieparameters moeten exact overeenkomen.
  514. % When calling a function declared with \var{var} parameters, the variables in
  515. % the function call must be of exactly the same type. There is no automatic
  516. % type conversion.
  517. parser_e_no_super_class=E_Deze klasse is geen ouderklasse van de huidige klasse
  518. % When calling inherited methods, you are trying to call a method of a strange
  519. % class. You can only call an inherited method of a parent class.
  520. parser_e_self_not_in_method=E_SELF is alleen toegelaten in methoden.
  521. % You are trying to use the \var{self} parameter outside an object's method.
  522. % Only methods get passed the \var{self} parameters.
  523. parser_e_generic_methods_only_in_methods=E_Methoden kunnen alleen in andere methoden worden aangeroepen met type symbool
  524. % A construction like \var{sometype.somemethod} is only allowed in a method.
  525. parser_e_illegal_colon_qualifier=E_Ongeldig gebruik van ':'
  526. % You are using the format \var{:} (colon) 2 times on an expression that
  527. % is not a real expression.
  528. parser_e_illegal_set_expr=E_Bereikfout in setconstructor of dubbel setelement
  529. % The declaration of a set contains an error. Either one of the elements is
  530. % outside the range of the set type, either two of the elements are in fact
  531. % the same.
  532. parser_e_pointer_to_class_expected=E_Pointer naar klasse verwacht
  533. % You specified an illegal type in a \var{New} statement.
  534. % The extended synax of \var{New} needs an object as a parameter.
  535. parser_e_expr_have_to_be_constructor_call=E_Uitdrukking moet een constructoraanroep zijn.
  536. % When using the extended syntax of \var{new}, you must specify the constructor
  537. % method of the object you are trying to create. The procedure you specified
  538. % is not a constructor.
  539. parser_e_expr_have_to_be_destructor_call=E_Uitdrukking moet een destructoraanroep zijn
  540. % When using the extended syntax of \var{dispose}, you must specify the
  541. % destructor method of the object you are trying to dispose of.
  542. % The procedure you specified is not a destructor.
  543. parser_e_invalid_record_const=E_Ongeldige volgorde van record leden
  544. % When declaring a constant record, you specified the fields in the wrong
  545. % order.
  546. parser_e_false_with_expr=E_Type van uitdrukking moet class of record type zijn
  547. % A \var{with} statement needs an argument that is of the type \var{record}
  548. % or \var{class}. You are using \var{with} on an expression that is not of
  549. % this type.
  550. parser_e_void_function=E_Procedures kunnen geen resultaat teruggeven
  551. % In \fpc, you can specify a return value for a function when using
  552. % the \var{exit} statement. This error occurs when you try to do this with a
  553. % procedure. Procedures cannot return a value.
  554. parser_e_constructors_always_objects=E_Constructors en destructors moeten methoden zijn
  555. % You're declaring a procedure as destructor or constructor, when the
  556. % procedure isn't a class method.
  557. parser_e_operator_not_overloaded=E_Operator is niet hergedefineerd
  558. % You're trying to use an overloaded operator when it isn't overloaded for
  559. % this type.
  560. parser_e_no_reraise_possible=E_Re-raise is hier niet mogelijk
  561. % You are trying to raise an exception where it isn't allowed. You can only
  562. % raise exceptions in an \var{except} block.
  563. parser_e_no_new_or_dispose_for_classes=E_De uitgebreide syntax van NEW of DISPOSE is niet toegestaan voor klassen
  564. % You cannot generate an instance of a class with the extended syntax of
  565. % \var{new}. The constructor must be used for that. For the same reason, you
  566. % cannot call \var{Dispose} to de-allocate an instance of a class, the
  567. % destructor must be used for that.
  568. parser_e_asm_incomp_with_function_return=E_Assembler stemt niet overeen met type van functieresultaat
  569. % You're trying to implement a \var{assembler} function, but the return type
  570. % of the function doesn't allow that.
  571. parser_e_procedure_overloading_is_off=E_Procedure overroepen is afgezet
  572. % When using the \var{-So} switch, procedure overloading is switched off.
  573. % Turbo Pascal does not support function overloading.
  574. parser_e_overload_operator_failed=E_Deze operator kan niet overroepen worden.
  575. % You are trying to overload an operator which cannot be overloaded.
  576. % The following operators can be overloaded :
  577. % \begin{verbatim}
  578. % +, -, *, /, =, >, <, <=, >=, is, as, in, **, :=
  579. % \end{verbatim}
  580. parser_e_comparative_operator_return_boolean=E_Vergelijkingsoperator moet een boolean type als resultaat hebben.
  581. % When overloading the \var{=} operator, the function must return a boolean
  582. % value.
  583. parser_e_only_virtual_methods_abstract=E_Enkel virtuele methoden kunnen abstract zijn
  584. % You are declaring a method as abstract, when it isn't declared to be
  585. % virtual.
  586. parser_f_unsupported_feature=F_Gebruik van niet ondersteunde optie !
  587. % You're trying to force the compiler into doing something it cannot do yet.
  588. parser_e_mix_of_classes_and_objects=E_CLASSES and OBJECTS kunnen niet gemengd worden.
  589. % You cannot derive \var{objects} and \var{classes} intertwined . That is,
  590. % a class cannot have an object as parent and vice versa.
  591. parser_w_unknown_proc_directive_ignored=W_Onbekende proceduredirective is genegeerd: $1
  592. % The procedure direcive you secified is unknown. Recognised procedure
  593. % directives are \var{cdecl}, \var{stdcall}, \var{popstack}, \var{pascal}
  594. % \var{register}, \var{export}.
  595. parser_e_absolute_only_one_var=E_Absolute kan maar aan een variabele verbonden worden.
  596. % You cannot specify more than one variable before the \var{absolute} directive.
  597. % Thus, the following construct will provide this error:
  598. % \begin{verbatim}
  599. % Var Z : Longint;
  600. % X,Y : Longint absolute Z;
  601. % \end{verbatim}
  602. % \item [ absolute can only be associated a var or const ]
  603. % The address of a \var{absolute} directive can only point to a variable or
  604. % constant. Therefore, the following code will produce this error:
  605. % \begin{verbatim}
  606. % Procedure X;
  607. %
  608. % var p : longint absolute x;
  609. % \end{verbatim}
  610. %
  611. parser_e_absolute_only_to_var_or_const=E_Absolute kan slechts aan variabelen of constanten verbonden worden.
  612. % The address of a \var{absolute} directive can only point to a variable or
  613. % constant. Therefore, the following code will produce this error:
  614. % \begin{verbatim}
  615. % Procedure X;
  616. %
  617. % var p : longint absolute x;
  618. % \end{verbatim}
  619. %
  620. parser_e_initialized_only_one_var=E_Slechts 1 variabele kan geinitialiseerd worden.
  621. % You cannot specify more than one variable with a initial value
  622. % in Delphi syntax.
  623. parser_e_abstract_no_definition=E_Abtracte methoden kunnen niet gedefineerd worden
  624. % Abstract methods can only be declared, you cannot implement them. They
  625. % should be overridden by a descendant class.
  626. parser_e_overloaded_must_be_all_global=E_Deze overroepen procedure kan niet lokaal zijn (moet geexporteerd worden)
  627. % You are defining a overloaded function in the implementation part of a unit,
  628. % but there is no corresponding declaration in the interface part of the unit.
  629. parser_w_virtual_without_constructor=W_Gebruik van virtuele methoden zonder constructor
  630. % If you declare objects or classes that contain virtual methods, you need
  631. % to have a constructor and destructor to initialize them. The compiler
  632. % encountered an object or class with virtual methods that doesn't have
  633. % a constructor/destructor pair.
  634. parser_m_macro_defined=M_Macro gedefinieerd: $1
  635. % When \var{-vm} is used, the compiler tells you when it defines macros.
  636. parser_m_macro_undefined=M_Macro opgeheven: $1
  637. % When \var{-vm} is used, the compiler tells you when it undefines macros.
  638. parser_m_macro_set_to=M_Macro $1 wordt $2
  639. % When \var{-vm} is used, the compiler tells you what values macros get.
  640. parser_i_compiling=I_Compilatie van $1
  641. % When you turn on information messages (\var{-vi}), the compiler tells you
  642. % what units it is recompiling.
  643. parser_d_compiling_second_time=D_Compilatie van $1 voor de tweede keer.
  644. % When you request debug messages (\var{-vd}) the compiler tells you what
  645. % units it recompiles for the second time.
  646. parser_e_no_paras_allowed=E_Array eigenschappen zijn hier niet toegestaan.
  647. % You cannot use array properties at that point.a
  648. parser_e_no_property_found_to_override=E_Geen eigenschap gevonden om te herdefinieren
  649. % You want to overrride a property of a parent class, when there is, in fact,
  650. % no such property in the parent class.
  651. parser_e_only_one_default_property=E_Slechts 1 standaardeigenschap is toegestaan, geerfde standaardeigenschap in kind gevonden.
  652. % You specified a property as \var{Default}, but a parent class already has a
  653. % default property, and a class can have only one default property.
  654. parser_e_property_need_paras=E_Standaardeigenschappen moeten van type array zijn.
  655. % Only array properties of classes can be made \var{default} properties.
  656. parser_e_constructor_cannot_be_not_virtual=E_Virtuele constructors worden alleen ondersteunt in het klassemodel
  657. % You cannot have virtual constructors in objects. You can only have them
  658. % in classes.
  659. parser_e_no_default_property_available=E_Geen standaardeigenschap gevonden
  660. % You try to access a default property of a class, but this class (or one of
  661. % it's ancestors) doesn't have a default property.
  662. parser_e_cant_have_published=E_De klasse kan geen gepubliceerde sectie hebben, gebruik {$M+}
  663. % If you want a \var{published} section in a class definition, you must
  664. % use the \var{\{\$M+\}} switch, whch turns on generation of type
  665. % information.
  666. parser_e_forward_declaration_must_be_resolved=E_Declaratie van klasse $1 moet worden opgelost om de klasse als ouder te gebruiken
  667. % To be able to use an object as an ancestor object, it must be defined
  668. % first. This error occurs in the following situation:
  669. % \begin{verbatim}
  670. % Type ParentClas = Class;
  671. % ChildClass = Class(ParentClass)
  672. % ...
  673. % end;
  674. % \end{verbatim}
  675. % Where \var{ParentClass} is declared but not defined.
  676. parser_e_no_local_operator=E_Lokale operatoren worden niet ondersteund
  677. % You cannot overload locally, i.e. inside procedures or function
  678. % definitions.
  679. parser_e_proc_dir_not_allowed_in_interface=E_Procedure directive $1 niet toegestaan in interface sectie
  680. % This procedure directive is not allowed in the \var{interface} section of
  681. % a unit. You can only use it in the \var{implementation} section.
  682. parser_e_proc_dir_not_allowed_in_implementation=E_Procedure directive $1 niet toegestaan in implementation sectie
  683. % This procedure directive is not defined in the \var{implementation} section of
  684. % a unit. You can only use it in the \var{interface} section.
  685. parser_e_proc_dir_not_allowed_in_procvar=E_Procedure directive $1 niet toegestaan in procvar declaratie
  686. % This procedure directive cannot be part of a procedural of function
  687. % type declaration.
  688. parser_e_function_already_declared_public_forward=E_Functie is al publiek/forward gedeclareerd $1
  689. % You will get this error if a function is defined as \var{forward} twice.
  690. % Or it is once in the \var{interface} section, and once as a \var{forward}
  691. % declaration in the \var{implmentation} section.
  692. parser_e_not_external_and_export=E_Kan niet zowel EXPORT als EXTERNAL gebruiken
  693. % These two procedure directives are mutually exclusive
  694. parser_e_name_keyword_expected=E_NAME sleutelwoord verwacht
  695. % The definition of an external variable needs a \var{name} clause.
  696. parser_w_not_supported_for_inline=W_$1 wordt niet ondersteund voor inline procedure/functie
  697. % Inline procedures don't support this declaration.
  698. parser_w_inlining_disabled=W_Inlining uitgeschakeld
  699. % Inlining of procedures is disabled.
  700. parser_i_writing_browser_log=I_Schrijven van browser logfile $1
  701. % When information messages are on, the compiler warns you when it
  702. % writes the browser log (generated with the \var{\{\$Y+ \}} switch).
  703. parser_h_maybe_deref_caret_missing=H_misschien is het een pointer, ^ wordt dan gemist
  704. % The compiler thinks that a pointer may need a dereference.
  705. parser_f_assembler_reader_not_supported=F_Geselecteerde assemblerlezer wordt niet ondersteund
  706. % The selected assembler reader (with \var{\{\$ASMMODE xxx\}} is not
  707. % supported. The compiler can be compiled with or without support for a
  708. % particular assembler reader.
  709. parser_e_proc_dir_conflict=E_Procedure directive $1 geeft conflicten met andere directives
  710. % You specified a procedure directive that conflicts with other directives.
  711. % for instance \var{cdecl} and \var{pascal} are mutually exclusive.
  712. parser_e_call_convention_dont_match_forward=E_Aanroep conventie klopt niet met voorwaartse
  713. % This error happens when you declare a function or procedure with
  714. % e.g. \var{cdecl;} but omit this directive in the implementation, or vice
  715. % versa. The calling convention is part of the function declaration, and
  716. % must be repeated in the function definition.
  717. parser_e_register_calling_not_supported=E_Registeraanroep (fastcall) wordt niet ondersteund
  718. % The \var{register} calling convention, i.e., arguments are passed in
  719. % registers instead of on the stack is not supported. Arguments are always
  720. % passed on the stack.
  721. parser_e_property_cant_have_a_default_value=E_Eigenschap kan geen standaard waarde hebben
  722. % Set properties or indexed properties cannot have a default value.
  723. parser_e_property_default_value_must_const=E_De standaard waarde van een eigenschap moet een constante zijn
  724. % The value of a \var{default} declared property must be knwon at compile
  725. % time. The value you specified is only known at run time. This happens
  726. % .e.g. if you specify a variable name as a default value.
  727. parser_e_cant_publish_that=E_Symbool kan niet worden gepubliceerd, alleen mogelijk voor een klasse
  728. % Only class type variables can be in a \var{published} section of a class
  729. % if they are not declared as a property.
  730. parser_e_cant_publish_that_property=E_Dit soort eigenschappen kunnen niet worden gepubliceerd
  731. % Properties in a \var{published} section cannot be array properties.
  732. % they must be moved to public sections. Properties in a \var{published}
  733. % section must be an ordinal type, a real type, strings or sets.
  734. parser_w_empty_import_name=W_Lege importnaam opgegeven.
  735. % Both index and name for the import are 0 or empty
  736. parser_e_empty_import_name=W_Lege importnaam opgegeven
  737. % Some targets need a name for the imported procedure or a cdecl specifier
  738. parser_e_used_proc_name_changed=E_Interne functienaam gewijzigd na declaratie.
  739. parser_e_division_by_zero=E_Deling door nul
  740. % There is a divsion by zero encounted
  741. parser_e_invalid_float_operation=E_Ongeldige vlottende-komma bewerking.
  742. % An operation on two real type values produced an overflow or a division
  743. % by zero.
  744. parser_e_array_lower_less_than_upper_bound=E_Bovengrens van bereik is lager dan ondergrens
  745. % The upper bound of a \var{case} label is less than the lower bound and this
  746. % is not possible
  747. parser_e_string_larger_array=E_Stringlengte moet tussen 1 en 255 liggen
  748. % The size of the constant string is larger than the size you specified in
  749. % the array[x..y] of char definition
  750. parser_e_ill_msg_expr=E_Ongeldige uitdrukking achter message optie
  751. % \fpc supports only integer or string values as message constants
  752. parser_e_ill_msg_param=E_Message handlers aanvaarden slechts 1 variabele parameter
  753. % A method declared with the \var{message}-directive as message handler
  754. % can take only one parameter which must be declared as call by reference
  755. % Parameters are declared as call by reference using the \var{var}-directive
  756. parser_e_duplicate_message_label=E_Dubbel message label: %1
  757. % A label for a message is used twice in one object/class
  758. parser_e_self_in_non_message_handler=E_Self kan alleen een explicite parameter zijn bij string message handlers
  759. % The self parameter can be passed only explicit if it is a method which
  760. % is declared as message method handler
  761. parser_e_threadvars_only_sg=E_Thread variabelen kunnen alleen globaal of statisch zijn
  762. % Threadvars must be static or global, you can't declare a thread
  763. % local to a procedure. Local variables are always local to a thread,
  764. % because every thread has it's own stack and local variables
  765. % are stored on the stack
  766. parser_f_direct_assembler_not_allowed=F_Directe assembler wordt niet ondersteund door interne assembler.
  767. % You can't use direct assembler when using a binary writer, choose an
  768. % other outputformat or use an other assembler reader
  769. parser_w_no_objpas_use_mode=W_Laad de OBJPAS unit niet manueel, gebruik {$mode objfpc} of {$mode delphi}.
  770. % You're trying to load the ObjPas unit manual from a uses clause. This is
  771. % not a good idea to do, you can better use the \var{\{\$mode objfpc\}} or
  772. % \var{\{\$mode delphi\}}
  773. % directives which load the unit automaticly
  774. parser_e_no_object_override=E_OVERRIDE kan niet gebruikt worden in objecten
  775. % Override isn't support for objects, use VIRTUAL instead to override
  776. % a method of an anchestor object
  777. parser_e_cant_use_inittable_here=E_Data typen die initializatie/finalizatie vereisen zijn niet toegestaan in variabele records.
  778. % Some data type (e.g. \var{ansistring}) needs initialization/finalization
  779. % code which is implicitly generated by the compiler. Such data types
  780. % can't be used in the variant part of a record.
  781. % \end{description}
  782. #
  783. # Type Checking
  784. #
  785. % \section{Type checking errors}
  786. % This section lists all errors that can occur when type checking is
  787. % performed.
  788. % \begin{description}
  789. type_e_mismatch=E_Typen stemmen niet overeen
  790. % This can happen in many cases:
  791. % \begin{itemize}
  792. % \item The variable you're assigning to is of a different type than the
  793. % expression in the assignment.
  794. % \item You are calling a function or procedure with parameters that are
  795. % incompatible with the parameters in the function or procedure definition.
  796. % \end{itemize}
  797. type_e_incompatible_types=E_Incompatibele typen: kreeg $1, verwachtte $2
  798. % There is no conversion possible between the two types
  799. % Another possiblity is that they are declared in different
  800. % declarations:
  801. % \begin{verbatim}
  802. % Var
  803. % A1 : Array[1..10] Of Integer;
  804. % A2 : Array[1..10] Of Integer;
  805. %
  806. % Begin
  807. % A1:=A2; { This statement gives also this error, it
  808. % is due the strict type checking of pascal }
  809. % End.
  810. % \end{verbatim}
  811. type_e_not_equal_types=E_Typen komen niet overeen $1 en $2
  812. % The types are not equal
  813. type_e_integer_expr_expected=E_Integerexpressie verwacht
  814. % The compiler expects an expression of type integer, but gets a different
  815. % type.
  816. type_e_ordinal_expr_expected=E_Ordinale expressie verwacht
  817. % The expression must be of ordinal type, i.e., maximum a \var{Longint}.
  818. % This happens, for instance, when you specify a second argument
  819. % to \var{Inc} or \var{Dec} that doesn't evaluate to an ordinal value.
  820. type_e_type_id_expected=E_Typesymbool verwacht
  821. % The identifier is not a type, or you forgot to supply a type identifier.
  822. type_e_variable_id_expected=E_Variabelesymbool verwacht
  823. % This happens when you pass a constant to a \var{Inc} var or \var{Dec}
  824. % procedure. You can only pass variables as arguments to these functions.
  825. type_e_pointer_type_expected=E_Pointertype verwacht
  826. % The variable or expression isn't of the type \var{pointer}. This
  827. % happens when you pass a variable that isn't a pointer to \var{New}
  828. % or \var{Dispose}.
  829. type_e_class_type_expected=E_Klassetype verwacht
  830. % The variable of expression isn't of the type \var{class}. This happens
  831. % typically when
  832. % \begin{enumerate}
  833. % \item The parent class in a class declaration isn't a class.
  834. % \item An exception handler (\var{On}) contains a type identifier that
  835. % isn't a class.
  836. % \end{enumerate}
  837. type_e_varid_or_typeid_expected=E_Variabele- of typesymbool verwacht
  838. % The argument to the \var{High} or \var{Low} function is not a variable
  839. % nor a type identifier.
  840. type_e_cant_eval_constant_expr=E_Kan constante expressie niet evalueren
  841. % No longer in use.
  842. type_e_set_element_are_not_comp=E_Elementen van set zijn niet compatible
  843. % You are trying to make an operation on two sets, when the set element types
  844. % are not the same. The base type of a set must be the same when taking the
  845. % union
  846. type_e_set_operation_unknown=E_Bewerking niet ondersteund voor sets
  847. % several binary operations are not defined for sets
  848. % like div mod ** (also >= <= for now)
  849. type_w_convert_real_2_comp=W_Typeconversie van vlottende-komma type naar COMP, wat een integer type is.
  850. % An implicit type conversion from a real type to a \var{comp} is
  851. % encountered. Since \var{Comp} is a 64 bit integer type, this may indicate
  852. % an error.
  853. type_h_use_div_for_int=H_Gebruik DIV voor gehele getallen om geheel resultaat te krijgen
  854. % When hints are on, then an integer division with the '/' operator will
  855. % procuce this message, because the result will then be of type real
  856. type_e_strict_var_string_violation=E_String typen stemmen niet overeen wegens de $V+ modus
  857. % When compiling in \var{\{\$V+\}} mode, the string you pass as a parameter
  858. % should be of the exact same type as the declared parameter of the procedure.
  859. type_e_succ_and_pred_enums_with_assign_not_possible=E_SUCC of PRED op enumeratie types met toekenningen zijn niet mogelijk
  860. % When you declared an enumeration type which has assignments in it, as in C,
  861. % like in the following:
  862. % \begin{verbatim}
  863. % Tenum = (a,b,e:=5);
  864. % \end{verbatim}
  865. % you cannot use the \var{Succ} or \var{Pred} functions on them.
  866. type_e_cant_read_write_type=E_Kan dit type variabelen niet lezen of schrijven
  867. % You are trying to \var{read} or \var{write} a variable from or to a
  868. % file of type text, which doesn't support that. Only integer types,
  869. % booleans, reals, pchars and strings can be read from/written to a text file.
  870. type_e_typeconflict_in_set=E_Type conflict tussen set elementen.
  871. % There is at least one set element which is of the wrong type, i.e. not of
  872. % the set type.
  873. type_w_maybe_wrong_hi_lo=W_lo/hi(longint/dword) geeft hoog/laag (ipv byte) woord terug.
  874. % \fpc supports an overloaded version of \var{lo/hi} for \var{longint/dword}
  875. % which returns the lower/upper word of the argument. TP always uses
  876. % a 16 bit \var{lo/hi} which returns always bits 0..7 for \var{lo} and the
  877. % bits 8..15 for \var{hi}. If you want the TP behavior you have
  878. % to type case the argument to \var{word/integer}
  879. type_e_integer_or_real_expr_expected=E_Integer of vlottende komma uitdrukking verwacht
  880. % The first argument to \var{str} must a real or integer type.
  881. type_e_wrong_type_in_array_constructor=E_Verkeerd type in array constructor
  882. % You are trying to use a type in an array constructor which is not
  883. % allowed.
  884. type_e_wrong_parameter_type=E_Incompatibel type voor argument #$1: kreeg $2, verwachtte $3
  885. % You are trying to pass an invalid type for the specified parameter.
  886. type_e_no_method_and_procedure_not_compatible=E_Methode (variabele) en Procedure (variable) zijn niet compatible
  887. % You can't assign a method to a procedure variable or a procedure to a
  888. % method pointer.
  889. type_e_wrong_math_argument=E_Ongeldige constante opgegeven aan interne wiskundige functie
  890. % The constant argument passed to a ln or sqrt function is out of
  891. % the definition range of these functions.
  892. type_e_no_addr_of_constant=E_Een constante heeft geen adres
  893. % It's not possible to get the address of a constant, because they
  894. % aren't stored in memory, you can try making it a typed constant.
  895. % \end{description}
  896. #
  897. # Symtable
  898. #
  899. % \section{Symbol handling}
  900. % This section lists all the messages that concern the handling of symbols.
  901. % This means all things that have to do with procedure and variable names.
  902. % \begin{description}
  903. sym_e_id_not_found=E_Symbool niet gevonden $1
  904. % The compiler doesn't know this symbol. Usually happens when you misspel
  905. % the name of a variable or procedure, or when you forgot to declare a
  906. % variable.
  907. sym_f_internal_error_in_symtablestack=F_Interne fout in SymTableStack()
  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_e_duplicate_id=E_Dubbel symbool $1
  912. % The identifier was already declared in the current scope.
  913. sym_h_duplicate_id_where=H_Symbool reeds gedefinieerd in $1 op lijn $2
  914. % The identifier was already declared in a previous scope.
  915. sym_e_unknown_id=E_Onbekende symbool $1
  916. % The identifier encountered hasn't been declared, or is used outside the
  917. % scope where it's defined.
  918. sym_e_forward_not_resolved=E_Voorwaartse declaratie niet opgelost $1
  919. % This can happen in two cases:
  920. % \begin{itemize}
  921. % \item This happens when you declare a function (in the \var{interface} part, or
  922. % with a \var{forward} directive, but do not implement it.
  923. % \item You reference a type which isn't declared in the current \var{type}
  924. % block.
  925. % \end{itemize}
  926. sym_f_id_already_typed=F_Typesymbool reeds gedefineerd als type
  927. % You are trying to redefine a type.
  928. sym_e_error_in_type_def=E_Fout in type definitie
  929. % There is an error in your definition of a new array type:
  930. % \item One of the range delimiters in an array declaration is erroneous.
  931. % For example, \var{Array [1..1.25]} will trigger this error.
  932. sym_e_type_id_not_defined=E_Typesymbool niet gedefinieerd
  933. % The type identifier has not been defined yet.
  934. sym_e_forward_type_not_resolved=E_Forward declaratie niet opgelost $1
  935. % The compiler encountered an unknown type.
  936. sym_e_only_static_in_static=E_Alleen statische variabelen kunnen gebruikt worden in statische methoden
  937. % A static method of an object can only access static variables.
  938. sym_e_invalid_call_tvarsymmangledname=E_Ongeldige aanroep van tvarsym.mangledname()
  939. % An internal error occurred in the compiler; If you encounter such an error,
  940. % please contact the developers and try to provide an exact description of
  941. % the circumstances in which the error occurs.
  942. sym_f_type_must_be_rec_or_class=F_Record- of klassetype verwacht
  943. % The variable or expression isn't of the type \var{record} or \var{class}.
  944. sym_e_no_instance_of_abstract_object=E_U kunt geen vertegenwoordiger van een klasse met abstracte methoden instantieren
  945. % You are trying to generate an instance of a class which has an abstract
  946. % method that wasn't overridden.
  947. sym_w_label_not_defined=W_Label niet gedefineerd $1
  948. % A label was declared, but not defined.
  949. sym_e_ill_label_decl=E_Label foutief gedefineerd
  950. sym_e_goto_and_label_not_supported=E_GOTO en LABEL zijn afgezet (gebruik -Sg)
  951. % You must compile a program which has \var{label}s and \var{goto} statements
  952. % with the \var{-Sg} switch. By default, \var{label} and \var{goto} aren't
  953. % supported.
  954. sym_e_label_not_found=E_Label niet gevonden
  955. % A \var{goto label} was encountered, but the label isn't declared.
  956. sym_e_id_is_no_label_id=E_Symbool is geen label
  957. % The identifier specified after the \var{goto} isn't of type label.
  958. sym_e_label_already_defined=E_Label is al gedefineerd
  959. % You are defining a label twice. You can define a label only once.
  960. sym_e_ill_type_decl_set=E_Type declaratie van set elementen is foutief
  961. % The declaration of a set contains an invalid type definition.
  962. sym_e_class_forward_not_resolved=E_Voorwaartse definitie van klasse niet opgelost $1
  963. % You declared a class, but you didn't implement it.
  964. sym_h_para_identifier_not_used=H_Parameter niet gebruikt $1
  965. % This is a warning. The identifier was declared (locally or globally) but
  966. % wasn't used (locally or globally).
  967. sym_n_local_identifier_not_used=N_Lokale variabele niet gebruikt $1
  968. % You have declared, but not used a variable in a procedure or function
  969. % implementation.
  970. sym_e_set_expected=E_Set type verwacht
  971. % The variable or expression isn't of type \var{set}. This happens in an
  972. % \var{in} statement.
  973. sym_w_function_result_not_set=W_Resultaat van functie lijkt niet te zijn toegekend
  974. % You can get this warning if the compiler thinks that a function return
  975. % value is not set. This will not be displayed for assembler procedures,
  976. % or procedures that contain assembler blocks.
  977. sym_e_illegal_field=E_Onbekend record lid $1
  978. % The field doesn't exist in the record definition.
  979. sym_n_uninitialized_local_variable=N_Locale variabele $1 lijkt niet geinitialiseerd te zijn
  980. sym_n_uninitialized_variable=W_Variabele $1 lijkt niet geinitialiseerd te zijn
  981. % These messages are displayed if the compiler thinks that a variable will
  982. % be used (i.e. appears in the right-hand-side of an expression) when it
  983. % wasn't initialized first (i.e. appeared in the left-hand side of an
  984. % assigment)
  985. sym_e_id_no_member=E_Geen lid met de naam $1
  986. % When using the extended syntax of \var{new}, you must specify the constructor
  987. % method of the class you are trying to create. The procedure you specified
  988. % does not exist.
  989. sym_b_param_list=B_Declaratie gevonden: $1
  990. % You get this when you use the \var{-vb} switch. In case an overloaded
  991. % procedure is not found, then all candidate overloaded procedures are
  992. % listed, with their parameter lists.
  993. % \end{description}
  994. #
  995. # Codegenerator
  996. #
  997. % \section{Code generator messages}
  998. % This section lists all messages that can be displayed if the code
  999. % generator encounters an error condition.
  1000. % \begin{description}
  1001. cg_e_break_not_allowed=E_BREAK niet toegelaten
  1002. % You're trying to use \var{break} outside a loop construction.
  1003. cg_e_continue_not_allowed=E_CONTINUE niet toegelaten
  1004. % You're trying to use \var{continue} outside a loop construction.
  1005. cg_e_too_complex_expr=E_Uitdrukking te ingewikkeld - overloop van wiskundige processor
  1006. % Your expression is too long for the compiler. You should try dividing the
  1007. % construct over multiple assignments.
  1008. cg_e_illegal_expression=E_Foutieve uitdrukking
  1009. % This can occur under many circumstances. Mostly when trying to evaluate
  1010. % constant expressions.
  1011. cg_e_invalid_integer=E_Foutieve gehele uitdruking
  1012. % You made an expression which isn't an integer, and the compiler expects the
  1013. % result to be an integer.
  1014. cg_e_invalid_qualifier=E_Ongeldige constructie
  1015. % One of the following is happening :
  1016. % \begin{itemize}
  1017. % \item You're trying to access a field of a variable that is not a record.
  1018. % \item You're indexing a variable that is not an array.
  1019. % \item You're dereferencing a variable that is not a pointer.
  1020. % \end{itemize}
  1021. cg_e_upper_lower_than_lower=E_Bovengrens is kleiner dan ondergrens
  1022. % You are declaring a subrange, and the lower limit is higher than the high
  1023. % limit of the range.
  1024. cg_e_illegal_count_var=E_Ongeldige lusteller
  1025. % The type of a \var{for} loop variable must be an ordinal type.
  1026. % Loop variables cannot be reals or strings.
  1027. cg_e_cant_choose_overload_function=E_Weet niet welke overroepen procedure moet worden aangeroepen
  1028. % You're calling overloaded functions with a parameter that doesn't correspond
  1029. % to any of the declared function parameter lists. e.g. when you have declared
  1030. % a function with parameters \var{word} and \var{longint}, and then you call
  1031. % it with a parameter which is of type \var{integer}.
  1032. cg_e_parasize_too_big=E_Parameters gebruiken meer dan 64 kilobyte
  1033. % The I386 processor limits the parameter list to 65535 bytes (the \var{RET}
  1034. % instruction causes this)
  1035. cg_e_illegal_type_conversion=E_Foute typeconversie
  1036. % When doing a type-cast, you must take care that the sizes of the variable and
  1037. % the destination type are the same.
  1038. cg_d_pointer_to_longint_conv_not_portable=D_Conversie tussen ordinale en pointertypen is niet overdraagbaar naar andere processoren
  1039. % If you typecast a pointer to a longint, this code will not compile
  1040. % on a machine using 64bit for pointer storage.
  1041. cg_e_file_must_call_by_reference=E_File variabelen moeten altijd var parameters zijn
  1042. % You cannot specify files as value parameters, i.e. they must always be
  1043. % declared \var{var} parameters.
  1044. cg_e_cant_use_far_pointer_there=E_U kunt daar geen far pointer gebruiken
  1045. % Free Pascal doesn't support far pointers, so you cannot take the address of
  1046. % an expression which has a far reference as a result. The \var{mem} construct
  1047. % has a far reference as a result, so the following code will produce this
  1048. % error:
  1049. % \begin{verbatim}
  1050. % var p : pointer;
  1051. % ...
  1052. % p:=@mem[a000:000];
  1053. % \end{verbatim}
  1054. cg_e_var_must_be_reference=E_Ongeldige aanroep met referentie parameters
  1055. % You are trying to pass a constant or an expression to a procedure that
  1056. % requires a \var{var} parameter. Only variables can be passed as a \var{var}
  1057. % parameter.
  1058. cg_e_dont_call_exported_direct=E_Procedures die als EXPORT gedeclareerd staan kunnen niet aangeroepen worden
  1059. % No longer in use.
  1060. cg_w_member_cd_call_from_method=W_Mogelijke ongeldige aanroep van constructor of destructor
  1061. % No longer in use.
  1062. cg_n_inefficient_code=N_Inefficiente code
  1063. % You construction seems dubious to the compiler.
  1064. cg_w_unreachable_code=W_Deze code wordt nooit uitgevoerd
  1065. % You specified a loop which will never be executed. Example:
  1066. % \begin{verbatim}
  1067. % while false do
  1068. % begin
  1069. % {.. code ...}
  1070. % end;
  1071. % \end{verbatim}
  1072. cg_e_stackframe_with_esp=E_Procedure aanroep met stackframe ESP/SP
  1073. % The compiler encountered a procedure or function call inside a
  1074. % procedure that uses a \var{ESP/SP} stackframe. Normally, when a call is
  1075. % done the procedure needs a \var{EBP} stackframe.
  1076. cg_e_cant_call_abstract_method=E_Abstracte methoden kunnen niet direct aangeroepen worden
  1077. % You cannot call an abstract method directy, instead you must call a
  1078. % overriding child method, because an abstract method isn't implemented.
  1079. cg_f_internal_error_in_getfloatreg=F_Interne fout in getfloatreg(), allocatie faling
  1080. % An internal error occurred in the compiler; If you encounter such an error,
  1081. % please contact the developers and try to provide an exact description of
  1082. % the circumstances in which the error occurs.
  1083. cg_f_unknown_float_type=F_Onbekend vlottende-komma type
  1084. % The compiler cannot determine the kind of float that occurs in an expression.
  1085. cg_f_secondvecn_base_defined_twice=F_SecondVecn() basis tweemaal gedefinieerd.
  1086. % An internal error occurred in the compiler; If you encounter such an error,
  1087. % please contact the developers and try to provide an exact description of
  1088. % the circumstances in which the error occurs.
  1089. cg_f_extended_cg68k_not_supported=F_Extended cg68k niet ondersteund
  1090. % The var{extended} type is not supported on the m68k platform.
  1091. cg_f_32bit_not_supported_in_68000=F_32-bit unsigned niet ondersteund in MC68000 modus
  1092. % The cardinal is not supported on the m68k platform.
  1093. cg_f_internal_error_in_secondinline=F_Interne fout in secondinline()
  1094. % An internal error occurred in the compiler; If you encounter such an error,
  1095. % please contact the developers and try to provide an exact description of
  1096. % the circumstances in which the error occurs.
  1097. cg_d_register_weight=D_Register $1 gewicht $2 $3
  1098. % Debugging message. Shown when the compiler considers a variable for
  1099. % keeping in the registers.
  1100. cg_e_stacklimit_in_local_routine=E_Stacklimiet overschreden in lokale routine
  1101. % Your code requires a too big stack. Some operating systems pose limits
  1102. % on the stack size. You should use less variables or try ro put large
  1103. % variables on the heap.
  1104. cg_d_stackframe_omited=D_Stackframe wordt niet gemaakt
  1105. % Some procedure/functions do not need a complete stack-frame, so it is omitted.
  1106. % This message will be displayed when the {-vd} switch is used.
  1107. cg_e_unable_inline_object_methods=E_Kan inline niet gebruiken voor object methoden
  1108. % You cannot have inlined object methods.
  1109. cg_e_unable_inline_procvar=E_Kan inline niet gebruiken voor procvar aanroepen
  1110. % A procedure with a procedural variable call cannot be inlined.
  1111. cg_e_no_code_for_inline_stored=E_Geen code voor inline procedure opgeslagen
  1112. % The compiler couldn't store code for the inline procedure.
  1113. cg_e_can_access_element_zero=E_Element nul van een ansi/wide- of longstring is niet toegankelijk, gebruik (set)length.
  1114. % You should use \var{setlength} to set the length of an ansi/wide/longstring
  1115. % and \var{length} to get the length of such kinf of string
  1116. cg_e_include_not_implemented=E_Include en exclude niet ondersteund in dit geval
  1117. % \var{include} and \var{exclude} are only partially
  1118. % implemented for \var{i386} processors
  1119. % and not at all for \var{m68k} processors.
  1120. cg_e_cannot_call_cons_dest_inside_with=E_Constructors of destructors kunnen niet aangeroepen worden binnen een 'with' clausule
  1121. % Inside a \var{With} clause you cannot call a constructor or destructor for the
  1122. % object you have in the \var{with} clause.
  1123. cg_e_cannot_call_message_direct=E_Een message handler methode kan niet direct aangeroepen worden.
  1124. % A message method handler method can't be called directly if it contains an
  1125. % explicit self argument
  1126. % \end{description}
  1127. # EndOfTeX
  1128. #
  1129. # Assembler reader
  1130. #
  1131. asmr_d_start_reading=D_Begonnen met verwerken van $1 assembler
  1132. asmr_d_finish_reading=D_Gedaan met verwerken van $1 assembler
  1133. asmr_e_none_label_contain_at=E_Patroon dat geen label is bevat "@"
  1134. asmr_w_override_op_not_supported=W_De "override" operator wordt niet ondersteund
  1135. asmr_e_building_record_offset=E_Fout bij berekenen offset in record
  1136. asmr_e_offset_without_identifier=E_OFFSET gebruikt zonder symbool
  1137. asmr_e_no_local_or_para_allowed=E_Kan hier geen lokale variabele of parameter gebruiken
  1138. asmr_e_need_offset=E_OFFSET moet hier gebruikt worden
  1139. asmr_e_cant_have_multiple_relocatable_symbols=E_Kan niet meerdere verplaatsbare symbolen gebruiken
  1140. asmr_e_only_add_relocatable_symbol=E_Een verplaatsbaar symbool kan enkel toegevoegd worden
  1141. asmr_e_invalid_constant_expression=E_Ongeldige constante uitdrukking
  1142. asmr_e_relocatable_symbol_not_allowed=E_Verplaatsbaar symbool niet toegelaten
  1143. asmr_e_invalid_reference_syntax=E_Ongeldige geheugenlocatie schrijfwijze
  1144. asmr_e_local_symbol_not_allowed_as_ref=E_Lokale symbolen kunnen niet gebruikt worden als verwijzing
  1145. asmr_e_wrong_base_index=E_Ongeldig gebruik van basis en index register
  1146. asmr_e_wrong_scale_factor=E_Ongeldige schaalfactor
  1147. asmr_e_multiple_index=E_Meervoudig indexregister gebruik
  1148. asmr_e_invalid_operand_type=E_Ongeldig operandus type
  1149. asmr_e_invalid_string_as_opcode_operand=E_Ongeldige tekenreeks als instructie operandus: $1
  1150. asmr_w_CODE_and_DATA_not_supported=W_@CODE en @DATA worden niet ondersteund
  1151. asmr_e_null_label_ref_not_allowed=E_Null label verwijzingen zijn niet toegelaten
  1152. asmr_e_ev_zero_divide=F_Deling door nul in de assembler evaluator
  1153. asmr_e_ev_stack_overflow=F_Assembler evaluator stapeloverloop
  1154. asmr_e_ev_stack_underflow=F_Assembler evaluator stapelonderloop
  1155. asmr_e_ev_invalid_number=F_Ongeldig numeriek formaat in assembler evaluator
  1156. asmr_e_ev_invalid_op=F_Ongeldige operator in assembler evaluator
  1157. asmr_e_escape_seq_ignored=E_Expliciete reeks genegeerd: $1
  1158. asmr_e_invalid_symbol_ref=E_Ongeldige symboolverwijzing
  1159. asmr_w_fwait_emu_prob=W_Fwait kan emulatieproblemen met emu387 veroorzaken
  1160. asmr_w_calling_overload_func=W_Een overroepen functie wordt aangeroepen vanuit de assembler code
  1161. asmr_e_unsupported_symbol_type=E_Niet ondersteund symbool type voor operandus
  1162. asmr_e_constant_out_of_bounds=E_Constante waarde valt buiten bereik
  1163. asmr_e_error_converting_decimal=E_Fout bij omzetten van decimaal getal $1
  1164. asmr_e_error_converting_octal=E_Fout bij omzetten van octaal getal $1
  1165. asmr_e_error_converting_binary=E_Fout bij omzetten van binair getal $1
  1166. asmr_e_error_converting_hexadecimal=E_Fout bij omzetten van hexadecimaal getal $1
  1167. asmr_h_direct_global_to_mangled=H_$1 vertaald naar $2
  1168. asmr_w_direct_global_is_overloaded_func=W_$1 is geassocieerd met een overroepen functie
  1169. asmr_e_cannot_use_SELF_outside_a_method=E_Kan SELF niet buiten een methode gebruiken
  1170. asmr_e_cannot_use_OLDEBP_outside_nested_procedure=E_Kan OLDEBP niet buiten een genestelde procedure gebruiken
  1171. asmr_e_void_function=W_Functies met een ongedefinieerde teruggeefwaarde kunnen geen waarde teruggeven
  1172. asmr_e_SEG_not_supported=E_SEG not supported
  1173. asmr_e_size_suffix_and_dest_dont_match=E_Grootte-achtervoegsel en doel- of brongrootte komen niet overeen
  1174. asmr_w_size_suffix_and_dest_dont_match=W_Grootte-achtervoegsel en doel- of brongrootte komen niet overeen
  1175. asmr_e_syntax_error=E_Assembler taalfout
  1176. asmr_e_invalid_opcode_and_operand=E_Ongeldige combinatie van instructie en operandi
  1177. asmr_e_syn_operand=E_Assemler taalfout in operandum
  1178. asmr_e_syn_constant=E_Assemler taalfout in constante
  1179. asmr_e_invalid_string_expression=E_Ongeldige String uitdrukking
  1180. asmr_w_const32bit_for_address=32 bits constante gemaakt voor adres
  1181. asmr_e_invalid_or_missing_opcode=E_Ongeldige of ontbrekende instructie
  1182. asmr_e_invalid_prefix_and_opcode=E_Ongeldige combinatie van voorvoegsel en instructie: $1
  1183. asmr_e_invalid_override_and_opcode=E_Ongeldige combinatie van segment overroeping en instructie: $1
  1184. asmr_e_too_many_operands=E_Te veel operandi op een lijn
  1185. asmr_w_near_ignored=W_NEAR genegeerd
  1186. asmr_w_far_ignored=W_FAR genegeerd
  1187. asmr_e_dup_local_sym=E_Dubbel lokaal symbool $1
  1188. asmr_e_unknown_local_sym=E_Niet gedefinieerd lokaal symbool $1
  1189. asmr_e_unknown_label_identifier=E_Onbekende labelnaam $1
  1190. asmr_e_invalid_fpu_register=E_Ongeldig vlottende-komma registernaam
  1191. asmr_e_nor_not_supported=E_NOR wordt niet ondersteund
  1192. asmr_w_modulo_not_supported=W_Modulo wordt niet ondersteund
  1193. asmr_e_invalid_float_const=E_Ongeldige vlottende-komma constante $1
  1194. asmr_e_invalid_float_expr=E_Ongeldige vlottende-komma uitdrukking
  1195. asmr_e_wrong_sym_type=E_Verkeerd symbool type
  1196. asmr_e_cannot_index_relative_var=E_Een lokale variabele of parameter kan niet geindedxeerd worden met een register
  1197. asmr_e_invalid_seg_override=E_Ongeldige segment overroeping
  1198. asmr_w_id_supposed_external=W_Symbool $1 wordt verondersteld extern te zijn
  1199. asmr_e_string_not_allowed_as_const=E_Strings zijn niet toegelaten als constante
  1200. asmr_e_no_var_type_specified=Geen type van de variabele gegeven
  1201. asmr_w_assembler_code_not_returned_to_text=E_De assembler code stopt niet in een '.text' gedeelte
  1202. asmr_e_not_directive_or_local_symbol=E_Geen aanwijzing of lokaal symbool $1
  1203. asmr_w_using_defined_as_local=E_Een gedfinieerde naam wordt gebruikt als assembler label
  1204. #
  1205. # Assembler/binary writers
  1206. #
  1207. asmw_f_too_many_asm_files=F_Te veel assembler bestanden
  1208. asmw_f_assembler_output_not_supported=F_De geselecteerde assembler modus wordt hier niet ondersteund
  1209. asmw_f_comp_not_supported=F_Het COMP type wordt hier niet ondersteund
  1210. asmw_f_direct_not_supported=F_Directe assembler modus wordt niet ondersteund door de binaire assemblerschrijver
  1211. asmw_e_alloc_data_only_in_bss=E_Ruimte voor gegevens reserveren mag enkel in een bss gedeelte
  1212. asmw_f_no_binary_writer_selected=F_Binaire assemblerschrijver geselecteerd
  1213. asmw_e_opcode_not_in_table=E_Asm: Opcode $1 not gevonden in interne tabel
  1214. asmw_e_invalid_opcode_and_operands=E_Asm: $1 Ongeldige combinatie van instructie en operandi
  1215. asmw_e_16bit_not_supported=E_Asm: 16 Bit geheugenlocaties worden niet ondersteund
  1216. asmw_e_invalid_effective_address=E_Asm: Ongeldig direct adres
  1217. asmw_e_immediate_or_reference_expected=E_Asm: Constante of geheugenadres verwacht
  1218. asmw_e_value_exceeds_bounds=E_Asm: $1 value exceeds bounds $2
  1219. asmw_e_short_jmp_out_of_range=E_Asm: Korte spronginstructie gaat te ver $1
  1220. #
  1221. # Executing linker/assembler
  1222. #
  1223. exec_w_source_os_redefined=W_Bronbesturingssysteem geherdefinieerd
  1224. exec_i_assembling_pipe=I_Assembleren (pijp) van $1
  1225. exec_d_cant_create_asmfile=E_Kan geen assembler bestand $1 niet maken
  1226. exec_w_assembler_not_found=W_Assembler $1 niet gevonden, overschakeling naar externe assemblage
  1227. exec_t_using_assembler=T_Gebruikte assembler: $1
  1228. exec_w_error_while_assembling=W_Fout bij assembleren
  1229. exec_w_cant_call_assembler=W_Kan assembleerder niet oproepen, overschakeling naar externe assemblage
  1230. exec_i_assembling=I_Assembleren van $1
  1231. exec_w_linker_not_found=W_Linker $1 niet gevonden, oveschakeling naar externe linker
  1232. exec_t_using_linker=T_Gebruikte linker: $1
  1233. exec_w_objfile_not_found=E_Bestand $1 niet gevonden, linken kan foutlopen !
  1234. exec_w_libfile_not_found=E_Bibliotheek $1 niet gevonden, linken kan foutlopen !
  1235. exec_w_error_while_linking=W_Fout tijdens linken
  1236. exec_w_cant_call_linker=W_Kan linker niet oproepen, overschakeling naar extern linken
  1237. exec_i_linking=I_Linken van $1
  1238. exec_w_binder_not_found=W_Linker niet gevonden, overschakeling naar extern binden.
  1239. exec_w_ar_not_found=W_ar niet gevonden, overschakeling naar externe ar
  1240. exec_e_dll_not_supported=E_Dynamische bibliotheken niet ondersteund
  1241. exec_i_closing_script=I_Afsluiten batch $1
  1242. exec_w_res_not_found=W_resource compiler niet gevonden, ga over op externe modus
  1243. exec_i_compilingresource=I_Compileer resource $1
  1244. #
  1245. # Executable information
  1246. #
  1247. execinfo_f_cant_process_executable=F_Kan applicatie niet nabehandelen $1
  1248. execinfo_f_cant_open_executable=F_Kan applicatie niet openen $1
  1249. execinfo_x_codesize=X_Grootte van de code: $1 bytes
  1250. execinfo_x_initdatasize=X_Grootte van geinitialiseerde data: $1 bytes
  1251. execinfo_x_uninitdatasize=X_Grootte van niet-geinitialiseerde data: $1 bytes
  1252. execinfo_x_stackreserve=X_Gereserveerde Stack ruimte: $1 bytes
  1253. execinfo_x_stackcommit=X_Toegewezen Stack ruimte: $1 bytes
  1254. # Unit loading
  1255. #
  1256. # BeginOfTeX
  1257. % \section{Unit loading messages.}
  1258. % This section lists all messages that can occur when the compiler is
  1259. % loading a unit from disk into memory. Many of these mesages are
  1260. % informational messages.
  1261. % \begin{description}
  1262. unit_t_unitsearch=T_Unit zoeken: $1
  1263. % When you use the \var{-vt}, the compiler tells you where it tries to find
  1264. % unit files.
  1265. unit_t_ppu_loading=U_PPU Laden $1
  1266. % When the \var{-vt} switch is used, the compiler tells you
  1267. % what units it loads.
  1268. unit_u_ppu_name=U_PPU Naam: $1
  1269. % When you use the \var{-vu} flag, the unit name is shown.
  1270. unit_u_ppu_flags=D_PPU Vlaggen: $1
  1271. % When you use the \var{-vu} flag, the unit flags are shown.
  1272. unit_u_ppu_crc=D_PPU CRC: $1
  1273. % When you use the \var{-vu} flag, the unit CRC check is shown.
  1274. unit_u_ppu_time=D_PPU Tijd: $1
  1275. % When you use the \var{-vu} flag, the unit time is shown.
  1276. unit_u_ppu_file_too_short=D_PPU bestand te kort
  1277. % When you use the \var{-vu} flag, the unit time is shown.
  1278. unit_u_ppu_invalid_header=D_PPU Ongeldige kop (geen PPU aan het begin)
  1279. % A unit file contains as the first three bytes the ascii codes of \var{PPU}
  1280. unit_u_ppu_invalid_version=D_PPU Ongeldige versie $1
  1281. % This unit file was compiled with a different version of the compiler, and
  1282. % cannot be read.
  1283. unit_u_ppu_invalid_processor=U_PPU is gecompileerd voor een andere processor
  1284. % This unit file was compiled for a different processor type, and
  1285. % cannot be read
  1286. unit_u_ppu_invalid_target=U_PPU is gecompileerd voor een ander doelsysteem
  1287. % This unit file was compiled for a different processor type, and
  1288. % cannot be read
  1289. unit_u_ppu_source=U_PPU bron: $1
  1290. % When you use the \var{-vu} flag, the unit CRC check is shown.
  1291. unit_u_ppu_write=U_Schrijven van $1
  1292. % When you specify the \var{-vu} switch, the compiler will tell you where it
  1293. % writes the unit file.
  1294. unit_f_ppu_cannot_write=F_Kan PPU bestand niet schrijven
  1295. % An err
  1296. unit_f_ppu_read_error=F_Lezen van PPU bestand
  1297. % Unexpected end of file
  1298. unit_f_ppu_read_unexpected_end=F_Onverwacht einde van PPU-bestand
  1299. % This means that the unit file was corrupted, and contains invalid
  1300. % information. Recompilation will be necessary.
  1301. unit_f_ppu_invalid_entry=F_Ongeldig PPU bestand post: $1
  1302. % The unit the compiler is trying to read is corrupted, or generated with a
  1303. % newer version of the compiler.
  1304. unit_f_ppu_dbx_count_problem=F_PPU Dbx aantal probleem
  1305. % There is an inconsistency in the debugging information of the unit.
  1306. unit_e_illegal_unit_name=E_Ongeldige unitnaam: $1
  1307. % The name of the unit doesn't match the file name.
  1308. unit_f_too_much_units=F_Te veel units
  1309. % \fpc has a limit of 1024 units in a program. You can change this behavior
  1310. % by changing the \var{maxunits} constant in the \file{files.pas} file of the
  1311. % compiler, and recompiling the compiler.
  1312. unit_f_circular_unit_reference=F_Uses statement veroorzaakt vicieuze cirkel
  1313. % Two units are using each other in the interface part. This is only allowed
  1314. % in the \var{implementation} part. At least one unit must contain the other one
  1315. % in the \var{implementation} section.
  1316. unit_f_cant_compile_unit=F_Kan unit $1 niet compileren, geen broncode beschikbaar
  1317. % A unit was found that needs to be recompiled, but no sources are
  1318. % available.
  1319. unit_w_switch_us_missed=W_De systeemunit compileren vereist de -Us schakelaar
  1320. % When recompiling the system unit (it needs special treatment), the
  1321. % \var{-Us} must be specified.
  1322. unit_f_errors_in_unit=F_Er waren fouten $1 bij het compileren van een module, compilatie gestopt.
  1323. % When the compiler encounters a fatal error or too many errors in a module
  1324. % then it stops with this message.
  1325. unit_u_load_unit=U_Laden van $1 ($2) unit $3
  1326. % When you use the \var{-vu} flag, which unit is loaded from which unit is
  1327. % shown.
  1328. unit_u_recompile_crc_change=U_Hercompileer $1, checksum voor $2 veranderd
  1329. unit_u_recompile_source_found_alone=U_herkompileer $1, alleen bron gevonden
  1330. % When you use the \var{-vu} flag, these messages tell you why the current
  1331. % unit is recompiled.
  1332. unit_u_recompile_staticlib_is_older=U_Hercompileer unit, statische bibliotheek ouder dan ppu-bestand
  1333. % When you use the \var{-vu} flag, the compiler warns if the static library
  1334. % of the unit are older than the unit file itself.
  1335. unit_u_recompile_sharedlib_is_older=U_Hercompileer unit, dynamische bibliotheek ouder dan ppu-bestand
  1336. % When you use the \var{-vu} flag, the compiler warns if the shared library
  1337. % of the unit are older than the unit file itself.
  1338. unit_u_recompile_obj_and_asm_older=U_Hercompileer unit, object en asm zijn ouder dan ppu-bestand
  1339. % When you use the \var{-vu} flag, the compiler warns if the assembler of
  1340. % object file of the unit are older than the unit file itself.
  1341. unit_u_recompile_obj_older_than_asm=U_Hercompileer unit, object is ouder dan assembler
  1342. % When you use the \var{-vu} flag, the compiler warns if the assembler
  1343. % file of the unit is older than the object file of the unit.
  1344. unit_u_start_parse_interface=U_Parsen van interface van $1
  1345. % When you use the \var{-vu} flag, the compiler warns that it starts
  1346. % parsing the interface part of the unit
  1347. unit_u_start_parse_implementation=U_Parsen van implementatie van $1
  1348. % When you use the \var{-vu} flag, the compiler warns that it starts
  1349. % parsing the implementation part of the unit
  1350. unit_u_second_load_unit=U_Tweede maal unit $1 laden
  1351. % When you use the \var{-vu} flag, the compiler warns that it starts
  1352. % recompiling a unit for the second time. This can happend with interdepend
  1353. % units.
  1354. unit_u_check_time=U_PPU Controleren van bestand $1 tijd $2
  1355. % When you use the \var{-vu} flag, the compiler show the filename and
  1356. % date and time of the file which a recompile depends on
  1357. % \end{description}
  1358. # EndOfTeX
  1359. #
  1360. # Options
  1361. #
  1362. option_usage=$1 [opties] <bestand> [opties]
  1363. # BeginOfTeX
  1364. %
  1365. % \section{Command-line handling errors}
  1366. % This section lists errors that occur when the compiler is processing the
  1367. % command line or handling the configuration files.
  1368. % \begin{description}
  1369. option_only_one_source_support=Maar een (1) bronbestand wordt ondersteunt
  1370. % You can specify only one source file on the command line. The first
  1371. % one will be compiled, others will be ignored. This may indicate that
  1372. % you forgot a \var{'-'} sign.
  1373. option_def_only_for_os2=Een DEF file kan alleen worden gemaakt voor OS/2
  1374. % This option can only be specified when you're compiling for OS/2
  1375. option_no_nested_response_file=Geneste optie bestanden niet ondersteund
  1376. % you cannot nest response files with the \var{@file} command-line option.
  1377. option_no_source_found=Geen bronbestand op de commando-lijn
  1378. % The compiler expects a source file name on the command line.
  1379. option_illegal_para=Ongeldige parameter: $1
  1380. % You specified an unknown option.
  1381. option_help_pages_para=-? druk hulp af
  1382. % When an unknown option is given, this message is diplayed.
  1383. option_too_many_cfg_files=Te veel geneste instellingsbestanden
  1384. % You can only nest up to 16 config files.
  1385. option_unable_open_file=Kan bestand $1 niet openen
  1386. % The option file cannot be found.
  1387. option_reading_further_from=Meer instellingen worden gelezen van $1
  1388. % Displayed when you have notes turned on, and the compiler switches
  1389. % to another options file.
  1390. option_target_is_already_set=Doel is reeds ingesteld op: $1
  1391. % Displayed if more than one \var{-T} option is specified.
  1392. option_no_shared_lib_under_dos=Shared bibliotheken niet onderteund onder DOS, val terug op statisch
  1393. % If you specify \var{-CD} for the \dos platform, this message is displayed.
  1394. % The compiler supports only static libraries under \dos
  1395. option_too_many_ifdef=Te veel IF(N)DEFs
  1396. % the \var{\#IF(N)DEF} statements in the options file are not balanced with
  1397. % the \var{\#ENDIF} statements.
  1398. option_too_many_endif=Te veel ENDIFs
  1399. % the \var{\#IF(N)DEF} statements in the options file are not balanced with
  1400. % the \var{\#ENDIF} statements.
  1401. option_too_less_endif=Open voorwaardelijke aan eind van bestand
  1402. % the \var{\#IF(N)DEF} statements in the options file are not balanced with
  1403. % the \var{\#ENDIF} statements.
  1404. option_no_debug_support=Debug informatie generatie is niet ondersteund door deze applicatie
  1405. % It is possible to have a compiler executable that doesn't support
  1406. % the generation of debugging info. If you use such an executable with the
  1407. % \var{-g} switch, this warning will be displayed.
  1408. option_no_debug_support_recompile_fpc=Hercompileer de compiler-applicatie met -dGDB
  1409. % It is possible to have a compiler executable that doesn't support
  1410. % the generation of debugging info. If you use such an executable with the
  1411. % \var{-g} switch, this warning will be displayed.
  1412. option_obsolete_switch=W_U gebruikt een in onbruik geraakte schakeloptie $1
  1413. % this warns you when you use a switch that is not needed/supported anymore.
  1414. % It is recommended that you remove the switch to overcome problems in the
  1415. % future, when the switch meaning may change.
  1416. option_obsolete_switch_use_new=W_U gebruikt een in onbruik geraakte schakeloptie $1, gebruik $2 a.u.b.
  1417. % this warns you when you use a switch that is not supported anymore. You
  1418. % must now use the second switch instead.
  1419. % It is recommended that you change the switch to overcome problems in the
  1420. % future, when the switch meaning may change.
  1421. option_switch_bin_to_src_assembler=N_De assembler wordt veranderd in de standaard assembler schrijver
  1422. % this notifies you that the assembler has been changed because you used the
  1423. % -a switch which can't be used with a binary assembler writer.
  1424. %\end{description}
  1425. # EndOfTeX
  1426. #
  1427. # Logo (option -l)
  1428. #
  1429. option_logo_start=Free Pascal Compiler versie $FPCVER [$FPCDATE] voor $FPCTARGET
  1430. option_logo_end=Copyright (c) 1998-2000 door Florian Klaempfl en anderen
  1431. #
  1432. # Info (option -i)
  1433. #
  1434. option_info_start=Free Pascal Compiler versie $FPCVER
  1435. option_info1=<lf>
  1436. option_info2=Compiler datum: $FPCDATE
  1437. option_info3=Compiler doelsysteem: $FPCTARGET
  1438. option_info4=<lf>
  1439. option_info5=Dit programma wordt verspreid onder de GNU General Public Licence
  1440. option_info6=Voor meer informatie, lees COPYING.FPC. Hiervan is helaas geen
  1441. option_info7=Nederlandse vertaling beschikbaar.
  1442. option_info8=<lf>
  1443. option_info9=Meld bugs,suggesties, enz. aan:
  1444. option_info_end= [email protected]
  1445. #
  1446. # Help pages (option -? and -h)
  1447. #
  1448. # note: the ordering of the enum numbering doens't matter
  1449. #
  1450. ol_begin=**0*_+ schakelt optie aan, - af
  1451. ol001=**1a_De compiler verwijdert gegenereerd assembler bestand niet
  1452. ol002=*t1b_Gebruik EMS
  1453. ol003=**1B_Bouw alle modules
  1454. ol004=**1C_Code generatie opties
  1455. ol005=3*2CD_Creeer dynamische bibliotheek
  1456. ol006=**2Ch<n>_<n> bytes heap (tussen 1023 en 67107840)
  1457. ol007=**2Ci_IO-checking
  1458. ol008=**2Cn_Laat linken achterwege
  1459. ol009=**2Co_Controleer overflow van integer operaties
  1460. ol010=**2Cr_Bereik controle
  1461. ol011=**2Cs<n>_Stel stack grootte in op <n>
  1462. ol012=**2Ct_Stack controle
  1463. ol013=3*2CS_Cre‰er dynamische bibliotheek
  1464. ol014=3*2Cx_Gebruik slim linken
  1465. ol015=**1d<x>_definieer het symbool <x>
  1466. ol016=*O1D_genereer een DEF bestand
  1467. ol017=*O2Dd<x>_Zet beschrijving op <x>
  1468. ol018=*O2Dw_PM applicatie
  1469. ol019=**1e<x>_Zet pad naar applicaties
  1470. ol020=**1E_Zelfde als -Cn
  1471. ol021=**1F_Zet bestandsnamen en paden
  1472. ol022=**2Fe<x>_Zend foutboodschappen naar bestand <x>
  1473. ol023=*L2Fg<x>_Zelfde als -Fl
  1474. ol024=**2Fi<x>_Voegt <x> toe aan invoegpad
  1475. ol025=**2Fl<x>_Voegt <x> toe aan bibliotheek pad
  1476. ol026=*L2FL<x>_Gebruik <x> als dynamische linker
  1477. ol027=**2Fo<x>_Voeg <x> toe aan object pad
  1478. ol028=**2Fr<x>_Gebruik foutboodschappen in bestand <x>
  1479. ol029=**2Fu<x>_Voeg <x> toe aan unit pad
  1480. ol030=*g1g_genereer debug informatie
  1481. ol031=*g2gg_gebruik gsym
  1482. ol032=*g2gd_gebruik dbx
  1483. ol033=*g2gh_laad heaptrc unit automatisch
  1484. ol034=*g2gc_genereer meer controlers voor wijzers
  1485. ol035=**1i_informatie
  1486. ol036=**1I<x>_Voeg <x> toe aan invoegpad
  1487. ol037=**1k<x>_Geef <x> door aan de linker
  1488. ol038=**1l_Druk logo af
  1489. ol039=**1n_Standaard configuratie bestand niet lezen
  1490. ol040=**1o<x>_Stel de naam van het applicatiebestand in op <x>
  1491. ol041=**1pg_genereer profile code voor gprof
  1492. ol042=*L1P_Gebruik pipes in plaats van tijdelijke assembler bestanden
  1493. ol043=**1S_Syntax instellingen
  1494. ol044=**2S2_Stel Delphi 2 uitbreidingen in
  1495. ol045=**2Sc_Ondersteun operatoren als in C (*=,+=,/= en -=)
  1496. ol046=**2Sd_Compiler verwijdert assembler lijsten (minder geheugengebruik, maar trager)
  1497. ol047=**2Se_Compiler stopt na de eerste fout
  1498. ol048=**2Sg_Laat LABEL en GOTO toe
  1499. ol049=**2Si_Ondersteun C++ stijl INLINE
  1500. ol050=**2Sm_Ondersteun macros zoals in C (globaal)
  1501. ol051=**2So_Probeer TP/BP 7.0 compatibel te zijn
  1502. ol052=**2Sp_Probeer to be gpc compatibel te zijn
  1503. ol053=**2Ss_Constructor naam moet init zijn (destructor moet done zijn)
  1504. ol054=**2St_Sta static sleutelwoord toe in objecten
  1505. ol055=**1s_Roep assembler en linker niet op (slechts met -a)
  1506. ol056=**1T<x>_Doel besturingssysteem
  1507. ol057=3*2TGO32V1_versie 1 van de DJ Delorie DOS uitbreider
  1508. ol058=3*2TGO32V2_versie 2 van de DJ Delorie DOS uitbreider
  1509. ol059=3*2TLINUX_Linux
  1510. ol060=3*2TOS2_OS/2 (EMX)
  1511. ol061=3*2TWin32_Windows 32 Bit
  1512. ol062=6*2TAMIGA_Commodore Amiga
  1513. ol063=6*2TATARI_Atari ST/STe/TT
  1514. ol064=6*2TMACOS_Macintosh m68k
  1515. ol065=6*2TLINUX_Linux-68k
  1516. ol066=**1u<x>_Verwijdert symbooldefinitie <x>
  1517. ol067=**1U_unit opties
  1518. ol068=**2Un_Unit naam niet nagaan
  1519. ol069=**2Up<x>_Zelfde als -Fu<x>
  1520. ol070=**2Us_Compileer een systeemunit
  1521. ol071=**1v<x>_Wees uitvoerig. <x> is een combinatie van volgende letters:
  1522. ol072=**2*_e : Toon fouten (standaard) d : Toon debug informatie
  1523. ol073=**2*_w : Toon waarschuwingen u : Toon gebruikte bestanden
  1524. ol074=**2*_n : Toon notas t : Toon geteste bestanden
  1525. ol075=**2*_h : Toon hints m : Toon gedefinieerde macros
  1526. ol076=**2*_i : Toon algemene informatie p : Toon gecompileerde routines
  1527. ol077=**2*_l : Toon regelnummers c : Toon voorwaardelijken
  1528. ol078=**2*_a : Toon alles 0 : Toon alleen fouten
  1529. ol079=**1X_applicatie instellingen
  1530. ol080=*L2Xc_link met de C bibliotheek
  1531. ol081=**2XD_link met dynamische bibliotheken (definieert FPC_LINK_DYNAMIC)
  1532. ol082=**2Xs_verwijder alle symbolen uit applicatie
  1533. ol083=**2XS_link met statische bibliotheken (definieert FPC_LINK_STATIC)
  1534. ol084=**0*_Processor specifieke instellingen:
  1535. ol085=3*1A_Output formaat
  1536. ol086=3*2Aas_assembleer met GNU AS
  1537. ol087=3*2Aasaout_assembleer met GNU AS voor aout (Go32v1)
  1538. ol088=3*2Anasmcoff_Coff (Go32v2) bestand met Nasm
  1539. ol089=3*2Anasmelf_elf32 (linux) bestand met Nasm
  1540. ol090=3*2Anasmobj_obj bestand met Nasm
  1541. ol091=3*2Amasm_obj bestand met Masm (Microsoft)
  1542. ol092=3*2Atasm_obj bestand met Tasm (Borland)
  1543. ol093=3*2Acoff_coff (Go32v2) met interne assembler
  1544. ol094=3*2Apecoff_pecoff (Win32) met interne assembler
  1545. ol095=3*1R_assembler lezer stijl:
  1546. ol096=3*2Ratt_Lees AT&T stijl assembler
  1547. ol097=3*2Rintel_Lees Intel stijl assembler
  1548. ol098=3*2Rdirect_Kopieer assembler dadelijk naar assembler bestand
  1549. ol099=3*1O<x>_optimalizaties
  1550. ol100=3*2Og_Genereer kleinere code
  1551. ol101=3*2OG_Genereerd snellere code (standaard)
  1552. ol102=3*2Or_Houd zekere variabelen in registers (Nog steeds BUGGY!!!)
  1553. ol103=3*2Ou_Probeer onzekere optimalizaties (zie documentatie)
  1554. ol104=3*2O1_Niveau 1 optimalizaties (snelle optimizaties)
  1555. ol105=3*2O2_Niveau 2 optimalizaties (-O1 + tragere optimizaties)
  1556. ol106=3*2O3_Niveau 3 optimalizaties (Zelfde als -O2u)
  1557. ol107=3*2Op_Doel processor
  1558. ol108=3*3Op1_Stel doel processor in op 386/486
  1559. ol109=3*3Op2_Stel doel processor in op Pentium/PentiumMMX (tm)
  1560. ol110=3*3Op3_Stel doel processor in op PPro/PII/c6x86/K6 (tm)
  1561. ol111=6*1A_output formaat
  1562. ol112=6*2Aas_Unix o-bestand met GNU AS
  1563. ol113=6*2Agas_GNU Motorola assembler
  1564. ol114=6*2Amit_MIT Syntax (oude GAS)
  1565. ol115=6*2Amot_Standaard Motorola assembler
  1566. ol116=6*1O_optimizaties
  1567. ol117=6*2Oa_Gebruik de optimizaties
  1568. ol118=6*2Og_Genereer kleinere code
  1569. ol119=6*2OG_Genereer snellere code (standaard)
  1570. ol120=6*2Ox_Optimizeer maximaal (nog steeds BUGGY!!!)
  1571. ol121=6*2O2_Stel doelprocessor in op MC68020+
  1572. ol122=**1*_
  1573. ol123=**1?_Toont deze hulp
  1574. ol124=6*2Agas_GNU Motorola assembler
  1575. ol125=6*2Amit_MIT Syntax (old GAS)
  1576. ol126=6*2Amot_Standard Motorola assembler
  1577. ol127=6*1O_optimizaties:
  1578. ol128=6*2Oa_Geruik optimizatie
  1579. ol129=6*2Og_Maak kleinere
  1580. ol130=6*2OG_Maak snellere code (standaard)
  1581. ol131=6*2Ox_Optimaliseer maximaal (nog altijd BUGGY!!!)
  1582. ol132=6*2O2_Stel doelprocessor in op MC68020+
  1583. ol133=6*1R<x>_assembler lezer stijl:
  1584. ol134=6*2RMOT_Lees motorola stijl assembler
  1585. ol135=6*1T<x>_Doel besturingssysteem:
  1586. ol136=6*2TAMIGA_Commodore Amiga
  1587. ol137=6*2TATARI_Atari ST/STe/TT
  1588. ol138=6*2TMACOS_Macintosh m68k
  1589. ol139=6*2TLINUX_Linux-68k
  1590. ol140=**1*_
  1591. ol141=**1?_Toont deze hulp
  1592. ol_end=**1h_Toont deze hulp zonder wachten
  1593. #
  1594. # The End...
  1595. #