home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Anwendungen / Kurztests / GoldED / data / tools / Cat / golded.base < prev    next >
Text File  |  1995-03-07  |  96KB  |  3,595 lines

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