home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1995 January / amigagames-1995-01.iso / archive / userbox / publicdomain / ged313.lha / Install / data / tools / Cat / golded.base < prev    next >
Text File  |  1995-07-17  |  112KB  |  4,209 lines

  1. #VERSION 28
  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. GADLABEL_EDITSYNTAX_ACTIVE_OFF (6)
  2878. label of cycle gadget (config menu: syntax)
  2879. E(27-06-95)=off
  2880. D(27-06-95)=aus
  2881. ;
  2882. GADLABEL_EDITSYNTAX_ACTIVE_ACTIVE (6)
  2883. label of cycle gadget (config menu: syntax)
  2884. E(27-06-95)=active
  2885. D(27-06-95)=aktiv
  2886. ;
  2887. GADLABEL_EDITSYNTAX_ACTIVE_DUMMY (!0)
  2888. must be empty (terminates options of cycle gadget)
  2889. E(27-06-95)=
  2890. D(27-06-95)=
  2891. ;
  2892. GAD_SYNTAXWIN_PREPARSE (40)
  2893. label of checkbox gadget (config menu: syntax)
  2894. E(28-04-95)=_Pre-parse
  2895. D(28-04-95)=so_fort analysieren
  2896. I(14-06-95)=Pre-Analisi
  2897. ;
  2898. GAD_TEMPLATEWIN_USETEMPLATES (38)
  2899. gadget label of checkbox gadget (config menu: templates)
  2900. E(02-10-94)=_Use templates
  2901. D(02-10-94)=Templates benutzen
  2902. S(14-11-94)=_Använd mall
  2903. I(01-12-94)=_Usa i templates
  2904. F(18-02-95)=Utiliser _Patrons
  2905. N(27-03-95)=Gebruik _Templates
  2906. ;
  2907. GADLABEL_EDITMOUSE_CLICK_FIRSTCLICK (16)
  2908. 1st option of a cycle gadget (config menu: mouse)
  2909. E(22-09-94)=First click
  2910. D(22-09-94)=erster Klick
  2911. F(22-09-94)=first click
  2912. S(14-11-94)=Första klick
  2913. I(01-12-94)=Un solo click
  2914. N(27-03-95)=Eerste klik
  2915. ;
  2916. GADLABEL_EDITMOUSE_CLICK_DOUBLECLICK (16)
  2917. 2nd option of a cycle gadget (config menu: mouse)
  2918. E(12-06-94)=Doubleclick
  2919. D(12-06-94)=Doppelklick
  2920. F(23-06-94)=doubleclick
  2921. S(14-11-94)=Dubbelklick
  2922. I(01-12-94)=Doppio click
  2923. N(27-03-95)=Dubbelklik
  2924. ;
  2925. GADLABEL_EDITMOUSE_CLICK_DUMMY (!0)
  2926. must be empty (terminates options of a cycle gadget)
  2927. E(12-06-94)=
  2928. D(12-06-94)=
  2929. F(23-06-94)=
  2930. S(14-11-94)=
  2931. I(01-12-94)=
  2932. N(27-03-95)=
  2933. ;
  2934. GADLABEL_EDITMOUSE_QUALIFIER_NOQUALIFIER (16)
  2935. 1st option of a cycle gadget (config menu: mouse)
  2936. E(22-09-94)=No qualifier
  2937. D(22-09-94)=keine Taste
  2938. F(22-09-94)=no qualifier
  2939. S(14-11-94)=Ingen tangent
  2940. I(01-12-94)=Senza qualif.
  2941. N(27-03-95)=Zonder toets
  2942. ;
  2943. GADLABEL_EDITMOUSE_QUALIFIER_SHIFT (16)
  2944. 2nd option of a cycle gadget (config menu: mouse)
  2945. E(22-09-94)=SHIFT
  2946. D(22-09-94)=SHIFT
  2947. F(22-09-94)=SHIFT
  2948. S(14-11-94)=SHIFT
  2949. I(01-12-94)=SHIFT
  2950. N(27-03-95)=SHIFT
  2951. ;
  2952. GADLABEL_EDITMOUSE_QUALIFIER_ALT (16)
  2953. 3rd option of a cycle gadget (config menu: mouse)
  2954. E(22-09-94)=ALT
  2955. D(22-09-94)=ALT
  2956. F(22-09-94)=ALT
  2957. S(14-11-94)=ALT
  2958. I(01-12-94)=ALT
  2959. N(27-03-95)=ALT
  2960. ;
  2961. GADLABEL_EDITMOUSE_QUALIFIER_CTRL (16)
  2962. 4th option of a cycle gadget (config menu: mouse)
  2963. E(22-09-94)=CTRL
  2964. D(22-09-94)=CTRL
  2965. F(22-09-94)=CTRL
  2966. S(14-11-94)=CTRL
  2967. I(01-12-94)=CTRL
  2968. N(27-03-95)=CTRL
  2969. ;
  2970. GADLABEL_EDITMOUSE_QUALIFIER_DUMMY (!0)
  2971. must be empty (terminates options of a cycle gadget)
  2972. E(22-09-94)=
  2973. D(22-09-94)=
  2974. F(22-09-94)=
  2975. S(14-11-94)=
  2976. I(01-12-94)=
  2977. N(27-03-95)=
  2978. ;
  2979. GAD_MOUSEWIN_LEFT (9)
  2980. gadget label of button gadget (config menu: mouse)
  2981. E(22-09-94)=Le_ft
  2982. D(22-09-94)=l_inks
  2983. F(22-09-94)=le_ft
  2984. S(14-11-94)=V_änster
  2985. I(01-12-94)=Sin_istro
  2986. N(27-03-95)=L_inks
  2987. ;
  2988. GAD_MOUSEWIN_MIDDLE (9)
  2989. gadget label of button gadget (config menu: mouse)
  2990. E(22-09-94)=_Middle
  2991. D(22-09-94)=_Mitte
  2992. F(22-09-94)=_middle
  2993. S(14-11-94)=_Mitten
  2994. I(01-12-94)=C_entro
  2995. N(27-03-95)=_Middel
  2996. ;
  2997. GAD_MOUSEWIN_RIGHT (9)
  2998. gadget label of button gadget (config menu: mouse)
  2999. E(22-09-94)=_Right
  3000. D(22-09-94)=_rechts
  3001. F(22-09-94)=_right
  3002. S(14-11-94)=H_öger
  3003. I(01-12-94)=Dest_ro
  3004. N(27-03-95)=_Rechts
  3005. ;
  3006. MSG_OPENFILE (35)
  3007. used as file requester title
  3008. E(12-06-94)=Open file:
  3009. D(12-06-94)=Datei laden:
  3010. F(23-06-94)=Ouvre fichier:
  3011. S(14-11-94)=Öppna fil
  3012. I(01-12-94)=Apri un file:
  3013. N(27-03-95)=Open bestand
  3014. ;
  3015. MSG_WINDOWISREADONLY (?)
  3016. error message text
  3017. E(12-06-94)=Window is read-only
  3018. D(12-06-94)=Schreiboperationen wurden gesperrt
  3019. F(23-06-94)=Fenêtre en lecture seule!
  3020. S(14-11-94)=Fönstret är enbart för läsning!
  3021. I(01-12-94)=In questa finestra è permessa la sola lettura!
  3022. N(27-03-95)=Dit venster is alleen om te lezen !
  3023. ;
  3024. MSG_UNNAMED (?)
  3025. default window name
  3026. E(12-06-94)=Unnamed
  3027. D(12-06-94)=OhneName
  3028. F(23-06-94)=SansNom
  3029. S(14-11-94)=Namnlös
  3030. I(01-12-94)=Senza nome
  3031. N(27-03-95)=Naamloos
  3032. ;
  3033. MSG_SAVEAS (35)
  3034. used as file requester title
  3035. E(12-06-94)=Save as ...
  3036. D(12-06-94)=Sichern als ...
  3037. F(23-06-94)=Sauve en ...
  3038. S(14-11-94)=Spara som ...
  3039. I(01-12-94)=Salva come ...
  3040. N(27-03-95)=Bewaar als ...
  3041. ;
  3042. MSG_PRINT (32)
  3043. used as file requester title
  3044. E(12-06-94)=Print file ...
  3045. D(12-06-94)=Datei drucken ...
  3046. F(23-06-94)=Imprime Fichier ...
  3047. S(14-11-94)=Skriv ut fil ...
  3048. I(01-12-94)=Stampa il file ...
  3049. N(27-03-95)=Print bestand ...
  3050. ;
  3051. MSG_APPENDFILE (35)
  3052. used as file requester title
  3053. E(12-06-94)=Append file ...
  3054. D(12-06-94)=Datei anhängen ...
  3055. F(23-06-94)=Ajoute Fichier ...
  3056. S(14-11-94)=Addera fil ...
  3057. I(01-12-94)=Accoda il file ...
  3058. N(27-03-95)=Bestand aanhangen ...
  3059. ;
  3060. MSG_INSERTFILE (35)
  3061. used as file requester title
  3062. E(12-06-94)=Insert file ...
  3063. D(12-06-94)=Datei einfügen ...
  3064. F(23-06-94)=Insère Fichier ...
  3065. S(14-11-94)=Infoga fil ...
  3066. I(01-12-94)=Inserisci il file ...
  3067. N(27-03-95)=Bestand invoegen ...
  3068. ;
  3069. MSG_SAVEBLOCKAS (35)
  3070. used as file requester title
  3071. E(12-06-94)=Save block as ...
  3072. D(12-06-94)=Block sichern ...
  3073. F(23-06-94)=Sauve bloc en ...
  3074. S(14-11-94)=Spara block som ...
  3075. I(01-12-94)=Salva il blocco come ...
  3076. N(27-03-95)=Bewaar blok als ...
  3077. ;
  3078. MSG_NOREFERENCEFILESAVAILABLE (?)
  3079. error message text
  3080. E(12-06-94)=No reference file(s) available !
  3081. D(12-06-94)=Keine Referenz-Dateien verfügbar !
  3082. F(23-06-94)=Pas de fichier de référence disponible !
  3083. S(14-11-94)=Ingen referensfil tillgänglig!
  3084. I(01-12-94)=Nessun file di riferimento disponibile !
  3085. N(27-03-95)=Geen referentiebestand beschikbaar !
  3086. ;
  3087. MSG_SORRYUNKNOWNSHORTCUT (?)
  3088. error message text
  3089. E(12-06-94)=Unknown shortcut.
  3090. D(12-06-94)=Unbekannte Abkürzung
  3091. F(23-06-94)=Désolé, raccourci inconnu.
  3092. S(14-11-94)=Okänt snabbval
  3093. I(01-12-94)=Spiacente, abbreviazione sconosciuta.
  3094. N(27-03-95)=Sorry, onbekende afkorting.
  3095. ;
  3096. MSG_ASCIICODEIS (?:"#?[%03ld]#?")
  3097. used to display ascii code of character under cursor
  3098. E(12-06-94)=ASCII code is: %03ld (dez)
  3099. D(12-06-94)=Der ASCII-Code ist %03ld (dez)
  3100. F(23-06-94)=Code ASCII: %03ld (déc.)
  3101. S(14-11-94)=ASCII koden är: %03ld (dec)
  3102. I(01-12-94)=Il codice ASCII è: %03ld (dec.)
  3103. N(27-03-95)=ASCII code : %03ld (dec)
  3104. ;
  3105. MSG_INVALIDMARGINSETTINGS (?)
  3106. error message text
  3107. E(12-06-94)=Invalid margin settings
  3108. D(12-06-94)=Ungültige Randeinstellungen
  3109. F(23-06-94)=Valeurs de marges erronées
  3110. S(14-11-94)=Ogiltliga marginal inställningar
  3111. I(01-12-94)=I margini sono impostati in maniera erronea
  3112. N(27-03-95)=Ongeldige marge-instellingen
  3113. ;
  3114. MSG_DELETEFILE (21)
  3115. used to ask for confirmation
  3116. E(12-06-94)=Delete file ?
  3117. D(12-06-94)=Datei löschen
  3118. F(23-06-94)=On efface vraiment?
  3119. S(14-11-94)=Radera fil?
  3120. I(01-12-94)=Cancello il file ?
  3121. N(27-03-95)=Wis bestand ?
  3122. ;
  3123. MSG_SAVE (35)
  3124. used as file requester title
  3125. E(12-06-94)=Save
  3126. D(12-06-94)=Sichern
  3127. F(08-10-94)=Sauve
  3128. S(14-11-94)=Spara
  3129. I(01-12-94)=SALVA
  3130. N(27-03-95)=Bewaar
  3131. ;
  3132. MSG_LOAD (35)
  3133. used as file requester title
  3134. E(12-06-94)=Load
  3135. D(12-06-94)=Laden
  3136. F(08-10-94)=Charge
  3137. S(14-11-94)=Ladda
  3138. I(01-12-94)=CARICA
  3139. N(27-03-95)=Laad
  3140. ;
  3141. MSG_I_SEE (10:"!#?")
  3142. used as button gadget label (positive default gadget)
  3143. E(12-06-94)=!I SEE
  3144. D(12-06-94)=!OK
  3145. F(23-06-94)=!OK
  3146. S(14-11-94)=!AHA
  3147. I(01-12-94)=!OK
  3148. N(27-03-95)=!OK
  3149. ;
  3150. MSG_SCREENTITLE (=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s)
  3151. screen title template
  3152. E(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3153. D(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3154. F(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3155. S(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3156. I(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3157. N(30-03-95)=GoldED/%s ©'95 Dietmar Eilert %s %s %s %s
  3158. ;
  3159. MSG_SCREENMODE (24)
  3160. used as title of screen mode requester (config menu: display...)
  3161. E(12-06-94)=Mode
  3162. D(12-06-94)=Modus
  3163. F(23-06-94)=Mode
  3164. S(14-11-94)=Skärmläge
  3165. I(01-12-94)=Modo
  3166. N(27-03-95)=Modus
  3167. ;
  3168. MSG_COLORS (33)
  3169. used as title of palette requester
  3170. E(12-06-94)=Colors
  3171. D(12-06-94)=Farben
  3172. F(23-06-94)=Couleurs
  3173. S(14-11-94)=Färger
  3174. I(01-12-94)=Colori
  3175. N(27-03-95)=Kleuren
  3176. ;
  3177. MSG_ADDREFERENCEFILE (35)
  3178. used as title of file requester (config menu: references...)
  3179. E(12-06-94)=Scan ...
  3180. D(12-06-94)=Scannen ...
  3181. F(23-06-94)=Scanner ...
  3182. S(14-11-94)=Avläs ...
  3183. I(01-12-94)=Esamina ...
  3184. N(27-03-95)=Scannen ...
  3185. ;
  3186. MSG_SELECTAFONT (27)
  3187. used as title of font requester (config menu: display...)
  3188. E(12-06-94)=Select a font ...
  3189. D(12-06-94)=Font auswählen ...
  3190. F(23-06-94)=Sélectionner une police ...
  3191. S(14-11-94)=Välj typsnitt ...
  3192. I(01-12-94)=Scegli un font ...
  3193. N(27-03-95)=Kies een font ...
  3194. ;
  3195. MSG_COULDNTOPENFONT (?)
  3196. error message text
  3197. E(12-06-94)=Couldn't open font ?!
  3198. D(12-06-94)=Font nicht ansprechbar ?!
  3199. F(23-06-94)=Impossible d'ouvrir la police ?!
  3200. S(14-11-94)=Kunde ej öppna typsnitt ?!
  3201. I(01-12-94)=Impossibile aprire il font ?!
  3202. N(27-03-95)=Kan font niet openen !
  3203. ;
  3204. MSG_HYPERFILE (35)
  3205. used as title of file requester (config menu: menus...)
  3206. E(12-06-94)=HYPER file
  3207. D(12-06-94)=HYPER Datei
  3208. F(23-06-94)=Fichier HYPER
  3209. S(14-11-94)=HYPER fil
  3210. I(01-12-94)=File HYPER
  3211. N(27-03-95)=HYPER bestand
  3212. ;
  3213. MSG_DIRECTORY (35)
  3214. used as title of file requester (menu item editor)
  3215. E(12-06-94)=Directory
  3216. D(12-06-94)=Verzeichnis
  3217. F(23-06-94)=Répertoire
  3218. S(14-11-94)=Katalog
  3219. I(01-12-94)=Directory
  3220. N(27-03-95)=Lade
  3221. ;
  3222. MSG_UNKNOWNCMDSCRIPT (?)
  3223. error message text (misc menu: command...)
  3224. E(12-06-94)=Unknown cmd/script ?!
  3225. D(12-06-94)=Unbekanntes Kommando/Script !?
  3226. F(23-06-94)=Script/commande inconnu(e) ?!
  3227. S(14-11-94)=Okänt kommand/script ?!
  3228. I(01-12-94)=Script/comando sconosciuto ?!
  3229. N(27-03-95)=Commando/script onbekend !
  3230. ;
  3231. MSG_COULDNTDELETEFILE (?)
  3232. error message text (misc menu: files/delete file...)
  3233. E(12-06-94)=Couldn't delete file
  3234. D(12-06-94)=Datei nicht löschbar
  3235. F(23-06-94)=Impossible d'effacer ce fichier
  3236. S(14-11-94)=Kunde inte radera fil
  3237. I(01-12-94)=Non posso cancellare il file
  3238. N(27-03-95)=Bestand in gebruik of beschermd tegen wissen
  3239. ;
  3240. MSG_NOTAVAILABLE (?)
  3241. error message text; used if library is missing
  3242. E(29-03-95)=not available
  3243. D(29-03-95)=nicht verfügbar
  3244. F(29-03-95)=non disponible
  3245. S(29-03-95)=ej tillgängligt
  3246. I(29-03-95)=non disponibile
  3247. N(29-03-95)=niet beschikbaar
  3248. ;
  3249. MSG_COULDNTACCESSFILE (?:"#?[%s]#?")
  3250. error message text (read, write, seek or lock failed)
  3251. E(12-06-94)=Couldn't access file:\n\n%s\n
  3252. D(12-06-94)=Datei nicht ansprechbar:\n\n%s\n
  3253. F(23-06-94)=Impossible d'accéder au fichier:\n\n%s\n
  3254. S(14-11-94)=Kunde inte accessa fil:\n\n%s\n
  3255. I(01-12-94)=Non posso accedere al file:\n\n%s\n
  3256. N(27-03-95)=Bestand niet aanspreekbaar :\n\n%s\n
  3257. ;
  3258. MSG_INFO (?)
  3259. All-purpose window title
  3260. E(12-06-94)=Info
  3261. D(12-06-94)=Information
  3262. F(23-06-94)=Information
  3263. S(14-11-94)=Information
  3264. I(01-12-94)=Informazioni
  3265. N(27-03-95)=Informatie
  3266. ;
  3267. MSG_COULDNTCREATEMENU (?)
  3268. error message text
  3269. E(12-06-94)=Couldn't create menu
  3270. D(12-06-94)=Konnte Menu nicht erzeugen
  3271. F(23-06-94)=Impossible de créer le menu
  3272. S(14-11-94)=Kunde inte skapa meny
  3273. I(01-12-94)=Non posso creare il menù
  3274. N(27-03-95)=Kan menu niet aanmaken
  3275. ;
  3276. MSG_EXAMPLETEXT (?)
  3277. syntax highlighting example text
  3278. E(30-03-05)=Example text
  3279. D(30-03-05)=Beispieltext
  3280. I(14-06-95)=Testo di Esempio
  3281. ;
  3282. MSG_COULDNTOPENLOCKSCREEN (?)
  3283. error message text
  3284. E(12-06-94)=Couldn't open/lock screen
  3285. D(12-06-94)=Konnte Screen nicht anfordern
  3286. F(23-06-94)=Impossible de bloquer l'écran
  3287. S(14-11-94)=Kunde inte öppna/låsa skärm
  3288. I(01-12-94)=Non posso Aprire/Bloccare lo schermo
  3289. N(27-03-95)=Kan scherm niet openen/vinden
  3290. ;
  3291. MSG_GETVISUALINFOFAILED (?)
  3292. error message text
  3293. E(12-06-94)=GetVisualInfo() failed
  3294. D(12-06-94)=GetVisualInfo() hat versagt
  3295. F(23-06-94)=GetVisualInfo() a échoué
  3296. S(14-11-94)=GetVisualInfo() misslyckades
  3297. I(01-12-94)=GetVisualInfo(): errore ?!
  3298. N(27-03-95)=GetVisualInfo() mislukt
  3299. ;
  3300. MSG_FONTPROBLEM (?)
  3301. error message text
  3302. E(12-06-94)=Font problem ?!
  3303. D(12-06-94)=Font-Problem ?!
  3304. F(23-06-94)=Problème de police ?!
  3305. S(14-11-94)=Typsnittsproblem ?!
  3306. I(01-12-94)=Problema di Font ?!
  3307. N(27-03-95)=Font-probleem !
  3308. ;
  3309. MSG_MEMORYALLOCATIONFAILED (?)
  3310. error message displayed as recoverable alert
  3311. E(12-06-94)=Out of RAM: left = ignore, right = abort
  3312. D(12-06-94)=Zu wenig RAM: links = ignorieren, rechts = beenden
  3313. F(23-06-94)=Plus de mémoire! gauche = ignorer, droite = annuler
  3314. S(14-11-94)=Slut på minne: vänster = ignorera, höger = avbryt
  3315. I(01-12-94)=RAM insufficiente: Sinistro = ignora, Destro = annulla
  3316. N(27-03-95)=Geheugen vol : links = negeer, rechts = afbreken
  3317. ;
  3318. MSG_XPKLIBRARYNOTAVAILABLE (?)
  3319. error message text
  3320. E(12-06-94)=XPK library not available
  3321. D(12-06-94)=XPK-Library nicht vorhanden
  3322. F(23-06-94)=Bibliothèque XPK non disponible
  3323. S(14-11-94)=XPK-bibliotek ej tillgängligt
  3324. I(01-12-94)=Libreria XPK non disponibile
  3325. N(27-03-95)=XPK library niet beschikbaar
  3326. ;
  3327. MSG_ERROR (?)
  3328. error message text
  3329. E(29-03-95)=Error
  3330. D(29-03-95)=Fehler
  3331. I(14-06-95)=Errore
  3332. ;
  3333. MSG_COULDNTOPENWINDOW (?)
  3334. error message text
  3335. E(12-06-94)=Couldn't open window
  3336. D(12-06-94)=Konnte Fenster nicht öffnen
  3337. F(23-06-94)=Impossible d'ouvrir la fenêtre
  3338. S(14-11-94)=Kunde inte öppna fönster
  3339. I(01-12-94)=Non posso aprire la finestra
  3340. N(27-03-95)=Kan venster niet openen
  3341. ;
  3342. MSG_REOPENFAILEDLEFTBUTTONTORETRY (70)
  3343. error message displayed as recoverable alert
  3344. E(12-06-94)=ReOpen() failed ?! Left button to retry
  3345. D(12-06-94)=ReOpen() hat versagt (linker Mausknopf = neuer Versuch)
  3346. F(23-06-94)=ReOpen() a échoué (bouton de gauche pour re-tenter)
  3347. S(14-11-94)=ReOpen() misslyckades ?! (Vänster knapp för att försöka igen)
  3348. I(01-12-94)=ReOpen(): errore ?!\nPulsante sinistro per riprovare
  3349. N(27-03-95)=ReOpen() mislukt.  Linker muisknop om nog eens te proberen.
  3350. ;
  3351. MSG_CREATETASKFAILED (?)
  3352. error message text
  3353. E(12-06-94)=CreateTask() failed
  3354. D(12-06-94)=CreateTask() hat versagt
  3355. F(23-06-94)=CreateTask() a échoué
  3356. S(14-11-94)=CreateTask() misslyckades
  3357. I(01-12-94)=CreateTask(): errore
  3358. N(27-03-95)=CreateTask() mislukt
  3359. ;
  3360. MSG_NOREADACCESSALLOWED (?)
  3361. error message text
  3362. E(12-06-94)=No read access allowed
  3363. D(12-06-94)=Lesen der Datei wurde gesperrt
  3364. F(23-06-94)=Accès en lecture non permis
  3365. S(14-11-94)=Ingen läsaccess tillåten
  3366. I(01-12-94)=Accesso in lettura non permesso
  3367. N(27-03-95)=Geen leestoegang
  3368. ;
  3369. MSG_FOLDMARKERSMISSING (?)
  3370. error message text
  3371. E(12-06-94)=Fold marker(s) missing
  3372. D(12-06-94)=Faltmarkierung fehlt
  3373. F(23-06-94)=Marqueur de repliement manquant
  3374. S(14-11-94)=Vikmarkering(ar) saknas
  3375. I(01-12-94)=Mancano i marcatori\ndei blocchi nascosti
  3376. N(27-03-95)=Plooi-markering(en) ontbreken
  3377. ;
  3378. MSG_SORRYPATTERNNOTFOUND (?)
  3379. error message text
  3380. E(12-06-94)=Sorry, pattern not found !
  3381. D(12-06-94)=Muster nicht gefunden
  3382. F(23-06-94)=Désolé, chaîne non trouvée!
  3383. S(14-11-94)=Mönster ej funnet !
  3384. I(01-12-94)=Spiacente, modello non trovato !
  3385. N(27-03-95)=Sorry, patroon niet gevonden !
  3386. ;
  3387. MSG_ASCII (57)
  3388. used as window title of ascii table (find menu: ascii table...)
  3389. E(12-06-94)=ASCII:
  3390. D(12-06-94)=ASCII:
  3391. F(23-06-94)=ASCII:
  3392. S(14-11-94)=ASCII:
  3393. I(01-12-94)=ASCII:
  3394. N(27-03-95)=ASCII:
  3395. ;
  3396. MSG_SORRYUNKNOWNKEYWORD (?)
  3397. error message text indicating failded AutoCompletion
  3398. E(12-06-94)=Sorry, unknown keyword.
  3399. D(12-06-94)=Unbekanntes Schlüsselwort
  3400. F(23-06-94)=Désolé, mot clé inconnu
  3401. S(14-11-94)=Okänt nyckelord
  3402. I(01-12-94)=Spiacente, KeyWord sconosciuta
  3403. N(27-03-95)=Sorry, onbekend sleutelwoord
  3404. ;
  3405. MSG_YOULLHAVETOMARKLINESBEFORE (?)
  3406. error message text
  3407. E(23-05-95)=You'll have to mark text first
  3408. D(23-05-95)=Sie müssen zuvor Text markieren
  3409. F(23-06-94)=Vous devez d'abord marquer des lignes!
  3410. S(14-11-94)=Du måste markera rader först.
  3411. I(01-12-94)=Devi marcare delle linee, prima !
  3412. N(27-03-95)=U moet eerst regels markeren
  3413. ;
  3414. MSG_CANTMOVEBLOCKINTOITSELF (?)
  3415. error message text
  3416. E(12-06-94)=Can't move block into itself
  3417. D(12-06-94)=Block nicht in sich selbst verschiebbar
  3418. F(23-06-94)=Impossible de déplacer un bloc sur lui même.
  3419. S(14-11-94)=Kan inte flytta block in i sig själv
  3420. I(01-12-94)=Non posso spostare un blocco su se stesso
  3421. N(27-03-95)=Kan blok niet in zichzelf verplaatsen
  3422. ;
  3423. MSG_PORTNOTAVAILABLE (?:"#?[%s]#?")
  3424. error message text indicating unknown ARexx port
  3425. E(12-06-94)=Port %s not available
  3426. D(12-06-94)=Port %s nicht ansprechbar
  3427. F(23-06-94)=Port %s non disponible
  3428. S(14-11-94)=Port %s ej tillgänglig
  3429. I(01-12-94)=Porta %s non disponibile
  3430. N(27-03-95)=Poort %s niet beschikbaar
  3431. ;
  3432. MSG_COUNT (41)
  3433. Used as window title (find menu: count...)
  3434. E(12-06-94)=Count ...
  3435. D(12-06-94)=Zählen ...
  3436. F(23-06-94)=Compter ...
  3437. S(14-11-94)=Räkna ...
  3438. I(01-12-94)=Conta ...
  3439. N(27-03-95)=Tel...
  3440. ;
  3441. MSG_PATTERNOCCURRENCIES (?:"#?[%ld]#?")
  3442. Used to display result of counting (find menu: count...)
  3443. E(12-06-94)=Pattern occurrencies: %ld
  3444. D(12-06-94)=Das Muster kommt %ld mal vor
  3445. F(23-06-94)=Nombre d'occurences: %ld
  3446. S(14-11-94)=Mönstret förekom: %ld
  3447. I(01-12-94)=Ricorrenze del modello: %ld
  3448. N(27-03-95)=Aantal maal patroon gevonden : %ld
  3449. ;
  3450. MSG_TMPL (!4)
  3451. used within screen title to indicate templates mode; MUST BE 4 LETTERS
  3452. E(02-10-94)=TMPL
  3453. D(02-10-94)=TMPL
  3454. F(02-10-94)=TMPL
  3455. S(14-11-94)=TMPL
  3456. I(01-12-94)=TMPL
  3457. N(27-03-95)=TMPL
  3458. ;
  3459. MSG_OVR (!4)
  3460. used within screen title to indicate overwrite mode; MUST BE 4 LETTERS
  3461. E(12-06-94)=OVER
  3462. D(12-06-94)=ÜBER
  3463. F(23-06-94)=ECRA
  3464. S(14-11-94)=ÖVER
  3465. I(01-12-94)=SSCR
  3466. N(27-03-95)=OVER
  3467. ;
  3468. MSG_COULDNTCREATEMSGPORT (?)
  3469. error message text
  3470. E(12-06-94)=Couldn't create MsgPort ?!
  3471. D(12-06-94)=Konnte MsgPort nicht erzeugen ?!
  3472. F(23-06-94)=Impossible de créer le MsgPort ?!
  3473. S(14-11-94)=Kunde ej skapa MsgPort ?!
  3474. I(01-12-94)=Non posso creare la MsgPort ?!
  3475. N(27-03-95)=Kan MsgPort niet aanmaken !
  3476. ;
  3477. MSG_UNKNOWNARGUMENT (?)
  3478. error message text
  3479. E(12-06-94)=Unknown argument
  3480. D(12-06-94)=Unbekanntes Argument
  3481. F(23-06-94)=Argument inconnu
  3482. S(14-11-94)=Okänt argument
  3483. I(01-12-94)=Argomento sconosciuto
  3484. N(27-03-95)=Onbekend argument
  3485. ;
  3486. MSG_DOREGISTER (?)
  3487. error message text
  3488. E(12-06-94)=Sorry, you'll have to register if you\nwant to save/print more than 1000 lines
  3489. D(12-06-94)=Sorry, die unregistrierte Version kann\nmaximal 1000 Zeilen speichern/drucken.
  3490. F(23-06-94)=Désolé, il faut vous enregistrer si vous\nvoulez sauver/imprimer plus de 1000 lignes.
  3491. S(14-11-94)=Ledsen, men du måste registrera om du\nvill spara/skriva mer än 1000 rader.
  3492. I(01-12-94)=Spiacente, se si vogliono salvare/stampare più di 1000 linee\nbisogna registrarsi.
  3493. N(27-03-95)=Sorry, als u meer dan 1000 regels wilt\nbewaren of afdrukken, moet u registreren.
  3494. ;
  3495. MSG_DELETEORCANCEL (16:"#?[|]!#?")
  3496. two button labels separated by |
  3497. E(12-06-94)=_Cancel|!DELETE
  3498. D(12-06-94)=Abbru_ch|!LÖSCHEN
  3499. F(23-06-94)=_Annuler|!EFFACER
  3500. S(14-11-94)=_Avbryt|!RADERA
  3501. I(01-12-94)=_Annulla|!CANCELLA
  3502. N(27-03-95)=_Annuleer|!WIS
  3503. ;
  3504. MSG_CONFIRMBACKUP (?)
  3505. requester body text
  3506. E(12-06-94)=Proceed with backup ?
  3507. D(12-06-94)=Sicherheitskopie anlegen ?
  3508. F(23-06-94)=Effectuer le backup ?
  3509. S(14-11-94)=Fortsätt med backup ?
  3510. I(01-12-94)=Procedo con la copia ?
  3511. N(27-03-95)=Backup maken ?
  3512. ;
  3513. MSG_OKCANCEL (16:"#?|!#?")
  3514. two button labels separated by |
  3515. E(12-06-94)=_Cancel|!OK
  3516. D(12-06-94)=Abbru_ch|!OK
  3517. F(23-06-94)=_Annuler|!OK
  3518. S(14-11-94)=_Avbryt|!OK
  3519. I(01-12-94)=_Annulla|!OK
  3520. N(27-03-95)=_Annuleer|!OK
  3521. ;
  3522. MSG_SELECTDELETEFILE (35)
  3523. used as file requester title
  3524. E(12-06-94)=Delete file:
  3525. D(12-06-94)=Datei löschen:
  3526. F(23-06-94)=Efface fichier:
  3527. S(14-11-94)=Radera fil:
  3528. I(01-12-94)=Cancella il file:
  3529. N(27-03-95)=Bestand wissen :
  3530. ;
  3531. MSG_CONFIRMPRINTING (?)
  3532. requester body text; used to ask for confirmation
  3533. E(12-06-94)=Please confirm:\nProceed with printing ?
  3534. D(12-06-94)=Mit Ausdruck fortfahren ?
  3535. F(23-06-94)=Effectuer l'impression ?
  3536. S(14-11-94)=Var god och bekräfta:\nFortsätt med utskrift ?
  3537. I(01-12-94)=Conferma: Procedo con la stampa?
  3538. N(27-03-95)=Bevestiging :\nDoorgaan met printen ?
  3539. ;
  3540. MSG_PRINTCANCEL (16:"#?|!#?")
  3541. two button labels separated by |
  3542. E(12-06-94)=_Cancel|!PRINT
  3543. D(12-06-94)=Abbru_ch|!DRUCKEN
  3544. F(23-06-94)=_Annuler|!Imprimer
  3545. S(14-11-94)=_Avbryt|!UTSKRIFT
  3546. I(01-12-94)=_Annulla|!STAMPA
  3547. N(27-03-95)=_Annuleer|!PRINT
  3548. ;
  3549. MSG_WARNINGFILEMODIFIED (?)
  3550. requester body text
  3551. E(01-03-95)=Warning: File has been modified
  3552. D(01-03-95)=Warnung: Text wurde geändert
  3553. F(01-03-95)=Attention: Le fichier a été modifié
  3554. S(01-03-95)=Varning: Filen har blivit modifierad
  3555. I(01-03-95)=Attenzione:\nLe modifiche effettuate sul file\nandranno perse
  3556. N(27-03-95)=PAS OP: Bestand is gewijzigd
  3557. ;
  3558. MSG_DISCARDCANCEL (16:"#?|!#?")
  3559. two button labels separated by |
  3560. E(12-06-94)=_Cancel|!DISCARD
  3561. D(12-06-94)=Abbru_ch|!LÖSCHEN
  3562. F(23-06-94)=_Annuler|!PERDRE
  3563. S(14-11-94)=_Avbryt|!IGNORERA
  3564. I(01-12-94)=_Annulla|!PROCEDI
  3565. N(27-03-95)=_Annuleer|!WEG
  3566. ;
  3567. INFO_PLEASECLOSEALLWINDOWS (?)
  3568. requester body text used while closing down
  3569. E(12-06-94)=Please close all windows !
  3570. D(12-06-94)=Bitte alle Fenster schließen !
  3571. F(23-06-94)=Veuillez fermer toutes les fenêtres!
  3572. S(14-11-94)=Var god och stäng alla fönster !
  3573. I(01-12-94)=Bisogna chiudere tutte le finestre !
  3574. N(27-03-95)=Alle vensters sluiten a.u.b.
  3575. ;
  3576. MSG_RTALLOCREQUESTFAILED (?)
  3577. error message text
  3578. E(12-06-94)=RtAllocRequest() failed ?!
  3579. D(12-06-94)=rtAllocRequest() hat versagt
  3580. F(23-06-94)=rtAllocRequest() a échoué ?!
  3581. S(14-11-94)=rtAllocRequest() misslyckades ?!
  3582. I(01-12-94)=rtAllocRequest(): errore ?!
  3583. N(27-03-95)=rtAllocRequest() mislukt
  3584. ;
  3585. MSG_COULDNTALLOCHASHTABLE (?)
  3586. error message text
  3587. E(12-06-94)=Couldn't alloc hash table
  3588. D(12-06-94)=Zu wenig RAM für Hash-Tabelle
  3589. F(23-06-94)=Impossible d'ouvrir la table de de chaînage
  3590. S(14-11-94)=Kunde inte allokera hashtabell
  3591. I(01-12-94)=Non posso allocare la hash table
  3592. N(27-03-95)=Te weinig geheugen voor hash-table
  3593. ;
  3594. MSG_INPUT (18)
  3595. used as requester title (e.g. if asking for a string)
  3596. E(12-06-94)=Input
  3597. D(12-06-94)=Eingabe
  3598. F(23-06-94)=Entrée
  3599. S(14-11-94)=Input
  3600. I(01-12-94)=Immetti
  3601. N(27-03-95)=Input
  3602. ;
  3603. MSG_AMIGAGUIDENOTAVAILABLE (?)
  3604. error message text
  3605. E(12-06-94)=AmigaGuide library not available
  3606. D(12-06-94)=AmigaGuide-Library nicht vorhanden
  3607. F(23-06-94)=Amigaguide.library non disponible
  3608. S(14-11-94)=AmigaGuide-bibliotek ej tillgängligt
  3609. I(01-12-94)=Amigaguide.library non disponibile
  3610. N(27-03-95)=amigaguide.library niet beschikbaar
  3611. ;
  3612. MSG_ENTERASCIICODE (18)
  3613. used as requester title (find menu: ascii insert...)
  3614. E(12-06-94)=Enter ASCII code
  3615. D(12-06-94)=ASCII-Code...
  3616. F(23-06-94)=Code ASCII ...
  3617. S(14-11-94)=Infoga ASCII-kod
  3618. I(01-12-94)=Immetti cod. ASCII
  3619. N(27-03-95)=Geef ASCII-code
  3620. ;
  3621. MSG_OUTOFRANGE (?)
  3622. error message text
  3623. E(12-06-94)=Out of range
  3624. D(12-06-94)=Unzulaessiger Wert
  3625. F(23-06-94)=Hors limites
  3626. S(14-11-94)=Utanför gränserna
  3627. I(01-12-94)=Fuori range
  3628. N(27-03-95)=Ongeldige waarde
  3629. ;
  3630. MSG_ALLOCDOSOBJECTFAILED (?)
  3631. error message text
  3632. E(12-06-94)=AllocDosObject() failed
  3633. D(12-06-94)=AllocDosObject() hat versagt
  3634. F(23-06-94)=AllocDosObject() a échoué
  3635. S(14-11-94)=AllocDosObject() misslyckades
  3636. I(01-12-94)=AllocDosObject(): errore
  3637. N(27-03-95)=AllocDosObject() mislukt
  3638. ;
  3639. MSG_SELECTEDSCREENMODENOTAVAILABLE (?)
  3640. error message text
  3641. E(12-06-94)=Screen mode not available
  3642. D(12-06-94)=Gewählte Auflösung nicht verfügbar
  3643. F(23-06-94)=Mode d'écran non disponible
  3644. S(14-11-94)=Skärmläge ej tillgängligt
  3645. I(01-12-94)=Modo schermo non disponibile
  3646. N(27-03-95)=Schermmodus niet beschikbaar
  3647. ;
  3648. MSG_OK (9)
  3649. used as default button label by internal REQUEST command
  3650. E(12-06-94)=OK
  3651. D(12-06-94)=OK
  3652. F(23-06-94)=OK
  3653. S(14-11-94)=OK
  3654. I(01-12-94)=OK
  3655. N(27-03-95)=OK
  3656. ;
  3657. MSG_UNKNOWNFILEFORMAT (?)
  3658. error message text
  3659. E(12-06-94)=Unknown file format
  3660. D(12-06-94)=Unbekanntes Dateiformat
  3661. F(23-06-94)=Format de fichier inconnu
  3662. S(14-11-94)=Okänt filformat
  3663. I(01-12-94)=Formato del file sconosciuto
  3664. N(27-03-95)=Onbekende bestandsopmaak
  3665. ;
  3666. MSG_NORM (!4)
  3667. used within screen title to indicate option-off; MUST BE 4 LETTERS
  3668. E(12-06-94)=----
  3669. D(12-06-94)=----
  3670. F(23-06-94)=----
  3671. S(14-11-94)=----
  3672. I(01-12-94)=----
  3673. N(27-03-95)=----
  3674. ;
  3675. MSG_WINDOWNOTAVAILABLE (?)
  3676. error message text
  3677. E(12-06-94)=Window not available
  3678. D(12-06-94)=Fenster nicht verfügbar
  3679. F(23-06-94)=Fenêtre non disponible
  3680. S(14-11-94)=Fönster ej tillgängligt
  3681. I(01-12-94)=Finestra non disponibile
  3682. N(27-03-95)=Venster niet beschikbaar
  3683. ;
  3684. MSG_CLIPBOARD_ERROR (?)
  3685. error message text
  3686. E(12-06-94)=Clipboard error
  3687. D(12-06-94)=Clipboard Fehler
  3688. F(23-06-94)=Erreur de ClipBoard
  3689. S(14-11-94)=Clipboard fel
  3690. I(01-12-94)=Clipboard: errore
  3691. N(27-03-95)=Clipboard fout
  3692. ;
  3693. MSG_NOERRORENCOUNTERED (?)
  3694. error message text
  3695. E(12-06-94)=No errors encountered
  3696. D(12-06-94)=Keine Fehler vermerkt
  3697. F(23-06-94)=Il n'y a pas eu d'erreurs
  3698. S(14-11-94)=Inga påträffade fel
  3699. I(01-12-94)=Non riscontrato nessun errore
  3700. N(27-03-95)=Geen fouten gevonden
  3701. ;
  3702. MSG_SYSTEMTAGSFAILED (?)
  3703. error message text
  3704. E(12-06-94)=SystemTags() failed
  3705. D(12-06-94)=SystemTags() hat versagt
  3706. F(23-06-94)=SystemTags() a échoué
  3707. S(14-11-94)=SystemTags() misslyckades
  3708. I(01-12-94)=SystemTags(): errore
  3709. N(27-03-95)=SystemTags() mislukt
  3710. ;
  3711. MSG_AREXXSERVERNOTRUNNING (?)
  3712. error message text
  3713. E(12-06-94)=ARexx server not running
  3714. D(12-06-94)=ARexx Server läuft nicht
  3715. F(23-06-94)=Serveur ARexx non installé
  3716. S(14-11-94)=ARexxservern är ej igång
  3717. I(01-12-94)=Interprete ARexx non installato
  3718. N(27-03-95)=ARexx server niet aanwezig
  3719. ;
  3720. MSG_MESSAGESOUTSTANDING (?)
  3721. error message text
  3722. E(12-06-94)=ARexx message(s) not yet replied
  3723. D(12-06-94)=ARexx Message(s) noch nicht beantwortet
  3724. F(23-06-94)=Pas de réponse au(x) message(s) ARexx
  3725. S(14-11-94)=ARexxmeddelanden har ej blivit besvarade
  3726. I(01-12-94)=Nessuna risposta ai/al messaggi(o) ARexx
  3727. N(27-03-95)=ARexx-bericht nog niet beantwoord
  3728. ;
  3729. MSG_BUSY (?)
  3730. error message text
  3731. E(12-06-94)=Busy - can't process further macro
  3732. D(12-06-94)=Busy - kein weiteres Makro ausführbar
  3733. F(23-06-94)=Occupé, impossible de traiter la macro suivante
  3734. S(14-11-94)=Upptagen - Kan ej processa fler makros
  3735. I(01-12-94)=Occupato\nnon posso elaborare un'ulteriore macro
  3736. N(27-03-95)=Bezig - kan nog geen nieuwe macro uitvoeren
  3737. ;
  3738. MSG_SHARE (?)
  3739. shareware information
  3740. E(12-06-94)=GoldED Amiga\n©1995 Dietmar Eilert\n\nUNREGISTERED DEMO RELEASE
  3741. D(12-06-94)=GoldED Amiga\n©1995 Dietmar Eilert\n\nNICHT REGISTRIERTE DEMOVERSION
  3742. F(23-06-94)=GoldED Amiga\n©1995 Dietmar Eilert\n\nVERSION DEMO NON ENREGISTREE
  3743. S(14-11-94)=GoldED Amiga\n©1995 Dietmar Eilert\n\nOREGISTRERAD DEMO VERSION
  3744. I(24-03-95)=GoldED Amiga\n©1995 Dietmar Eilert\n\nVERSIONE DEMO NON REGISTRATA
  3745. N(27-03-95)=GoldED Amiga\n©1995 Dietmar Eilert\n\nONGEREGISTREERDE DEMONSTRATIEVERSIE
  3746. ;
  3747. MSG_ABOUT (?:"#?[3.1.%ld]#?[%s]#?[%s]#?[%s]#?")
  3748. about text
  3749. E(28-06-95)=GoldED Release 3 (3.1.%ld)\nAll Rights Reserved.\n©1995 Dietmar Eilert\n\n%s\nBBS: +49-(0)2408-7788\nFAX: +49-(0)241-81665\n\nScreen: %s\nARexx:  %s\n
  3750. D(28-06-95)=GoldED Release 3 (3.1.%ld)\nAll Rights Reserved.\n©1995 Dietmar Eilert\n\n%s\nBBS: +49-(0)2408-7788\nFAX: +49-(0)241-81665\n\nScreen: %s\nARexx:  %s\n
  3751. F(28-06-95)=GoldED Release 3 (3.1.%ld)\nAll Rights Reserved.\n©1995 Dietmar Eilert\n\n%s\nBBS: +49-(0)2408-7788\nFAX: +49-(0)241-81665\n\nEcran: %s\nARexx: %s\n
  3752. S(28-06-95)=GoldED Release 3 (3.1.%ld)\nAll Rights Reserved.\n©1995 Dietmar Eilert\n\n%s\nBBS: +49-(0)2408-7788\nFAX: +49-(0)241-81665\n\nSkärm: %s\nARexx: %s\n
  3753. I(28-06-95)=GoldED Release 3 (3.1.%ld)\nAll Rights Reserved.\n©1995 Dietmar Eilert\n\n%s\nBBS: +49-(0)2408-7788\nFAX: +49-(0)241-81665\n\nSchermo: %s\nARexx:   %s\n
  3754. N(28-06-95)=GoldED Release 3 (3.1.%ld)\nAll Rights Reserved.\n©1995 Dietmar Eilert\n\n%s\nBBS: +49-(0)2408-7788\nFAX: +49-(0)241-81665\n\nScherm: %s\nARexx:  %s\n
  3755. ;
  3756. MSG_SELECTADIRECTORY (35)
  3757. used as file requester title
  3758. E(12-06-94)=Select a directory
  3759. D(12-06-94)=Wählen Sie ein Verzeichnis
  3760. F(23-06-94)=Sélectionnez un répertoire
  3761. S(14-11-94)=Välj katalog
  3762. I(01-12-94)=Scegli una directory
  3763. N(27-03-95)=Kies een lade
  3764. ;
  3765. MSG_SELECTFILES (35)
  3766. used as file requester title
  3767. E(12-06-94)=Select file(s)...
  3768. D(12-06-94)=Datei(en) auswählen...
  3769. F(23-06-94)=Sélectionnez un (ou des) fichier(s)
  3770. S(14-11-94)=Välj fil(er)...
  3771. I(01-12-94)=Scegli il(i) file(s)
  3772. N(27-03-95)=Selecteer bestand(en)
  3773. ;
  3774. MSG_STORECONTENTSINMACRO (?)
  3775. used as requester body text
  3776. E(12-06-94)=Store contents of this requester in the macro ?
  3777. D(12-06-94)=Requesterinhalt in Makro übernehmen ?
  3778. F(23-06-94)=Prendre le contenu de ce requester comme macro ?
  3779. S(14-11-94)=Lagra innehållet i denna requester i ett macro ?
  3780. I(01-12-94)=Immetto il contenuto del requester nella macro ?
  3781. N(27-03-95)=De inhoud van deze requester opnemen in de macro ?
  3782. ;
  3783. MSG_YESNO (16:"#?[|]#?")
  3784. two button labels separated by | (used by reqtools requester during macro recording)
  3785. E(12-06-94)=YES|No
  3786. D(12-06-94)=JA|nein
  3787. F(23-06-94)=OUI|non
  3788. S(14-11-94)=JA|Nej
  3789. I(01-12-94)=SI|no
  3790. N(27-03-95)=JA|Nee
  3791. ;
  3792. MSG_NOGUIDEFILESELECTED (?)
  3793. error message text
  3794. E(12-06-94)=No guide selected
  3795. D(12-06-94)=Kein Guide ausgewählt
  3796. F(23-06-94)=Pas de fichier guide sélectionné
  3797. S(14-11-94)=Ingen guidefil är vald
  3798. I(01-12-94)=Non è stato selezionato nessun file guida
  3799. N(27-03-95)=Geen .guide bestand geselecteerd
  3800. ;
  3801. MSG_NOEXECUTABLE (?)
  3802. error message text
  3803. E(12-06-94)=No executable
  3804. D(12-06-94)=Datei ist nicht ausführbar
  3805. F(23-06-94)=Fichier non exécutable
  3806. S(14-11-94)=Ej körbar
  3807. I(01-12-94)=File non eseguibile
  3808. N(27-03-95)=Bestand niet uitvoerbaar
  3809. ;
  3810. MSG_RENAMEFILE (39)
  3811. used as window title (misc menu: files/rename file...)
  3812. E(12-06-94)=Rename file
  3813. D(12-06-94)=Datei umbenennen
  3814. F(23-06-94)=renomme fichier
  3815. S(14-11-94)=Döp om fil
  3816. I(01-12-94)=Cambia il nome del file
  3817. N(27-03-95)=Hernoem bestand
  3818. ;
  3819. MSG_INVALIDSETTINGSFILE (?)
  3820. error message text
  3821. E(12-06-94)=Invalid settings file
  3822. D(12-06-94)=Ungültige Einstellungsdatei
  3823. F(23-06-94)=Fichier de configuratin invalide
  3824. S(14-11-94)=Ogiltlig inställningsfil
  3825. I(01-12-94)=File di configurazione non valido
  3826. N(27-03-95)=Ongeldig instellingenbestand
  3827. ;
  3828. MSG_CANCEL (9)
  3829. used as button gadget label; NO UNDERSCORE ALLOWED (config menu:keyboard/record)
  3830. E(12-06-94)=Cancel
  3831. D(12-06-94)=Abbruch
  3832. F(23-06-94)=Annuler
  3833. S(14-11-94)=Avbryt
  3834. I(01-12-94)=Annulla
  3835. N(27-03-95)=Annuleer
  3836. ;
  3837. MSG_PRESSAKEY (?)
  3838. used as requester body text
  3839. E(12-06-94)=Press a key ...
  3840. D(12-06-94)=Bitte Taste drücken ...
  3841. F(23-06-94)=Tapez une touche ...
  3842. S(14-11-94)=Tryck en tangent ...
  3843. I(01-12-94)=Premi un tasto ...
  3844. N(27-03-95)=Druk op een toets ...
  3845. ;
  3846. MSG_LOWMEMORYWARNING (?)
  3847. used as requester title
  3848. E(12-06-94)=Low memory warning
  3849. D(12-06-94)=LowMemory-Warnung
  3850. F(23-06-94)=Attention, mémoire basse.
  3851. S(14-11-94)=VARNING! Lite minne
  3852. I(01-12-94)=Attenzione, c'è poca memoria
  3853. N(27-03-95)=Geheugenwaarschuwing
  3854. ;
  3855. MSG_ESTIMATEDUSAGE (?:"#?[%8ld]#?[%8ld]#?")
  3856. used as requester body text indicating low-memory
  3857. E(12-06-94)=Estimated usage:%8ld bytes\nAvailable RAM:  %8ld bytes
  3858. D(12-06-94)=Geschätzter Bedarf:  %8ld bytes\nVerfügbarer Speicher:%8ld bytes
  3859. F(23-06-94)=Utilisation estimée à %8ld octets\nMémoire Dispo:%8ld octets
  3860. S(14-11-94)=Beräknad användning:%8ld bytes\nTillgängligt RAM:  %8ld bytes
  3861. I(01-12-94)=Uso stimato:%8ld bytes\nRAM disponibile: %8ld bytes
  3862. N(27-03-95)=Geschat gebruik: %8ld bytes\nBeschikbaar RAM: %8ld bytes
  3863. ;
  3864. MSG_LOADCANCEL (16:"!#?[|]#?")
  3865. two button labels separated by |
  3866. E(12-06-94)=!CANCEL|_Load
  3867. D(12-06-94)=!ABBRUCH|_laden
  3868. F(23-06-94)=!ANNULER|_Charger
  3869. S(14-11-94)=!AVBRYT|_Ladda
  3870. I(01-12-94)=!ANNULLA|_Carica
  3871. N(27-03-95)=!ANNULEER|_Laad
  3872. ;
  3873. MSG_NOFILENAMEUNDERCURSOR (?)
  3874. error message text (misc menu: search file)
  3875. E(12-06-94)=No file name under cursor
  3876. D(12-06-94)=Kein Dateiname unter Cursor
  3877. F(23-06-94)=Pas de nom de fichier sous le curseur
  3878. S(14-11-94)=Ingen fil under markören
  3879. I(01-12-94)=Nessun nome di file sotto il cursore
  3880. N(27-03-95)=Geen bestandsnaam onder cursor
  3881. ;
  3882. MSG_COULDNTWRITETOOUTPUTDEVICE (?)
  3883. error message text (writeing/printing failed)
  3884. E(12-06-94)=Couldn't write to output device
  3885. D(12-06-94)=Schreiben auf Ausgabegerät fehlgeschlagen
  3886. F(23-06-94)=Impossible d'écrire dans le device de sortie
  3887. S(14-11-94)=Kunde inte skriva till utskriftsenhet
  3888. I(01-12-94)=Non posso scrivere sul dispositivo di output
  3889. N(27-03-95)=Kan niet schrijven naar uitvoerapparaat
  3890. ;
  3891. MSG_SELECTPATHTOINSERT (35)
  3892. used as file requester title (misc menu: insert path...)
  3893. E(12-06-94)=Select path to insert...
  3894. D(12-06-94)=Einzufügender Pfad...
  3895. F(23-06-94)=Sélectionner chemin à insérer...
  3896. S(14-11-94)=Välj sökväg att infoga...
  3897. I(01-12-94)=Scegli il percorso da inserire ...
  3898. N(27-03-95)=Selecteer pad om tussen te voegen
  3899. ;
  3900. MSG_CONFIRMREPLACE (?)
  3901. used a requester body text (find menu: replace...)
  3902. E(12-06-94)=Please confirm: Replace pattern ?
  3903. D(12-06-94)=Bitte bestätigen: Muster ersetzen ?
  3904. F(23-06-94)=Remplacer la chaîne
  3905. S(14-11-94)=Var god och bekräfta: Ersätta mönster ?
  3906. I(01-12-94)=Prego confermare: Sostituisco il modello ?
  3907. N(27-03-95)=Bevestiging: Patroon vervangen ?
  3908. ;
  3909. MSG_CANCELIGNOREREPLACE (29:"#?[|]#?[|]!#?")
  3910. three button labels separated by |
  3911. E(12-06-94)=_Cancel|_Ignore|!REPLACE
  3912. D(12-06-94)=Abbru_ch|_weiter|!ERSETZEN
  3913. F(23-06-94)=_annuler|_ignorer|!REMPLACER
  3914. S(14-11-94)=_Avbryt|_ignorera|!ERSÄTT
  3915. I(01-12-94)=_Annulla|_Ignora|!SOSTITUISCI
  3916. N(27-03-95)=_Annuleer|_Negeer|!VERVANG
  3917. ;
  3918. MSG_NOFROZENBUFFERSAVAILABLE (?)
  3919. error message text (control menu: freeze window/unfreeze...)
  3920. E(12-06-94)=No frozen buffers available
  3921. D(12-06-94)=Keine unsichtbaren Texte vorhanden
  3922. F(23-06-94)=Pas de texte gelé disponible
  3923. S(14-11-94)=Inga frysta buffrar tillgängliga
  3924. I(01-12-94)=Non è disponibile nessun buffer congelato
  3925. N(27-03-95)=Geen onzichtbare tekstbuffers
  3926. ;
  3927. MSG_GETSCREENDRAWINFOFAILED (?)
  3928. error message text
  3929. E(12-06-94)=GetScreenDrawInfo() failed
  3930. D(12-06-94)=GetScreenDrawInfo() hat versagt
  3931. F(23-06-94)=GetScreenDrawInfo() a échoué
  3932. S(14-11-94)=GetScreenDrawInfo() misslyckades
  3933. I(01-12-94)=GetScreenDrawInfo(): errore ?!
  3934. N(27-03-95)=GetScreenDrawInfo() mislukt
  3935. ;
  3936. MSG_REGISTERED (6)
  3937. used within screen title indicating GoldED PRO registration
  3938. E(12-06-94)=Pro
  3939. D(12-06-94)=Pro
  3940. F(23-06-94)=Pro
  3941. S(14-11-94)=Pro
  3942. I(01-12-94)=Pro
  3943. N(27-03-95)=Pro
  3944. ;
  3945. MSG_UNREGISTERED (=DEMO)
  3946. used within screen title indicating GoldED DEMO version
  3947. E(12-06-94)=DEMO
  3948. D(12-06-94)=DEMO
  3949. F(23-06-94)=DEMO
  3950. S(14-11-94)=DEMO
  3951. I(01-12-94)=DEMO
  3952. N(27-03-95)=DEMO
  3953. ;
  3954. MSG_FILEEXISTS (?)
  3955. used as requester body text (overwrite warning)
  3956. E(12-06-94)=File already exists
  3957. D(12-06-94)=File existiert schon !
  3958. F(23-06-94)=Le fichier existe déjà!
  3959. S(14-11-94)=Filen finns redan
  3960. I(01-12-94)=Il file esiste già
  3961. N(27-03-95)=Bestand bestaat reeds
  3962. ;
  3963. MSG_SAVECANCEL (16:"#?[|]!#?")
  3964. two button labels separated by |
  3965. E(12-06-94)=_Cancel|!SAVE
  3966. D(12-06-94)=Abbru_ch|!SICHERN
  3967. F(23-06-94)=_annuler|!SAUVER
  3968. S(14-11-94)=_Avbryt|!SPARA
  3969. I(01-12-94)=_annulla|!SALVA
  3970. N(27-03-95)=_Annuleer|!OPSLAAN
  3971. ;
  3972. MSG_FILEALREADYPRESENT (?)
  3973. used as requester body text
  3974. E(12-06-94)=Text already present - use it ?
  3975. D(12-06-94)=Text schon vorhanden - benutzen ?
  3976. F(23-06-94)=Texte déjà présent!
  3977. S(14-11-94)=Texten finns redan - Vill du använda den?
  3978. I(01-12-94)=Testo già presente - devo usarlo ?
  3979. N(27-03-95)=Text reeds in geheugen, gebruiken ?
  3980. ;
  3981. MSG_LOADUSE (16:"#?[|]!#?")
  3982. two button labels separated by |
  3983. E(12-06-94)=_Load|!USE
  3984. D(12-06-94)=_laden|!NUTZEN
  3985. F(23-06-94)=_charge|!UTILISE
  3986. S(14-11-94)=_Ladda|!ANVÄND
  3987. I(01-12-94)=_Carica|!USA
  3988. N(27-03-95)=_Laad|!GEBRUIK
  3989. ;
  3990. MSG_TEXTFONTSELECTIONINVALID (?)
  3991. error message text
  3992. E(12-06-94)=Invalid font selection
  3993. D(12-06-94)=Ungültiger Textfont
  3994. F(23-06-94)=Police de Texte invalide
  3995. S(14-11-94)=Valet av text typsnitt är ogiltligt
  3996. I(01-12-94)=Selezione del font di testo non valida
  3997. N(27-03-95)=Tekstfont selectie ongeldig
  3998. ;
  3999. MSG_POSITIONDISPLAY (!19)
  4000. status line template; YOU MAY ONLE CHANGE 1st/7th letter (default: X, Y)
  4001. E(12-06-94)=C:000 L:00000/00000
  4002. D(12-06-94)=X:000 Y:00000/00000
  4003. F(23-06-94)=C:000 L:00000/00000
  4004. S(14-11-94)=C:000 L:00000/00000
  4005. I(01-12-94)=C:000 L:00000/00000
  4006. N(27-03-95)=K:000 R:00000/00000
  4007. ;
  4008. MSG_CANCELCONTINUE (16:"#?[|]!#?")
  4009. two button labels separated by |
  4010. E(24-10-94)=_Cancel|!CONTINUE
  4011. D(24-10-94)=_Abbru_ch|!WEITER
  4012. I(24-03-95)=_Annulla|!CONTINUA
  4013. N(27-03-95)=_Annuleer|!VERDER
  4014. ;
  4015. MSG_PRINTBLOCK (35)
  4016. used as requester title (block menu: print...)
  4017. E(12-06-94)=Print block:
  4018. D(12-06-94)=Block drucken:
  4019. F(23-06-94)=Imprime bloc:
  4020. S(14-11-94)=Skriv ut block:
  4021. I(01-12-94)=Stampa blocco:
  4022. N(27-03-95)=Blok afdrukken:
  4023. ;
  4024. MSG_SAVEASXPK (?)
  4025. used as file requester title (project/save as XPK)
  4026. E(12-06-94)=Save as XPK:
  4027. D(12-06-94)=Gepackt speichern:
  4028. F(23-06-94)=Sauver en XPK:
  4029. S(14-11-94)=Spara som XPK:
  4030. I(01-12-94)=Salva come XPK:
  4031. N(27-03-95)=Bewaar als XPK:
  4032. ;
  4033. MSG_BADKEYDESCRIPTION (?)
  4034. error message text (internal KEY command)
  4035. E(12-06-94)=Bad key description
  4036. D(12-06-94)=Ungültige Tastenbeschreibung
  4037. F(23-06-94)=Mauvaise description de touche
  4038. S(14-11-94)=Ogiltlig tangent beskrivning
  4039. I(01-12-94)=Descrizione tasto errata
  4040. N(27-03-95)=Ongeldige toetsbeschrijving
  4041. ;
  4042. MSG_UNEXPECTEDCLOSINGBRACKET (?:"#?[%lc]#?[%ld]#?")
  4043. error message text indicating failed parenthesis check
  4044. E(12-06-94)=Unexpected '%lc' in column %ld
  4045. D(12-06-94)=Unerwartete '%lc' in Spalte %ld
  4046. F(23-06-94)='%lc' non attendu en colonne %ld
  4047. S(14-11-94)=Oväntad '%lc' i kolum %ld
  4048. I(01-12-94)='%lc' inatteso alla colonna %ld
  4049. N(27-03-95)=Onverwachte '%lc' in kolom %ld
  4050. ;
  4051. MSG_TOOMANYOPENINGBRACKETS (?)
  4052. error message text indicating failed parenthesis check
  4053. E(12-06-94)=Too many opening brackets
  4054. D(12-06-94)=Zu viele öffnende Klammern
  4055. F(23-06-94)=Trop de parenthèses d'ouverture!
  4056. S(14-11-94)=För många öppnade klamrar
  4057. I(01-12-94)=Troppe parentesi aperte !
  4058. N(27-03-95)=Teveel openingshaakjes !
  4059. ;
  4060. MSG_TOOMANYCLOSINGBRACKETS (?)
  4061. error message text indicating failed parenthesis check
  4062. E(12-06-94)=Too many closing brackets
  4063. D(12-06-94)=Zu viele schließende Klammern
  4064. F(23-06-94)=Trop de parenthèses de fermeture!
  4065. S(14-11-94)=För många stängda klamrar
  4066. I(01-12-94)=Troppe parentesi chiuse !
  4067. N(27-03-95)=Teveel sluithaakjes !
  4068. ;
  4069. MSG_NOMATCHFOUND (?:"#?[%lc]#?")
  4070. error message text indicating failed parenthesis check
  4071. E(09-10-94)=Found no match for '%lc'
  4072. D(09-10-94)=Kein Gegenstück für '%lc' gefunden
  4073. F(09-10-94)=Aucune condordance pour '%lc'
  4074. S(14-11-94)=Fann ingen matchande sträng för '%lc'
  4075. I(01-12-94)=Non ho trovato nessuna corrispondenza per '%lc'
  4076. N(27-03-95)=Geen bijpassend haakje gevonden voor '%lc'
  4077. ;
  4078. MSG_FILENOTMONITORED (?)
  4079. error message text related to notify handling
  4080. E(12-06-94)=File not monitored
  4081. D(12-06-94)=Datei wurde nicht beobachtet
  4082. F(23-06-94)=Fichier sans moniteur
  4083. S(14-11-94)=Filen är inte övervakad
  4084. I(01-12-94)=File non monitorato
  4085. N(27-03-95)=Bestand niet onder surveillance
  4086. ;
  4087. MSG_CLIENTNOTAVAILABLE (?)
  4088. error message text related to internal API command
  4089. E(31-01-95)=Client not available
  4090. D(31-01-95)=Client nicht verfügbar
  4091. F(31-01-95)=Client non disponible
  4092. S(31-01-95)=Klienten ej tillgänglig
  4093. I(31-01-95)=Client non disponibile
  4094. N(27-03-95)=Cliënt niet beschikbaar
  4095. ;
  4096. MSG_COMMAND (35)
  4097. used as wwindow/file requester title
  4098. E(12-06-94)=Command
  4099. D(12-06-94)=Kommando
  4100. F(23-06-94)=Commande
  4101. S(14-11-94)=Kommando
  4102. I(01-12-94)=Comando
  4103. N(27-03-95)=Commando
  4104. ;
  4105. MSG_NOSEARCHSTRING (?)
  4106. error message text indicating missing input data
  4107. E(20-09-94)=No search string
  4108. D(20-09-94)=Kein Suchmuster
  4109. F(20-09-94)=No search string
  4110. S(14-11-94)=Ingen söksträng
  4111. I(01-12-94)=Manca la stringa da cercare
  4112. N(27-03-95)=Geen zoekstring
  4113. ;
  4114. MSG_UNDOBUFFEREMPTY (?)
  4115. error message text indicating empty undo buffer
  4116. E(24-10-94)=Undo buffer empty
  4117. D(24-10-94)=Undo-Buffer ist leer
  4118. F(18-02-95)=Le tampon Undo est vide
  4119. I(24-03-95)=Buffer Undo vuoto
  4120. N(27-03-95)=Undo-buffer is leeg
  4121. ;
  4122. MSG_QUOTE (?)
  4123. quote displayed in about requester
  4124. E(14-07-95)=It is a funny thing about life; if you\nrefuse to accept anything but the best\nyou very often get it.\n                          Somerset Maugham
  4125. D(14-07-95)=It is a funny thing about life; if you\nrefuse to accept anything but the best\nyou very often get it.\n                          Somerset Maugham
  4126. F(14-07-95)=It is a funny thing about life; if you\nrefuse to accept anything but the best\nyou very often get it.\n                          Somerset Maugham
  4127. S(14-07-95)=It is a funny thing about life; if you\nrefuse to accept anything but the best\nyou very often get it.\n                          Somerset Maugham
  4128. I(14-07-95)=It is a funny thing about life; if you\nrefuse to accept anything but the best\nyou very often get it.\n                          Somerset Maugham
  4129. N(14-07-95)=It is a funny thing about life; if you\nrefuse to accept anything but the best\nyou very often get it.\n                          Somerset Maugham
  4130. ;
  4131. MSG_WARNINGNOTENOUGHMEMORYTOUNDOTHISOPERATION (?)
  4132. error message text indicating failure of undo allocation
  4133. E(27-11-94)=Not enough memory to undo operation
  4134. D(27-11-94)=Zu wenig Speicher für Rücknahme
  4135. F(18-02-95)=Pas assez de mémoire pour annuler l'opération
  4136. I(24-03-95)=Memoria insufficiente per l'operazione undo
  4137. N(27-03-95)=Onvoldoende geheugen voor Undo
  4138. ;
  4139. MSG_INVALIDPATTERN (?)
  4140. error message text indicating wildcard pattern
  4141. E(11-11-94)=Invalid wildcard pattern
  4142. D(11-11-94)=Ungültiger Suchstring
  4143. F(18-02-95)=Joker invalide
  4144. I(24-03-95)=Carattere jolly non valido
  4145. N(27-03-95)=Ongeldig wildcard patroon
  4146. ;
  4147. MSG_APICLIENTNOTSUPPORTED (?)
  4148. error message indicating pre-2.0 API client
  4149. E(28-11-94)=API client not supported
  4150. D(28-11-94)=API-Client wird nicht unterstützt
  4151. F(18-02-95)=Le client API n'est pas supporté (trop vieux!)
  4152. I(24-03-95)=API-Client non supportato
  4153. N(27-03-95)=API-cliënt niet meer ondersteund (verouderde versie)
  4154. ;
  4155. MSG_REDOBUFFEREMPTY (?)
  4156. error message text indicating empty redo buffer
  4157. E(04-12-94)=Redo buffer empty
  4158. D(04-12-94)=Redo-Buffer ist leer
  4159. F(18-02-95)=Le tampon Redo est vide
  4160. I(24-03-95)=Buffer redo vuoto
  4161. N(27-03-95)=Redo buffer is leeg
  4162. ;
  4163. MSG_SAVEMODIFIEDBUFFERS (?)
  4164. message suggesting saving of modified text buffers
  4165. E(27-02-95)=Save all modified buffers ?
  4166. D(27-02-95)=Modifizierte Texte speichern ?
  4167. I(24-03-95)=Salvo tutti i buffers modificati?
  4168. N(27-03-95)=Alle veranderde teksten opslaan ?
  4169. ;
  4170. MSG_DISCARDSAVECANCEL (24:"#?[|]#?[|]!#?")
  4171. three button labels separated by |
  4172. E(12-06-94)=_Cancel|_Save|!DISCARD
  4173. D(12-06-94)=Abbru_ch|_Sichern|!LÖSCHEN
  4174. I(24-03-95)=_Annulla|_Salva|!PROCEDI
  4175. N(27-03-95)=_Annuleer|_Opslaan|!WIS
  4176. ;
  4177. MSG_EXECUTEMACRO (35)
  4178. used as file requester title
  4179. E(06-03-95)=Execute macro...
  4180. D(06-03-95)=Makro ausführen...
  4181. I(24-03-95)=Esegui macro...
  4182. N(27-03-95)=Makro uitvoeren..
  4183. ;
  4184. MSG_PARSERERRORCODE (?)
  4185. error message indicating syntax parser failure
  4186. E(11-04-95)=Parser error %ld
  4187. D(11-04-95)=Parser-Fehler %ld
  4188. I(14-06-95)=Codice Errore %ld
  4189. ;
  4190. MSG_UNKNOWNDISPLAYMODE (?)
  4191. error message indicating failure of hardcopy
  4192. E(28-06-95)=Unknown screen mode
  4193. D(28-06-95)=Unbekannter Screen-Modus
  4194. ;
  4195. MSG_CANTOPENPRINTERDEVICE (?)
  4196. error message indicating hardcopy error
  4197. E(28-06-95)=Can't open printer device
  4198. D(28-06-95)=Kann Printer-Device nicht öffnen
  4199. ;
  4200. MSG_DEVICEERROR (?)
  4201. error message indicating device error
  4202. E(28-06-95)=Device error %ld
  4203. D(28-06-95)=Device-Fehler %ld
  4204. ;
  4205. MSG_YOURKEYFILEHASEXPIRED (?)
  4206. error message indicating invalid keyfile
  4207. E(01-07-95)=Your keyfile can't unlock this release;\nplease order a free keyfile update (run\nthe order program for details).
  4208. D(01-07-95)=Ihr Keyfile wurde für diese Version nicht\nfreigeschaltet; bitte bestellen Sie ein\nkostenloses Keyfile-Update (Details dazu\nim Order-Programm).
  4209.