home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / TextEditors&Viewers / Texteditors / GoldED310.lha / Install / data / tools / Cat / golded.base < prev    next >
Encoding:
Text File  |  1995-06-14  |  108.1 KB  |  4,180 lines

  1. #VERSION 25
  2. #LANGUAGE D=DEUTSCH
  3. #LANGUAGE E=ENGLISH
  4. #LANGUAGE F=FRANçAIS
  5. #LANGUAGE S=SVENSKA
  6. #LANGUAGE I=ITALIANO
  7. #LANGUAGE N=NEDERLANDS
  8. ;
  9. ; This is a multi-language catalog description file related tof GoldED.  Use  the
  10. ; provided  CAT tool to create catalog files based on the contents of this file;
  11. ; (CAT requires Commdore's CatComp tool). Available languages are listed  above.
  12. ; You  may  add additional translations. Usage of catalogs based on this file is
  13. ; limited to GoldED releases asking for the version code given above  (do  NEVER
  14. ; change  this  code;  get  an  updated version of this file instead). This file
  15. ; consists  of  string  'sections'  separated  by   semicolons.   Each   section
  16. ; corresponds  to  one string used by GoldED. Sections are used to store several
  17. ; translations of each string (one translation for each language listed  above).
  18. ; Example section:
  19. ;                     GOTOWINTITLE (80)
  20. ;                     used as window title (control menu: go to line)
  21. ;                     E(12-06-94)=Go to ...
  22. ;                     D(12-06-94)=Gehe zu Zeile ...
  23. ;
  24. ; line 1: string ID (GOTOWINTITLE) followed by maximum length (80 characters)
  25. ; line 2: comment describing usage of this string by GoldED
  26. ; line 3: English translation including date of translation
  27. ; line 4: German  translation including date of translation
  28. ; line x: (you may add additional translations)
  29. ;
  30. ; format of date = (dd-mm-yy)
  31. ;
  32. ; Please keep the translations as short as  possible  to  avoid  problems.  Your
  33. ; translation  may under no circumstances exeed the given maximum length. If the
  34. ; maximum length is not a fixed value, this is indicated by a "(?)" - keep those
  35. ; translations  short  as  well.  Once  you  have  a  working  catalog,  try all
  36. ; requesters to verify wether the GUI looks ok.  Exclamation  marks  before  the
  37. ; length  value  indicate  a  fixed width. Example: if the value were (!2), your
  38. ; translation would have to be two-letter-string. CAT  will  give  you  warnings
  39. ; otherwise.  Equals  signs  instead  of  a length value indicate a fixed string
  40. ; which  may  not  be  translated;  Example:  if  the  value  were  (=@G),  your
  41. ; translation  would  have  to  be  @G  as  well.  Sometimes the length value is
  42. ; followed by a standard AmigaDOS wildcard pattern; Example:  (20:"<#?>").  Your
  43. ; translation  has  to  match  the  given  pattern.  CAT  will give you warnings
  44. ; otherwise. Some strings include C-like formatting codes (e.g. %ld = number, %s
  45. ; =  string);  your  translations has to offer the same formatting codes and the
  46. ; same order of codes. CatComp will give you warnings  otherwise.  Some  strings
  47. ; include the "|" character to separate options; your translation has to provide
  48. ; the same number of options separated by "|". Some  strings  include  uppercase
  49. ; words  preceeded  by a "!" (e.g. !OK) to indicate a default gadget label: your
  50. ; translation has to follow this style, too. Be careful as far as the  usage  of
  51. ; the  underscore  character  "_"  (gadget  shortcut  indicator)  is  concerned.
  52. ; Underscores may only be used if the string  is  known  to  be  a  cycle/button
  53. ; gadget  label  AND  if  either  the  German or the English translation include
  54. ; underscores. Do NOT use an underscore, if neither the German nor  the  English
  55. ; translation  use  underscores. You may NOT use underscores within cycle gadget
  56. ; options, radio button gadget options, window titles, error messages and  other
  57. ; strings. Underscores do not count as characters as far as the string length is
  58. ; concerned. You have to ensure that you  don't  use  the  same  shortcut  twice
  59. ; within  a  single  requester.  This  is  often  difficult to decide since many
  60. ; strings (especially OK, CANCEL, LOAD, SAVE, REMOVE, ADD, DEL, and  CLEAR)  are
  61. ; used within several requesters.
  62. ;
  63. ; How to make GoldED use a new language within requesters
  64. ; -------------------------------------------------------
  65. ;
  66. ; 1. add new language at the beginning of this file (e.g. #LANGUAGE F=Francais).
  67. ;    This string should itself be in the given language and not in English.
  68. ; 2. add translations for each string; e.g. F(13-08-94)=OUI
  69. ; 3. create the catalog file using CAT; copy file to 'locale:catalogs/language/...'
  70. ; 4. reboot (to flush old catalogs from RAM)
  71. ; 5. run GoldED
  72. ;
  73. ;
  74. ;
  75. ;
  76. ;
  77. ;
  78. ;
  79. ;
  80. GOTOWINTITLE (28)
  81. used as window title (control menu: go to line)
  82. E(12-06-94)=Go to ...
  83. D(12-06-94)=Gehe zu Zeile ...
  84. F(23-06-94)=Aller à ligne ...
  85. S(14-11-94)=Gå till ...
  86. I(01-12-94)=Vai alla linea ...
  87. N(27-03-95)=Ga naar regel ...
  88. ;
  89. FINDWINTITLE (42)
  90. used as window title (find menu: find...)
  91. E(12-06-94)=Find ...
  92. D(12-06-94)=Suchen ...
  93. F(23-06-94)=Chercher ...
  94. S(14-11-94)=Sök ...
  95. I(01-12-94)=Cerca ...
  96. N(27-03-95)=Vind ...
  97. ;
  98. INDENTWINTITLE (24)
  99. used as window title (block menu: indent...)
  100. E(12-06-94)=Indent
  101. D(12-06-94)=Einrücken
  102. F(23-06-94)=Indenter
  103. S(14-11-94)=Indrag
  104. I(01-12-94)=Indenta
  105. N(27-03-95)=Inspring
  106. ;
  107. FILTERWINTITLE (24)
  108. used as window title (misc menu: filter...)
  109. E(11-11-94)=Filter
  110. D(11-11-94)=Filter
  111. F(11-11-94)=Filtre
  112. I(24-03-95)=Filtro
  113. N(27-03-95)=Filter
  114. ;
  115. REPLACEWINTITLE (43)
  116. used as window title (find menu: replace...)
  117. E(12-06-94)=Replace ...
  118. D(12-06-94)=Ersetzen ...
  119. F(23-06-94)=Remplacer ...
  120. S(14-11-94)=Ersätt ...
  121. I(01-12-94)=Sostituisci ...
  122. N(27-03-95)=Vervang ...
  123. ;
  124. SETREFSWINTITLE (41)
  125. used as window title (config menu: references...)
  126. E(12-06-94)=Reference file
  127. D(12-06-94)=Referenzdatei
  128. F(23-06-94)=Fichier de référence
  129. S(14-11-94)=Referensfil
  130. I(01-12-94)=File di riferimento
  131. N(27-03-95)=Referentiebestand
  132. ;
  133. MISCWINTITLE (59)
  134. used as window title (config menu: misc...)
  135. E(12-06-94)=Settings
  136. D(12-06-94)=Einstellungen
  137. F(23-06-94)=Préférences diverses
  138. S(14-11-94)=Inställningar
  139. I(01-12-94)=Varie
  140. N(27-03-95)=Diverse instellingen
  141. ;
  142. TABSWINTITLE (48)
  143. used as window title (config menu: tabs...)
  144. E(12-06-94)=TAB's
  145. D(12-06-94)=Tabulatoren
  146. F(23-06-94)=Tabulations
  147. S(14-11-94)=Tabulator
  148. I(01-12-94)=Tabulatori
  149. N(27-03-95)=Tabulators
  150. ;
  151. COMPLETEWINTITLE (40)
  152. used as window title (config menu: dictionary...)
  153. E(12-06-94)=Dictionary
  154. D(12-06-94)=Wörterbuch
  155. F(23-06-94)=Dictionnaire
  156. S(14-11-94)=Ordlista
  157. I(01-12-94)=Dizionario
  158. N(27-03-95)=Woordenboek
  159. ;
  160. PRINTERWINTITLE (51)
  161. used as window title (config menu: printer...)
  162. E(12-06-94)=Printer settings
  163. D(12-06-94)=Drucker
  164. F(23-06-94)=Configuration d'imprimante
  165. S(14-11-94)=Skrivarinställningar
  166. I(01-12-94)=Configurazione stampante
  167. N(27-03-95)=Printer instellingen
  168. ;
  169. MENUWINTITLE (71)
  170. used as window title (config menu: menus...)
  171. E(12-06-94)=Menus
  172. D(12-06-94)=Menus
  173. F(23-06-94)=Menus
  174. S(14-11-94)=Menyer
  175. I(01-12-94)=Menù
  176. N(27-03-95)=Menu's
  177. ;
  178. STATISTICSWINTITLE (54)
  179. used as window title (misc menu: statistics...)
  180. E(12-06-94)=Statistics
  181. D(12-06-94)=Statistik
  182. F(23-06-94)=Statistiques
  183. S(14-11-94)=Statistik
  184. I(01-12-94)=Statistiche
  185. N(27-03-95)=Statistieken
  186. ;
  187. DISPLAYWINTITLE (54)
  188. used as window title (config menu: display...)
  189. E(12-06-94)=Display
  190. D(12-06-94)=Anzeige
  191. F(23-06-94)=Affichage
  192. S(14-11-94)=Skärminställningar
  193. I(01-12-94)=Display
  194. N(27-03-95)=Weergave
  195. ;
  196. BITSWINTITLE (37)
  197. used as window title (project menu: bits...)
  198. E(12-06-94)=Information
  199. D(12-06-94)=Info
  200. F(23-06-94)=Information
  201. S(14-11-94)=Information
  202. I(01-12-94)=Informazioni
  203. N(27-03-95)=Info
  204. ;
  205. ITEMWINTITLE (57)
  206. used as window title (misc menu: command...)
  207. E(12-06-94)=Command
  208. D(12-06-94)=Kommando
  209. F(23-06-94)=Commande
  210. S(14-11-94)=Kommando
  211. I(01-12-94)=Comando
  212. N(27-03-95)=Commando
  213. ;
  214. LAYOUTWINTITLE (41)
  215. used as window title (config menu: layout...)
  216. E(12-06-94)=Layout
  217. D(12-06-94)=Layout
  218. F(23-06-94)=Arrangement
  219. S(14-11-94)=Layout
  220. I(01-12-94)=Impaginazione
  221. N(27-03-95)=Opmaak
  222. ;
  223. FUNCREFWINTITLE (34)
  224. used as window title (find menu: show all...)
  225. E(12-06-94)=Sections
  226. D(12-06-94)=Sektionen
  227. F(23-06-94)=Sections
  228. S(14-11-94)=Funktioner
  229. I(01-12-94)=Sezioni
  230. N(27-03-95)=Functies
  231. ;
  232. INDENTIONWINTITLE (40)
  233. used as window title (config menu: indention...)
  234. E(12-06-94)=Indention
  235. D(12-06-94)=Einrückung
  236. F(23-06-94)=Indention
  237. S(14-11-94)=Gör indrag
  238. I(01-12-94)=Indentazione
  239. N(27-03-95)=Inspringen
  240. ;
  241. MAPWINTITLE (46)
  242. used as window title (find menu: character set...)
  243. E(12-06-94)=Remap
  244. D(12-06-94)=Zeichensatz
  245. F(23-06-94)=Convertir
  246. S(14-11-94)=Teckenuppsättning
  247. I(01-12-94)=Rimappa
  248. N(27-03-95)=Tekenset
  249. ;
  250. BINDWINTITLE (8)
  251. used as window title (config menu: keyboard...)
  252. E(12-06-94)=Keyboard
  253. D(12-06-94)=Tastatur
  254. F(23-06-94)=Clavier
  255. I(01-12-94)=Tastiera
  256. N(27-03-95)=Toetsen
  257. ;
  258. PROJECTWINTITLE (40)
  259. used as window title (misc menu: source files...)
  260. E(12-06-94)=Project
  261. D(12-06-94)=Projekt
  262. F(23-06-94)=Projet
  263. S(14-11-94)=Projekt
  264. I(01-12-94)=Progetto
  265. N(27-03-95)=Project
  266. ;
  267. LISTWINTITLE (35)
  268. used as window title of all-purpose listview window
  269. E(12-06-94)=Choose...
  270. D(12-06-94)=Auswahl...
  271. F(23-06-94)=Choisissez...
  272. S(14-11-94)=Välj...
  273. I(01-12-94)=Scegli...
  274. N(27-03-95)=Maak uw keuze...
  275. ;
  276. HUNTWINTITLE (40)
  277. used as window title (config menu: file hunter...)
  278. E(12-06-94)=FileHunter
  279. D(12-06-94)=Pfade
  280. F(23-06-94)=Recherche Fichier
  281. S(14-11-94)=Filsökare
  282. I(01-12-94)=Cerca il file
  283. N(27-03-95)=Bestandenzoeker
  284. ;
  285. GUIWINTITLE (62)
  286. used as window title (config menu: GUI...)
  287. E(12-06-94)=GUI
  288. D(12-06-94)=GUI
  289. F(23-06-94)=GUI
  290. S(14-11-94)=GUI
  291. I(01-12-94)=GUI
  292. N(27-03-95)=Grafische interface
  293. ;
  294. APIWINTITLE (57)
  295. used as window title (config menu: API...)
  296. E(12-06-94)=API
  297. D(12-06-94)=API
  298. F(23-06-94)=API
  299. S(14-11-94)=API
  300. I(01-12-94)=API
  301. N(27-03-95)=Applicatie-interface
  302. ;
  303. TEMPLATEWINTITLE (57)
  304. used as window title (config menu: templates...)
  305. E(12-06-94)=Templates
  306. D(12-06-94)=Templates
  307. S(14-11-94)=Mall
  308. I(01-12-94)=Templates
  309. F(18-02-95)=Patrons
  310. N(27-03-95)=Templates
  311. ;
  312. SYNTAXWINTITLE (57)
  313. used as window title (config menu: syntax...)
  314. E(12-02-95)=Syntax highlighting
  315. D(12-02-95)=Syntax-Hervorhebung
  316. I(24-03-95)=Evidenziazione sintassi
  317. N(27-03-95)=Syntaxis-aanduiding
  318. ;
  319. INDEXWINTITLE (?)
  320. used as window title
  321. E(31-03-95)=Index
  322. D(31-03-95)=Index
  323. I(14-06-95)=Indice
  324. ;
  325. RECORDERWINTITLE (?)
  326. used as requester title
  327. E(12-06-94)=Recorder
  328. D(12-06-94)=Rekorder
  329. F(23-06-94)=Enregistrement
  330. S(14-11-94)=Inspelare
  331. I(01-12-94)=Registrazione
  332. N(27-03-95)=Macro opnemen
  333. ;
  334. MOUSEWINTITLE (30)
  335. used as window title (config menu: mouse)
  336. E(22-09-94)=Mouse
  337. D(22-09-94)=Maus
  338. F(22-09-94)=Mouse
  339. S(14-11-94)=Mus
  340. I(01-12-94)=Mouse
  341. N(27-03-95)=Muis
  342. ;
  343. GADLABEL_EDITTABS_TYPE_REGULAR (13)
  344. 1st option of a radio button (mx) gadget (config menu: TABS...)
  345. E(12-06-94)=Regular
  346. D(12-06-94)=regulär
  347. F(23-06-94)=régulier
  348. S(14-11-94)=Normal
  349. I(01-12-94)=Normale
  350. N(27-03-95)=Normaal
  351. ;
  352. GADLABEL_EDITTABS_TYPE_FIXED (13)
  353. 2nd option of a radio button (mx) gadget
  354. E(12-06-94)=Fixed
  355. D(12-06-94)=fix
  356. F(23-06-94)=fixe
  357. S(14-11-94)=Fast
  358. I(01-12-94)=Fisso
  359. N(27-03-95)=Vast
  360. ;
  361. GADLABEL_EDITTABS_TYPE_DYNAMIC (13)
  362. 3rd option of a cycle gadget
  363. E(12-06-94)=Dynamic
  364. D(12-06-94)=dynamisch
  365. F(23-06-94)=dynamique
  366. S(14-11-94)=Dynamisk
  367. I(01-12-94)=Dinamico
  368. N(27-03-95)=Dynamisch
  369. ;
  370. dummy1 (!0)
  371. must be empty (terminates options of mx gadget)
  372. E(12-06-94)=
  373. D(12-06-94)=
  374. F(23-06-94)=
  375. S(14-11-94)=
  376. I(01-12-94)=
  377. N(27-03-95)=
  378. ;
  379. GADLABEL_EDITTABS_SOLID_MOVECURSOR (13)
  380. 1st option of a radio button (mx) gadget (config menu: TABS...)
  381. E(12-06-94)=Move cursor
  382. D(12-06-94)=positionieren
  383. S(14-11-94)=Flytta markör
  384. I(01-12-94)=Muovi cursore
  385. F(18-02-95)=Positionner
  386. N(27-03-95)=Beweeg cursor
  387. ;
  388. GADLABEL_EDITTABS_SOLID_SPACES (12)
  389. 2nd option of a radio button (mx) gadget
  390. E(12-06-94)=Spaces
  391. D(12-06-94)=Leerzeichen
  392. F(23-06-94)=espaces
  393. S(14-11-94)=Mellanslag
  394. I(01-12-94)=Solo spazi
  395. N(27-03-95)=Spaties
  396. ;
  397. dummy2 (!0)
  398. must be empty (terminates options of a mx gadget)
  399. E(12-06-94)=
  400. D(12-06-94)=
  401. F(23-06-94)=
  402. S(14-11-94)=
  403. I(01-12-94)=
  404. N(27-03-95)=
  405. ;
  406. GADLABEL_EDITPRINTER_SPACING_PICA (12)
  407. 1st option of a cycle gadget (config menu: printer...)
  408. E(12-06-94)=Pica
  409. D(12-06-94)=Pica
  410. F(23-06-94)=Pica
  411. S(14-11-94)=Pica
  412. I(01-12-94)=Pica
  413. N(27-03-95)=Pica
  414. ;
  415. GADLABEL_EDITPRINTER_SPACING_ELITE (12)
  416. 2nd option of a cycle gadget
  417. E(12-06-94)=Elite
  418. D(12-06-94)=Elite
  419. F(23-06-94)=Elite
  420. S(14-11-94)=Elite
  421. I(01-12-94)=Elite
  422. N(27-03-95)=Elite
  423. ;
  424. GADLABEL_EDITPRINTER_SPACING_FINE (12)
  425. 3rd option of a cycle gadget
  426. E(12-06-94)=Fine
  427. D(12-06-94)=fein
  428. F(23-06-94)=Fine
  429. S(14-11-94)=Fine
  430. I(01-12-94)=Fine
  431. N(27-03-95)=Fijn
  432. ;
  433. dummy3 (!0)
  434. must be empty (terminates options of a cycle gadget)
  435. E(12-06-94)=
  436. D(12-06-94)=
  437. F(23-06-94)=
  438. S(14-11-94)=
  439. I(01-12-94)=
  440. N(27-03-95)=
  441. ;
  442. GADLABEL_EDITPRINTER_FEED_6LPI (12)
  443. 1st option of a cycle gadget (config menu: printer...)
  444. E(12-06-94)=6 lpi
  445. D(12-06-94)=6 Lpi
  446. F(23-06-94)=6 Lpi
  447. S(14-11-94)=6 lpi
  448. I(01-12-94)=6 lpi
  449. N(27-03-95)=6 Lpi
  450. ;
  451. GADLABEL_EDITPRINTER_FEED_8LPI (12)
  452. 2nd option of a cycle gadget
  453. E(12-06-94)=8 lpi
  454. D(12-06-94)=8 lpi
  455. F(23-06-94)=8 lpi
  456. S(14-11-94)=6 lpi
  457. I(01-12-94)=8 lpi
  458. N(27-03-95)=8 Lpi
  459. ;
  460. dummy4 (!0)
  461. must be empty (terminates options of a cycle gadget)
  462. E(12-06-94)=
  463. D(12-06-94)=
  464. F(23-06-94)=
  465. S(14-11-94)=
  466. I(01-12-94)=
  467. N(27-03-95)=
  468. ;
  469. GADLABEL_EDITDISPLAY_SLIDER_NEWLOOK (14)
  470. 1st option of a cycle gadget indicating look of proportional gadgets (config menu: display...)
  471. E(12-06-94)=New look
  472. D(12-06-94)=neuer Look
  473. F(23-06-94)=nouveau look
  474. S(14-11-94)=NewLook
  475. I(01-12-94)=Nuovo look
  476. N(27-03-95)=New-look
  477. ;
  478. GADLABEL_EDITDISPLAY_SLIDER_SIMPLE (14)
  479. 2nd option of a cycle gadget indicating look of proportional gadgets
  480. E(12-06-94)=Simple
  481. D(12-06-94)=einfach
  482. F(23-06-94)=simple
  483. S(14-11-94)=Enkel
  484. I(01-12-94)=Semplice
  485. N(27-03-95)=Eenvoudig
  486. ;
  487. GADLABEL_EDITDISPLAY_SLIDER_D (14)
  488. 3rd option of a cycle gadget indicating look of proportional gadgets
  489. E(12-06-94)=3D
  490. D(12-06-94)=3D
  491. F(23-06-94)=3D
  492. S(14-11-94)=3D
  493. I(01-12-94)=3D
  494. N(27-03-95)=3D
  495. ;
  496. dummy5 (!0)
  497. must be empty (terminates options of a cycle gadget)
  498. E(12-06-94)=
  499. D(12-06-94)=
  500. F(23-06-94)=
  501. S(14-11-94)=
  502. I(01-12-94)=
  503. N(27-03-95)=
  504. ;
  505. GADLABEL_EDITDISPLAY_MODE_PUBLICSCREEN (14)
  506. 1st option of radio button (mx) gadget (config menu: display...)
  507. E(12-06-94)=PublicScreen
  508. D(12-06-94)=PublicScreen
  509. F(23-06-94)=Ecran publique
  510. S(14-11-94)=Allmän skärm
  511. I(01-12-94)=Schermo pub
  512. N(27-03-95)=Publiek scherm
  513. ;
  514. GADLABEL_EDITDISPLAY_MODE_CUSTOMSCREEN (14)
  515. 2nd option of radio button (mx) gadget
  516. E(12-06-94)=Custom screen
  517. D(12-06-94)=eigener Screen
  518. F(23-06-94)=Ecran 'custom'
  519. S(14-11-94)=Egen skärm
  520. I(01-12-94)=Schermo suo
  521. N(27-03-95)=Eigen scherm
  522. ;
  523. dummy6 (!0)
  524. must be empty (terminates options of a mx gadget)
  525. E(12-06-94)=
  526. D(12-06-94)=
  527. F(23-06-94)=
  528. S(14-11-94)=
  529. I(01-12-94)=
  530. N(27-03-95)=
  531. ;
  532. GADLABEL_EDITDISPLAY_PENS_BRIGHTEDGES (16)
  533. 1st option of a cycle gadget (config menu: display...)
  534. E(12-06-94)=Bright edges
  535. D(12-06-94)=helle Kanten
  536. F(23-06-94)=bords lumineux
  537. S(14-11-94)=Ljusa kanter
  538. I(01-12-94)=Bordi chiari
  539. N(27-03-95)=Lichte randen
  540. ;
  541. GADLABEL_EDITDISPLAY_PENS_DARKEDGES (14)
  542. 2nd option of a cycle gadget
  543. E(12-06-94)=Dark edges
  544. D(12-06-94)=dunkle Kanten
  545. F(23-06-94)=bords foncés
  546. S(14-11-94)=Mörka kanter
  547. I(01-12-94)=Bordi scuri
  548. N(27-03-95)=Donkere randen
  549. ;
  550. GADLABEL_EDITDISPLAY_PENS_WINDOWTITLE (16)
  551. 3rd option of a cycle gadget
  552. E(12-06-94)=Window title
  553. D(12-06-94)=Fensterrahmen
  554. F(23-06-94)=titre de fenêtre
  555. S(14-11-94)=Fönstertitel
  556. I(01-12-94)=Sfondo titolo
  557. N(27-03-95)=Venstertitel
  558. ;
  559. GADLABEL_EDITDISPLAY_PENS_WINDOWTEXT (16)
  560. 4th option of a cycle gadget
  561. E(12-06-94)=Window text
  562. D(12-06-94)=Fenstertitel
  563. F(23-06-94)=texte de fenêtre
  564. S(14-11-94)=Fönstertext
  565. I(01-12-94)=Testo titolo
  566. N(27-03-95)=Venstertekst
  567. ;
  568. GADLABEL_EDITDISPLAY_PENS_MENUFILL (16)
  569. 5th option of a cycle gadget
  570. E(12-06-94)=Menu fill
  571. D(12-06-94)=Hintergrund Menu
  572. F(23-06-94)=fond de menu
  573. S(14-11-94)=Menybakgrund
  574. I(01-12-94)=Sfondo menù
  575. N(27-03-95)=Menukleur
  576. ;
  577. GADLABEL_EDITDISPLAY_PENS_MENUTEXT (16)
  578. 6th option of a cycle gadget
  579. E(12-06-94)=Menu text
  580. D(12-06-94)=Menutext
  581. F(23-06-94)=texte de menu
  582. S(14-11-94)=Menytext
  583. I(01-12-94)=Testo menù
  584. N(27-03-95)=Menutekst
  585. ;
  586. GADLABEL_EDITDISPLAY_PENS_MENUBORDER (16)
  587. 7th option of a cycle gadget
  588. E(12-06-94)=Menu border
  589. D(12-06-94)=Menurand
  590. F(23-06-94)=bord de menu
  591. S(14-11-94)=Menyram
  592. I(01-12-94)=Bordo menù
  593. N(27-03-95)=Menurand
  594. ;
  595. GADLABEL_EDITDISPLAY_PENS_TRIMPEN (16)
  596. 8th option of a cycle gadget
  597. E(12-06-94)=Trim pen
  598. D(12-06-94)=Trennlinie
  599. F(23-06-94)=ligne foncée
  600. S(14-11-94)=Trimfärg
  601. I(01-12-94)=Trim pen
  602. N(27-03-95)=Trim pen
  603. ;
  604. GADLABEL_EDITDISPLAY_PENS_MARKER (16)
  605. 9th option of a cycle gadget
  606. E(12-06-94)=Marker
  607. D(12-06-94)=Marker
  608. F(23-06-94)=marqueur
  609. S(14-11-94)=Markör
  610. I(01-12-94)=Evidenziatore
  611. N(27-03-95)=Marker
  612. ;
  613. GADLABEL_EDITDISPLAY_PENS_FOLDS (16)
  614. 10th option of a cycle gadget
  615. E(12-06-94)=Folds
  616. D(12-06-94)=Faltungen
  617. F(23-06-94)=repliages
  618. S(14-11-94)=Inveck
  619. I(01-12-94)=Pieghe
  620. N(27-03-95)=Plooien
  621. ;
  622. GADLABEL_EDITDISPLAY_PENS_GADGETFILL (16)
  623. 11th option of a cycle gadget
  624. E(12-06-94)=Gadget fill
  625. D(12-06-94)=Eingabefeld
  626. F(23-06-94)=fond de gadget
  627. S(14-11-94)=Knapp fyllning
  628. I(01-12-94)=Sfondo gadget
  629. N(27-03-95)=Gadgetkleur
  630. ;
  631. GADLABEL_EDITDISPLAY_PENS_STATUSBAR (16)
  632. 12th option of a cycle gadget
  633. E(12-06-94)=Status bar
  634. D(12-06-94)=Statuszeile
  635. F(23-06-94)=barre de statut
  636. S(14-11-94)=Statusrad
  637. I(01-12-94)=Status bar
  638. N(27-03-95)=Statusregel
  639. ;
  640. GADLABEL_EDITDISPLAY_PENS_STATUSTEXT (16)
  641. 13th option of a cycle gadget
  642. E(12-06-94)=Status text
  643. D(12-06-94)=Statustext
  644. F(23-06-94)=texte de statut
  645. S(14-11-94)=Statustext
  646. I(01-12-94)=Testo status bar
  647. N(27-03-95)=Status tekst
  648. ;
  649. GADLABEL_EDITDISPLAY_PENS_USERGADGETS (16)
  650. 14th option of a cycle gadget
  651. E(12-06-94)=User gadgets
  652. D(12-06-94)=Gadgets
  653. F(23-06-94)=gadgets
  654. S(14-11-94)=Användarknappar
  655. I(01-12-94)=Gadgets
  656. N(27-03-95)=Gadgets
  657. ;
  658. GADLABEL_EDITDISPLAY_PENS_BACKGROUND (16)
  659. 15th option of a cycle gadget
  660. E(12-06-94)=Background
  661. D(12-06-94)=Hintergrund
  662. F(23-06-94)=arrière plan
  663. S(14-11-94)=Bakgrund
  664. I(01-12-94)=Sfondo
  665. N(27-03-95)=Achtergrond
  666. ;
  667. GADLABEL_EDITDISPLAY_PENS_MESSAGES (16)
  668. 16th option of a cycle gadget
  669. E(18-01-95)=Messages
  670. D(18-01-95)=Meldungen
  671. I(24-03-95)=Messaggi
  672. N(27-03-95)=Mededelingen
  673. ;
  674. GADLABEL_EDITDISPLAY_PENS_MARKEDTEXT (16)
  675. 17th option of a cycle gadget
  676. E(15-03-95)=Marked text
  677. D(15-03-95)=Markierter Text
  678. I(14-06-95)=Testo Selezion.
  679. ;
  680. GADLABEL_EDITDISPLAY_PENS_CURSOR (16)
  681. 18th option of a cycle gadget
  682. E(15-03-95)=Cursor
  683. D(15-03-95)=Cursor
  684. I(14-06-95)=Cursore
  685. ;
  686. GADLABEL_EDITDISPLAY_PENS_CURSORBLOCK (16)
  687. 19th option of a cycle gadget
  688. E(15-03-95)=Cursor block
  689. D(15-03-95)=Cursor Block
  690. I(14-06-95)=Curs. nel Blocco
  691. ;
  692. GADLABEL_EDITDISPLAY_PENS_CURSORTEXT (16)
  693. 20th option of a cycle gadget
  694. E(15-03-95)=Cursor text
  695. D(15-03-95)=Cursor-Text
  696. I(14-06-95)=Testo Sotto Curs
  697. ;
  698. GADLABEL_EDITDISPLAY_PENS_CURSORTEXTBLOCK (16)
  699. 21th option of a cycle gadget
  700. E(15-03-95)=Cursor text blk.
  701. D(15-03-95)=Cursor-Text Blk.
  702. I(14-06-95)=Testo Curs Bl.
  703. ;
  704. dummy7 (!0)
  705. must be empty (terminates options of a cycle gadget)
  706. E(12-06-94)=
  707. D(12-06-94)=
  708. F(23-06-94)=
  709. S(14-11-94)=
  710. I(01-12-94)=
  711. N(27-03-95)=
  712. ;
  713. GADLABEL_EDITITEM_TYPE_DUMMY (11)
  714. 1st gadget of radio button (mx) gadget (menu item editor window)
  715. E(12-06-94)=Dummy
  716. D(12-06-94)=n.def.
  717. F(23-06-94)=n/a
  718. S(14-11-94)=Ej satt
  719. I(01-12-94)=Non defin.
  720. N(27-03-95)=Dummy
  721. ;
  722. GADLABEL_EDITITEM_TYPE_INTERNAL (11)
  723. 2nd option of radio button (mx) gadget
  724. E(12-06-94)=Internal
  725. D(12-06-94)=intern
  726. F(23-06-94)=interne
  727. S(14-11-94)=Intern
  728. I(01-12-94)=Interno
  729. N(27-03-95)=Intern
  730. ;
  731. GADLABEL_EDITITEM_TYPE_SHELL (11)
  732. 3rd option of radio button (mx) gadget
  733. E(12-06-94)=DOS
  734. D(12-06-94)=DOS
  735. F(23-06-94)=DOS
  736. S(14-11-94)=DOS
  737. I(01-12-94)=DOS
  738. N(27-03-95)=DOS
  739. ;
  740. GADLABEL_EDITITEM_TYPE_AREXX (11)
  741. 4th option of radio button (mx) gadget
  742. E(12-06-94)=Arexx
  743. D(12-06-94)=ARexx
  744. F(23-06-94)=ARexx
  745. S(14-11-94)=ARexx
  746. I(01-12-94)=ARexx
  747. N(27-03-95)=ARexx
  748. ;
  749. GADLABEL_EDITITEM_TYPE_TEXT (11)
  750. 5th option of radio button (mx) gadget
  751. E(12-06-94)=Text
  752. D(12-06-94)=Text
  753. F(23-06-94)=Texte
  754. S(14-11-94)=Text
  755. I(01-12-94)=Testo
  756. N(27-03-95)=Tekst
  757. ;
  758. dummy8 (!0)
  759. must be empty (terminates options of a mx gadget)
  760. E(12-06-94)=
  761. D(12-06-94)=
  762. F(23-06-94)=
  763. S(14-11-94)=
  764. I(01-12-94)=
  765. N(27-03-95)=
  766. ;
  767. GADLABEL_EDITINDENTION_TYPE_IN (=-->)
  768. 1st option of cycle gadget (config menu: indention...)
  769. E(12-06-94)=-->
  770. D(12-06-94)=-->
  771. F(23-06-94)=-->
  772. S(14-11-94)=-->
  773. I(01-12-94)=-->
  774. N(27-03-95)=-->
  775. ;
  776. GADLABEL_EDITINDENTION_TYPE_OUT (=<--)
  777. 2nd option of cycle gadget
  778. E(12-06-94)=<--
  779. D(12-06-94)=<--
  780. F(23-06-94)=<--
  781. S(14-11-94)=<--
  782. I(01-12-94)=<--
  783. N(27-03-95)=<--
  784. ;
  785. GADLABEL_EDITINDENTION_TYPE_RIGHT (=>>>)
  786. 3rd option of cycle gadget
  787. E(12-06-94)=>>>
  788. D(12-06-94)=>>>
  789. F(23-06-94)=>>>
  790. S(14-11-94)=>>>
  791. I(01-12-94)=>>>
  792. N(27-03-95)=>>>
  793. ;
  794. GADLABEL_EDITINDENTION_TYPE_LEFT (=<<<)
  795. 4th option of cycle gadget
  796. E(12-06-94)=<<<
  797. D(12-06-94)=<<<
  798. F(23-06-94)=<<<
  799. S(14-11-94)=<<<
  800. I(01-12-94)=<<<
  801. N(27-03-95)=<<<
  802. ;
  803. GADLABEL_EDITINDENTION_TYPE_INOUT (=<<< ->)
  804. 5th option of cycle gadget
  805. E(12-06-94)=<<< ->
  806. D(12-06-94)=<<< ->
  807. F(23-06-94)=<<< ->
  808. S(14-11-94)=<<< ->
  809. I(01-12-94)=<<< ->
  810. N(27-03-95)=<<< ->
  811. ;
  812. dummy9 (!0)
  813. must be empty (terminates options of a cycle gadget)
  814. D(12-06-94)=
  815. E(12-06-94)=
  816. F(23-06-94)=
  817. S(14-11-94)=
  818. I(01-12-94)=
  819. N(27-03-95)=
  820. ;
  821. GADLABEL_EDITGUI_WEIGHT_ONCE (6)
  822. 1st option of cycle gadget (config menu: GUI...)
  823. E(12-06-94)=1x
  824. D(12-06-94)=1x
  825. F(23-06-94)=1x
  826. S(14-11-94)=1x
  827. I(01-12-94)=1x
  828. N(27-03-95)=1x
  829. ;
  830. GADLABEL_EDITGUI_WEIGHT_TWICE (6)
  831. 2nd option of cycle gadget
  832. E(12-06-94)=2x
  833. D(12-06-94)=2x
  834. F(23-06-94)=2x
  835. S(14-11-94)=2x
  836. I(01-12-94)=2x
  837. N(27-03-95)=2x
  838. ;
  839. GADLABEL_EDITGUI_WEIGHT_THREETIMES (6)
  840. 3rd option of cycle gadget
  841. E(12-06-94)=3x
  842. D(12-06-94)=3x
  843. F(23-06-94)=3x
  844. S(14-11-94)=3x
  845. I(01-12-94)=3x
  846. N(27-03-95)=3x
  847. ;
  848. GADLABEL_EDITGUI_WEIGHT_FOURTIMES (6)
  849. 4th option of cycle gadget
  850. E(12-06-94)=4x
  851. D(12-06-94)=4x
  852. F(23-06-94)=4x
  853. S(14-11-94)=4x
  854. I(01-12-94)=4x
  855. N(27-03-95)=4x
  856. ;
  857. GADLABEL_EDITGUI_WEIGHT_FIVETIMES (6)
  858. 5th option of cycle gadget
  859. E(12-06-94)=5x
  860. D(12-06-94)=5x
  861. F(23-06-94)=5x
  862. S(14-11-94)=5x
  863. I(01-12-94)=5x
  864. N(27-03-95)=5x
  865. ;
  866. dummy10 (!0)
  867. must be empty (terminates options of a cycle gadget)
  868. E(12-06-94)=
  869. D(12-06-94)=
  870. F(23-06-94)=
  871. S(14-11-94)=
  872. I(01-12-94)=
  873. N(27-03-95)=
  874. ;
  875. GAD_GOTOWIN_JUMP (10:"!#?")
  876. default button gadget (control menu: go to line...)
  877. E(12-06-94)=!JUMP
  878. D(12-06-94)=!SPRUNG
  879. F(23-06-94)=!SAUT
  880. S(14-11-94)=!HOPPA
  881. I(01-12-94)=!VAI
  882. N(27-03-95)=!SPRING
  883. ;
  884. GAD_GOTOWIN_GOTO (25)
  885. gadget label of integer gadget (control menu: go to line...)
  886. E(12-06-94)=Go _to
  887. D(12-06-94)=_Gehe zu
  888. F(23-06-94)=_aller
  889. S(14-11-94)=Gå _till
  890. I(01-12-94)=_Vai a
  891. N(27-03-95)=_Ga naar
  892. ;
  893. GAD_GOTOWIN_UNFOLD (9)
  894. gadget label of checkbox gadget (control menu: go to line...)
  895. E(12-06-94)=_Unfold
  896. D(12-06-94)=_entfalten
  897. F(23-06-94)=_déplier
  898. S(14-11-94)=_Veckla ut
  899. I(01-12-94)=_Dispiega
  900. N(27-03-95)=_Uitvouwen
  901. ;
  902. GAD_GOTOWIN_CANCEL (9)
  903. gadget label of button gadget (used by several requesters, e.g. control menu: go to line...)
  904. E(12-06-94)=_Cancel
  905. D(12-06-94)=Abbru_ch
  906. F(23-06-94)=_Annuler
  907. S(14-11-94)=Avbry_t
  908. I(01-12-94)=_Annulla
  909. N(27-03-95)=_Annuleer
  910. ;
  911. GAD_FINDWIN_PATTERN (7)
  912. gadget label of string gadget (used by several requesters, e.g. find menu: find...)
  913. E(12-06-94)=Pattern
  914. D(12-06-94)=_Muster
  915. F(23-06-94)=Chaîne
  916. S(14-11-94)=_Mönster
  917. I(01-12-94)=Pattern
  918. N(27-03-95)=Patroon
  919. ;
  920. GAD_FINDWIN_CASESENSITIVE (40)
  921. gadget label of checkbox gadget (used by several requesters, e.g. find menu: find...)
  922. E(12-06-94)=Case _sensitive
  923. D(12-06-94)=_Groß/Klein beachten
  924. F(23-06-94)=Maj <> Min
  925. S(14-11-94)=S_kilj på ver/gem
  926. I(01-12-94)=Di_stingui M/m
  927. N(27-03-95)=_Verschil hoofd/kleine letters
  928. ;
  929. GAD_FINDWIN_FIRST (9)
  930. gadget label of button gadget (used by several requesters, e.g. find menu: find...)
  931. E(12-06-94)=_First
  932. D(12-06-94)=_ab Start
  933. F(19-07-94)=au _début
  934. S(14-11-94)=_Sök
  935. I(01-12-94)=P_rimo
  936. N(27-03-95)=_Eerste
  937. ;
  938. GAD_FINDWIN_PREVIOUS (9)
  939. gadget label of button gadget (used by several requesters, e.g. find menu: find...)
  940. E(12-06-94)=_Previous
  941. D(12-06-94)=_rückwärts
  942. F(23-06-94)=_Précédent
  943. S(14-11-94)=_Förra
  944. I(01-12-94)=_Preced.
  945. N(27-03-95)=_Vorige
  946. ;
  947. GAD_FINDWIN_G (=@G)
  948. must be @G (makes GoldED draw the arrow_down gadget; e.g. find menu: find...)
  949. E(12-06-94)=@G
  950. D(12-06-94)=@G
  951. F(23-06-94)=@G
  952. S(14-11-94)=@G
  953. I(01-12-94)=@G
  954. N(27-03-95)=@G
  955. ;
  956. GAD_FINDWIN_M (=@M)
  957. must be @M (makes GoldED draw the block gadget; e.g. find menu: find...)
  958. E(04-03-95)=@M
  959. D(04-03-95)=@M
  960. F(04-03-95)=@M
  961. S(04-03-95)=@M
  962. I(04-03-95)=@M
  963. N(27-03-95)=@M
  964. ;
  965. GAD_FINDWIN_ONLYWHOLEWORDS (40)
  966. gadget label of checkbox gadget (used by several requesters, e.g. find menu: find...)
  967. E(12-06-94)=Only _whole words
  968. D(12-06-94)=nur _Worte
  969. F(23-06-94)=mot _entiers
  970. S(14-11-94)=Endast _hela ord
  971. I(01-12-94)=Solo parole _intere
  972. N(27-03-95)=Alleen hele _woorden
  973. ;
  974. GAD_FINDWIN_WILDCARDS (40)
  975. label of checkbox gadget (used by several requesters, e.g. find menu: find...)
  976. E(01-11-94)=Wil_dcards
  977. D(01-11-94)=S_uchmuster
  978. F(18-02-95)=_jokers
  979. I(24-03-95)=_Caratteri jolly
  980. N(27-03-95)=Wil_dcards toegestaan
  981. ;
  982. GAD_GREPWIN_FIND (10:"!#?")
  983. positive default gadget label (find menu: filter)
  984. E(11-11-94)=!FIND
  985. D(11-11-94)=!SUCHEN
  986. F(11-11-94)=!OK
  987. I(24-03-95)=!CERCA
  988. N(27-03-95)=!ZOEK
  989. ;
  990. GAD_INDENTWIN_DONE (10:"!#?")
  991. positive default gadget label of button gadget (block menu: indent...)
  992. E(12-06-94)=!DONE
  993. D(12-06-94)=!OK
  994. F(23-06-94)=!FAIT
  995. S(14-11-94)=!KLAR
  996. I(01-12-94)=!FATTO
  997. N(27-03-95)=!KLAAR
  998. ;
  999. GAD_INDENTWIN_RIGHT (=>_>)
  1000. gadget label of button gadget (block menu: indent...)
  1001. E(12-06-94)=>_>
  1002. D(12-06-94)=>_>
  1003. F(23-06-94)=>_>
  1004. S(14-11-94)=>_>
  1005. I(01-12-94)=>_>
  1006. N(27-03-95)=>_>
  1007. ;
  1008. GAD_INDENTWIN_LEFT (=<_<)
  1009. gadget label of button gadget (block menu: indent...)
  1010. E(12-06-94)=<_<
  1011. D(12-06-94)=<_<
  1012. F(23-06-94)=<_<
  1013. S(14-11-94)=<_<
  1014. I(01-12-94)=<_<
  1015. N(27-03-95)=<_<
  1016. ;
  1017. GAD_INDENTWIN_SLOWLEFT (=<)
  1018. gadget label of button gadget (block menu: indent)
  1019. E(12-06-94)=<
  1020. D(12-06-94)=<
  1021. F(23-06-94)=<
  1022. S(14-11-94)=<
  1023. I(01-12-94)=<
  1024. N(27-03-95)=<
  1025. ;
  1026. GAD_INDENTWIN_SLOWRIGHT (=>)
  1027. gadget label of button gadget (block menu: indent)
  1028. E(12-06-94)=>
  1029. D(12-06-94)=>
  1030. F(23-06-94)=>
  1031. S(14-11-94)=>
  1032. I(01-12-94)=>
  1033. N(27-03-95)=>
  1034. ;
  1035. GAD_REPLACEWIN_ALL (10:"!#?")
  1036. positive default gadget label of button gadget (find menu: replace...)
  1037. E(12-06-94)=!ALL
  1038. D(12-06-94)=!ALLE
  1039. F(23-06-94)=!TOUT
  1040. S(14-11-94)=!ALLA
  1041. I(01-12-94)=!TUTTI
  1042. N(27-03-95)=!ALLE
  1043. ;
  1044. GAD_REPLACEWIN_NEXT (9)
  1045. gadget label of button gadget (find menu: replace...)
  1046. E(12-06-94)=_Next
  1047. D(12-06-94)=_nächstes
  1048. F(23-06-94)=_Prochain
  1049. S(14-11-94)=_Nästa
  1050. I(01-12-94)=Se_guente
  1051. N(27-03-95)=V_olgende
  1052. ;
  1053. GAD_REPLACEWIN_REPLACE (8)
  1054. gadget label of search-for string gadget (find menu: replace...)
  1055. E(12-06-94)=_Replace
  1056. D(12-06-94)=_ersetzen
  1057. F(23-06-94)=_rempl.
  1058. S(14-11-94)=_Ersätt
  1059. I(01-12-94)=_Sostit.
  1060. N(27-03-95)=_Vervang
  1061. ;
  1062. GAD_REPLACEWIN_BY (8)
  1063. gadget label of replace-by string gadget (find menu: replace...)
  1064. E(12-06-94)=B_y
  1065. D(12-06-94)=_durch
  1066. F(23-06-94)=_par
  1067. S(14-11-94)=Me_d
  1068. I(01-12-94)=_Con
  1069. N(27-03-95)=D_oor
  1070. ;
  1071. GAD_REPLACEWIN_BLOCK (9)
  1072. gadget label of button gadget (find menu: replace...)
  1073. E(12-06-94)=_Block
  1074. D(12-06-94)=_Block
  1075. F(23-06-94)=_Bloc
  1076. S(14-11-94)=_Block
  1077. I(01-12-94)=_Blocco
  1078. N(27-03-95)=_Blok
  1079. ;
  1080. GAD_REPLACEWIN_CONFIRM (40)
  1081. gadget labe of checkbox gadget (find menu: replace...)
  1082. E(12-06-94)=Con_firm
  1083. D(12-06-94)=bestät_igen
  1084. F(23-06-94)=con_firmer
  1085. S(14-11-94)=Be_kräfta
  1086. I(01-12-94)=Con_ferma
  1087. N(27-03-95)=_Bevestig
  1088. ;
  1089. GAD_SETREFSWIN_F (=@F)
  1090. must be @F (makes GoldED draw the select_file button gadget; e.g. config menu: references...)
  1091. E(12-06-94)=@F
  1092. D(12-06-94)=@F
  1093. F(23-06-94)=@F
  1094. S(14-11-94)=@F
  1095. I(01-12-94)=@F
  1096. N(27-03-95)=@F
  1097. ;
  1098. GAD_SETREFSWIN_REMOVE (9)
  1099. gadget label of button gadget (used by several requesters, e.g. config menu: references...)
  1100. E(12-06-94)=_Remove
  1101. D(12-06-94)=l_öschen
  1102. F(19-07-94)=supp_r.
  1103. S(14-11-94)=Ta _bort
  1104. I(01-12-94)=_Rimuovi
  1105. N(27-03-95)=Ve_rwijder
  1106. ;
  1107. GAD_SETREFSWIN_SAVE (9)
  1108. gadget label of button gadget (used by many requesters, e.g. config menu: references...)
  1109. E(12-06-94)=_Save
  1110. D(12-06-94)=_sichern
  1111. F(23-06-94)=_sauver
  1112. S(14-11-94)=_Spara
  1113. I(01-12-94)=_Salva
  1114. N(27-03-95)=_Opslaan
  1115. ;
  1116. GAD_SETREFSWIN_LOAD (9)
  1117. gadget label of button gadget (used by many requesters, e.g. config menu: references...)
  1118. E(12-06-94)=_Load
  1119. D(12-06-94)=_laden
  1120. F(23-06-94)=_charger
  1121. S(14-11-94)=_Ladda
  1122. I(01-12-94)=_Carica
  1123. N(27-03-95)=_Laden
  1124. ;
  1125. GAD_SETREFSWIN_D (=@D)
  1126. must be @D (makes GoldED draw the select_drawer button gadget; e.g. config menu: references...)
  1127. E(12-06-94)=@D
  1128. D(12-06-94)=@D
  1129. F(23-06-94)=@D
  1130. S(14-11-94)=@D
  1131. I(01-12-94)=@D
  1132. N(27-03-95)=@D
  1133. ;
  1134. GAD_SETREFSWIN_CREATE (9)
  1135. gadget label of button gadget (config menu: references...)
  1136. E(11-11-94)=Cr_eate
  1137. D(12-06-94)=_erzeugen
  1138. F(23-06-94)=_créer
  1139. S(14-11-94)=Ska_pa
  1140. I(01-12-94)=C_rea
  1141. N(27-03-95)=_Maak
  1142. ;
  1143. GAD_SETREFSWIN_RAM (6)
  1144. gadget label of checkbox gadget (config menu: references...)
  1145. E(12-06-94)=R_AM
  1146. D(12-06-94)=R_AM
  1147. F(23-06-94)=R_AM
  1148. S(14-11-94)=R_AM
  1149. I(01-12-94)=R_AM
  1150. N(27-03-95)=R_AM
  1151. ;
  1152. GAD_MISCWIN_BACKUPMIN (15)
  1153. gadget label of integer gadget (config menu: misc...)
  1154. E(19-11-94)=Backup Min
  1155. D(19-11-94)=Backup min
  1156. F(23-06-94)=min
  1157. S(14-11-94)=Min
  1158. I(24-03-95)=Minuti
  1159. N(27-03-95)=Backup Min
  1160. ;
  1161. GAD_MISCWIN_FOLDEND (14)
  1162. gadget label of string gadget (config menu: misc...)
  1163. E(12-06-94)=Fold _end
  1164. D(12-06-94)=Falt-En_de
  1165. F(23-06-94)=fin repliage
  1166. S(14-11-94)=S_lut på veck
  1167. I(01-12-94)=Fine piega
  1168. N(27-03-95)=Plooi Einde
  1169. ;
  1170. GAD_MISCWIN_FOLDSTART (14)
  1171. gadget label of string gadget (config menu: misc...)
  1172. E(12-06-94)=Fold start
  1173. D(12-06-94)=F_alt-Start
  1174. F(23-06-94)=début repliage
  1175. S(14-11-94)=Start på veck
  1176. I(01-12-94)=Inizio piega
  1177. N(27-03-95)=Plooi begin
  1178. ;
  1179. GAD_MISCWIN_FOLDPOS (14)
  1180. gadget label of slider gadget (config menu: misc...)
  1181. E(29-05-95)=_Fold position
  1182. D(29-05-95)=_Falt-Position
  1183. ;
  1184. GAD_MISCWIN_BACKUPPATH (13)
  1185. gadget label of string gadget (config menu: misc...); NO UNDERSCORE "_" ALLOWED
  1186. E(12-06-94)=Backup path
  1187. D(12-06-94)=Backup-Pfad
  1188. F(24-10-94)=backup
  1189. S(14-11-94)=Backupsökväg
  1190. I(01-12-94)=Backup path
  1191. N(27-03-95)=Backup
  1192. ;
  1193. GAD_MISCWIN_PASSWORD (13)
  1194. gadget label of string gadget (config menu: misc...)
  1195. E(12-06-94)=Password
  1196. D(12-06-94)=Passwort
  1197. F(24-10-94)=code
  1198. S(14-11-94)=Lösenord
  1199. I(01-12-94)=Pass_word
  1200. N(27-03-95)=Wachtwoord
  1201. ;
  1202. GAD_MISCWIN_STARTUPMACRO (13)
  1203. gadget label of string gadget (config menu: misc...); NO UNDERSCORE "_" ALLOWED
  1204. E(12-06-94)=Startup macro
  1205. D(12-06-94)=Startup-Makro
  1206. F(23-06-94)=macro de boot
  1207. S(14-11-94)=Startmakro
  1208. I(24-03-95)=Startup macro
  1209. N(27-03-95)=Startmakro
  1210. ;
  1211. GAD_MISCWIN_DEFAULTTOOL (13)
  1212. gadget label of string gadget (config menu: misc...); NO UNDERSCORE "_" ALLOWED
  1213. E(12-06-94)=Default tool
  1214. D(12-06-94)=Standardprg.
  1215. F(24-10-94)=outil
  1216. I(24-03-95)=Prog. default
  1217. N(27-03-95)=Standaardprg.
  1218. ;
  1219. GAD_MISCWIN_UNDOMODE (10)
  1220. gadget label of cycle gadget (config menu: misc...)
  1221. E(24-10-94)=Undo _mode
  1222. D(24-10-94)=Undo-_Modus
  1223. F(18-02-95)=Mode Undo
  1224. I(24-03-95)=_Modo undo
  1225. N(27-03-95)=Undo _modus
  1226. ;
  1227. GAD_MISCWIN_LEVELS (10)
  1228. gadget label of integer gadget (config menu: misc...)
  1229. E(24-10-94)=Levels
  1230. D(24-10-94)=Schritte
  1231. F(18-02-95)=pas
  1232. I(24-03-95)=Livelli
  1233. N(27-03-95)=Aantal
  1234. ;
  1235. GADLABEL_EDITMISC_UNDOMODE_OFF (8)
  1236. 1st option of a cycle gadget (config menu: misc...)
  1237. E(16-11-94)=off
  1238. D(16-11-94)=aus
  1239. F(18-02-95)=aucun
  1240. I(24-03-95)=escluso
  1241. N(27-03-95)=Uit
  1242. ;
  1243. GADLABEL_EDITMISC_UNDOMODE_NORMAL (8)
  1244. 2nd option of a cycle gadget (config menu: misc...)
  1245. E(24-10-94)=normal
  1246. D(24-10-94)=normal
  1247. F(24-10-94)=normale
  1248. I(24-03-95)=normale
  1249. N(27-03-95)=Normaal
  1250. ;
  1251. GADLABEL_EDITMISC_UNDOMODE_HIGH (8)
  1252. 3rd option of a cycle gadget (config menu: misc...)
  1253. E(24-10-94)=high
  1254. D(24-10-94)=hoch
  1255. F(18-02-95)=élevé
  1256. I(24-03-95)=elevato
  1257. N(27-03-95)=Hoog
  1258. ;
  1259. GADLABEL_EDITMISC_UNDOMODE_DUMMY (!0)
  1260. must be empty (terminates options of a cycle gadget)
  1261. E(22-09-94)=
  1262. D(22-09-94)=
  1263. F(22-09-94)=
  1264. I(24-03-95)=
  1265. N(27-03-95)=
  1266. ;
  1267. GADLABEL_MISCWIN_FILES (17)
  1268. listview entry (config menu: misc...)
  1269. E(19-11-94)=Files
  1270. D(19-11-94)=Dateien
  1271. F(18-02-95)=Fichiers
  1272. I(24-03-95)=Files
  1273. N(27-03-95)=Bestanden
  1274. ;
  1275. GADLABEL_MISCWIN_OVERWRITEFILES (17:"  #?")
  1276. listview entry (config menu: misc...); first two letters must be a space
  1277. E(12-06-94)=  Overwrite files
  1278. D(12-06-94)=  überschreiben
  1279. F(23-06-94)=  ecrasement
  1280. S(14-11-94)=  Skriv över
  1281. I(24-03-95)=  Sovra scrivi
  1282. N(27-03-95)=  Overschrijven
  1283. ;
  1284. GADLABEL_MISCWIN_LOADTWICE (17:"  #?")
  1285. listview entry (config menu: misc...); first two letters must be a space
  1286. E(12-06-94)=  Load twice
  1287. D(12-06-94)=  mehrfach laden
  1288. S(14-11-94)=  Ladda två ggr
  1289. F(18-02-95)=  Lecture mult.
  1290. I(24-03-95)=  Rileggi sempre
  1291. N(27-03-95)=  Meerdere laden
  1292. ;
  1293. GADLABEL_MISCWIN_SAVETABS (17:"  #?")
  1294. listview entry (config menu: misc...); first two letters must be a space
  1295. E(20-11-94)=  Save tabs
  1296. D(20-11-94)=  Tabs speichern
  1297. F(18-02-95)=  Sauver Tabs
  1298. I(24-03-95)=  Salva tabulat.
  1299. N(27-03-95)=  TABs opslaan
  1300. ;
  1301. GADLABEL_MISCWIN_CREATEINFO (17:"  #?")
  1302. listview entry (config menu: misc...); first two letters must be a space
  1303. E(12-06-94)=  Create *.info
  1304. D(12-06-94)=  *.info erzeugen
  1305. F(23-06-94)=  créer *.info
  1306. S(14-11-94)=  Skapa *.info
  1307. I(24-03-95)=  Crea icone
  1308. N(27-03-95)=  Maak *.info
  1309. ;
  1310. GADLABEL_MISCWIN_PROTECTIONBITS (17)
  1311. listview entry (config menu: misc...)
  1312. E(19-11-94)=Protection bits
  1313. D(19-11-94)=Schutzbits
  1314. F(18-02-95)=Bits Protection
  1315. I(24-03-95)=Bits di protez.
  1316. N(27-03-95)=Protectiebits
  1317. ;
  1318. GADLABEL_MISCWIN_READABLE (17:"  #?")
  1319. listview entry (config menu: misc); first two lettesr must be a space
  1320. E(12-06-94)=  Readable
  1321. D(19-11-94)=  lesbar
  1322. F(23-06-94)=  Lisible
  1323. S(14-11-94)=  Läsbar
  1324. I(24-03-95)=  Leggibile
  1325. N(27-03-95)=  Leesbaar
  1326. ;
  1327. GADLABEL_MISCWIN_DELETABLE (17:"  #?")
  1328. listview entry (config menu: misc); first two lettesr must be a space
  1329. E(12-06-94)=  Deletable
  1330. D(12-06-94)=  löschbar
  1331. F(23-06-94)=  effaçable
  1332. S(14-11-94)=  Raderbar
  1333. I(24-03-95)=  Cancellabile
  1334. N(27-03-95)=  Verwijderbaar
  1335. ;
  1336. GADLABEL_MISCWIN_WRITABLE (17:"  #?")
  1337. listview entry (config menu: misc...); first two letters must be a space
  1338. E(12-06-94)=  Writable
  1339. D(12-06-94)=  schreibbar
  1340. F(23-06-94)=  Ecr. Poss.
  1341. S(14-11-94)=  Skrivbar
  1342. I(24-03-95)=  Riscrivibile
  1343. N(27-03-95)=  Schrijfbaar
  1344. ;
  1345. GADLABEL_MISCWIN_SCRIPT (17:"  #?")
  1346. listview entry (config menu: misc...); first two letters must be a space
  1347. E(12-06-94)=  Script
  1348. D(12-06-94)=  Script
  1349. F(23-06-94)=  script
  1350. S(14-11-94)=  Skript
  1351. I(24-03-95)=  Script
  1352. N(27-03-95)=  Script
  1353. ;
  1354. GADLABEL_MISCWIN_BACKUPS (17)
  1355. listview entry (config menu: misc...)
  1356. E(12-06-94)=Backups
  1357. D(12-06-94)=Backups
  1358. F(18-02-95)=Backups
  1359. I(24-03-95)=Backups
  1360. N(27-03-95)=Backups
  1361. ;
  1362. GADLABEL_MISCWIN_AUTOSAVE (17:"  #?")
  1363. listview entry (config menu: misc...); first two letters must be a space
  1364. E(19-11-94)=  AutoBak
  1365. D(12-06-94)=  AutoBak
  1366. F(23-06-94)=  AutoSauve
  1367. S(14-11-94)=  AutoSpara
  1368. I(24-03-95)=  Salva automat.
  1369. N(27-03-95)=  Auto-backup
  1370. ;
  1371. GADLABEL_MISCWIN_ASK (17:"  #?")
  1372. listview entry (config menu: misc...); first two letters must be a space
  1373. E(12-06-94)=  Ask
  1374. D(12-06-94)=  fragen
  1375. F(23-06-94)=  demande
  1376. S(14-11-94)=  Fråga
  1377. I(24-03-95)=  Chiedi
  1378. N(27-03-95)=  Verzoek
  1379. ;
  1380. GADLABEL_MISCWIN_CREATEBAK (17:"  #?")
  1381. listview entry (config menu: misc...); first two letters must be a space
  1382. E(12-06-94)=  Create *.bak
  1383. D(12-06-94)=  *.bak erzeugen
  1384. F(23-06-94)=  créer *.bak
  1385. S(14-11-94)=  Skapa *.bak
  1386. I(24-03-95)=  Fai *.bak
  1387. N(27-03-95)=  Maak *.bak
  1388. ;
  1389. GADLABEL_MISCWIN_MISC (17)
  1390. listview entry (config menu: misc...)
  1391. E(19-11-94)=Misc
  1392. D(19-11-94)=Diverses
  1393. F(18-02-95)=Divers
  1394. I(24-03-95)=Varie
  1395. N(27-03-95)=Diversen
  1396. ;
  1397. GADLABEL_MISCWIN_STAYINRAM (17:"  #?")
  1398. listview entry (config menu: misc...); first two letters must be a space
  1399. E(12-06-94)=  Stay in RAM
  1400. D(12-06-94)=  resident
  1401. F(23-06-94)=  résident
  1402. S(14-11-94)=  Stanna kvar
  1403. I(24-03-95)=  Residente
  1404. N(27-03-95)=  Blijf in RAM
  1405. ;
  1406. GADLABEL_MISCWIN_AUTODESKTOP (17:"  #?")
  1407. listview entry (config menu: misc...); first two letters must be a space
  1408. E(26-02-95)=  AutoDesktop
  1409. D(26-02-95)=  AutoDesktop
  1410. F(26-02-95)=  AutoDesktop
  1411. S(26-02-95)=  AutoDesktop
  1412. I(24-03-95)=  Autodesktop
  1413. N(27-03-95)=  AutoDesktop
  1414. ;
  1415. GADLABEL_MISCWIN_AUTOFOLD (17:"  #?")
  1416. listview entry (config menu: misc...); first two letters must be a space
  1417. E(12-06-94)=  AutoFold
  1418. D(12-06-94)=  AutoFalten
  1419. F(23-06-94)=  Autoreplie
  1420. S(14-11-94)=  AutoVikning
  1421. I(24-03-95)=  Ripiega autom.
  1422. N(27-03-95)=  AutoPlooi
  1423. ;
  1424. GADLABEL_MISCWIN_UNDOWARNINGS (17:" #?")
  1425. listview entry (config menu: misc...); first two letters must be a space
  1426. E(16-01-95)=  Undo-Warnings
  1427. D(16-01-95)=  Undo-Meldungen
  1428. F(18-02-95)=  Messages Undo
  1429. I(24-03-95)=  Vigila su undo
  1430. N(27-03-95)=  Undo-meldingen
  1431. ;
  1432. GADLABEL_MISCWIN_DUMMY (!0)
  1433. must be empty (terminates options of a listview gadget)
  1434. E(19-11-94)=
  1435. D(19-11-94)=
  1436. F(19-11-94)=
  1437. S(19-11-94)=
  1438. I(24-03-95)=
  1439. N(27-03-95)=
  1440. ;
  1441. GAD_TABSWIN_FILE (11)
  1442. gadget label of slider gadget (config menu: tabs...)
  1443. E(12-06-94)=_File
  1444. D(12-06-94)=D_atei
  1445. F(23-06-94)=_fichier
  1446. S(14-11-94)=_Fil
  1447. I(01-12-94)=_File
  1448. N(27-03-95)=_Bestand
  1449. ;
  1450. GAD_TABSWIN_KEYBOARD (11)
  1451. gadget label of slider gadget (config menu: tabs...)
  1452. E(12-06-94)=_Keyboard
  1453. D(12-06-94)=_Tastatur
  1454. F(23-06-94)=_clavier
  1455. S(14-11-94)=Tan_gentbord
  1456. I(01-12-94)=_Tastiera
  1457. N(27-03-95)=_Toetsenbord
  1458. ;
  1459. GAD_TABSWIN_CLEAR (9)
  1460. gadget label of button gadget (config menu: tabs...)
  1461. E(11-11-94)=Clear
  1462. D(12-06-94)=CL_R
  1463. F(23-06-94)=nettoie
  1464. S(14-11-94)=R_ensa
  1465. I(01-12-94)=P_ulisci
  1466. N(27-03-95)=_Leeg
  1467. ;
  1468. GAD_TABSWIN_DEL (9)
  1469. gadget label of button gadget (used by several requesters, e.g. control menu: go to line...)
  1470. E(12-06-94)=_Del
  1471. D(12-06-94)=l_öschen
  1472. F(23-06-94)=_efface
  1473. S(14-11-94)=Ra_dera
  1474. I(01-12-94)=Ca_ncella
  1475. N(27-03-95)=_Wis
  1476. ;
  1477. GAD_COMPLETEWIN_AUTOCASE (36)
  1478. gadget label of checkbox gadget (config menu: dictionary...)
  1479. E(11-11-94)=A_utoCase
  1480. D(12-06-94)=_autom. Groß/Klein
  1481. F(23-06-94)=_Auto Maj/Min
  1482. S(14-11-94)=_Korrektion av ver/gem
  1483. I(01-12-94)=M/m _automat.
  1484. N(27-03-95)=A_utoCase
  1485. ;
  1486. GAD_COMPLETEWIN_CHECK (36)
  1487. gadget label of checkbox gadget (config menu: dictionary...)
  1488. E(12-06-94)=()-C_heck
  1489. D(12-06-94)=()-_Klammerung prüfen
  1490. F(23-06-94)=Vérifie ()
  1491. S(14-11-94)=()-Kontroll
  1492. I(01-12-94)=Cont_rolla ()
  1493. N(27-03-95)=()-_Controle
  1494. ;
  1495. GAD_COMPLETEWIN_ADD (9)
  1496. gadget label of button gadget (used by several requesters, e.g. config menu: dictionary...)
  1497. E(12-06-94)=_Add
  1498. D(12-06-94)=_neu
  1499. F(23-06-94)=_nouveau
  1500. S(14-11-94)=_Addera
  1501. I(01-12-94)=_Aggiungi
  1502. N(27-03-95)=Voeg _Toe
  1503. ;
  1504. GAD_PRINTERWIN_SENDRESET (13)
  1505. gadget label of checkbox gadget (config menu: printer...)
  1506. E(12-06-94)=Send _reset
  1507. D(12-06-94)=_Reset senden
  1508. F(23-06-94)=envoie _reset
  1509. S(14-11-94)=Skicka _reset
  1510. I(01-12-94)=Invia _reset
  1511. N(27-03-95)=Stuur _reset
  1512. ;
  1513. GAD_PRINTERWIN_ITALICS (12)
  1514. gadget label of checkbox gadget (config menu: printer...)
  1515. E(12-06-94)=I_talics
  1516. D(12-06-94)=kurs_iv
  1517. F(23-06-94)=i_talique
  1518. S(14-11-94)=K_ursiv
  1519. I(01-12-94)=I_talico
  1520. N(27-03-95)=C_ursief
  1521. ;
  1522. GAD_PRINTERWIN_BOLDFACE (13)
  1523. gadget label of checkbox gadget (config menu: printer...)
  1524. E(12-06-94)=_Boldface
  1525. D(12-06-94)=_fett
  1526. F(23-06-94)=_gras
  1527. S(14-11-94)=_Fet
  1528. I(01-12-94)=_Grassetto
  1529. N(27-03-95)=_Vet
  1530. ;
  1531. GAD_PRINTERWIN_SPACING (13)
  1532. gadget label of cycle gadget (config menu: printer...)
  1533. E(12-06-94)=Spacing
  1534. D(12-06-94)=_Abstand
  1535. F(23-06-94)=espacement
  1536. S(14-11-94)=_Avstånd
  1537. I(01-12-94)=Spaziatura
  1538. N(27-03-95)=Spatiëring
  1539. ;
  1540. GAD_PRINTERWIN_DOUBLESTRIKE (13)
  1541. gadget label of checkbox gadget (config menu: printer...)
  1542. E(12-06-94)=_Doublestrike
  1543. D(12-06-94)=_Doppeldruck
  1544. F(23-06-94)=_dbl largeur
  1545. S(14-11-94)=_Dubbeltryck
  1546. I(01-12-94)=_Doppia largh.
  1547. N(27-03-95)=_Doublestrike
  1548. ;
  1549. GAD_PRINTERWIN_LQ (12)
  1550. gadget label of checkbox gadget (config menu: printer...)
  1551. E(12-06-94)=L_Q
  1552. D(12-06-94)=L_Q/NLQ
  1553. F(23-06-94)=L_Q
  1554. S(14-11-94)=L_Q/NLQ
  1555. I(01-12-94)=L_Q
  1556. N(27-03-95)=L_Q/NLQ
  1557. ;
  1558. GAD_PRINTERWIN_LINEFEED (35)
  1559. gadget label of cycle gadget (config menu: printer...)
  1560. E(12-06-94)=Linefeed
  1561. D(12-06-94)=_Zeilenvorschub
  1562. F(23-06-94)=saut de page
  1563. S(14-11-94)=Radmatning
  1564. I(01-12-94)=Interlinea
  1565. N(27-03-95)=Linefeed
  1566. ;
  1567. GAD_PRINTERWIN_INIT (6)
  1568. gadget label of string gadget (config menu: printer...)
  1569. E(12-06-94)=_Init
  1570. D(12-06-94)=I_nit
  1571. F(23-06-94)=_init
  1572. S(14-11-94)=_Init
  1573. I(01-12-94)=_Iniz
  1574. N(27-03-95)=_Init
  1575. ;
  1576. GAD_PRINTERWIN_PROPORTIONAL (12)
  1577. gadget label of cycle gadget (config menu: printer...)
  1578. E(12-06-94)=_Proportional
  1579. D(12-06-94)=_proportional
  1580. F(23-06-94)=_proportion.
  1581. S(14-11-94)=_Proportione.
  1582. I(01-12-94)=_Proporzion.
  1583. N(27-03-95)=_Proportion.
  1584. ;
  1585. GAD_PRINTERWIN_ASYNCHRONOUS (14)
  1586. gadget label of checkbox gadget (config menu: printer...)
  1587. E(12-06-94)=Asynchro_nous
  1588. D(12-06-94)=asynchr_on
  1589. F(23-06-94)=asynchrone
  1590. S(14-11-94)=asynkr_ont
  1591. I(01-12-94)=Asin_crono
  1592. N(27-03-95)=Asynchroon
  1593. ;
  1594. GAD_PRINTERWIN_LINENUMBERS (14)
  1595. gadget label of checkbox gadget (config menu: printer...)
  1596. E(11-11-94)=Lin_e numbers
  1597. D(12-06-94)=n_umerieren
  1598. F(23-06-94)=num. de ligne
  1599. S(14-11-94)=Radnummer
  1600. I(01-12-94)=Numeri linee
  1601. N(27-03-95)=Regel_nummers
  1602. ;
  1603. GAD_PRINTERWIN_APPENDFF (14)
  1604. gadget label of checkbox gadget (config menu: printer...)
  1605. E(06-05-95)=Append FF
  1606. D(06-05-95)=FF an_hängen
  1607. I(14-06-95)=Aggiungi FF
  1608. ;
  1609. GAD_MENUWIN_ADD (8)
  1610. gadget label of button gadget, NO UNDERSCORE ALLOWED (used by several requesters, e.g. config menu: menus...)
  1611. E(12-06-94)=Add
  1612. D(12-06-94)=neu
  1613. F(23-06-94)=nouveau
  1614. S(14-11-94)=Addera
  1615. I(01-12-94)=Aggiungi
  1616. N(27-03-95)=Voeg toe
  1617. ;
  1618. GAD_MENUWIN_DEL (8)
  1619. gadget label of button gadget, NO UNDERSCORE ALLOWED (used by several requesters, e.g. config menu: menus...)
  1620. E(12-06-94)=Del
  1621. D(12-06-94)=löschen
  1622. F(23-06-94)=efface
  1623. S(14-11-94)=Radera
  1624. I(01-12-94)=Elimina
  1625. N(27-03-95)=Wis
  1626. ;
  1627. GAD_MENUWIN_KEY (27)
  1628. gadget label of string gadget (config menu: menus...)
  1629. E(12-06-94)=_Key
  1630. D(12-06-94)=_Taste
  1631. F(23-06-94)=_touche
  1632. S(14-11-94)=Tan_gent
  1633. I(01-12-94)=_Tasto
  1634. N(27-03-95)=_Toets
  1635. ;
  1636. GAD_MENUWIN_GUIDE (18)
  1637. gadget label of string gadget (config menu: menus...)
  1638. E(12-06-94)=G_uide
  1639. D(12-06-94)=_Guide
  1640. F(23-06-94)=_guide
  1641. S(14-11-94)=G_uide
  1642. I(01-12-94)=_Guida
  1643. N(27-03-95)=G_uide
  1644. ;
  1645. GAD_MENUWIN_LISTUP (=@+)
  1646. must be @+ (makes GoldED draw arrow_up gadget; e.g. config menu: menus...)
  1647. E(12-06-94)=@+
  1648. D(12-06-94)=@+
  1649. F(23-06-94)=@+
  1650. S(14-11-94)=@+
  1651. I(01-12-94)=@+
  1652. N(27-03-95)=@+
  1653. ;
  1654. GAD_MENUWIN_LISTDOWN (=@-)
  1655. must be @- (makes GoldED draw arrow_down gadget; e.g. config menu: menus...)
  1656. E(12-06-94)=@-
  1657. D(12-06-94)=@-
  1658. F(23-06-94)=@-
  1659. S(14-11-94)=@-
  1660. I(01-12-94)=@-
  1661. N(27-03-95)=@-
  1662. ;
  1663. GAD_MENUWIN_SEPARATE (15)
  1664. gadget label of checkbox gadget (config menu: menus...)
  1665. E(12-06-94)=S_eparate
  1666. D(12-06-94)=Tre_nnlinie
  1667. F(23-06-94)=Ligne de menu
  1668. S(30-01-95)=Separata
  1669. I(01-12-94)=Sep_aratori
  1670. N(27-03-95)=Scheiding
  1671. ;
  1672. GAD_MENUWIN_FILELIST (15)
  1673. gadget label of checkbox gadget (config menu: menus...)
  1674. E(30-01-95)=_file list
  1675. D(30-01-95)=_Dateiliste
  1676. I(24-03-95)=Lista _file
  1677. N(27-03-95)=_Bestandenlijst
  1678. ;
  1679. GAD_MENUWIN_CHECKMARK (12)
  1680. gadget label of cycle gadget (config menu: menus...)
  1681. E(12-06-94)=Check_mark
  1682. D(12-06-94)=an_zeigen
  1683. F(23-06-94)=touche
  1684. S(14-11-94)=Bock
  1685. I(01-12-94)=Usa _variab.
  1686. N(27-03-95)=Check_mark
  1687. ;
  1688. GAD_MENUWIN_MERGE (9)
  1689. gadget label of button gadget (config menu: menus...)
  1690. E(12-06-94)=Me_rge...
  1691. D(12-06-94)=_anhängen
  1692. F(23-06-94)=ajoute...
  1693. S(14-11-94)=Slå ihopa
  1694. I(01-12-94)=_Unisci
  1695. N(27-03-95)=Plak aan
  1696. ;
  1697. GAD_MENUWIN_COPY (8)
  1698. gadget label of button gadget, NO UNDERSCORE ALLOWED (used by several requesters, e.g. config menu: menus...)
  1699. E(12-06-94)=Copy
  1700. D(12-06-94)=kopieren
  1701. F(23-06-94)=copier
  1702. S(14-11-94)=Kopiera
  1703. I(01-12-94)=Copia
  1704. N(27-03-95)=Kopieer
  1705. ;
  1706. GAD_MENUWIN_PASTE (8)
  1707. gadget label of button gadget, NO UNDERSCORE ALLOWED (used by several requesters, e.g. config menu: menus...)
  1708. E(12-06-94)=Paste
  1709. D(12-06-94)=einfügen
  1710. F(23-06-94)=coller
  1711. S(14-11-94)=Klistra
  1712. I(01-12-94)=Incolla
  1713. N(27-03-95)=Plak
  1714. ;
  1715. GAD_MENUWIN_LEAVEOUT (11)
  1716. gadget label of checkbox gadget (config menu: menus...)
  1717. E(12-06-94)=Lea_ve out
  1718. D(14-02-95)=a_uslagern
  1719. F(23-06-94)=sortir
  1720. S(14-11-94)=Lämna ut
  1721. I(01-12-94)=Es_trai
  1722. N(27-03-95)=_Laat eruit
  1723. ;
  1724. GAD_MENUWIN_IGNORECASE (15)
  1725. gadget label of checkbox gadget (config menu: menus...)
  1726. E(12-02-95)=_Ignore case
  1727. D(12-02-95)=G_roß = Klein
  1728. I(24-03-95)=_Ignora M/m
  1729. N(27-03-95)=x/X _Gelijk
  1730. ;
  1731. GADLABEL_EDITMENU_CHECKMARK_NONE (14)
  1732. 1st option of a cycle gadget (config menu: menus...)
  1733. E(12-06-94)=(None)
  1734. D(12-06-94)=(aus)
  1735. F(23-06-94)=(aucune)
  1736. S(14-11-94)=(Ingen)
  1737. I(01-12-94)=(Nessuno)
  1738. N(27-03-95)=(Geen)
  1739. ;
  1740. GADLABEL_EDITMENU_CHECKMARK_INSERT (=INSERT)
  1741. 2nd option of a cycle gadget
  1742. E(12-06-94)=INSERT
  1743. D(12-06-94)=INSERT
  1744. F(20-07-94)=INSERT
  1745. S(14-11-94)=INSERT
  1746. I(01-12-94)=INSERT
  1747. N(27-03-95)=INSERT
  1748. ;
  1749. GADLABEL_EDITMENU_CHECKMARK_WRAP (=WRAP)
  1750. 3rd option of a cycle gadget
  1751. E(12-06-94)=WRAP
  1752. D(12-06-94)=WRAP
  1753. F(20-07-94)=WRAP
  1754. S(14-11-94)=WRAP
  1755. I(01-12-94)=WRAP
  1756. N(27-03-95)=WRAP
  1757. ;
  1758. GADLABEL_EDITMENU_CHECKMARK_INFOS (=INFOS)
  1759. 4th option of a cycle gadget
  1760. E(12-06-94)=INFOS
  1761. D(12-06-94)=INFOS
  1762. F(20-07-94)=INFOS
  1763. S(14-11-94)=INFOS
  1764. I(01-12-94)=INFOS
  1765. N(27-03-95)=INFOS
  1766. ;
  1767. GADLABEL_EDITMENU_CHECKMARK_BRACKET (=BRACKET)
  1768. 5th option of a cycle gadget
  1769. E(12-06-94)=BRACKET
  1770. D(12-06-94)=BRACKET
  1771. F(20-07-94)=BRACKET
  1772. S(14-11-94)=BRACKET
  1773. I(01-12-94)=BRACKET
  1774. N(27-03-95)=BRACKET
  1775. ;
  1776. GADLABEL_EDITMENU_CHECKMARK_CHKCASE (=CHKCASE)
  1777. 6th option of a cycle gadget
  1778. E(12-06-94)=CHKCASE
  1779. D(12-06-94)=CHKCASE
  1780. F(20-07-94)=CHKCASE
  1781. S(14-11-94)=CHKCASE
  1782. I(01-12-94)=CHKCASE
  1783. N(27-03-95)=CHKCASE
  1784. ;
  1785. GADLABEL_EDITMENU_CHECKMARK_ALEFT (=ALEFT)
  1786. 7th option of a cycle gadget
  1787. E(12-06-94)=ALEFT
  1788. D(12-06-94)=ALEFT
  1789. F(20-07-94)=ALEFT
  1790. S(14-11-94)=ALEFT
  1791. I(01-12-94)=ALEFT
  1792. N(27-03-95)=ALEFT
  1793. ;
  1794. GADLABEL_EDITMENU_CHECKMARK_INDENT (=INDENT)
  1795. 8th option of a cycle gadget
  1796. E(12-06-94)=INDENT
  1797. D(12-06-94)=INDENT
  1798. F(20-07-94)=INDENT
  1799. S(14-11-94)=INDENT
  1800. I(01-12-94)=INDENT
  1801. N(27-03-95)=INDENT
  1802. ;
  1803. GADLABEL_EDITMENU_CHECKMARK_SOLID (=SOLID)
  1804. 9th option of a cycle gadget
  1805. E(12-06-94)=SOLID
  1806. D(12-06-94)=SOLID
  1807. F(20-07-94)=SOLID
  1808. S(14-11-94)=SOLID
  1809. I(01-12-94)=SOLID
  1810. N(27-03-95)=SOLID
  1811. ;
  1812. GADLABEL_EDITMENU_CHECKMARK_SINDENT (=SINDENT)
  1813. 11th option of a cycle gadget
  1814. E(12-06-94)=SINDENT
  1815. D(12-06-94)=SINDENT
  1816. F(20-07-94)=SINDENT
  1817. S(14-11-94)=SINDENT
  1818. I(01-12-94)=SINDENT
  1819. N(27-03-95)=SINDENT
  1820. ;
  1821. GADLABEL_EDITMENU_CHECKMARK_BACKUP (=BACKUP)
  1822. 12th option of a cycle gadget
  1823. E(12-06-94)=BACKUP
  1824. D(12-06-94)=BACKUP
  1825. F(20-07-94)=BACKUP
  1826. S(14-11-94)=BACKUP
  1827. I(01-12-94)=BACKUP
  1828. N(27-03-95)=BACKUP
  1829. ;
  1830. GADLABEL_EDITMENU_CHECKMARK_ABAK (=ABAK)
  1831. 13th option of a cycle gadget
  1832. E(12-06-94)=ABAK
  1833. D(12-06-94)=ABAK
  1834. F(20-07-94)=ABAK
  1835. S(14-11-94)=ABAK
  1836. I(01-12-94)=ABAK
  1837. N(27-03-95)=ABAK
  1838. ;
  1839. GADLABEL_EDITMENU_CHECKMARK_ASKBAK (=ASKBAK)
  1840. 14th option of a cycle gadget
  1841. E(12-06-94)=ASKBAK
  1842. D(12-06-94)=ASKBAK
  1843. F(20-07-94)=ASKBAK
  1844. S(14-11-94)=ASKBAK
  1845. I(01-12-94)=ASKBAK
  1846. N(27-03-95)=ASKBAK
  1847. ;
  1848. GADLABEL_EDITMENU_CHECKMARK_ACENTER (=ACENTER)
  1849. 15th option of a cycle gadget
  1850. E(12-06-94)=ACENTER
  1851. D(12-06-94)=ACENTER
  1852. F(20-07-94)=ACENTER
  1853. S(14-11-94)=ACENTER
  1854. I(01-12-94)=ACENTER
  1855. N(27-03-95)=ACENTER
  1856. ;
  1857. GADLABEL_EDITMENU_CHECKMARK_AFOLD (=AFOLD)
  1858. 16th option of a cycle gadget
  1859. E(12-06-94)=AFOLD
  1860. D(12-06-94)=AFOLD
  1861. F(20-07-94)=AFOLD
  1862. S(14-11-94)=AFOLD
  1863. I(01-12-94)=AFOLD
  1864. N(27-03-95)=AFOLD
  1865. ;
  1866. GADLABEL_EDITMENU_CHECKMARK_ALOAD (=ALOAD)
  1867. 17th option of a cycle gadget
  1868. E(12-06-94)=ALOAD
  1869. D(12-06-94)=ALOAD
  1870. F(20-07-94)=ALOAD
  1871. S(14-11-94)=ALOAD
  1872. I(01-12-94)=ALOAD
  1873. N(27-03-95)=ALOAD
  1874. ;
  1875. GADLABEL_EDITMENU_CHECKMARK_NUMPAD (=NUMPAD)
  1876. 18th option of a cycle gadget
  1877. E(12-06-94)=NUMPAD
  1878. D(12-06-94)=NUMPAD
  1879. F(20-07-94)=NUMPAD
  1880. S(14-11-94)=NUMPAD
  1881. I(01-12-94)=NUMPAD
  1882. N(27-03-95)=NUMPAD
  1883. ;
  1884. GADLABEL_EDITMENU_CHECKMARK_USER1 (=USER1)
  1885. 19th option of a cycle gadget
  1886. E(12-06-94)=USER1
  1887. D(12-06-94)=USER1
  1888. F(20-07-94)=USER1
  1889. S(14-11-94)=USER1
  1890. I(01-12-94)=USER1
  1891. N(27-03-95)=USER1
  1892. ;
  1893. GADLABEL_EDITMENU_CHECKMARK_USER2 (=USER2)
  1894. 20th option of a cycle gadget
  1895. E(12-06-94)=USER2
  1896. D(12-06-94)=USER2
  1897. F(20-07-94)=USER2
  1898. S(14-11-94)=USER2
  1899. I(01-12-94)=USER2
  1900. N(27-03-95)=USER2
  1901. ;
  1902. GADLABEL_EDITMENU_CHECKMARK_USER3 (=USER3)
  1903. 21th option of a cycle gadget
  1904. E(12-06-94)=USER3
  1905. D(12-06-94)=USER3
  1906. F(20-07-94)=USER3
  1907. S(14-11-94)=USER3
  1908. I(01-12-94)=USER3
  1909. N(27-03-95)=USER3
  1910. ;
  1911. GADLABEL_EDITMENU_CHECKMARK_USER4 (=USER4)
  1912. 22th option of a cycle gadget
  1913. E(12-06-94)=USER4
  1914. D(12-06-94)=USER4
  1915. F(20-07-94)=USER4
  1916. S(14-11-94)=USER4
  1917. I(01-12-94)=USER4
  1918. N(27-03-95)=USER4
  1919. ;
  1920. GADLABEL_EDITMENU_CHECKMARK_USER5 (=USER5)
  1921. 23th option of a cycle gadget
  1922. E(12-06-94)=USER5
  1923. D(12-06-94)=USER5
  1924. F(20-07-94)=USER5
  1925. S(14-11-94)=USER5
  1926. I(01-12-94)=USER5
  1927. N(27-03-95)=USER5
  1928. ;
  1929. GADLABEL_EDITMENU_CHECKMARK_USER6 (=USER6)
  1930. 24th option of a cycle gadget
  1931. E(12-06-94)=USER6
  1932. D(12-06-94)=USER6
  1933. F(20-07-94)=USER6
  1934. S(14-11-94)=USER6
  1935. I(01-12-94)=USER6
  1936. N(27-03-95)=USER6
  1937. ;
  1938. GADLABEL_EDITMENU_CHECKMARK_USER7 (=USER7)
  1939. 25th option of a cycle gadget
  1940. E(12-06-94)=USER7
  1941. D(12-06-94)=USER7
  1942. F(20-07-94)=USER7
  1943. S(14-11-94)=USER7
  1944. I(01-12-94)=USER7
  1945. N(27-03-95)=USER7
  1946. ;
  1947. GADLABEL_EDITMENU_CHECKMARK_USER8 (=USER8)
  1948. 26th option of a cycle gadget
  1949. E(12-06-94)=USER8
  1950. D(12-06-94)=USER8
  1951. F(20-07-94)=USER8
  1952. S(14-11-94)=USER8
  1953. I(01-12-94)=USER8
  1954. N(27-03-95)=USER8
  1955. ;
  1956. GADLABEL_EDITMENU_CHECKMARK_USER9 (=USER9)
  1957. 27th option of a cycle gadget
  1958. E(12-06-94)=USER9
  1959. D(12-06-94)=USER9
  1960. F(20-07-94)=USER9
  1961. S(14-11-94)=USER9
  1962. I(01-12-94)=USER9
  1963. N(27-03-95)=USER9
  1964. ;
  1965. GADLABEL_EDITMENU_CHECKMARK_USER10 (=USER10)
  1966. 28th option of a cycle gadget
  1967. E(12-06-94)=USER10
  1968. D(12-06-94)=USER10
  1969. F(20-07-94)=USER10
  1970. S(14-11-94)=USER10
  1971. I(01-12-94)=USER10
  1972. N(27-03-95)=USER10
  1973. ;
  1974. GADLABEL_EDITMENU_CHECKMARK_USER11 (=USER11)
  1975. 29th option of a cycle gadget
  1976. E(12-06-94)=USER11
  1977. D(12-06-94)=USER11
  1978. F(20-07-94)=USER11
  1979. S(14-11-94)=USER11
  1980. I(01-12-94)=USER11
  1981. N(27-03-95)=USER11
  1982. ;
  1983. GADLABEL_EDITMENU_CHECKMARK_USER12 (=USER12)
  1984. 30th option of a cycle gadget
  1985. E(12-06-94)=USER12
  1986. D(12-06-94)=USER12
  1987. F(20-07-94)=USER12
  1988. S(14-11-94)=USER12
  1989. I(01-12-94)=USER12
  1990. N(27-03-95)=USER12
  1991. ;
  1992. GADLABEL_EDITMENU_CHECKMARK_USER13 (=USER13)
  1993. 31th option of a cycle gadget
  1994. E(12-06-94)=USER13
  1995. D(12-06-94)=USER13
  1996. F(20-07-94)=USER13
  1997. S(14-11-94)=USER13
  1998. I(01-12-94)=USER13
  1999. N(27-03-95)=USER13
  2000. ;
  2001. GADLABEL_EDITMENU_CHECKMARK_USER14 (=USER14)
  2002. 32th option of a cycle gadget
  2003. E(12-06-94)=USER14
  2004. D(12-06-94)=USER14
  2005. F(20-07-94)=USER14
  2006. S(14-11-94)=USER14
  2007. I(01-12-94)=USER14
  2008. N(27-03-95)=USER14
  2009. ;
  2010. GADLABEL_EDITMENU_CHECKMARK_USER15 (=USER15)
  2011. 33th option of a cycle gadget
  2012. E(12-06-94)=USER15
  2013. D(12-06-94)=USER15
  2014. F(20-07-94)=USER15
  2015. S(14-11-94)=USER15
  2016. I(01-12-94)=USER15
  2017. N(27-03-95)=USER15
  2018. ;
  2019. GADLABEL_EDITMENU_CHECKMARK_USER16 (=USER16)
  2020. 34th option of a cycle gadget
  2021. E(12-06-94)=USER16
  2022. D(12-06-94)=USER16
  2023. F(20-07-94)=USER16
  2024. S(14-11-94)=USER16
  2025. I(01-12-94)=USER16
  2026. N(27-03-95)=USER16
  2027. ;
  2028. GADLABEL_EDITMENU_CHECKMARK_USER17 (=USER17)
  2029. 35th option of a cycle gadget
  2030. E(12-06-94)=USER17
  2031. D(12-06-94)=USER17
  2032. F(20-07-94)=USER17
  2033. S(14-11-94)=USER17
  2034. I(01-12-94)=USER17
  2035. N(27-03-95)=USER17
  2036. ;
  2037. GADLABEL_EDITMENU_CHECKMARK_USER18 (=USER18)
  2038. 36th option of a cycle gadget
  2039. E(12-06-94)=USER18
  2040. D(12-06-94)=USER18
  2041. F(20-07-94)=USER18
  2042. S(14-11-94)=USER18
  2043. I(01-12-94)=USER18
  2044. N(27-03-95)=USER18
  2045. ;
  2046. GADLABEL_EDITMENU_CHECKMARK_USER19 (=USER19)
  2047. 37th option of a cycle gadget
  2048. E(12-06-94)=USER19
  2049. D(12-06-94)=USER19
  2050. F(20-07-94)=USER19
  2051. S(14-11-94)=USER19
  2052. I(01-12-94)=USER19
  2053. N(27-03-95)=USER19
  2054. ;
  2055. GADLABEL_EDITMENU_CHECKMARK_USER20 (=USER20)
  2056. 38th option of a cycle gadget
  2057. E(12-06-94)=USER20
  2058. D(12-06-94)=USER20
  2059. F(20-07-94)=USER20
  2060. S(14-11-94)=USER20
  2061. I(01-12-94)=USER20
  2062. N(27-03-95)=USER20
  2063. ;
  2064. GADLABEL_EDITMENU_CHECKMARK_PREVIEW (=PREVIEW)
  2065. 39th option of a cycle gadget
  2066. E(12-06-94)=PREVIEW
  2067. D(12-06-94)=PREVIEW
  2068. F(20-07-94)=PREVIEW
  2069. S(14-11-94)=PREVIEW
  2070. I(01-12-94)=PREVIEW
  2071. N(27-03-95)=PREVIEW
  2072. ;
  2073. GADLABEL_EDITMENU_CHECKMARK_TEMPLATES (=TEMPLATES)
  2074. 40th option of a cycle gadget
  2075. E(02-10-94)=TEMPLATES
  2076. D(02-10-94)=TEMPLATES
  2077. F(02-10-94)=TEMPLATES
  2078. S(14-11-94)=TEMPLATES
  2079. I(01-12-94)=TEMPLATES
  2080. N(27-03-95)=TEMPLATES
  2081. ;
  2082. GADLABEL_EDITMENU_CHECKMARK_WILDCARDS (=WILDCARDS)
  2083. 42th option of a cycle gadget
  2084. E(02-10-94)=WILDCARDS
  2085. D(02-10-94)=WILDCARDS
  2086. F(02-10-94)=WILDCARDS
  2087. S(14-11-94)=WILDCARDS
  2088. I(01-12-94)=WILDCARDS
  2089. N(27-03-95)=WILDCARDS
  2090. ;
  2091. GADLABEL_EDITMENU_CHECKMARK_UNDO (=UNDO)
  2092. 43th option of a cycle gadget
  2093. E(18-01-95)=UNDO
  2094. D(18-01-95)=UNDO
  2095. F(18-01-95)=UNDO
  2096. S(18-01-95)=UNDO
  2097. I(18-01-95)=UNDO
  2098. N(27-03-95)=UNDO
  2099. ;
  2100. GADLABEL_EDITMENU_CHECKMARK_EOLWRAP (=EOLWRAP)
  2101. 44th option of a cycle gadget
  2102. E(18-02-95)=EOLWRAP
  2103. D(18-02-95)=EOLWRAP
  2104. F(18-02-95)=EOLWRAP
  2105. S(18-02-95)=EOLWRAP
  2106. I(18-02-95)=EOLWRAP
  2107. N(27-03-95)=EOLWRAP
  2108. ;
  2109. GADLABEL_EDITMENU_CHECKMARK_SYNTAX (=SYNTAX)
  2110. 45th option of a cycle gadget
  2111. E(14-04-95)=SYNTAX
  2112. D(14-04-95)=SYNTAX
  2113. F(14-04-95)=SYNTAX
  2114. S(14-04-95)=SYNTAX
  2115. I(14-04-95)=SYNTAX
  2116. N(14-04-95)=SYNTAX
  2117. ;
  2118. GADLABEL_EDITMENU_CHECKMARK_DUMMY (!0)
  2119. must be empty (terminates options of a cycle gadget)
  2120. E(12-06-94)=
  2121. D(12-06-94)=
  2122. F(23-06-94)=
  2123. S(14-11-94)=
  2124. I(01-12-94)=
  2125. N(27-03-95)=
  2126. ;
  2127. GAD_STATISTICSWIN_BYTES (13)
  2128. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2129. E(12-06-94)=Byte(s)
  2130. D(12-06-94)=Byte(s)
  2131. F(23-06-94)=Octet(s)
  2132. S(14-11-94)=Byte(s)
  2133. I(01-12-94)=Byte(s)
  2134. N(27-03-95)=Byte(s)
  2135. ;
  2136. GAD_STATISTICSWIN_WORDS (13)
  2137. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2138. E(12-06-94)=Word(s)
  2139. D(12-06-94)=Wort(e)
  2140. F(23-06-94)=Mot(s)
  2141. S(14-11-94)=Ord
  2142. I(01-12-94)=Parole
  2143. N(27-03-95)=Woord(en)
  2144. ;
  2145. GAD_STATISTICSWIN_LINES (13)
  2146. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2147. E(12-06-94)=Line(s)
  2148. D(12-06-94)=Zeile(n)
  2149. F(23-06-94)=Ligne(s)
  2150. S(14-11-94)=Rad(er)
  2151. I(01-12-94)=Linee
  2152. N(27-03-95)=Regel(s)
  2153. ;
  2154. GAD_STATISTICSWIN_FOLDEDBLOCKS (25)
  2155. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2156. E(12-06-94)=Folded block(s)
  2157. D(12-06-94)=Faltung(en)
  2158. F(23-06-94)=bloc(s) replié(s)
  2159. S(14-11-94)=Invikta block
  2160. I(01-12-94)=Blocchi ripiegati
  2161. N(27-03-95)=Aantal plooien
  2162. ;
  2163. GAD_STATISTICSWIN_NONASCIICHARACTERS (25)
  2164. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2165. E(12-06-94)=Non-ASCII character(s)
  2166. D(12-06-94)=nicht-ASCII Zeichen
  2167. F(23-06-94)=caractère(s) non-ASCII
  2168. S(14-11-94)=Icke ASCII-tecken
  2169. I(01-12-94)=Caratteri non ASCII
  2170. N(27-03-95)=Niet-ASCII karakters
  2171. ;
  2172. GAD_STATISTICSWIN_WIDTHOFLONGESTLINE (25)
  2173. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2174. E(12-06-94)=Width of longest line
  2175. D(28-11-94)=größte Zeilenbreite
  2176. F(23-06-94)=ligne la plus large
  2177. S(14-11-94)=Längsta radlängd
  2178. I(01-12-94)=Larghezza linea più lunga
  2179. N(27-03-95)=Breedte langste regel
  2180. ;
  2181. GAD_STATISTICSWIN_AVERAGELINEWIDTH (25)
  2182. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2183. E(12-06-94)=Average line width
  2184. D(12-06-94)=mittl. Zeilenbreite
  2185. F(23-06-94)=longueur moyenne de ligne
  2186. S(14-11-94)=Genomsnittlig radlängd
  2187. I(01-12-94)=Larghezza media linee
  2188. N(27-03-95)=Gemiddelde regellengte
  2189. ;
  2190. GAD_STATISTICSWIN_LONGESTLINE (25)
  2191. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2192. E(12-06-94)=Longest line
  2193. D(12-06-94)=längste Zeile
  2194. F(23-06-94)=ligne la plus longue
  2195. S(14-11-94)=Längsta radnummer
  2196. I(01-12-94)=Linea più lunga
  2197. N(27-03-95)=Langste regel
  2198. ;
  2199. GAD_STATISTICSWIN_ESCCODES (13)
  2200. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2201. E(12-06-94)=ESC codes
  2202. D(12-06-94)=ESC-Codes
  2203. F(23-06-94)=Codes ESC
  2204. S(14-11-94)=ESC-koder
  2205. I(01-12-94)=Codici ESC
  2206. N(27-03-95)=ESC-codes
  2207. ;
  2208. GAD_STATISTICSWIN_FFCODES (13)
  2209. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2210. E(12-06-94)=FF codes
  2211. D(12-06-94)=FF-Codes
  2212. F(23-06-94)=Codes FF
  2213. S(14-11-94)=FF-koder
  2214. I(01-12-94)=Codici FF
  2215. N(27-03-95)=FF-codes
  2216. ;
  2217. GAD_STATISTICSWIN_AVERAGEWORDLENGTH (25)
  2218. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2219. E(12-06-94)=Average word length
  2220. D(12-06-94)=mittlere Wortlänge
  2221. F(23-06-94)=longueur moy. des mots
  2222. S(14-11-94)=Genomsnittlig ordlängd
  2223. I(01-12-94)=Lunghezza media parole
  2224. N(27-03-95)=Gemiddelde woordlengte
  2225. ;
  2226. GAD_STATISTICSWIN_UNDOSTEPS (13)
  2227. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2228. E(28-11-94)=Undo steps
  2229. D(28-11-94)=Undo-Schritte
  2230. F(18-02-95)=Pas Undo
  2231. I(24-03-95)=Eventi undo
  2232. N(27-03-95)=Undo-stappen
  2233. ;
  2234. GAD_STATISTICSWIN_UNDOBYTES (13)
  2235. label of integer display, NO UNDERSCORE ALLOWED (misc menu: statistics...)
  2236. E(28-11-94)=Undo bytes
  2237. D(28-11-94)=Undo-Bytes
  2238. F(18-02-95)=Octets Undo
  2239. I(24-03-95)=Undo bytes
  2240. N(27-03-95)=Undo-bytes
  2241. ;
  2242. GAD_DISPLAYWIN_PREVIEWFONT (19)
  2243. label of button gadget (config menu: display...)
  2244. E(12-06-94)=_Preview font
  2245. D(12-06-94)=_Preview-Font
  2246. F(23-06-94)=_Police de prévisu
  2247. S(14-11-94)=_Förhandsv. typsnitt
  2248. I(01-12-94)=Font _preview
  2249. N(27-03-95)=_Printvoorbeeld font
  2250. ;
  2251. GAD_DISPLAYWIN_TEXTFONT (19)
  2252. label of button gadget (config menu: display...)
  2253. E(12-06-94)=_Text font
  2254. D(12-06-94)=_Textfont
  2255. F(23-06-94)=Police de _Texte
  2256. S(14-11-94)=_Text typsnitt
  2257. I(01-12-94)=Font _testo
  2258. N(27-03-95)=_Tekst font
  2259. ;
  2260. GAD_DISPLAYWIN_COLORS (19)
  2261. label of button gadget (config menu: display...)
  2262. E(12-06-94)=Colo_rs...
  2263. D(12-06-94)=_Farben...
  2264. F(23-06-94)=co_uleurs...
  2265. S(14-11-94)=F_ärger...
  2266. I(01-12-94)=Colo_ri
  2267. N(27-03-95)=_Kleuren
  2268. ;
  2269. GAD_DISPLAYWIN_WINDOWFONT (19)
  2270. label of button gadget (config menu: display...)
  2271. E(12-06-94)=_Window font
  2272. D(12-06-94)=_Window-Font
  2273. F(23-06-94)=Police de fenêtre
  2274. S(14-11-94)=F_önster typsnitt
  2275. I(01-12-94)=Font _finestre
  2276. N(27-03-95)=_Venster font
  2277. ;
  2278. GAD_DISPLAYWIN_SLIDER (11)
  2279. label of cycle gadget (config menu: display...)
  2280. E(12-06-94)=Sl_ider
  2281. D(12-06-94)=Rollbal_ken
  2282. F(23-06-94)=ascenceur
  2283. S(14-11-94)=Slid_er
  2284. I(01-12-94)=Slider
  2285. N(27-03-95)=Rolbalken
  2286. ;
  2287. GAD_DISPLAYWIN_SCREENFONT (19)
  2288. label of button gadget (config menu: display...)
  2289. E(12-06-94)=Screen _font
  2290. D(12-06-94)=Sc_reen
  2291. F(23-06-94)=Police d'écran
  2292. S(14-11-94)=S_kärm typsnitt
  2293. I(01-12-94)=Font s_chermo
  2294. N(27-03-95)=_Scherm font
  2295. ;
  2296. GAD_DISPLAYWIN_ICONS (11)
  2297. label of checkbox gadget (config menu: display...)
  2298. E(12-06-94)=Ico_ns
  2299. D(12-06-94)=_Icons
  2300. F(23-06-94)=_icônes
  2301. S(14-11-94)=_Ikoner
  2302. I(01-12-94)=_Icone
  2303. N(27-03-95)=_Ikonen
  2304. ;
  2305. GAD_DISPLAYWIN_SHANGHAI (11)
  2306. label of checkbox gadget (config menu: display...)
  2307. E(12-06-94)=S_hanghai
  2308. D(12-06-94)=S_hanghai
  2309. F(23-06-94)=S_hanghai
  2310. S(14-11-94)=S_hanghai
  2311. I(01-12-94)=S_hanghai
  2312. N(27-03-95)=S_hanghai
  2313. ;
  2314. GAD_DISPLAYWIN_DEPTHGADGET (12)
  2315. label of checkbox gadget (config menu: display...)
  2316. E(14-06-94)=depth gadget
  2317. D(14-06-94)=Depth-Gadget
  2318. ;
  2319. GAD_DISPLAYWIN_SCREENMODE (16)
  2320. label of button gadget (config menu: display...)
  2321. E(11-11-94)=Scr_een mode...
  2322. D(12-06-94)=_Bildschirmmodus
  2323. F(23-06-94)=mode d'écran
  2324. S(14-11-94)=Skär_mläge...
  2325. I(01-12-94)=Modo scher_mo
  2326. N(27-03-95)=Scherm_modus
  2327. ;
  2328. GAD_DISPLAYWIN_CHUNKYPIXEL (14)
  2329. label of checkbox gadget (config menu: display...)
  2330. E(12-06-94)=Ch_unky pixel
  2331. D(12-06-94)=ChunkyPixel
  2332. F(23-06-94)=Pixels Chunky
  2333. S(14-11-94)=Chunky pi_xel
  2334. I(01-12-94)=Ch_unky Pixel
  2335. N(27-03-95)=Ch_unky Pixel
  2336. ;
  2337. GAD_DISPLAYWIN_RIGHT (11)
  2338. label of slider gadget (config menu: display...)
  2339. E(11-11-94)=Ri_ght
  2340. D(12-06-94)=r_echts
  2341. F(23-06-94)=_droite
  2342. S(14-11-94)=_Höger
  2343. I(01-12-94)=_Destra
  2344. N(27-03-95)=_Rechts
  2345. ;
  2346. GAD_DISPLAYWIN_BOTTOM (11)
  2347. label of slider gadget (config menu: display...)
  2348. E(12-06-94)=_Bottom
  2349. D(12-06-94)=_unten
  2350. F(23-06-94)=_bas
  2351. S(14-11-94)=_Botten
  2352. I(01-12-94)=_Basso
  2353. N(27-03-95)=_Onder
  2354. ;
  2355. GAD_DISPLAYWIN_BLANKBORDERS (14)
  2356. label of checkbox gadget (config menu: display...)
  2357. E(12-06-94)=Bl_ank borders
  2358. D(12-06-94)=_ohne Rand
  2359. F(03-11-94)=éteindre bord.
  2360. S(14-11-94)=Svart ram
  2361. I(01-12-94)=Senz_a bordi
  2362. N(27-03-95)=_Zwarte rand
  2363. ;
  2364. GAD_DISPLAYWIN_FULLSCREEN (14)
  2365. gadget label of checkbox gadget (config menu: display...)
  2366. E(20-01-95)=_Full screen
  2367. D(20-01-95)=_ganzer Screen
  2368. F(18-02-95)=Ecran _total
  2369. I(24-03-95)=Sche_rmo pieno
  2370. N(27-03-95)=_Hele scherm
  2371. ;
  2372. GAD_DISPLAYWIN_P (=@P)
  2373. must be @P (makes GoldED draw the palette gadget; e.g. config menu: display...)
  2374. E(18-04-95)=@P
  2375. D(18-04-95)=@P
  2376. F(18-04-95)=@P
  2377. S(18-04-95)=@P
  2378. I(18-04-95)=@P
  2379. N(18-04-95)=@P
  2380. ;
  2381. GAD_BITSWIN_READABLE (11)
  2382. label of checkbox gadget (project menu: bits...)
  2383. E(12-06-94)=_Readable
  2384. D(12-06-94)=lesba_r
  2385. F(23-06-94)=_Lisible
  2386. S(14-11-94)=_Läsbar
  2387. I(01-12-94)=_Leggibile
  2388. N(27-03-95)=_Leesbaar
  2389. ;
  2390. GAD_BITSWIN_WRITABLE (11)
  2391. label of checkbox gadget (project menu: bits...)
  2392. E(12-06-94)=_Writable
  2393. D(12-06-94)=schrei_bbar
  2394. F(23-06-94)=Ecr. Poss.
  2395. S(14-11-94)=_Skrivbar
  2396. I(24-03-95)=Riscrivib.
  2397. N(27-03-95)=S_chrijfbaar
  2398. ;
  2399. GAD_BITSWIN_SCRIPT (17)
  2400. label of checkbox gadget (project menu: bits...)
  2401. E(12-06-94)=_Script
  2402. D(12-06-94)=_script
  2403. F(23-06-94)=_script
  2404. S(14-11-94)=S_kript
  2405. I(01-12-94)=_Script
  2406. N(27-03-95)=_Script
  2407. ;
  2408. GAD_BITSWIN_DELETABLE (17)
  2409. label of checkbox gadget (project menu: bits, config menu: misc)
  2410. E(12-06-94)=_Deletable
  2411. D(12-06-94)=l_öschbar
  2412. F(23-06-94)=_effaçable
  2413. S(14-11-94)=R_aderbar
  2414. I(01-12-94)=_Cancellabile
  2415. N(27-03-95)=_Wisbaar
  2416. ;
  2417. GAD_BITSWIN_COMMENT (10)
  2418. used by several requesters (e.g. project menu: bits...). NO UNDERSCORE "_" ALLOWED
  2419. E(12-06-94)=Comment
  2420. D(12-06-94)=Kommentar
  2421. F(23-06-94)=Comment
  2422. S(14-11-94)=Kommentar
  2423. I(01-12-94)=Commento
  2424. N(27-03-95)=Commentaar
  2425. ;
  2426. GAD_ITEMWIN_CMD (6)
  2427. label of string gadget (menu item editor window)
  2428. E(12-06-94)=_Cmd
  2429. D(12-06-94)=_Befehl
  2430. F(23-06-94)=_cmd
  2431. S(14-11-94)=_Cmd
  2432. I(01-12-94)=_Cmd
  2433. N(27-03-95)=_Comm.
  2434. ;
  2435. GAD_ITEMWIN_DIR (6)
  2436. label of string gadget (menu item editor window)
  2437. E(12-06-94)=_Dir
  2438. D(12-06-94)=_Pfad
  2439. F(23-06-94)=_rép
  2440. S(14-11-94)=_Dir
  2441. I(01-12-94)=_Dir
  2442. N(27-03-95)=_Lade
  2443. ;
  2444. GAD_ITEMWIN_ASYNC (10)
  2445. label of checkbox gadget (menu item editor window)
  2446. E(12-06-94)=Asy_nc
  2447. D(12-06-94)=Asyn_c
  2448. F(23-06-94)=as_ync
  2449. S(14-11-94)=Asy_nc
  2450. I(01-12-94)=Asi_ncrono
  2451. N(27-03-95)=As_ync
  2452. ;
  2453. GAD_ITEMWIN_SHANGHAI (10)
  2454. label of checkbox gadget (menu item editor window)
  2455. E(12-06-94)=_Shanghai
  2456. D(12-06-94)=_Shanghai
  2457. F(23-06-94)=_Shanghai
  2458. S(14-11-94)=_Shanghai
  2459. I(01-12-94)=_Shanghai
  2460. N(27-03-95)=_Shanghai
  2461. ;
  2462. GAD_ITEMWIN_OUTPUT (6)
  2463. label of string gadget (menu item editor window)
  2464. E(12-06-94)=Out_put
  2465. D(12-06-94)=_Ausg.
  2466. F(23-06-94)=Sortie
  2467. S(14-11-94)=Ut_skr.
  2468. I(01-12-94)=Out_put
  2469. N(27-03-95)=Out_put
  2470. ;
  2471. GAD_ITEMWIN_NAME (6)
  2472. label of string display (menu item editor window)
  2473. E(12-06-94)=Name
  2474. D(12-06-94)=Name
  2475. F(23-06-94)=Nom
  2476. S(14-11-94)=Namn
  2477. I(01-12-94)=Nome
  2478. N(27-03-95)=Naam
  2479. ;
  2480. GAD_ITEMWIN_HYPER (6)
  2481. label of string gadget (menu item editor window)
  2482. E(12-06-94)=HYPER
  2483. D(12-06-94)=HYPER
  2484. F(23-06-94)=HYPER
  2485. S(14-11-94)=HYPER
  2486. I(01-12-94)=HYPER
  2487. N(27-03-95)=HYPER
  2488. ;
  2489. GAD_ITEMWIN_S (3)
  2490. label of integer gadget indicating seconds (menu item editor window)
  2491. E(12-06-94)=S
  2492. D(12-06-94)=s
  2493. F(23-06-94)=s
  2494. S(14-11-94)=S
  2495. I(01-12-94)=S
  2496. N(27-03-95)=s
  2497. ;
  2498. GAD_LAYOUTWIN_LEFTRIGHTMARGIN (20)
  2499. label of integer gadget (config menu: layout...)
  2500. E(12-06-94)=Left/right _margin
  2501. D(12-06-94)=linker/rechter _Rand
  2502. F(23-06-94)=marge gauche/droite
  2503. S(14-11-94)=Vänster/höger marg.
  2504. I(01-12-94)=_Margine Sin/Des
  2505. N(27-03-95)=Linker/rechter _Rand
  2506. ;
  2507. GAD_LAYOUTWIN_WORDWRAP (36)
  2508. label of checkbox gadget (config menu: layout...)
  2509. E(12-06-94)=_Word wrap
  2510. D(12-06-94)=_WordWrap
  2511. F(23-06-94)=déplace mots
  2512. S(14-11-94)=Radbrytning
  2513. I(01-12-94)=_Word wrap
  2514. N(27-03-95)=_Woordomslag
  2515. ;
  2516. GAD_LAYOUTWIN_USECURRENTMARGIN (36)
  2517. label of checkbox gadget (config menu: layout...)
  2518. E(12-06-94)=_Use current margin
  2519. D(12-06-94)=alten Rand _benutzen
  2520. F(23-06-94)=utilise marge courante
  2521. S(14-11-94)=Använd nuvarande marginal
  2522. I(01-12-94)=Usa il margine corrente
  2523. N(27-03-95)=Gebruik _huidige rand
  2524. ;
  2525. GAD_LAYOUTWIN_REFORMAT (36)
  2526. label of checkbox gadget (config menu: layout...)
  2527. E(12-06-94)=_Reformat
  2528. D(12-06-94)=_neu formatieren
  2529. F(23-06-94)=_reformatter
  2530. S(14-11-94)=_Omformattera
  2531. I(01-12-94)=_Riformatta
  2532. N(27-03-95)=_Reformat
  2533. ;
  2534. GAD_LAYOUTWIN_REFORMATHYPHEN (36)
  2535. label of checkbox gadget (config menu: layout...)
  2536. E(01-11-94)=Reformat _hyphen
  2537. D(01-11-94)=Bindestrich _umformatieren
  2538. F(18-02-95)=Reformater _hyphénation
  2539. I(24-03-95)=Riformatta _hypen
  2540. N(27-03-95)=Reformat _koppelteken
  2541. ;
  2542. GAD_FUNCREFWIN_MODE (9)
  2543. label of button gadget (find menu: functions/show all)
  2544. E(12-06-94)=_Mode
  2545. D(12-06-94)=_Modus
  2546. F(23-06-94)=_mode
  2547. S(14-11-94)=_Mode
  2548. I(01-12-94)=_Modo
  2549. N(27-03-95)=_Modus
  2550. ;
  2551. GAD_FUNCREFWIN_SORT (10)
  2552. label of checkbox gadget (find menu: functions/show all)
  2553. E(12-06-94)=so_rt
  2554. D(12-06-94)=so_rtieren
  2555. I(14-06-95)=O_rdinam.
  2556. ;
  2557. GAD_INDENTIONWIN_AUTOINDENTION (37)
  2558. label of checkbox gadget (config menu: indention)
  2559. E(12-06-94)=_AutoIndention
  2560. D(12-06-94)=_AutoEinrückung
  2561. F(23-06-94)=Auto-Indention
  2562. S(14-11-94)=Automatiska indrag
  2563. I(01-12-94)=Indentazione _automatica
  2564. N(27-03-95)=Auto-_Inspring
  2565. ;
  2566. GAD_INDENTIONWIN_SMARTINDENTION (37)
  2567. label of checkbox gadget (config menu: indention)
  2568. E(12-06-94)=S_martIndention
  2569. D(12-06-94)=Co_deEinrückung
  2570. F(23-06-94)=I_ndention par algorithme
  2571. S(14-11-94)=S_marta indrag
  2572. I(01-12-94)=I_ndentazione calcolata
  2573. N(27-03-95)=_Slim Inspringen
  2574. ;
  2575. GAD_INDENTIONWIN_NEW (9)
  2576. label of string gadget (config menu: indention)
  2577. E(12-06-94)=_New
  2578. D(12-06-94)=_neu
  2579. F(23-06-94)=_créer
  2580. S(14-11-94)=_Ny
  2581. I(01-12-94)=_Nuovo
  2582. N(27-03-95)=_Nieuw
  2583. ;
  2584. GAD_MAPWIN_REMAP (10:"!#?")
  2585. label of button gadget (find menu: character set)
  2586. E(12-06-94)=!REMAP
  2587. D(12-06-94)=!wandeln
  2588. F(23-06-94)=!REMAPPER
  2589. S(14-11-94)=!REMAP
  2590. I(01-12-94)=!RIMAPPA
  2591. N(27-03-95)=!REMAP
  2592. ;
  2593. GAD_BINDWIN_RECORD (9)
  2594. label of button gadget (config menu: keyboard...)
  2595. E(12-06-94)=R_ecord
  2596. D(12-06-94)=A_ufnahme
  2597. F(23-06-94)=enreg.
  2598. S(14-11-94)=Spela in
  2599. I(01-12-94)=Registra
  2600. N(27-03-95)=_Opnemen
  2601. ;
  2602. GAD_PROJECTWIN_EDIT (9)
  2603. label of button gadget (misc menu: source files...)
  2604. E(12-06-94)=_Edit
  2605. D(12-06-94)=_edieren
  2606. F(23-06-94)=_editer
  2607. S(14-11-94)=_Editera
  2608. I(01-12-94)=_Edita
  2609. N(27-03-95)=_Editeer
  2610. ;
  2611. GAD_HUNTWIN_SUFFIX (10)
  2612. label of button gadget (config menu: file hunter...)
  2613. E(18-04-95)=*.s_uffix
  2614. D(18-04-95)=*.S_uffix
  2615. F(18-04-95)=*.s_uffixe
  2616. S(18-04-95)=*.s_uffix
  2617. I(18-04-95)=*.suffisso
  2618. ;
  2619. GAD_HUNTWIN_RECURSIVE (37)
  2620. label of checkbox gadget (config menu: file hunter...)
  2621. E(12-06-94)=R_ecursive
  2622. D(12-06-94)=_Unterverzeichnisse
  2623. F(23-06-94)=_récursif
  2624. S(14-11-94)=R_ekursiv
  2625. I(01-12-94)=_Ricorsivo
  2626. N(27-03-95)=_Subdirectories
  2627. ;
  2628. GAD_GUIWIN_SCROLLBORDER (15)
  2629. label of scroller gadget (config menu: GUI...)
  2630. E(12-06-94)=Scroll border
  2631. D(12-06-94)=Scroll-Abstand
  2632. F(25-03-95)=Burdure défil.
  2633. S(14-11-94)=scroll avstånd
  2634. I(01-12-94)=Bordo scroll
  2635. N(27-03-95)=Scrollmarge
  2636. ;
  2637. GADLABEL_EDITGUI_BEEP_BEEPOFF (17)
  2638. label of mx gadget (no shortcuts allowed)
  2639. E(16-03-95)=beep off
  2640. D(16-03-95)=Beep aus
  2641. I(14-06-95)=No Beep
  2642. ;
  2643. GADLABEL_EDITGUI_BEEP_BEEPLOW (17)
  2644. label of mx gadget (no shortcuts allowed)
  2645. E(16-03-95)=beep low
  2646. D(16-03-95)=Beep leise
  2647. I(14-06-95)=Beep Basso
  2648. ;
  2649. GADLABEL_EDITGUI_BEEP_BEEPNORMAL (17)
  2650. label of mx gadget (no shortcuts allowed)
  2651. E(16-03-95)=beep normal
  2652. D(16-03-95)=Beep normal
  2653. I(14-06-95)=Beep Normale
  2654. ;
  2655. GADLABEL_EDIDGUI_BEEP_DUMMY (!0)
  2656. must be empty (terminates mx options)
  2657. E(19-11-94)=
  2658. D(19-11-94)=
  2659. F(19-11-94)=
  2660. S(19-11-94)=
  2661. I(14-06-95)=
  2662. ;
  2663. GAD_GUIWIN_WINDOWWEIGHT (31)
  2664. label of cycle gadget (config menu: GUI...)
  2665. E(12-06-94)=Window w_eight
  2666. D(12-06-94)=_Gewichtung
  2667. F(23-06-94)=_poids
  2668. S(14-11-94)=_Vikt
  2669. I(01-12-94)=Ra_pporto
  2670. N(27-03-95)=Lijndikte venster
  2671. ;
  2672. GAD_GUIWIN_RIGHTMARGIN (31)
  2673. label of slider gadget (config menu: GUI...)
  2674. E(28-02-95)=_Rig_ht margin
  2675. D(28-02-95)=_rechter Rand
  2676. F(23-06-94)=_droite
  2677. S(14-11-94)=_Höger
  2678. I(01-12-94)=Margine _destro
  2679. N(27-03-95)=_Rechtermarge
  2680. ;
  2681. GAD_GUIWIN_TOPMARGIN (31)
  2682. label of slider gadget (config menu: GUI...)
  2683. E(28-02-95)=To_p margin
  2684. D(28-02-95)=_oberer Rand
  2685. F(23-06-94)=ha_ut
  2686. S(14-11-94)=_Överst
  2687. I(01-12-94)=Margine s_up
  2688. N(27-03-95)=_Bovenmarge
  2689. ;
  2690. GAD_GUIWIN_WHITESPACE (11)
  2691. label of string gadget (config menu: GUI...)
  2692. E(11-11-94)=Whi_te space
  2693. D(12-06-94)=L_eerzeichen
  2694. F(23-06-94)== _Espace
  2695. S(14-11-94)=Blankt_ecken
  2696. I(01-12-94)=Spa_zio
  2697. N(27-03-95)=Blanco's
  2698. ;
  2699. GAD_GUIWIN_CONSOLE (11)
  2700. label of string gadget (config menu: GUI...)
  2701. E(24-02-95)=Console
  2702. D(24-02-95)=Konsole
  2703. I(24-03-95)=Console
  2704. N(27-03-95)=Console
  2705. ;
  2706. GADLABEL_GUIWIN_INPUT (17)
  2707. listview entry (config menu: gui...)
  2708. E(12-06-94)=Input
  2709. D(12-06-94)=Eingabe
  2710. F(23-06-94)=Entrée
  2711. S(14-11-94)=Input
  2712. I(01-12-94)=Input
  2713. N(27-03-95)=Input
  2714. ;
  2715. GADLABEL_GUIWIN_EOLWRAP (17:" #?")
  2716. listview entry (config menu: gui...); first two letters must be a space
  2717. E(12-06-94)=  EOL wrap
  2718. D(12-06-94)=  Zeilenende fix
  2719. F(12-10-94)=  fin de ligne
  2720. S(14-11-94)=  EOL-hopp
  2721. I(01-12-94)=  EOL a capo
  2722. N(27-03-95)=  Regeleinde
  2723. ;
  2724. GADLABEL_GUIWIN_WINDOW (17)
  2725. listview entry (config menu: gui...)
  2726. E(28-02-95)=Window
  2727. D(28-02-95)=Fenster
  2728. F(28-02-95)=fenêtre
  2729. S(28-02-95)=Fönster
  2730. I(28-02-95)=Finestra
  2731. N(27-03-95)=Venster
  2732. ;
  2733. GADLABEL_GUIWIN_AUTOARRANGE (17:" #?")
  2734. listview entry (config menu: gui...); first two letters must be a space
  2735. E(12-06-94)=  AutoArrange
  2736. D(12-06-94)=  Fenster ordnen
  2737. S(14-11-94)=  Auto-arrangera
  2738. I(01-12-94)=  Riaggiusta
  2739. N(27-03-95)=  Autom. plaats
  2740. ;
  2741. GADLABEL_GUIWIN_CENTERWINDOWS (17:" #?")
  2742. listview entry (config menu: gui...); first two letters must be a space
  2743. E(12-06-94)=  Center windows
  2744. D(12-06-94)=  zentriert
  2745. F(23-06-94)=  centrer
  2746. S(14-11-94)=  Centrera föns.
  2747. I(01-12-94)=  Centra
  2748. N(27-03-95)=  Centreer venst.
  2749. ;
  2750. GADLABEL_GUIWIN_BOTTOMSLIDER (17:" #?")
  2751. listview entry (config menu: gui...); first two letters must be a space
  2752. E(12-06-94)=  Bottom slider
  2753. D(12-06-94)=  unterer Balken
  2754. F(23-06-94)=  ascenc. horiz.
  2755. S(14-11-94)=  Bottenslider
  2756. I(01-12-94)=  Slider infer
  2757. N(27-03-95)=  Balk onder
  2758. ;
  2759. GADLABEL_GUIWIN_REQUESTER (17)
  2760. listview entry (config menu: gui...)
  2761. E(28-02-95)=Requester
  2762. D(28-02-95)=Requester
  2763. I(24-03-95)=Requester
  2764. N(27-03-95)=Requester
  2765. ;
  2766. GADLABEL_GUIWIN_BRIEFMESSAGES (17:" #?")
  2767. listview entry (config menu: gui...); first two letters must be a space
  2768. E(12-06-94)=  Brief messages
  2769. D(12-06-94)=  kurze Meldungen
  2770. F(23-06-94)=  mess. simples
  2771. S(14-11-94)=  Korta meddel.
  2772. I(01-12-94)=  Messaggi _brevi
  2773. N(27-03-95)=  Korte berichten
  2774. ;
  2775. GADLABEL_GUIWIN_USEASL (17:" #?")
  2776. listview entry (config menu: gui...); first two letters must be a space
  2777. E(19-09-94)=  Use ASL
  2778. D(19-06-94)=  ASL benutzen
  2779. F(19-06-94)=  ASL
  2780. S(14-11-94)=  Använd ASL
  2781. I(01-12-94)=  Usa ASL
  2782. N(27-03-95)=  Gebruik ASL
  2783. ;
  2784. GADLABEL_GUIWIN_MISC (17)
  2785. listview entry (config menu: gui...)
  2786. E(19-11-94)=Misc
  2787. D(19-11-94)=Diverses
  2788. F(18-02-95)=Divers
  2789. S(28-02-95)=Diverse
  2790. I(24-03-95)=Altro
  2791. N(27-03-95)=Diversen
  2792. ;
  2793. GADLABEL_GUIWIN_CLOCK (17:" #?")
  2794. listview entry (config menu: gui...); first two letters must be a space
  2795. E(12-06-94)=  Clock
  2796. D(12-06-94)=  Uhr
  2797. F(23-06-94)=  Heure
  2798. S(14-11-94)=  Klocka
  2799. I(01-12-94)=  Orologio
  2800. N(27-03-95)=  Klok
  2801. ;
  2802. GADLABEL_GUIWIN_FASTSCROLLING (17:" #?")
  2803. listview entry (config menu: gui...); first two letters must be a space
  2804. E(12-06-94)=  Fast scrolling
  2805. D(12-06-94)=  FastScroll
  2806. F(23-06-94)=  défil. rapide
  2807. S(14-11-94)=  Snabb scroll
  2808. I(01-12-94)=  Scroll veloce
  2809. N(27-03-95)=  Snelle scroll
  2810. ;
  2811. GADLABEL_GUIWIN_EXCLUSIVE (17:" #?")
  2812. listview entry (config menu: gui...); first two letters must be a space
  2813. E(12-06-94)=  Exclude cursor
  2814. D(12-06-94)=  Block kürzen
  2815. I(14-06-95)=  Escludi cursore
  2816. ;
  2817. GADLABEL_GUIWIN_DUMMY (!0)
  2818. must be empty (terminates options of a listview gadget)
  2819. E(19-11-94)=
  2820. D(19-11-94)=
  2821. F(19-11-94)=
  2822. S(19-11-94)=
  2823. I(24-03-95)=
  2824. N(27-03-95)=
  2825. ;
  2826. GAD_APIWIN_OK (10:"!#?")
  2827. positive default gadget label (used by several requesters, e.g. config menu: API...)
  2828. E(11-11-94)=!OK
  2829. D(11-11-94)=!OK
  2830. F(23-06-94)=!OK
  2831. I(24-03-95)=!OK
  2832. N(27-03-95)=!OK
  2833. ;
  2834. GAD_APIWIN_STARTUP (24)
  2835. label of liestview gadget (config menu: API...)
  2836. E(12-06-94)=Startup
  2837. D(12-06-94)=starten
  2838. F(23-06-94)=startup
  2839. S(14-11-94)=Startup
  2840. I(01-12-94)=Startup
  2841. N(27-03-95)=Startup
  2842. ;
  2843. GAD_APIWIN_ACTIVE (24)
  2844. label of liestview gadget (config menu: API...)
  2845. E(12-06-94)=Active
  2846. D(12-06-94)=aktiv
  2847. F(23-06-94)=actif
  2848. S(14-11-94)=Aktiv
  2849. I(01-12-94)=Attivo
  2850. N(27-03-95)=Actief
  2851. ;
  2852. GAD_APIWIN_SHOW (9)
  2853. label of button gadget (config menu: API...)
  2854. E(12-06-94)=S_how
  2855. D(12-06-94)=_Anzeige
  2856. F(23-06-94)=_Montrer
  2857. S(14-11-94)=_Visa
  2858. I(01-12-94)=_Mostra
  2859. N(27-03-95)=_Toon
  2860. ;
  2861. GAD_APIWIN_INFO (9)
  2862. label of button gadget (config menu: API...)
  2863. E(12-06-94)=_Info
  2864. D(12-06-94)=_Info
  2865. F(23-06-94)=_Info
  2866. S(14-11-94)=_Info
  2867. I(01-12-94)=_Info
  2868. N(27-03-95)=_Info
  2869. ;
  2870. GAD_SYNTAXWIN_CONFIG (9)
  2871. label of button gadget (config menu: syntax)
  2872. E(11-02-95)=_Config
  2873. D(11-02-95)=_Konfig
  2874. I(24-03-95)=C_onfig
  2875. N(27-03-95)=_Config
  2876. ;
  2877. GAD_SYNTAXWIN_ACTIVE (16)
  2878. label of checkbox gadget (config menu: syntax)
  2879. E(11-02-95)=_Active
  2880. D(11-02-95)=_aktiv
  2881. I(24-03-95)=A_ttivo
  2882. N(27-03-95)=_Actief
  2883. ;
  2884. GAD_SYNTAXWIN_PREPARSE (40)
  2885. label of checkbox gadget (config menu: syntax)
  2886. E(28-04-95)=_Pre-parse
  2887. D(28-04-95)=so_fort analysieren
  2888. I(14-06-95)=Pre-Analisi
  2889. ;
  2890. GAD_TEMPLATEWIN_USETEMPLATES (38)
  2891. gadget label of checkbox gadget (config menu: templates)
  2892. E(02-10-94)=_Use templates
  2893. D(02-10-94)=Templates benutzen
  2894. S(14-11-94)=_Använd mall
  2895. I(01-12-94)=_Usa i templates
  2896. F(18-02-95)=Utiliser _Patrons
  2897. N(27-03-95)=Gebruik _Templates
  2898. ;
  2899. GADLABEL_EDITMOUSE_CLICK_FIRSTCLICK (16)
  2900. 1st option of a cycle gadget (config menu: mouse)
  2901. E(22-09-94)=First click
  2902. D(22-09-94)=erster Klick
  2903. F(22-09-94)=first click
  2904. S(14-11-94)=Första klick
  2905. I(01-12-94)=Un solo click
  2906. N(27-03-95)=Eerste klik
  2907. ;
  2908. GADLABEL_EDITMOUSE_CLICK_DOUBLECLICK (16)
  2909. 2nd option of a cycle gadget (config menu: mouse)
  2910. E(12-06-94)=Doubleclick
  2911. D(12-06-94)=Doppelklick
  2912. F(23-06-94)=doubleclick
  2913. S(14-11-94)=Dubbelklick
  2914. I(01-12-94)=Doppio click
  2915. N(27-03-95)=Dubbelklik
  2916. ;
  2917. GADLABEL_EDITMOUSE_CLICK_DUMMY (!0)
  2918. must be empty (terminates options of a cycle gadget)
  2919. E(12-06-94)=
  2920. D(12-06-94)=
  2921. F(23-06-94)=
  2922. S(14-11-94)=
  2923. I(01-12-94)=
  2924. N(27-03-95)=
  2925. ;
  2926. GADLABEL_EDITMOUSE_QUALIFIER_NOQUALIFIER (16)
  2927. 1st option of a cycle gadget (config menu: mouse)
  2928. E(22-09-94)=No qualifier
  2929. D(22-09-94)=keine Taste
  2930. F(22-09-94)=no qualifier
  2931. S(14-11-94)=Ingen tangent
  2932. I(01-12-94)=Senza qualif.
  2933. N(27-03-95)=Zonder toets
  2934. ;
  2935. GADLABEL_EDITMOUSE_QUALIFIER_SHIFT (16)
  2936. 2nd option of a cycle gadget (config menu: mouse)
  2937. E(22-09-94)=SHIFT
  2938. D(22-09-94)=SHIFT
  2939. F(22-09-94)=SHIFT
  2940. S(14-11-94)=SHIFT
  2941. I(01-12-94)=SHIFT
  2942. N(27-03-95)=SHIFT
  2943. ;
  2944. GADLABEL_EDITMOUSE_QUALIFIER_ALT (16)
  2945. 3rd option of a cycle gadget (config menu: mouse)
  2946. E(22-09-94)=ALT
  2947. D(22-09-94)=ALT
  2948. F(22-09-94)=ALT
  2949. S(14-11-94)=ALT
  2950. I(01-12-94)=ALT
  2951. N(27-03-95)=ALT
  2952. ;
  2953. GADLABEL_EDITMOUSE_QUALIFIER_CTRL (16)
  2954. 4th option of a cycle gadget (config menu: mouse)
  2955. E(22-09-94)=CTRL
  2956. D(22-09-94)=CTRL
  2957. F(22-09-94)=CTRL
  2958. S(14-11-94)=CTRL
  2959. I(01-12-94)=CTRL
  2960. N(27-03-95)=CTRL
  2961. ;
  2962. GADLABEL_EDITMOUSE_QUALIFIER_DUMMY (!0)
  2963. must be empty (terminates options of a cycle gadget)
  2964. E(22-09-94)=
  2965. D(22-09-94)=
  2966. F(22-09-94)=
  2967. S(14-11-94)=
  2968. I(01-12-94)=
  2969. N(27-03-95)=
  2970. ;
  2971. GAD_MOUSEWIN_LEFT (9)
  2972. gadget label of button gadget (config menu: mouse)
  2973. E(22-09-94)=Le_ft
  2974. D(22-09-94)=l_inks
  2975. F(22-09-94)=le_ft
  2976. S(14-11-94)=V_änster
  2977. I(01-12-94)=Sin_istro
  2978. N(27-03-95)=L_inks
  2979. ;
  2980. GAD_MOUSEWIN_MIDDLE (9)
  2981. gadget label of button gadget (config menu: mouse)
  2982. E(22-09-94)=_Middle
  2983. D(22-09-94)=_Mitte
  2984. F(22-09-94)=_middle
  2985. S(14-11-94)=_Mitten
  2986. I(01-12-94)=C_entro
  2987. N(27-03-95)=_Middel
  2988. ;
  2989. GAD_MOUSEWIN_RIGHT (9)
  2990. gadget label of button gadget (config menu: mouse)
  2991. E(22-09-94)=_Right
  2992. D(22-09-94)=_rechts
  2993. F(22-09-94)=_right
  2994. S(14-11-94)=H_öger
  2995. I(01-12-94)=Dest_ro
  2996. N(27-03-95)=_Rechts
  2997. ;
  2998. MSG_OPENFILE (35)
  2999. used as file requester title
  3000. E(12-06-94)=Open file:
  3001. D(12-06-94)=Datei laden:
  3002. F(23-06-94)=Ouvre fichier:
  3003. S(14-11-94)=Öppna fil
  3004. I(01-12-94)=Apri un file:
  3005. N(27-03-95)=Open bestand
  3006. ;
  3007. MSG_WINDOWISREADONLY (?)
  3008. error message text
  3009. E(12-06-94)=Window is read-only !
  3010. D(12-06-94)=Text hat Nur-Lese-Status !
  3011. F(23-06-94)=Fenêtre en lecture seule!
  3012. S(14-11-94)=Fönstret är enbart för läsning!
  3013. I(01-12-94)=In questa finestra è permessa la sola lettura!
  3014. N(27-03-95)=Dit venster is alleen om te lezen !
  3015. ;
  3016. MSG_UNNAMED (?)
  3017. default window name
  3018. E(12-06-94)=Unnamed
  3019. D(12-06-94)=OhneName
  3020. F(23-06-94)=SansNom
  3021. S(14-11-94)=Namnlös
  3022. I(01-12-94)=Senza nome
  3023. N(27-03-95)=Naamloos
  3024. ;
  3025. MSG_SAVEAS (35)
  3026. used as file requester title
  3027. E(12-06-94)=Save as ...
  3028. D(12-06-94)=Sichern als ...
  3029. F(23-06-94)=Sauve en ...
  3030. S(14-11-94)=Spara som ...
  3031. I(01-12-94)=Salva come ...
  3032. N(27-03-95)=Bewaar als ...
  3033. ;
  3034. MSG_PRINT (32)
  3035. used as file requester title
  3036. E(12-06-94)=Print file ...
  3037. D(12-06-94)=Datei drucken ...
  3038. F(23-06-94)=Imprime Fichier ...
  3039. S(14-11-94)=Skriv ut fil ...
  3040. I(01-12-94)=Stampa il file ...
  3041. N(27-03-95)=Print bestand ...
  3042. ;
  3043. MSG_APPENDFILE (35)
  3044. used as file requester title
  3045. E(12-06-94)=Append file ...
  3046. D(12-06-94)=Datei anhängen ...
  3047. F(23-06-94)=Ajoute Fichier ...
  3048. S(14-11-94)=Addera fil ...
  3049. I(01-12-94)=Accoda il file ...
  3050. N(27-03-95)=Bestand aanhangen ...
  3051. ;
  3052. MSG_INSERTFILE (35)
  3053. used as file requester title
  3054. E(12-06-94)=Insert file ...
  3055. D(12-06-94)=Datei einfügen ...
  3056. F(23-06-94)=Insère Fichier ...
  3057. S(14-11-94)=Infoga fil ...
  3058. I(01-12-94)=Inserisci il file ...
  3059. N(27-03-95)=Bestand invoegen ...
  3060. ;
  3061. MSG_SAVEBLOCKAS (35)
  3062. used as file requester title
  3063. E(12-06-94)=Save block as ...
  3064. D(12-06-94)=Block sichern ...
  3065. F(23-06-94)=Sauve bloc en ...
  3066. S(14-11-94)=Spara block som ...
  3067. I(01-12-94)=Salva il blocco come ...
  3068. N(27-03-95)=Bewaar blok als ...
  3069. ;
  3070. MSG_NOREFERENCEFILESAVAILABLE (?)
  3071. error message text
  3072. E(12-06-94)=No reference file(s) available !
  3073. D(12-06-94)=Keine Referenz-Dateien verfügbar !
  3074. F(23-06-94)=Pas de fichier de référence disponible !
  3075. S(14-11-94)=Ingen referensfil tillgänglig!
  3076. I(01-12-94)=Nessun file di riferimento disponibile !
  3077. N(27-03-95)=Geen referentiebestand beschikbaar !
  3078. ;
  3079. MSG_SORRYUNKNOWNSHORTCUT (?)
  3080. error message text
  3081. E(12-06-94)=Sorry, unknown shortcut.
  3082. D(12-06-94)=Unbekannte Abkürzung
  3083. F(23-06-94)=Désolé, raccourci inconnu.
  3084. S(14-11-94)=Okänt snabbval
  3085. I(01-12-94)=Spiacente, abbreviazione sconosciuta.
  3086. N(27-03-95)=Sorry, onbekende afkorting.
  3087. ;
  3088. MSG_ASCIICODEIS (?:"#?[%03ld]#?")
  3089. used to display ascii code of character under cursor
  3090. E(12-06-94)=ASCII code is: %03ld (dez)
  3091. D(12-06-94)=Der ASCII-Code ist %03ld (dez)
  3092. F(23-06-94)=Code ASCII: %03ld (déc.)
  3093. S(14-11-94)=ASCII koden är: %03ld (dec)
  3094. I(01-12-94)=Il codice ASCII è: %03ld (dec.)
  3095. N(27-03-95)=ASCII code : %03ld (dec)
  3096. ;
  3097. MSG_INVALIDMARGINSETTINGS (?)
  3098. error message text
  3099. E(12-06-94)=Invalid margin settings
  3100. D(12-06-94)=Ungültige Randeinstellungen
  3101. F(23-06-94)=Valeurs de marges erronées
  3102. S(14-11-94)=Ogiltliga marginal inställningar
  3103. I(01-12-94)=I margini sono impostati in maniera erronea
  3104. N(27-03-95)=Ongeldige marge-instellingen
  3105. ;
  3106. MSG_DELETEFILE (21)
  3107. used to ask for confirmation
  3108. E(12-06-94)=Delete file ?
  3109. D(12-06-94)=Datei löschen
  3110. F(23-06-94)=On efface vraiment?
  3111. S(14-11-94)=Radera fil?
  3112. I(01-12-94)=Cancello il file ?
  3113. N(27-03-95)=Wis bestand ?
  3114. ;
  3115. MSG_SAVE (35)
  3116. used as file requester title
  3117. E(12-06-94)=Save
  3118. D(12-06-94)=Sichern
  3119. F(08-10-94)=Sauve
  3120. S(14-11-94)=Spara
  3121. I(01-12-94)=SALVA
  3122. N(27-03-95)=Bewaar
  3123. ;
  3124. MSG_LOAD (35)
  3125. used as file requester title
  3126. E(12-06-94)=Load
  3127. D(12-06-94)=Laden
  3128. F(08-10-94)=Charge
  3129. S(14-11-94)=Ladda
  3130. I(01-12-94)=CARICA
  3131. N(27-03-95)=Laad
  3132. ;
  3133. MSG_I_SEE (10:"!#?")
  3134. used as button gadget label (positive default gadget)
  3135. E(12-06-94)=!I SEE
  3136. D(12-06-94)=!OK
  3137. F(23-06-94)=!OK
  3138. S(14-11-94)=!AHA
  3139. I(01-12-94)=!OK
  3140. N(27-03-95)=!OK
  3141. ;
  3142. MSG_SCREENTITLE (=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s)
  3143. screen title template
  3144. E(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3145. D(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3146. F(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3147. S(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3148. I(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3149. N(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3150. ;
  3151. MSG_SCREENMODE (24)
  3152. used as title of screen mode requester (config menu: display...)
  3153. E(12-06-94)=Mode
  3154. D(12-06-94)=Modus
  3155. F(23-06-94)=Mode
  3156. S(14-11-94)=Skärmläge
  3157. I(01-12-94)=Modo
  3158. N(27-03-95)=Modus
  3159. ;
  3160. MSG_COLORS (33)
  3161. used as title of palette requester
  3162. E(12-06-94)=Colors
  3163. D(12-06-94)=Farben
  3164. F(23-06-94)=Couleurs
  3165. S(14-11-94)=Färger
  3166. I(01-12-94)=Colori
  3167. N(27-03-95)=Kleuren
  3168. ;
  3169. MSG_ADDREFERENCEFILE (35)
  3170. used as title of file requester (config menu: references...)
  3171. E(12-06-94)=Scan ...
  3172. D(12-06-94)=Scannen ...
  3173. F(23-06-94)=Scanner ...
  3174. S(14-11-94)=Avläs ...
  3175. I(01-12-94)=Esamina ...
  3176. N(27-03-95)=Scannen ...
  3177. ;
  3178. MSG_SELECTAFONT (27)
  3179. used as title of font requester (config menu: display...)
  3180. E(12-06-94)=Select a font ...
  3181. D(12-06-94)=Font auswählen ...
  3182. F(23-06-94)=Sélectionner une police ...
  3183. S(14-11-94)=Välj typsnitt ...
  3184. I(01-12-94)=Scegli un font ...
  3185. N(27-03-95)=Kies een font ...
  3186. ;
  3187. MSG_COULDNTOPENFONT (?)
  3188. error message text
  3189. E(12-06-94)=Couldn't open font ?!
  3190. D(12-06-94)=Font nicht ansprechbar ?!
  3191. F(23-06-94)=Impossible d'ouvrir la police ?!
  3192. S(14-11-94)=Kunde ej öppna typsnitt ?!
  3193. I(01-12-94)=Impossibile aprire il font ?!
  3194. N(27-03-95)=Kan font niet openen !
  3195. ;
  3196. MSG_HYPERFILE (35)
  3197. used as title of file requester (config menu: menus...)
  3198. E(12-06-94)=HYPER file
  3199. D(12-06-94)=HYPER Datei
  3200. F(23-06-94)=Fichier HYPER
  3201. S(14-11-94)=HYPER fil
  3202. I(01-12-94)=File HYPER
  3203. N(27-03-95)=HYPER bestand
  3204. ;
  3205. MSG_DIRECTORY (35)
  3206. used as title of file requester (menu item editor)
  3207. E(12-06-94)=Directory
  3208. D(12-06-94)=Verzeichnis
  3209. F(23-06-94)=Répertoire
  3210. S(14-11-94)=Katalog
  3211. I(01-12-94)=Directory
  3212. N(27-03-95)=Lade
  3213. ;
  3214. MSG_UNKNOWNCMDSCRIPT (?)
  3215. error message text (misc menu: command...)
  3216. E(12-06-94)=Unknown cmd/script ?!
  3217. D(12-06-94)=Unbekanntes Kommando/Script !?
  3218. F(23-06-94)=Script/commande inconnu(e) ?!
  3219. S(14-11-94)=Okänt kommand/script ?!
  3220. I(01-12-94)=Script/comando sconosciuto ?!
  3221. N(27-03-95)=Commando/script onbekend !
  3222. ;
  3223. MSG_COULDNTDELETEFILE (?)
  3224. error message text (misc menu: files/delete file...)
  3225. E(12-06-94)=Couldn't delete file
  3226. D(12-06-94)=Datei nicht löschbar
  3227. F(23-06-94)=Impossible d'effacer ce fichier
  3228. S(14-11-94)=Kunde inte radera fil
  3229. I(01-12-94)=Non posso cancellare il file
  3230. N(27-03-95)=Bestand in gebruik of beschermd tegen wissen
  3231. ;
  3232. MSG_NOTAVAILABLE (?)
  3233. error message text; used if library is missing
  3234. E(29-03-95)=not available
  3235. D(29-03-95)=nicht verfügbar
  3236. F(29-03-95)=non disponible
  3237. S(29-03-95)=ej tillgängligt
  3238. I(29-03-95)=non disponibile
  3239. N(29-03-95)=niet beschikbaar
  3240. ;
  3241. MSG_COULDNTACCESSFILE (?:"#?[%s]#?")
  3242. error message text (read, write, seek or lock failed)
  3243. E(12-06-94)=Couldn't access file:\n\n%s\n
  3244. D(12-06-94)=Datei nicht ansprechbar:\n\n%s\n
  3245. F(23-06-94)=Impossible d'accéder au fichier:\n\n%s\n
  3246. S(14-11-94)=Kunde inte accessa fil:\n\n%s\n
  3247. I(01-12-94)=Non posso accedere al file:\n\n%s\n
  3248. N(27-03-95)=Bestand niet aanspreekbaar :\n\n%s\n
  3249. ;
  3250. MSG_INFO (?)
  3251. All-purpose window title
  3252. E(12-06-94)=Info
  3253. D(12-06-94)=Information
  3254. F(23-06-94)=Information
  3255. S(14-11-94)=Information
  3256. I(01-12-94)=Informazioni
  3257. N(27-03-95)=Informatie
  3258. ;
  3259. MSG_COULDNTCREATEMENU (?)
  3260. error message text
  3261. E(12-06-94)=Couldn't create menu
  3262. D(12-06-94)=Konnte Menu nicht erzeugen
  3263. F(23-06-94)=Impossible de créer le menu
  3264. S(14-11-94)=Kunde inte skapa meny
  3265. I(01-12-94)=Non posso creare il menù
  3266. N(27-03-95)=Kan menu niet aanmaken
  3267. ;
  3268. MSG_EXAMPLETEXT (?)
  3269. syntax highlighting example text
  3270. E(30-03-05)=Example text
  3271. D(30-03-05)=Beispieltext
  3272. I(14-06-95)=Testo di Esempio
  3273. ;
  3274. MSG_COULDNTOPENLOCKSCREEN (?)
  3275. error message text
  3276. E(12-06-94)=Couldn't open/lock screen
  3277. D(12-06-94)=Konnte Screen nicht anfordern
  3278. F(23-06-94)=Impossible de bloquer l'écran
  3279. S(14-11-94)=Kunde inte öppna/låsa skärm
  3280. I(01-12-94)=Non posso Aprire/Bloccare lo schermo
  3281. N(27-03-95)=Kan scherm niet openen/vinden
  3282. ;
  3283. MSG_GETVISUALINFOFAILED (?)
  3284. error message text
  3285. E(12-06-94)=GetVisualInfo() failed
  3286. D(12-06-94)=GetVisualInfo() hat versagt
  3287. F(23-06-94)=GetVisualInfo() a échoué
  3288. S(14-11-94)=GetVisualInfo() misslyckades
  3289. I(01-12-94)=GetVisualInfo(): errore ?!
  3290. N(27-03-95)=GetVisualInfo() mislukt
  3291. ;
  3292. MSG_FONTPROBLEM (?)
  3293. error message text
  3294. E(12-06-94)=Font problem ?!
  3295. D(12-06-94)=Font-Problem ?!
  3296. F(23-06-94)=Problème de police ?!
  3297. S(14-11-94)=Typsnittsproblem ?!
  3298. I(01-12-94)=Problema di Font ?!
  3299. N(27-03-95)=Font-probleem !
  3300. ;
  3301. MSG_MEMORYALLOCATIONFAILED (?)
  3302. error message displayed as recoverable alert
  3303. E(12-06-94)=Out of RAM: left = ignore, right = abort
  3304. D(12-06-94)=Zu wenig RAM: links = ignorieren, rechts = beenden
  3305. F(23-06-94)=Plus de mémoire! gauche = ignorer, droite = annuler
  3306. S(14-11-94)=Slut på minne: vänster = ignorera, höger = avbryt
  3307. I(01-12-94)=RAM insufficiente: Sinistro = ignora, Destro = annulla
  3308. N(27-03-95)=Geheugen vol : links = negeer, rechts = afbreken
  3309. ;
  3310. MSG_XPKLIBRARYNOTAVAILABLE (?)
  3311. error message text
  3312. E(12-06-94)=XPK library not available
  3313. D(12-06-94)=XPK-Library nicht vorhanden
  3314. F(23-06-94)=Bibliothèque XPK non disponible
  3315. S(14-11-94)=XPK-bibliotek ej tillgängligt
  3316. I(01-12-94)=Libreria XPK non disponibile
  3317. N(27-03-95)=XPK library niet beschikbaar
  3318. ;
  3319. MSG_ERROR (?)
  3320. error message text
  3321. E(29-03-95)=Error
  3322. D(29-03-95)=Fehler
  3323. I(14-06-95)=Errore
  3324. ;
  3325. MSG_COULDNTOPENWINDOW (?)
  3326. error message text
  3327. E(12-06-94)=Couldn't open window
  3328. D(12-06-94)=Konnte Fenster nicht öffnen
  3329. F(23-06-94)=Impossible d'ouvrir la fenêtre
  3330. S(14-11-94)=Kunde inte öppna fönster
  3331. I(01-12-94)=Non posso aprire la finestra
  3332. N(27-03-95)=Kan venster niet openen
  3333. ;
  3334. MSG_REOPENFAILEDLEFTBUTTONTORETRY (70)
  3335. error message displayed as recoverable alert
  3336. E(12-06-94)=ReOpen() failed ?! Left button to retry
  3337. D(12-06-94)=ReOpen() hat versagt (linker Mausknopf = neuer Versuch)
  3338. F(23-06-94)=ReOpen() a échoué (bouton de gauche pour re-tenter)
  3339. S(14-11-94)=ReOpen() misslyckades ?! (Vänster knapp för att försöka igen)
  3340. I(01-12-94)=ReOpen(): errore ?!\nPulsante sinistro per riprovare
  3341. N(27-03-95)=ReOpen() mislukt.  Linker muisknop om nog eens te proberen.
  3342. ;
  3343. MSG_CREATETASKFAILED (?)
  3344. error message text
  3345. E(12-06-94)=CreateTask() failed
  3346. D(12-06-94)=CreateTask() hat versagt
  3347. F(23-06-94)=CreateTask() a échoué
  3348. S(14-11-94)=CreateTask() misslyckades
  3349. I(01-12-94)=CreateTask(): errore
  3350. N(27-03-95)=CreateTask() mislukt
  3351. ;
  3352. MSG_NOREADACCESSALLOWED (?)
  3353. error message text
  3354. E(12-06-94)=No read access allowed
  3355. D(12-06-94)=Schreibzugriff unzulässig
  3356. F(23-06-94)=Accès en lecture non permis
  3357. S(14-11-94)=Ingen läsaccess tillåten
  3358. I(01-12-94)=Accesso in lettura non permesso
  3359. N(27-03-95)=Geen leestoegang
  3360. ;
  3361. MSG_FOLDMARKERSMISSING (?)
  3362. error message text
  3363. E(12-06-94)=Fold marker(s) missing
  3364. D(12-06-94)=Faltmarkierung fehlt
  3365. F(23-06-94)=Marqueur de repliement manquant
  3366. S(14-11-94)=Vikmarkering(ar) saknas
  3367. I(01-12-94)=Mancano i marcatori\ndei blocchi nascosti
  3368. N(27-03-95)=Plooi-markering(en) ontbreken
  3369. ;
  3370. MSG_SORRYPATTERNNOTFOUND (?)
  3371. error message text
  3372. E(12-06-94)=Sorry, pattern not found !
  3373. D(12-06-94)=Muster nicht gefunden
  3374. F(23-06-94)=Désolé, chaîne non trouvée!
  3375. S(14-11-94)=Mönster ej funnet !
  3376. I(01-12-94)=Spiacente, modello non trovato !
  3377. N(27-03-95)=Sorry, patroon niet gevonden !
  3378. ;
  3379. MSG_ASCII (57)
  3380. used as window title of ascii table (find menu: ascii table...)
  3381. E(12-06-94)=ASCII:
  3382. D(12-06-94)=ASCII:
  3383. F(23-06-94)=ASCII:
  3384. S(14-11-94)=ASCII:
  3385. I(01-12-94)=ASCII:
  3386. N(27-03-95)=ASCII:
  3387. ;
  3388. MSG_SORRYUNKNOWNKEYWORD (?)
  3389. error message text indicating failded AutoCompletion
  3390. E(12-06-94)=Sorry, unknown keyword.
  3391. D(12-06-94)=Unbekanntes Schlüsselwort
  3392. F(23-06-94)=Désolé, mot clé inconnu
  3393. S(14-11-94)=Okänt nyckelord
  3394. I(01-12-94)=Spiacente, KeyWord sconosciuta
  3395. N(27-03-95)=Sorry, onbekend sleutelwoord
  3396. ;
  3397. MSG_YOULLHAVETOMARKLINESBEFORE (?)
  3398. error message text
  3399. E(23-05-95)=You'll have to mark text first
  3400. D(23-05-95)=Sie müssen zuvor Text markieren
  3401. F(23-06-94)=Vous devez d'abord marquer des lignes!
  3402. S(14-11-94)=Du måste markera rader först.
  3403. I(01-12-94)=Devi marcare delle linee, prima !
  3404. N(27-03-95)=U moet eerst regels markeren
  3405. ;
  3406. MSG_CANTMOVEBLOCKINTOITSELF (?)
  3407. error message text
  3408. E(12-06-94)=Can't move block into itself
  3409. D(12-06-94)=Block nicht in sich selbst verschiebbar
  3410. F(23-06-94)=Impossible de déplacer un bloc sur lui même.
  3411. S(14-11-94)=Kan inte flytta block in i sig själv
  3412. I(01-12-94)=Non posso spostare un blocco su se stesso
  3413. N(27-03-95)=Kan blok niet in zichzelf verplaatsen
  3414. ;
  3415. MSG_PORTNOTAVAILABLE (?:"#?[%s]#?")
  3416. error message text indicating unknown ARexx port
  3417. E(12-06-94)=Port %s not available
  3418. D(12-06-94)=Port %s nicht ansprechbar
  3419. F(23-06-94)=Port %s non disponible
  3420. S(14-11-94)=Port %s ej tillgänglig
  3421. I(01-12-94)=Porta %s non disponibile
  3422. N(27-03-95)=Poort %s niet beschikbaar
  3423. ;
  3424. MSG_COUNT (41)
  3425. Used as window title (find menu: count...)
  3426. E(12-06-94)=Count ...
  3427. D(12-06-94)=Zählen ...
  3428. F(23-06-94)=Compter ...
  3429. S(14-11-94)=Räkna ...
  3430. I(01-12-94)=Conta ...
  3431. N(27-03-95)=Tel...
  3432. ;
  3433. MSG_PATTERNOCCURRENCIES (?:"#?[%ld]#?")
  3434. Used to display result of counting (find menu: count...)
  3435. E(12-06-94)=Pattern occurrencies: %ld
  3436. D(12-06-94)=Das Muster kommt %ld mal vor
  3437. F(23-06-94)=Nombre d'occurences: %ld
  3438. S(14-11-94)=Mönstret förekom: %ld
  3439. I(01-12-94)=Ricorrenze del modello: %ld
  3440. N(27-03-95)=Aantal maal patroon gevonden : %ld
  3441. ;
  3442. MSG_TMPL (!4)
  3443. used within screen title to indicate templates mode; MUST BE 4 LETTERS
  3444. E(02-10-94)=TMPL
  3445. D(02-10-94)=TMPL
  3446. F(02-10-94)=TMPL
  3447. S(14-11-94)=TMPL
  3448. I(01-12-94)=TMPL
  3449. N(27-03-95)=TMPL
  3450. ;
  3451. MSG_OVR (!4)
  3452. used within screen title to indicate overwrite mode; MUST BE 4 LETTERS
  3453. E(12-06-94)=OVER
  3454. D(12-06-94)=ÜBER
  3455. F(23-06-94)=ECRA
  3456. S(14-11-94)=ÖVER
  3457. I(01-12-94)=SSCR
  3458. N(27-03-95)=OVER
  3459. ;
  3460. MSG_COULDNTCREATEMSGPORT (?)
  3461. error message text
  3462. E(12-06-94)=Couldn't create MsgPort ?!
  3463. D(12-06-94)=Konnte MsgPort nicht erzeugen ?!
  3464. F(23-06-94)=Impossible de créer le MsgPort ?!
  3465. S(14-11-94)=Kunde ej skapa MsgPort ?!
  3466. I(01-12-94)=Non posso creare la MsgPort ?!
  3467. N(27-03-95)=Kan MsgPort niet aanmaken !
  3468. ;
  3469. MSG_UNKNOWNARGUMENT (?)
  3470. error message text
  3471. E(12-06-94)=Unknown argument
  3472. D(12-06-94)=Unbekanntes Argument
  3473. F(23-06-94)=Argument inconnu
  3474. S(14-11-94)=Okänt argument
  3475. I(01-12-94)=Argomento sconosciuto
  3476. N(27-03-95)=Onbekend argument
  3477. ;
  3478. MSG_DOREGISTER (?)
  3479. error message text
  3480. E(12-06-94)=Sorry, you'll have to register if you\nwant to save/print more than 1000 lines
  3481. D(12-06-94)=Sorry, die unregistrierte Version kann\nmaximal 1000 Zeilen speichern/drucken.
  3482. F(23-06-94)=Désolé, il faut vous enregistrer si vous\nvoulez sauver/imprimer plus de 1000 lignes.
  3483. S(14-11-94)=Ledsen, men du måste registrera om du\nvill spara/skriva mer än 1000 rader.
  3484. I(01-12-94)=Spiacente, se si vogliono salvare/stampare più di 1000 linee\nbisogna registrarsi.
  3485. N(27-03-95)=Sorry, als u meer dan 1000 regels wilt\nbewaren of afdrukken, moet u registreren.
  3486. ;
  3487. MSG_DELETEORCANCEL (16:"#?[|]!#?")
  3488. two button labels separated by |
  3489. E(12-06-94)=_Cancel|!DELETE
  3490. D(12-06-94)=Abbru_ch|!LÖSCHEN
  3491. F(23-06-94)=_Annuler|!EFFACER
  3492. S(14-11-94)=_Avbryt|!RADERA
  3493. I(01-12-94)=_Annulla|!CANCELLA
  3494. N(27-03-95)=_Annuleer|!WIS
  3495. ;
  3496. MSG_CONFIRMBACKUP (?)
  3497. requester body text
  3498. E(12-06-94)=Proceed with backup ?
  3499. D(12-06-94)=Sicherheitskopie anlegen ?
  3500. F(23-06-94)=Effectuer le backup ?
  3501. S(14-11-94)=Fortsätt med backup ?
  3502. I(01-12-94)=Procedo con la copia ?
  3503. N(27-03-95)=Backup maken ?
  3504. ;
  3505. MSG_OKCANCEL (16:"#?|!#?")
  3506. two button labels separated by |
  3507. E(12-06-94)=_Cancel|!OK
  3508. D(12-06-94)=Abbru_ch|!OK
  3509. F(23-06-94)=_Annuler|!OK
  3510. S(14-11-94)=_Avbryt|!OK
  3511. I(01-12-94)=_Annulla|!OK
  3512. N(27-03-95)=_Annuleer|!OK
  3513. ;
  3514. MSG_SELECTDELETEFILE (35)
  3515. used as file requester title
  3516. E(12-06-94)=Delete file:
  3517. D(12-06-94)=Datei löschen:
  3518. F(23-06-94)=Efface fichier:
  3519. S(14-11-94)=Radera fil:
  3520. I(01-12-94)=Cancella il file:
  3521. N(27-03-95)=Bestand wissen :
  3522. ;
  3523. MSG_CONFIRMPRINTING (?)
  3524. requester body text; used to ask for confirmation
  3525. E(12-06-94)=Please confirm:\nProceed with printing ?
  3526. D(12-06-94)=Mit Ausdruck fortfahren ?
  3527. F(23-06-94)=Effectuer l'impression ?
  3528. S(14-11-94)=Var god och bekräfta:\nFortsätt med utskrift ?
  3529. I(01-12-94)=Conferma: Procedo con la stampa?
  3530. N(27-03-95)=Bevestiging :\nDoorgaan met printen ?
  3531. ;
  3532. MSG_PRINTCANCEL (16:"#?|!#?")
  3533. two button labels separated by |
  3534. E(12-06-94)=_Cancel|!PRINT
  3535. D(12-06-94)=Abbru_ch|!DRUCKEN
  3536. F(23-06-94)=_Annuler|!Imprimer
  3537. S(14-11-94)=_Avbryt|!UTSKRIFT
  3538. I(01-12-94)=_Annulla|!STAMPA
  3539. N(27-03-95)=_Annuleer|!PRINT
  3540. ;
  3541. MSG_WARNINGFILEMODIFIED (?)
  3542. requester body text
  3543. E(01-03-95)=Warning: File has been modified
  3544. D(01-03-95)=Warnung: Text wurde geändert
  3545. F(01-03-95)=Attention: Le fichier a été modifié
  3546. S(01-03-95)=Varning: Filen har blivit modifierad
  3547. I(01-03-95)=Attenzione:\nLe modifiche effettuate sul file\nandranno perse
  3548. N(27-03-95)=PAS OP: Bestand is gewijzigd
  3549. ;
  3550. MSG_DISCARDCANCEL (16:"#?|!#?")
  3551. two button labels separated by |
  3552. E(12-06-94)=_Cancel|!DISCARD
  3553. D(12-06-94)=Abbru_ch|!LÖSCHEN
  3554. F(23-06-94)=_Annuler|!PERDRE
  3555. S(14-11-94)=_Avbryt|!IGNORERA
  3556. I(01-12-94)=_Annulla|!PROCEDI
  3557. N(27-03-95)=_Annuleer|!WEG
  3558. ;
  3559. INFO_PLEASECLOSEALLWINDOWS (?)
  3560. requester body text used while closing down
  3561. E(12-06-94)=Please close all windows !
  3562. D(12-06-94)=Bitte alle Fenster schließen !
  3563. F(23-06-94)=Veuillez fermer toutes les fenêtres!
  3564. S(14-11-94)=Var god och stäng alla fönster !
  3565. I(01-12-94)=Bisogna chiudere tutte le finestre !
  3566. N(27-03-95)=Alle vensters sluiten a.u.b.
  3567. ;
  3568. MSG_RTALLOCREQUESTFAILED (?)
  3569. error message text
  3570. E(12-06-94)=RtAllocRequest() failed ?!
  3571. D(12-06-94)=rtAllocRequest() hat versagt
  3572. F(23-06-94)=rtAllocRequest() a échoué ?!
  3573. S(14-11-94)=rtAllocRequest() misslyckades ?!
  3574. I(01-12-94)=rtAllocRequest(): errore ?!
  3575. N(27-03-95)=rtAllocRequest() mislukt
  3576. ;
  3577. MSG_COULDNTALLOCHASHTABLE (?)
  3578. error message text
  3579. E(12-06-94)=Couldn't alloc hash table
  3580. D(12-06-94)=Zu wenig RAM für Hash-Tabelle
  3581. F(23-06-94)=Impossible d'ouvrir la table de de chaînage
  3582. S(14-11-94)=Kunde inte allokera hashtabell
  3583. I(01-12-94)=Non posso allocare la hash table
  3584. N(27-03-95)=Te weinig geheugen voor hash-table
  3585. ;
  3586. MSG_INPUT (18)
  3587. used as requester title (e.g. if asking for a string)
  3588. E(12-06-94)=Input
  3589. D(12-06-94)=Eingabe
  3590. F(23-06-94)=Entrée
  3591. S(14-11-94)=Input
  3592. I(01-12-94)=Immetti
  3593. N(27-03-95)=Input
  3594. ;
  3595. MSG_AMIGAGUIDENOTAVAILABLE (?)
  3596. error message text
  3597. E(12-06-94)=AmigaGuide library not available
  3598. D(12-06-94)=AmigaGuide-Library nicht vorhanden
  3599. F(23-06-94)=Amigaguide.library non disponible
  3600. S(14-11-94)=AmigaGuide-bibliotek ej tillgängligt
  3601. I(01-12-94)=Amigaguide.library non disponibile
  3602. N(27-03-95)=amigaguide.library niet beschikbaar
  3603. ;
  3604. MSG_ENTERASCIICODE (18)
  3605. used as requester title (find menu: ascii insert...)
  3606. E(12-06-94)=Enter ASCII code
  3607. D(12-06-94)=ASCII-Code...
  3608. F(23-06-94)=Code ASCII ...
  3609. S(14-11-94)=Infoga ASCII-kod
  3610. I(01-12-94)=Immetti cod. ASCII
  3611. N(27-03-95)=Geef ASCII-code
  3612. ;
  3613. MSG_OUTOFRANGE (?)
  3614. error message text
  3615. E(12-06-94)=Out of range
  3616. D(12-06-94)=Unzulaessiger Wert
  3617. F(23-06-94)=Hors limites
  3618. S(14-11-94)=Utanför gränserna
  3619. I(01-12-94)=Fuori range
  3620. N(27-03-95)=Ongeldige waarde
  3621. ;
  3622. MSG_ALLOCDOSOBJECTFAILED (?)
  3623. error message text
  3624. E(12-06-94)=AllocDosObject() failed
  3625. D(12-06-94)=AllocDosObject() hat versagt
  3626. F(23-06-94)=AllocDosObject() a échoué
  3627. S(14-11-94)=AllocDosObject() misslyckades
  3628. I(01-12-94)=AllocDosObject(): errore
  3629. N(27-03-95)=AllocDosObject() mislukt
  3630. ;
  3631. MSG_SELECTEDSCREENMODENOTAVAILABLE (?)
  3632. error message text
  3633. E(12-06-94)=Screen mode not available
  3634. D(12-06-94)=Gewählte Auflösung nicht verfügbar
  3635. F(23-06-94)=Mode d'écran non disponible
  3636. S(14-11-94)=Skärmläge ej tillgängligt
  3637. I(01-12-94)=Modo schermo non disponibile
  3638. N(27-03-95)=Schermmodus niet beschikbaar
  3639. ;
  3640. MSG_OK (9)
  3641. used as default button label by internal REQUEST command
  3642. E(12-06-94)=OK
  3643. D(12-06-94)=OK
  3644. F(23-06-94)=OK
  3645. S(14-11-94)=OK
  3646. I(01-12-94)=OK
  3647. N(27-03-95)=OK
  3648. ;
  3649. MSG_UNKNOWNFILEFORMAT (?)
  3650. error message text
  3651. E(12-06-94)=Unknown file format
  3652. D(12-06-94)=Unbekanntes Dateiformat
  3653. F(23-06-94)=Format de fichier inconnu
  3654. S(14-11-94)=Okänt filformat
  3655. I(01-12-94)=Formato del file sconosciuto
  3656. N(27-03-95)=Onbekende bestandsopmaak
  3657. ;
  3658. MSG_NORM (!4)
  3659. used within screen title to indicate option-off; MUST BE 4 LETTERS
  3660. E(12-06-94)=----
  3661. D(12-06-94)=----
  3662. F(23-06-94)=----
  3663. S(14-11-94)=----
  3664. I(01-12-94)=----
  3665. N(27-03-95)=----
  3666. ;
  3667. MSG_WINDOWNOTAVAILABLE (?)
  3668. error message text
  3669. E(12-06-94)=Window not available
  3670. D(12-06-94)=Fenster nicht verfügbar
  3671. F(23-06-94)=Fenêtre non disponible
  3672. S(14-11-94)=Fönster ej tillgängligt
  3673. I(01-12-94)=Finestra non disponibile
  3674. N(27-03-95)=Venster niet beschikbaar
  3675. ;
  3676. MSG_CLIPBOARD_ERROR (?)
  3677. error message text
  3678. E(12-06-94)=Clipboard error
  3679. D(12-06-94)=Clipboard Fehler
  3680. F(23-06-94)=Erreur de ClipBoard
  3681. S(14-11-94)=Clipboard fel
  3682. I(01-12-94)=Clipboard: errore
  3683. N(27-03-95)=Clipboard fout
  3684. ;
  3685. MSG_NOERRORENCOUNTERED (?)
  3686. error message text
  3687. E(12-06-94)=No errors encountered
  3688. D(12-06-94)=Keine Fehler vermerkt
  3689. F(23-06-94)=Il n'y a pas eu d'erreurs
  3690. S(14-11-94)=Inga påträffade fel
  3691. I(01-12-94)=Non riscontrato nessun errore
  3692. N(27-03-95)=Geen fouten gevonden
  3693. ;
  3694. MSG_SYSTEMTAGSFAILED (?)
  3695. error message text
  3696. E(12-06-94)=SystemTags() failed
  3697. D(12-06-94)=SystemTags() hat versagt
  3698. F(23-06-94)=SystemTags() a échoué
  3699. S(14-11-94)=SystemTags() misslyckades
  3700. I(01-12-94)=SystemTags(): errore
  3701. N(27-03-95)=SystemTags() mislukt
  3702. ;
  3703. MSG_AREXXSERVERNOTRUNNING (?)
  3704. error message text
  3705. E(12-06-94)=ARexx server not running
  3706. D(12-06-94)=ARexx Server läuft nicht
  3707. F(23-06-94)=Serveur ARexx non installé
  3708. S(14-11-94)=ARexxservern är ej igång
  3709. I(01-12-94)=Interprete ARexx non installato
  3710. N(27-03-95)=ARexx server niet aanwezig
  3711. ;
  3712. MSG_MESSAGESOUTSTANDING (?)
  3713. error message text
  3714. E(12-06-94)=ARexx message(s) not yet replied
  3715. D(12-06-94)=ARexx Message(s) noch nicht beantwortet
  3716. F(23-06-94)=Pas de réponse au(x) message(s) ARexx
  3717. S(14-11-94)=ARexxmeddelanden har ej blivit besvarade
  3718. I(01-12-94)=Nessuna risposta ai/al messaggi(o) ARexx
  3719. N(27-03-95)=ARexx-bericht nog niet beantwoord
  3720. ;
  3721. MSG_BUSY (?)
  3722. error message text
  3723. E(12-06-94)=Busy - can't process further macro
  3724. D(12-06-94)=Busy - kein weiteres Makro ausführbar
  3725. F(23-06-94)=Occupé, impossible de traiter la macro suivante
  3726. S(14-11-94)=Upptagen - Kan ej processa fler makros
  3727. I(01-12-94)=Occupato\nnon posso elaborare un'ulteriore macro
  3728. N(27-03-95)=Bezig - kan nog geen nieuwe macro uitvoeren
  3729. ;
  3730. MSG_SHARE (?)
  3731. shareware information
  3732. E(12-06-94)=GoldED Amiga\n©1995 Dietmar Eilert\n\nUNREGISTERED DEMO RELEASE
  3733. D(12-06-94)=GoldED Amiga\n©1995 Dietmar Eilert\n\nNICHT REGISTRIERTE DEMOVERSION
  3734. F(23-06-94)=GoldED Amiga\n©1995 Dietmar Eilert\n\nVERSION DEMO NON ENREGISTREE
  3735. S(14-11-94)=GoldED Amiga\n©1995 Dietmar Eilert\n\nOREGISTRERAD DEMO VERSION
  3736. I(24-03-95)=GoldED Amiga\n©1995 Dietmar Eilert\n\nVERSIONE DEMO NON REGISTRATA
  3737. N(27-03-95)=GoldED Amiga\n©1995 Dietmar Eilert\n\nONGEREGISTREERDE DEMONSTRATIEVERSIE
  3738. ;
  3739. MSG_ABOUT (?:"#?[3.%ld.%ld]#?[%s]#?[%s]")
  3740. about text
  3741. E(30-03-95)=Release 3 (3.%ld.%ld) ©'95 Dietmar Eilert\nE-Mail: DIETMAR@TOMATE.TNG.OCHE.DE\nAll Rights Reserved.\n\nSupport BBS: Tomate +49-(0)2408-7788\n\nFAX: +49-(0)241-81665\nFAX: +49-(0)241-81665-(pause)-22\n\nScreen: %s\nARexx:  %s
  3742. D(30-03-95)=Release 3 (3.%ld.%ld) ©'95 Dietmar Eilert\nE-Mail: DIETMAR@TOMATE.TNG.OCHE.DE\nAll Rights Reserved.\n\nSupport-Box: Tomate +49-(0)2408-7788\n\nFAX: +49-(0)241-81665\nFAX: +49-(0)241-81665-(Pause)-22\n\nScreen: %s\nARexx:  %s
  3743. F(30-03-95)=Release 3 (3.%ld.%ld) ©'95 Dietmar Eilert\nE-Mail: DIETMAR@TOMATE.TNG.OCHE.DE\nAll Rights Reserved.\n\nBBS de support: Tomate +49-(0)2408-7788\n\nFAX: +49-(0)241-81665\nFAX: +49-(0)241-81665-(pause)-22\n\nEcran: %s\nARexx: %s
  3744. S(30-03-95)=Release 3 (3.%ld.%ld) ©'95 Dietmar Eilert\nE-Mail: DIETMAR@TOMATE.TNG.OCHE.DE\nAll Rights Reserved.\n\nSupport BBS: Tomate +49-(0)2408-7788\n\nFAX: +49-(0)241-81665\n\nSkärm: %s\nARexx: %s
  3745. I(30-03-95)=Release 3 (3.%ld.%ld) ©'95 Dietmar Eilert\nE-Mail: DIETMAR@TOMATE.TNG.OCHE.DE\nAll Rights Reserved.\n\nBBS di supporto: Tomate +49-(0)2408-7788\n\nFAX: +49-(0)241-81665\n\nSchermo: %s\nARexx: %s
  3746. N(30-03-95)=Release 3 (3.%ld.%ld) ©'95 Dietmar Eilert\nE-Mail: DIETMAR@TOMATE.TNG.OCHE.DE\nAll Rights Reserved.\n\nSupport BBS: Tomate +49-(0)2408-7788\n\nFax: +49-(0)241-81665\n     +49-(0)241-81665-(Pause)-22\\n\nScherm :%s\nARexx : %s
  3747. ;
  3748. MSG_SELECTADIRECTORY (35)
  3749. used as file requester title
  3750. E(12-06-94)=Select a directory
  3751. D(12-06-94)=Wählen Sie ein Verzeichnis
  3752. F(23-06-94)=Sélectionnez un répertoire
  3753. S(14-11-94)=Välj katalog
  3754. I(01-12-94)=Scegli una directory
  3755. N(27-03-95)=Kies een lade
  3756. ;
  3757. MSG_SELECTFILES (35)
  3758. used as file requester title
  3759. E(12-06-94)=Select file(s)...
  3760. D(12-06-94)=Datei(en) auswählen...
  3761. F(23-06-94)=Sélectionnez un (ou des) fichier(s)
  3762. S(14-11-94)=Välj fil(er)...
  3763. I(01-12-94)=Scegli il(i) file(s)
  3764. N(27-03-95)=Selecteer bestand(en)
  3765. ;
  3766. MSG_STORECONTENTSINMACRO (?)
  3767. used as requester body text
  3768. E(12-06-94)=Store contents of this requester in the macro ?
  3769. D(12-06-94)=Requesterinhalt in Makro übernehmen ?
  3770. F(23-06-94)=Prendre le contenu de ce requester comme macro ?
  3771. S(14-11-94)=Lagra innehållet i denna requester i ett macro ?
  3772. I(01-12-94)=Immetto il contenuto del requester nella macro ?
  3773. N(27-03-95)=De inhoud van deze requester opnemen in de macro ?
  3774. ;
  3775. MSG_YESNO (16:"#?[|]#?")
  3776. two button labels separated by | (used by reqtools requester during macro recording)
  3777. E(12-06-94)=YES|No
  3778. D(12-06-94)=JA|nein
  3779. F(23-06-94)=OUI|non
  3780. S(14-11-94)=JA|Nej
  3781. I(01-12-94)=SI|no
  3782. N(27-03-95)=JA|Nee
  3783. ;
  3784. MSG_NOGUIDEFILESELECTED (?)
  3785. error message text
  3786. E(12-06-94)=No guide file selected
  3787. D(12-06-94)=Kein Guide ausgewählt
  3788. F(23-06-94)=Pas de fichier guide sélectionné
  3789. S(14-11-94)=Ingen guidefil är vald
  3790. I(01-12-94)=Non è stato selezionato nessun file guida
  3791. N(27-03-95)=Geen .guide bestand geselecteerd
  3792. ;
  3793. MSG_NOEXECUTABLE (?)
  3794. error message text
  3795. E(12-06-94)=No executable
  3796. D(12-06-94)=Datei ist nicht ausführbar
  3797. F(23-06-94)=Fichier non exécutable
  3798. S(14-11-94)=Ej körbar
  3799. I(01-12-94)=File non eseguibile
  3800. N(27-03-95)=Bestand niet uitvoerbaar
  3801. ;
  3802. MSG_RENAMEFILE (39)
  3803. used as window title (misc menu: files/rename file...)
  3804. E(12-06-94)=Rename file
  3805. D(12-06-94)=Datei umbenennen
  3806. F(23-06-94)=renomme fichier
  3807. S(14-11-94)=Döp om fil
  3808. I(01-12-94)=Cambia il nome del file
  3809. N(27-03-95)=Hernoem bestand
  3810. ;
  3811. MSG_INVALIDSETTINGSFILE (?)
  3812. error message text
  3813. E(12-06-94)=Invalid settings file
  3814. D(12-06-94)=Ungültige Einstellungsdatei
  3815. F(23-06-94)=Fichier de configuratin invalide
  3816. S(14-11-94)=Ogiltlig inställningsfil
  3817. I(01-12-94)=File di configurazione non valido
  3818. N(27-03-95)=Ongeldig instellingenbestand
  3819. ;
  3820. MSG_CANCEL (9)
  3821. used as button gadget label; NO UNDERSCORE ALLOWED (config menu:keyboard/record)
  3822. E(12-06-94)=Cancel
  3823. D(12-06-94)=Abbruch
  3824. F(23-06-94)=Annuler
  3825. S(14-11-94)=Avbryt
  3826. I(01-12-94)=Annulla
  3827. N(27-03-95)=Annuleer
  3828. ;
  3829. MSG_PRESSAKEY (?)
  3830. used as requester body text
  3831. E(12-06-94)=Press a key ...
  3832. D(12-06-94)=Bitte Taste drücken ...
  3833. F(23-06-94)=Tapez une touche ...
  3834. S(14-11-94)=Tryck en tangent ...
  3835. I(01-12-94)=Premi un tasto ...
  3836. N(27-03-95)=Druk op een toets ...
  3837. ;
  3838. MSG_LOWMEMORYWARNING (?)
  3839. used as requester title
  3840. E(12-06-94)=Low memory warning
  3841. D(12-06-94)=LowMemory-Warnung
  3842. F(23-06-94)=Attention, mémoire basse.
  3843. S(14-11-94)=VARNING! Lite minne
  3844. I(01-12-94)=Attenzione, c'è poca memoria
  3845. N(27-03-95)=Geheugenwaarschuwing
  3846. ;
  3847. MSG_ESTIMATEDUSAGE (?:"#?[%8ld]#?[%8ld]#?")
  3848. used as requester body text indicating low-memory
  3849. E(12-06-94)=Estimated usage:%8ld bytes\nAvailable RAM:  %8ld bytes
  3850. D(12-06-94)=Geschätzter Bedarf:  %8ld bytes\nVerfügbarer Speicher:%8ld bytes
  3851. F(23-06-94)=Utilisation estimée à %8ld octets\nMémoire Dispo:%8ld octets
  3852. S(14-11-94)=Beräknad användning:%8ld bytes\nTillgängligt RAM:  %8ld bytes
  3853. I(01-12-94)=Uso stimato:%8ld bytes\nRAM disponibile: %8ld bytes
  3854. N(27-03-95)=Geschat gebruik: %8ld bytes\nBeschikbaar RAM: %8ld bytes
  3855. ;
  3856. MSG_LOADCANCEL (16:"!#?[|]#?")
  3857. two button labels separated by |
  3858. E(12-06-94)=!CANCEL|_Load
  3859. D(12-06-94)=!ABBRUCH|_laden
  3860. F(23-06-94)=!ANNULER|_Charger
  3861. S(14-11-94)=!AVBRYT|_Ladda
  3862. I(01-12-94)=!ANNULLA|_Carica
  3863. N(27-03-95)=!ANNULEER|_Laad
  3864. ;
  3865. MSG_NOFILENAMEUNDERCURSOR (?)
  3866. error message text (misc menu: search file)
  3867. E(12-06-94)=No file name under cursor
  3868. D(12-06-94)=Kein Dateiname unter Cursor
  3869. F(23-06-94)=Pas de nom de fichier sous le curseur
  3870. S(14-11-94)=Ingen fil under markören
  3871. I(01-12-94)=Nessun nome di file sotto il cursore
  3872. N(27-03-95)=Geen bestandsnaam onder cursor
  3873. ;
  3874. MSG_COULDNTWRITETOOUTPUTDEVICE (?)
  3875. error message text (writeing/printing failed)
  3876. E(12-06-94)=Couldn't write to output device
  3877. D(12-06-94)=Schreiben auf Ausgabegerät fehlgeschlagen
  3878. F(23-06-94)=Impossible d'écrire dans le device de sortie
  3879. S(14-11-94)=Kunde inte skriva till utskriftsenhet
  3880. I(01-12-94)=Non posso scrivere sul dispositivo di output
  3881. N(27-03-95)=Kan niet schrijven naar uitvoerapparaat
  3882. ;
  3883. MSG_SELECTPATHTOINSERT (35)
  3884. used as file requester title (misc menu: insert path...)
  3885. E(12-06-94)=Select path to insert...
  3886. D(12-06-94)=Einzufügender Pfad...
  3887. F(23-06-94)=Sélectionner chemin à insérer...
  3888. S(14-11-94)=Välj sökväg att infoga...
  3889. I(01-12-94)=Scegli il percorso da inserire ...
  3890. N(27-03-95)=Selecteer pad om tussen te voegen
  3891. ;
  3892. MSG_CONFIRMREPLACE (?)
  3893. used a requester body text (find menu: replace...)
  3894. E(12-06-94)=Please confirm: Replace pattern ?
  3895. D(12-06-94)=Bitte bestätigen: Muster ersetzen ?
  3896. F(23-06-94)=Remplacer la chaîne
  3897. S(14-11-94)=Var god och bekräfta: Ersätta mönster ?
  3898. I(01-12-94)=Prego confermare: Sostituisco il modello ?
  3899. N(27-03-95)=Bevestiging: Patroon vervangen ?
  3900. ;
  3901. MSG_CANCELIGNOREREPLACE (29:"#?[|]#?[|]!#?")
  3902. three button labels separated by |
  3903. E(12-06-94)=_Cancel|_Ignore|!REPLACE
  3904. D(12-06-94)=Abbru_ch|_weiter|!ERSETZEN
  3905. F(23-06-94)=_annuler|_ignorer|!REMPLACER
  3906. S(14-11-94)=_Avbryt|_ignorera|!ERSÄTT
  3907. I(01-12-94)=_Annulla|_Ignora|!SOSTITUISCI
  3908. N(27-03-95)=_Annuleer|_Negeer|!VERVANG
  3909. ;
  3910. MSG_NOFROZENBUFFERSAVAILABLE (?)
  3911. error message text (control menu: freeze window/unfreeze...)
  3912. E(12-06-94)=No frozen buffers available
  3913. D(12-06-94)=Keine unsichtbaren Texte vorhanden
  3914. F(23-06-94)=Pas de texte gelé disponible
  3915. S(14-11-94)=Inga frysta buffrar tillgängliga
  3916. I(01-12-94)=Non è disponibile nessun buffer congelato
  3917. N(27-03-95)=Geen onzichtbare tekstbuffers
  3918. ;
  3919. MSG_GETSCREENDRAWINFOFAILED (?)
  3920. error message text
  3921. E(12-06-94)=GetScreenDrawInfo() failed
  3922. D(12-06-94)=GetScreenDrawInfo() hat versagt
  3923. F(23-06-94)=GetScreenDrawInfo() a échoué
  3924. S(14-11-94)=GetScreenDrawInfo() misslyckades
  3925. I(01-12-94)=GetScreenDrawInfo(): errore ?!
  3926. N(27-03-95)=GetScreenDrawInfo() mislukt
  3927. ;
  3928. MSG_REGISTERED (6)
  3929. used within screen title indicating GoldED PRO registration
  3930. E(12-06-94)=Pro
  3931. D(12-06-94)=Pro
  3932. F(23-06-94)=Pro
  3933. S(14-11-94)=Pro
  3934. I(01-12-94)=Pro
  3935. N(27-03-95)=Pro
  3936. ;
  3937. MSG_UNREGISTERED (=DEMO)
  3938. used within screen title indicating GoldED DEMO version
  3939. E(12-06-94)=DEMO
  3940. D(12-06-94)=DEMO
  3941. F(23-06-94)=DEMO
  3942. S(14-11-94)=DEMO
  3943. I(01-12-94)=DEMO
  3944. N(27-03-95)=DEMO
  3945. ;
  3946. MSG_FILEEXISTS (?)
  3947. used as requester body text (overwrite warning)
  3948. E(12-06-94)=File already exists
  3949. D(12-06-94)=File existiert schon !
  3950. F(23-06-94)=Le fichier existe déjà!
  3951. S(14-11-94)=Filen finns redan
  3952. I(01-12-94)=Il file esiste già
  3953. N(27-03-95)=Bestand bestaat reeds
  3954. ;
  3955. MSG_SAVECANCEL (16:"#?[|]!#?")
  3956. two button labels separated by |
  3957. E(12-06-94)=_Cancel|!SAVE
  3958. D(12-06-94)=Abbru_ch|!SICHERN
  3959. F(23-06-94)=_annuler|!SAUVER
  3960. S(14-11-94)=_Avbryt|!SPARA
  3961. I(01-12-94)=_annulla|!SALVA
  3962. N(27-03-95)=_Annuleer|!OPSLAAN
  3963. ;
  3964. MSG_FILEALREADYPRESENT (?)
  3965. used as requester body text
  3966. E(12-06-94)=Text already present - use it ?
  3967. D(12-06-94)=Text schon vorhanden - benutzen ?
  3968. F(23-06-94)=Texte déjà présent!
  3969. S(14-11-94)=Texten finns redan - Vill du använda den?
  3970. I(01-12-94)=Testo già presente - devo usarlo ?
  3971. N(27-03-95)=Text reeds in geheugen, gebruiken ?
  3972. ;
  3973. MSG_LOADUSE (16:"#?[|]!#?")
  3974. two button labels separated by |
  3975. E(12-06-94)=_Load|!USE
  3976. D(12-06-94)=_laden|!NUTZEN
  3977. F(23-06-94)=_charge|!UTILISE
  3978. S(14-11-94)=_Ladda|!ANVÄND
  3979. I(01-12-94)=_Carica|!USA
  3980. N(27-03-95)=_Laad|!GEBRUIK
  3981. ;
  3982. MSG_TEXTFONTSELECTIONINVALID (?)
  3983. error message text
  3984. E(12-06-94)=Text font selection invalid
  3985. D(12-06-94)=Ungültiger Textfont
  3986. F(23-06-94)=Police de Texte invalide
  3987. S(14-11-94)=Valet av text typsnitt är ogiltligt
  3988. I(01-12-94)=Selezione del font di testo non valida
  3989. N(27-03-95)=Tekstfont selectie ongeldig
  3990. ;
  3991. MSG_POSITIONDISPLAY (!19)
  3992. status line template; YOU MAY ONLE CHANGE 1st/7th letter (default: X, Y)
  3993. E(12-06-94)=C:000 L:00000/00000
  3994. D(12-06-94)=X:000 Y:00000/00000
  3995. F(23-06-94)=C:000 L:00000/00000
  3996. S(14-11-94)=C:000 L:00000/00000
  3997. I(01-12-94)=C:000 L:00000/00000
  3998. N(27-03-95)=K:000 R:00000/00000
  3999. ;
  4000. MSG_CANCELCONTINUE (16:"#?[|]!#?")
  4001. two button labels separated by |
  4002. E(24-10-94)=_Cancel|!CONTINUE
  4003. D(24-10-94)=_Abbru_ch|!WEITER
  4004. I(24-03-95)=_Annulla|!CONTINUA
  4005. N(27-03-95)=_Annuleer|!VERDER
  4006. ;
  4007. MSG_PRINTBLOCK (35)
  4008. used as requester title (block menu: print...)
  4009. E(12-06-94)=Print block:
  4010. D(12-06-94)=Block drucken:
  4011. F(23-06-94)=Imprime bloc:
  4012. S(14-11-94)=Skriv ut block:
  4013. I(01-12-94)=Stampa blocco:
  4014. N(27-03-95)=Blok afdrukken:
  4015. ;
  4016. MSG_SAVEASXPK (?)
  4017. used as file requester title (project/save as XPK)
  4018. E(12-06-94)=Save as XPK:
  4019. D(12-06-94)=Gepackt speichern:
  4020. F(23-06-94)=Sauver en XPK:
  4021. S(14-11-94)=Spara som XPK:
  4022. I(01-12-94)=Salva come XPK:
  4023. N(27-03-95)=Bewaar als XPK:
  4024. ;
  4025. MSG_BADKEYDESCRIPTION (?)
  4026. error message text (internal KEY command)
  4027. E(12-06-94)=Bad key description
  4028. D(12-06-94)=Ungültige Tastenbeschreibung
  4029. F(23-06-94)=Mauvaise description de touche
  4030. S(14-11-94)=Ogiltlig tangent beskrivning
  4031. I(01-12-94)=Descrizione tasto errata
  4032. N(27-03-95)=Ongeldige toetsbeschrijving
  4033. ;
  4034. MSG_UNEXPECTEDCLOSINGBRACKET (?:"#?[%lc]#?[%ld]#?")
  4035. error message text indicating failed parenthesis check
  4036. E(12-06-94)=Unexpected '%lc' in column %ld
  4037. D(12-06-94)=Unerwartete '%lc' in Spalte %ld
  4038. F(23-06-94)='%lc' non attendu en colonne %ld
  4039. S(14-11-94)=Oväntad '%lc' i kolum %ld
  4040. I(01-12-94)='%lc' inatteso alla colonna %ld
  4041. N(27-03-95)=Onverwachte '%lc' in kolom %ld
  4042. ;
  4043. MSG_TOOMANYOPENINGBRACKETS (?)
  4044. error message text indicating failed parenthesis check
  4045. E(12-06-94)=Too many opening brackets
  4046. D(12-06-94)=Zu viele öffnende Klammern
  4047. F(23-06-94)=Trop de parenthèses d'ouverture!
  4048. S(14-11-94)=För många öppnade klamrar
  4049. I(01-12-94)=Troppe parentesi aperte !
  4050. N(27-03-95)=Teveel openingshaakjes !
  4051. ;
  4052. MSG_TOOMANYCLOSINGBRACKETS (?)
  4053. error message text indicating failed parenthesis check
  4054. E(12-06-94)=Too many closing brackets
  4055. D(12-06-94)=Zu viele schließende Klammern
  4056. F(23-06-94)=Trop de parenthèses de fermeture!
  4057. S(14-11-94)=För många stängda klamrar
  4058. I(01-12-94)=Troppe parentesi chiuse !
  4059. N(27-03-95)=Teveel sluithaakjes !
  4060. ;
  4061. MSG_NOMATCHFOUND (?:"#?[%lc]#?")
  4062. error message text indicating failed parenthesis check
  4063. E(09-10-94)=Found no match for '%lc'
  4064. D(09-10-94)=Kein Gegenstück für '%lc' gefunden
  4065. F(09-10-94)=Aucune condordance pour '%lc'
  4066. S(14-11-94)=Fann ingen matchande sträng för '%lc'
  4067. I(01-12-94)=Non ho trovato nessuna corrispondenza per '%lc'
  4068. N(27-03-95)=Geen bijpassend haakje gevonden voor '%lc'
  4069. ;
  4070. MSG_FILENOTMONITORED (?)
  4071. error message text related to notify handling
  4072. E(12-06-94)=File not monitored
  4073. D(12-06-94)=Datei wurde nicht beobachtet
  4074. F(23-06-94)=Fichier sans moniteur
  4075. S(14-11-94)=Filen är inte övervakad
  4076. I(01-12-94)=File non monitorato
  4077. N(27-03-95)=Bestand niet onder surveillance
  4078. ;
  4079. MSG_CLIENTNOTAVAILABLE (?)
  4080. error message text related to internal API command
  4081. E(31-01-95)=Client not available
  4082. D(31-01-95)=Client nicht verfügbar
  4083. F(31-01-95)=Client non disponible
  4084. S(31-01-95)=Klienten ej tillgänglig
  4085. I(31-01-95)=Client non disponibile
  4086. N(27-03-95)=Cliënt niet beschikbaar
  4087. ;
  4088. MSG_COMMAND (35)
  4089. used as wwindow/file requester title
  4090. E(12-06-94)=Command
  4091. D(12-06-94)=Kommando
  4092. F(23-06-94)=Commande
  4093. S(14-11-94)=Kommando
  4094. I(01-12-94)=Comando
  4095. N(27-03-95)=Commando
  4096. ;
  4097. MSG_NOSEARCHSTRING (?)
  4098. error message text indicating missing input data
  4099. E(20-09-94)=No search string
  4100. D(20-09-94)=Kein Suchmuster
  4101. F(20-09-94)=No search string
  4102. S(14-11-94)=Ingen söksträng
  4103. I(01-12-94)=Manca la stringa da cercare
  4104. N(27-03-95)=Geen zoekstring
  4105. ;
  4106. MSG_UNDOBUFFEREMPTY (?)
  4107. error message text indicating empty undo buffer
  4108. E(24-10-94)=Undo buffer empty
  4109. D(24-10-94)=Undo-Buffer ist leer
  4110. F(18-02-95)=Le tampon Undo est vide
  4111. I(24-03-95)=Buffer Undo vuoto
  4112. N(27-03-95)=Undo-buffer is leeg
  4113. ;
  4114. MSG_UNDOBUFFEROVERFLOW (?)
  4115. error message text indicating undo buffer bypass
  4116. E(24-10-94)=Undo buffer too small. Continue ?
  4117. D(24-10-94)=Undo-Buffer zu klein. Fortfahren ?
  4118. F(18-02-95)=Le tampon Undo est trop petit. Continuer?
  4119. I(24-03-95)=Buffer undo troppo piccolo. Continuo ?
  4120. N(27-03-95)=De undo-buffer is te klein.  Verder ?
  4121. ;
  4122. MSG_WARNINGNOTENOUGHMEMORYTOUNDOTHISOPERATION (?)
  4123. error message text indicating failure of undo allocation
  4124. E(27-11-94)=Not enough memory to undo operation
  4125. D(27-11-94)=Zu wenig Speicher für Rücknahme
  4126. F(18-02-95)=Pas assez de mémoire pour annuler l'opération
  4127. I(24-03-95)=Memoria insufficiente per l'operazione undo
  4128. N(27-03-95)=Onvoldoende geheugen voor Undo
  4129. ;
  4130. MSG_INVALIDPATTERN (?)
  4131. error message text indicating wildcard pattern
  4132. E(11-11-94)=Invalid wildcard pattern
  4133. D(11-11-94)=Ungültiger Suchstring
  4134. F(18-02-95)=Joker invalide
  4135. I(24-03-95)=Carattere jolly non valido
  4136. N(27-03-95)=Ongeldig wildcard patroon
  4137. ;
  4138. MSG_APICLIENTNOTSUPPORTED (?)
  4139. error message indicating pre-2.0 API client
  4140. E(28-11-94)=API client not supported
  4141. D(28-11-94)=API-Client wird nicht unterstützt
  4142. F(18-02-95)=Le client API n'est pas supporté (trop vieux!)
  4143. I(24-03-95)=API-Client non supportato
  4144. N(27-03-95)=API-cliënt niet meer ondersteund (verouderde versie)
  4145. ;
  4146. MSG_REDOBUFFEREMPTY (?)
  4147. error message text indicating empty redo buffer
  4148. E(04-12-94)=Redo buffer empty
  4149. D(04-12-94)=Redo-Buffer ist leer
  4150. F(18-02-95)=Le tampon Redo est vide
  4151. I(24-03-95)=Buffer redo vuoto
  4152. N(27-03-95)=Redo buffer is leeg
  4153. ;
  4154. MSG_SAVEMODIFIEDBUFFERS (?)
  4155. message suggesting saving of modified text buffers
  4156. E(27-02-95)=Save all modified buffers ?
  4157. D(27-02-95)=Modifizierte Texte speichern ?
  4158. I(24-03-95)=Salvo tutti i buffers modificati?
  4159. N(27-03-95)=Alle veranderde teksten opslaan ?
  4160. ;
  4161. MSG_DISCARDSAVECANCEL (24:"#?[|]#?[|]!#?")
  4162. three button labels separated by |
  4163. E(12-06-94)=_Cancel|_Save|!DISCARD
  4164. D(12-06-94)=Abbru_ch|_Sichern|!LÖSCHEN
  4165. I(24-03-95)=_Annulla|_Salva|!PROCEDI
  4166. N(27-03-95)=_Annuleer|_Opslaan|!WIS
  4167. ;
  4168. MSG_EXECUTEMACRO (35)
  4169. used as file requester title
  4170. E(06-03-95)=Execute macro...
  4171. D(06-03-95)=Makro ausführen...
  4172. I(24-03-95)=Esegui macro...
  4173. N(27-03-95)=Makro uitvoeren..
  4174. ;
  4175. MSG_PARSERERRORCODE (?)
  4176. error message indicating syntax parser failure
  4177. E(11-04-95)=Parser error code %ld
  4178. D(11-04-95)=Parser-Fehlercode %ld
  4179. I(14-06-95)=Codice Errore Parser %ld
  4180.