home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / winedit / wedlang.dl_ < prev    next >
Text File  |  1996-03-05  |  55KB  |  1,809 lines

  1. ; This is the language file for all of WinEdit's messages, menus, and
  2. ; dialog boxes.  It really is an INI file, but should be treated as
  3. ; a DLL, hence its name.
  4. ;
  5. ; The MAIN section has two functions.  The LangAvail keyword has a comma
  6. ; delimited list of supported languages.  The remainder of the MAIN section
  7. ; is a "translation table" to convert the WIN.INI INTL sLanguage parameter
  8. ; (a three letter code) to a preferred language.
  9. ;
  10. ; The algorithm is as follows:
  11. ; The WINEDIT.INI file's WINEDIT section is checked for a "Language" keyword.
  12. ; If the "Language" keyword exists, and it's not "English", then that section
  13. ; of the WEDLANG.DLL file is used for the default langauge.  If the string
  14. ; is not defined, the internal English string is used.
  15. ;
  16. ; If no Language keyword is specified in the WINEDIT.INI file,
  17. ;    the program looks in WIN.INI, INTL section, "sLanguage" Keyword and grabs
  18. ;    the three letter language code found there.  Then it looks up the three
  19. ;    letter code in this MAIN section to try and map it to a language.  If
  20. ;    the language desired does not exist (yet) in this file, or if the
  21. ;    particular string involved has not been translated, then the default is
  22. ;    English.
  23. ;
  24. ; NOTE:  If any path through this algorithm results in a language of
  25. ;        "English", the internal strings are used.  If you wish to
  26. ;        translate WinEdit's English into UK, AUS, etc., choose another
  27. ;        name for your language section, such as "UKEnglish".
  28. ;
  29. ; If you wish to use a language found in this file, simply choose the
  30. ; language by name from the combo box in the Preferences dialog.
  31. ;
  32.  
  33.  
  34. [Main]
  35. LangAvail=German,Spanish,French,Italian
  36. deu=German
  37. enu=English
  38. eng=English
  39. dan=Danish
  40. nld=Dutch
  41. fin=Finnish
  42. fra=French
  43. frc=French
  44. deu=German
  45. isl=Icelandic
  46. ita=Italian
  47. nor=Norwegian
  48. ptg=Portugese
  49. esp=Spanish
  50. esn=Spanish
  51. sve=Swedish
  52.  
  53.  
  54. ; The English section here is not used but is included so that
  55. ; anyone wanting to translate this to another language can refer to this
  56. ; section for how we worded it.  It is also a good idea to look at the
  57. ; translations of the same string for the other languages to help add a
  58. ; little context.  If some string seems terribly strange, it probably is,
  59. ; simply don't worry about it.  Some of these strings are never displayed
  60. ; to most users.  If a string is missing from the translation, we'll just
  61. ; use the English string.
  62.  
  63. [Example]
  64.  
  65. ; command names
  66. X1001="FileNew"               
  67. X1002="FileOpen"              
  68. X1003="FileMerge"             
  69. X1004="FileList"              
  70. X1005="FileDiff"              
  71. X1006="FileSave"              
  72. X1007="FileSaveAs"            
  73. X1008="FileSaveAll"           
  74. X1009="FilePrint"             
  75. X1010="FilePrintSetup"        
  76. X1011="FilePageSetup"         
  77. X1012="FileSetPref"           
  78. X1013="FileKeys"              
  79. X1014="FileExit"              
  80. X1015="EditUndo"              
  81. X1016="EditRedo"              
  82. X1017="EditCut"               
  83. X1018="EditCopy"              
  84. X1019="EditPaste"             
  85. X1020="EditClear"             
  86. X1021="EditUp"                
  87. X1022="EditDown"              
  88. X1023="EditLeft"              
  89. X1024="EditRight"             
  90. X1025="EditHome"              
  91. X1026="EditEnd"               
  92. X1027="EditPageUp"            
  93. X1028="EditPageDown"          
  94. X1029="EditWordLeft"          
  95. X1030="EditWordRight"         
  96. X1031="EditTopOfFile"         
  97. X1032="EditEndOfFile"         
  98. X1033="EditTab"               
  99. X1034="EditBackTab"           
  100. X1035="EditSelectAll"         
  101. X1036="EditStartSelection"    
  102. X1037="EditEndSelection"      
  103. X1038="EditSelectLeft"        
  104. X1039="EditSelectRight"       
  105. X1040="EditSelectUp"          
  106. X1041="EditSelectDown"        
  107. X1042="EditSelectHome"        
  108. X1043="EditSelectEnd"         
  109. X1044="EditSelectPageUp"      
  110. X1045="EditSelectPageDown"    
  111. X1046="EditSelectWordLeft"    
  112. X1047="EditSelectWordRight"   
  113. X1048="EditSelectTopOfFile"   
  114. X1049="EditSelectEndOfFile"   
  115. X1050="EditToggleWordWrap"    
  116. X1051="EditToggleIns"         
  117. X1052="EditToggleAutoIndent"  
  118. X1053="EditBackspace"         
  119. X1054="EditCopyLine"          
  120. X1055="EditCutLine"           
  121. X1056="EditGoToLine"          
  122. X1057="EditGoToColumn"        
  123. X1058="EditSetColumnBlock"    
  124. X1059="SearchFind"            
  125. X1060="SearchNext"            
  126. X1061="SearchChange"          
  127. X1062="SearchBrace"           
  128. X1063="SearchNextErr"         
  129. X1064="SearchPrevErr"         
  130. X1065="SearchViewOutput"      
  131. X1066="MacroRecord"           
  132. X1067="RunCompile"            
  133. X1068="RunMake"               
  134. X1069="RunRebuild"            
  135. X1070="RunDebug"              
  136. X1071="RunExecute"            
  137. X1072="RunConfig"             
  138. X1073="WindowNew"             
  139. X1074="WindowNext"            
  140. X1075="WindowMinimize"        
  141. X1076="WindowMaximize"        
  142. X1077="WindowRestore"         
  143. X1078="WindowClose"           
  144. X1079="WindowTile"            
  145. X1080="WindowCascade"         
  146. X1081="WindowArrangeIcons"    
  147. X1082="WindowCloseAll"        
  148. X1083="HelpIndex"             
  149. X1084="HelpKeyboard"          
  150. X1085="HelpCommands"          
  151. X1086="HelpProcedures"        
  152. X1087="HelpOnHelp"            
  153. X1088="HelpKeywords"          
  154. X1089="HelpAbout"             
  155.  
  156.       
  157. ; general messages
  158. X201="Can't open the file '%s'"
  159. X202="Can't read the file '%s'"
  160. X203="Can't create the file '%s'"
  161. X204="Can't write the file '%s'"
  162. X205="Invalid filename: '%s'"
  163. X207="%s has been changed.  Save file before closing?"
  164. X208="Can't find '%s'"
  165. X209="Can't load Windows Help application"
  166. X210="Out of local memory.  Save file now and close a window."
  167. X211="Out of memory.  Close a document and retry."
  168. X212="You must enter command information in the Configure... dialog box before issuing this command."
  169. X213="Cannot paste a block larger than 64K."
  170. X225="Cannot print %s!"
  171. X226="%s has been changed.  Save file before compiling?"
  172. X227="Cannot edit a readonly file"
  173.  
  174. X2000="Cannot load WinBatch DLL"
  175. X2001="Nothing on clipboard to paste."
  176. X2002="Edit Paste"
  177. X2003="  Pasting column block..."
  178. X2008="Enter License Info..."
  179. X2009=" Recording Macro "
  180. X2010=" Line %lu Col %u"
  181. X2011="Line 999999 Col 99999"
  182. X2012="INS"
  183. X2013="OVR"
  184. X2014="Out of memory."
  185. X2015="Printer Setup"
  186. X2016="Cannot access specified driver."
  187. X2017="Error in Printer Setup"
  188. X2018="Nothing selected to cut."
  189. X2019="Edit Cut"
  190. X2020="  Cutting column block..."
  191. X2021="ANSI Character Set"
  192. X2022="OEM Character Set"
  193. X2023="Text Files|*.txt|INI Files|*.ini|All Files|*.*|"
  194. X2024="Source Files|*.c;*.h;*.rc;*.def|Text Files|*.txt|All Files|*.*|"
  195. X2025="UNTITLED"
  196. X2026="UNTITLED*"
  197. X2027="Error initializing program."
  198. X2028="Open Project File"
  199. X2029="File Merge"
  200. X2030="compiling"
  201. X2031="running Make"
  202. X2032="rebuilding"
  203. X2033="debugging"
  204. X2034="running program"
  205. X2035="Batch processor fatal error"
  206. X2036="Error!"
  207. X2037="running command"
  208. X2038="WinEdit Compile Window"
  209. X2039="Save %s before %s?"
  210. X2040="Compile complete.  Choose 'Yes' to analyze\r\nresults, or 'No' to load output file."
  211. X2041="Compile"
  212. X2042="error parsing"
  213. X2043="Nothing selected to cut."
  214. X2044="Edit Cut"
  215. X2045="Nothing selected to copy."
  216. X2046="Edit Copy"
  217. X2047="You can cut a selection greater than 64K to the clipboard, but "
  218. X2048="Cannot paste a selection greater than 64K.  Continue anyway?"
  219. X2049="  Copying column block to clipboard..."
  220. X2050="Project Files|*.wpj|All Files|*.*|"
  221. X2051="'%s' not found."
  222. X2052="Find"
  223. X2053="Repeat Last Find"
  224. X2054="Cannot search backwards with regular expression."
  225. X2055="Cannot make regular expression template."
  226. X2056="File Open"
  227. X2057="Save File As"
  228. X2058="%s is a READ ONLY file.  Please choose a different file name."
  229. X2059="Save File"
  230. X2060="Error writing file."
  231. X2061="Rename File"
  232. X2062="Replace"
  233. X2063="Please confirm empty replace string."
  234. X2064="Confirm Replace"
  235. X2065="<Unassigned>"
  236. X2066="Reset all key assignments to original default settings?"
  237. X2067="Reset Key Assignments"
  238. X2068="NULL character encountered in file.  Replace with '\377' (ASCII value 255) character?"
  239. X2069="Maximum line length of 16384 characters exceeded.  Use another editor to edit this file."
  240. X2070="Macro Files"
  241. X2071="Save Recorded Macro As"
  242. X2072="%s is already open. Please choose another name."
  243. X2073="Save Recorded Macro"
  244. X2074="Could not create file."
  245. X2075="Macro script not saved.  Try again?"
  246. X2076="Maximum macro size reached."
  247. X2077="Record Macro"
  248. X2078="At top of output listing"
  249. X2079="At bottom of output listing"
  250. X2080="No warnings or errors found"
  251. X2081="Save Project As"
  252. X2082="JIS Character Set"
  253.  
  254. ; dialog box text
  255. X2500="Reopen File"
  256. X2501="&Filename :"
  257. X2502="OK"
  258. X2503="Cancel"
  259. X2504="&Open new..."
  260. X2505="Replace"
  261. X2506="&Find:"
  262. X2507="&Replace with:"
  263. X2508="&Match case"
  264. X2509="C&onfirm before changing"
  265. X2510="Search &backwards"
  266. X2511="C&hange all"
  267. X2512="Regular Expression"
  268. X2513="Print"
  269. X2514="Printing"
  270. X2515="on the"
  271. X2516="on"
  272. X2517="Find"
  273. X2518="&Match Upper/Lowercase"
  274. X2519="F&orward"
  275. X2520="&Backward"
  276. X2521="&Printer:"
  277. X2522="&Setup..."
  278. X2523="Page Setup"
  279. X2524="&Header:"
  280. X2525="&Footer:"
  281. X2526="  %f: File Name    %d: Date and Time    %p: Page Number"
  282. X2527="Margins"
  283. X2528="&Left:"
  284. X2529="&Right:"
  285. X2530="&Top:"
  286. X2531="&Bottom:"
  287. X2532="&One Up"
  288. X2533="T&wo Up"
  289. X2534="&Printer font..."
  290. X2535="Font"
  291. X2536="&Font:"
  292. X2537="Font St&yle:"
  293. X2538="&Size:"
  294. X2539="&Apply"
  295. X2540="&Help"
  296. X2541="Effects"
  297. X2542="Stri&keout"
  298. X2543="&Underline"
  299. X2544="&Color:"
  300. X2545="Sample"
  301. X2546="AaBbYyZz"
  302. X2547="ANSI Character Set"
  303. X2548="Project Management"
  304. X2549="&Project Name:"
  305. X2550="Working &Directory:"
  306. X2551="Compi&ler:"
  307. X2552="&Open..."
  308. X2553="&Save..."
  309. X2554="%f =file name   %n =base name, no extension   %e =file extension only"
  310. X2555="&Compile command:"
  311. X2556="Capture Output"
  312. X2557="&Make command:"
  313. X2558="&Rebuild command:"
  314. X2559="De&bug command:"
  315. X2560="&Execute command:"
  316. X2561="Preferences"
  317. X2562="&Screen Font..."
  318. X2563="&File filters..."
  319. X2564="&Backup specification:"
  320. X2565="&Tab Size:"
  321. X2566="Configuration"
  322. X2567="&Lite"
  323. X2568="St&andard"
  324. X2569="&Professional"
  325. X2570="&Reopen last file at startup"
  326. X2571="&Zoom window at startup"
  327. X2572="Show &Control Bar"
  328. X2573="&Warning sounds"
  329. X2574="Go to line:"
  330. X2575="File Filters"
  331. X2576="File filters for the File Open and File Save As dialog boxes"
  332. X2577="&Description"
  333. X2578="&Pattern"
  334. X2579="&Add"
  335. X2580="&Remove"
  336. X2581="Confirm Replace"
  337. X2582="Replace this occurrence?"
  338. X2583="&Yes"
  339. X2584="&No"
  340. X2585="Key Assignments"
  341. X2586="Co&mmands:"
  342. X2587="Cu&rrent Keys for:"
  343. X2588="&Add"
  344. X2589="D&elete"
  345. X2590="&Close"
  346. X2591="Re&set"
  347. X2592="Shortcut Key:"
  348. X2593="<Unassigned>"
  349. X2594="Currently:"
  350. X2595="Configure Error Parsing"
  351. X2596="ERROR&FORMAT:"
  352. X2597="ERROR&ORDER:"
  353. X2598="ERROR&TEXT:"
  354. X2599="&Help"
  355. X2600="&Remove"
  356. X2601="&Default Line End"
  357. X2602="CR/LF"
  358. X2603="LF"
  359. X2604="CR"
  360. X2605="LF/CR"
  361. X2606="Sa&ve tabs in file"
  362. X2607="La&nguage"
  363. X2608="Analyze Results"
  364. X2609="Load Output File"
  365. X2610="Show Status &Bar"
  366. X2611="Show &Horizontal Scrollbar"
  367. X2612="Changes made to the Horizontal Scrollbar setting\nwill take effect for new windows"
  368. X2613="Cursor must be on a word for Keyword Help"
  369. X2614="Cursor must be on a brace for Brace Matching"
  370. X2615="Brace Matching"
  371. X2616="No matching brace found."
  372. X2617="Save files before running tools"
  373. X2618="Prompt before saving files"
  374. X2619="&Help"
  375.  
  376. ; menus
  377. X3001="&New"
  378. X3002="&Open..."
  379. X3003="&Merge..."
  380. X3004="Pre&vious files..."
  381. X3005="&Difference..."
  382. X3006="&Save"
  383. X3007="Save &As..."
  384. X3008="Save A&ll..."
  385. X3009="&Print..."
  386. X3010="P&rinter Setup..."
  387. X3011="Page Se&tup..."
  388. X3012="Pr&eferences..."
  389. X3013="&Key Assignments..."
  390. X3014="E&xit"
  391. X3015="&Undo"
  392. X3016="&Redo"
  393. X3017="Cu&t"
  394. X3018="&Copy"
  395. X3019="&Paste"
  396. X3020="C&lear"
  397. X3035="&Select All"
  398. X3050="&Word Wrap"
  399. X3051="&Insert Mode"
  400. X3052="&Auto Indent"
  401. X3056="&Go to line..."
  402. X3058="Column &Block"
  403. X3059="&Find..."
  404. X3060="&Repeat Last Find"
  405. X3061="&Change..."
  406. X3062="Find Matching &Brace"
  407. X3063="&Next Error"
  408. X3064="&Previous Error"
  409. X3065="&View Compiler Output"
  410. X3067="&Compile"
  411. X3068="&Make"
  412. X3069="&Rebuild"
  413. X3070="&Debug"
  414. X3071="&Execute"
  415. X3072="Con&figure..."
  416. X3073="&New"
  417. X3074="Ne&xt"
  418. X3078="&Close"
  419. X3079="&Tile"
  420. X3080="&Cascade"
  421. X3081="Arrange &Icons"
  422. X3082="Close &All"
  423. X3083="&Index"
  424. X3084="&Keyboard"
  425. X3085="&Commands"
  426. X3086="&Procedures"
  427. X3087="&Using Help"
  428. X3088="&Key Word Help"
  429. X3089="&About WinEdit..."
  430. X4000="&File"
  431. X4001="&Edit"
  432. X4002="&Search"
  433. X4003="&Project"
  434. X4004="&Window"
  435. X4005="&Help"
  436. X4006="&Utility"
  437. X4007="&Macro"
  438.  
  439. ; status line text
  440. X5001="Open new document window"
  441. X5002="Read an existing disk file into document window"
  442. X5003="Merge a disk file into window at current position"
  443. X5004="Select from list of previously opened documents"
  444. X5005="Compare the differences between two files or directories"
  445. X5006="Save current document to disk"
  446. X5007="Save current document with new name"
  447. X5008="Save all changed documents without prompting"
  448. X5009="Print the current document"
  449. X5010="Configure printer"
  450. X5011="Set print output options"
  451. X5012="Set display options"
  452. X5013="Configure shortcut keys"
  453. X5014="Quit the program"
  454. X5015="Undo the previous editing action"
  455. X5016="Restore the last undo operation"
  456. X5017="Move the current selection to the clipboard"
  457. X5018="Copy the current selection to the clipboard"
  458. X5019="Paste the clipboard contents to the document"
  459. X5020="Delete the current selection"
  460. X5035="Select the entire document"
  461. X5050="Turn word wrap on or off"
  462. X5051="Switch between insert and overtype modes"
  463. X5054="Copy the current line to the clipboard"
  464. X5055="Move the current line to the clipboard"
  465. X5056="Move the current position to <line>"
  466. X5057="Move the current position to <column>"
  467. X5058="Select by column"
  468. X5059="Search for text"
  469. X5060="Repeat most recent search"
  470. X5061="Search for text and replace with new text"
  471. X5062="Find next matching brace"
  472. X5063="Review next warning or error"
  473. X5064="Review previous warning or error"
  474. X5065="View captured compiler output"
  475. X5067="Compile a source file"
  476. X5068="Make the executable as specified in the project file"
  477. X5069="Rebuild the executable as specified in the project file"
  478. X5070="Start the debugger"
  479. X5071="Run the executable"
  480. X5072="Configure the project options"
  481. X5073="Create a new window"
  482. X5074="Switch to next document window"
  483. X5075="Minimize the document window"
  484. X5076="Maximize the document window"
  485. X5077="Restore the document window"
  486. X5078="Close the document window"
  487. X5079="Tile all document windows"
  488. X5080="Cascade all document windows"
  489. X5081="Arrange minimized document windows"
  490. X5082="Close all document windows"
  491. X5083="Display the Help Index"
  492. X5084="Display the Keyboard Help"
  493. X5085="Display the Command Help"
  494. X5086="Display the Procedures Help"
  495. X5087="Display Help on using Windows Help"
  496. X5088="Display Help using current word as topic"
  497. X5089="Display the About dialog"
  498.  
  499.  
  500. [German]
  501. ; command names
  502. X1001="FileNew"               
  503. X1002="FileOpen"              
  504. X1003="FileMerge"             
  505. X1004="FileList"              
  506. X1005="FileDiff"              
  507. X1006="FileSave"              
  508. X1007="FileSaveAs"            
  509. X1008="FileSaveAll"           
  510. X1009="FilePrint"             
  511. X1010="FilePrintSetup"        
  512. X1011="FilePageSetup"         
  513. X1012="FileSetPref"           
  514. X1013="FileKeys"              
  515. X1014="FileExit"              
  516. X1015="EditUndo"              
  517. X1016="EditRedo"              
  518. X1017="EditCut"               
  519. X1018="EditCopy"              
  520. X1019="EditPaste"             
  521. X1020="EditClear"             
  522. X1021="EditUp"                
  523. X1022="EditDown"              
  524. X1023="EditLeft"              
  525. X1024="EditRight"             
  526. X1025="EditHome"              
  527. X1026="EditEnd"               
  528. X1027="EditPageUp"            
  529. X1028="EditPageDown"          
  530. X1029="EditWordLeft"          
  531. X1030="EditWordRight"         
  532. X1031="EditTopOfFile"         
  533. X1032="EditEndOfFile"         
  534. X1033="EditTab"               
  535. X1034="EditBackTab"           
  536. X1035="EditSelectAll"         
  537. X1036="EditStartSelection"    
  538. X1037="EditEndSelection"      
  539. X1038="EditSelectLeft"        
  540. X1039="EditSelectRight"       
  541. X1040="EditSelectUp"          
  542. X1041="EditSelectDown"        
  543. X1042="EditSelectHome"        
  544. X1043="EditSelectEnd"         
  545. X1044="EditSelectPageUp"      
  546. X1045="EditSelectPageDown"    
  547. X1046="EditSelectWordLeft"    
  548. X1047="EditSelectWordRight"   
  549. X1048="EditSelectTopOfFile"   
  550. X1049="EditSelectEndOfFile"   
  551. X1050="EditToggleWordWrap"    
  552. X1051="EditToggleIns"         
  553. X1052="EditToggleAutoIndent"  
  554. X1053="EditBackspace"         
  555. X1054="EditCopyLine"          
  556. X1055="EditCutLine"           
  557. X1056="EditGoToLine"          
  558. X1057="EditGoToColumn"        
  559. X1058="EditSetColumnBlock"    
  560. X1059="SearchFind"            
  561. X1060="SearchNext"            
  562. X1061="SearchChange"          
  563. X1062="SearchBrace"           
  564. X1063="SearchNextErr"         
  565. X1064="SearchPrevErr"         
  566. X1065="SearchViewOutput"      
  567. X1066="MacroRecord"           
  568. X1067="RunCompile"            
  569. X1068="RunMake"               
  570. X1069="RunRebuild"            
  571. X1070="RunDebug"              
  572. X1071="RunExecute"            
  573. X1072="RunConfig"             
  574. X1073="WindowNew"             
  575. X1074="WindowNext"            
  576. X1075="WindowMinimize"        
  577. X1076="WindowMaximize"        
  578. X1077="WindowRestore"         
  579. X1078="WindowClose"           
  580. X1079="WindowTile"            
  581. X1080="WindowCascade"         
  582. X1081="WindowArrangeIcons"    
  583. X1082="WindowCloseAll"        
  584. X1083="HelpIndex"             
  585. X1084="HelpKeyboard"          
  586. X1085="HelpCommands"          
  587. X1086="HelpProcedures"        
  588. X1087="HelpOnHelp"            
  589. X1088="HelpKeywords"          
  590. X1089="HelpAbout"             
  591.  
  592.       
  593. ; general messages
  594. X201="Datei '%s' kann nicht ge÷ffnet werden"
  595. X202="Datei '%s' kann nicht gelesen werden"
  596. X203="Datei '%s' kann nicht erzeugt werden"
  597. X204="Datei '%s' kann nicht gespeichert werden"
  598. X205="Ungⁿltiger Dateiname:'%s'"
  599. X207="%s hat sich geΣndert.  Datei vor dem Schlie▀en speichern?"
  600. X208="Die Datei '%s' kann nicht gefunden werden"
  601. X209="Windows-Hilfe kann nicht gestartet werden"
  602. X210="Speicherⁿberlauf; Datei speichern und ein Fenster schlie▀en."
  603. X211="Speicherⁿberlauf; ein Fenster schlie▀en und dann letzte Aktion wiederholen."
  604. X212="Sie mⁿssen das Kommando im Menⁿ Projekt/Einstellungen konfigurieren bevor Sie es verwenden."
  605. X213="Ein Block der gr÷▀er als 64k ist, kann nicht eingefⁿgt werden."
  606. X225="Datei %s kann nicht Drucken!"
  607. X226="%s wurde geΣndert.  Vor dem ▄bersetzen Speichern?"
  608. X227="Diese Datei ist schreibgeschⁿtzt und kann nicht editiert werden"
  609.  
  610. X2000="Die WinBatch-DLL kann nicht geladen werden"
  611. X2001="Die Zwischenablage ist leer."
  612. X2002="Editiere Zwischenablage"
  613. X2003="Der Spaltenblock wird eingefⁿgt..."
  614. X2008="Bitte die Lizenzinformation eingeben..."
  615. X2009="Makro wird aufgezeichnet "
  616. X2010="Zeile %lu Spalte %u"
  617. X2011="Zeile 999999 Spalte 99999"
  618. X2012="EIN"
  619. X2013="UEB"
  620. X2014="Speicherⁿberlauf."
  621. X2015="Drucker einrichten"
  622. X2016="Angegebener Treiber kann nicht angesprochen werden."
  623. X2017="Fehler in den Druckervoreinstellung"
  624. X2018="Es ist nichts zum Ausschneiden markiert."
  625. X2019="Zwischenablage editieren"
  626. X2020="Schneide Spaltenblock aus..."
  627. X2021="ANSI Zeichensatz"
  628. X2022="OEM Zeichensatz"
  629. X2023="Textdateien|*.txt|INI-Dateien|*.ini|Alle Dateien|*.*|"
  630. X2024="Quelldateien|*.c;*.h;*.rc;*.def|Textdateien|*.txt|Alle Dateien|*.*|"
  631. X2025="Unbenannt"
  632. X2026="Unbenannt*"
  633. X2027="Fehler bei der Programminitialisierung."
  634. X2028="╓ffne Projektdatei"
  635. X2029="Datei einbinden"
  636. X2030="Start der ▄bersetzung"
  637. X2031="Start von Make"
  638. X2032="der Neubildung des Programms"
  639. X2033="Start des Debuggers"
  640. X2034="Start des Programms"
  641. X2035="Fataler Fehler im Batchprozessor"
  642. X2036="Fehler!"
  643. X2037="Kommando wird aufgefⁿhrt"
  644. X2038="PAbasic ▄bersetzungsfenster"
  645. X2039="Sichern von %s vor %s?"
  646. X2040="▄bersetzung beendet.  WΣhle "Ja"um das Ergebnis zu analysieren, oder "Nein" um Protokolldatei zu laden."
  647. X2041="▄bersetzen"
  648. X2042="Fehlersuche"
  649. X2043="Nichts zum Ausschneiden selektiert."
  650. X2044="Editiere Zwischenablage"
  651. X2045="Nichts zum kopieren selektiert."
  652. X2046="Editiere Zwischenablage"
  653. X2047="Sie k÷nnen einen Bereich gr÷▀er als 64k in der Zwischenablage ablegen, aber dann ... "
  654. X2048="Kann keinen Block gr÷▀er als 64k einfⁿgen; Fortfahren?"
  655. X2049="  Kopiere Spaltenblock in die Zwischenablage..."
  656. X2050="Projektdatei|*.wpj|Alle Dateien|*.*|"
  657. X2051="'%s' nicht gefunden."
  658. X2052="Suche"
  659. X2053="Letzte Suche wiederholen"
  660. X2054="Kann mit diesem Suchstring nicht rⁿckwΣrts suchen."
  661. X2055="Kann Muster fⁿr Suchbefehle nicht aufbauen."
  662. X2056="Datei ÷ffnen"
  663. X2057="Datei speichern unter"
  664. X2058="%s ist schreibgeschⁿtzt.  Bitte einen anderen Dateinamen wΣhlen."
  665. X2059="Datei speichern"
  666. X2060="Speicher Fehlerdatei."
  667. X2061="Benennen Datei um"
  668. X2062="Ersetze"
  669. X2063="Bitte leeren Textersatz bestΣtigen."
  670. X2064="Testersatz bestΣtigen"
  671. X2065="<Nicht zugewiesen>"
  672. X2066="Tastaturbelegung auf Standard zurⁿcksetzen?"
  673. X2067="Tastaturbelegung rⁿcksetzen"
  674. X2068="NULL-Zeichen in Datei gefunden.  Durch '\377' (ASCII-Wert 255) ersetzen?"
  675. X2069="Maximale ZeilenlΣnge von 16384 ⁿberschritten.  Benutzen Sie einen anderen Editor um diese Datei zu bearbeiten."
  676. X2070="Makrodatei"
  677. X2071="Speichere aufgezeichnetes Makro unter"
  678. X2072="%s ist bereits ge÷ffnet. Bitte wΣhlen Sie einen anderen Namen."
  679. X2073="Speicher aufgezeichnetes Makro"
  680. X2074="Kann Datei nicht anlegen."
  681. X2075="Makro ist gespeichert. Wiederholen?"
  682. X2076="Maximale MakrolΣnge erreicht."
  683. X2077="Zeichne Makro auf"
  684. X2078="Anfang der Protokolldatei"
  685. X2079="Ende der Protokolldatei"
  686. X2080="Keine Fehler oder Warnungen gefunden"
  687. X2081="Speicher Projekt unter"
  688. X2082="JIS Zeichensatz"
  689.  
  690. ; dialog box text
  691. X2500="Eine der zuletzt ge÷ffneten Datein einlesen"
  692. X2501="&Dateiname :"
  693. X2502="OK"
  694. X2503="Abbruch"
  695. X2504="&╓ffne neu..."
  696. X2505="Ersetzen"
  697. X2506="Text:"
  698. X2507="&Ersetzen durch:"
  699. X2508="&Casesensitiv"
  700. X2509="Vor ─nderung bestΣtigen"
  701. X2510="Suche rⁿckwΣrts"
  702. X2511="Alles Σndern"
  703. X2512="Regular Expression"
  704. X2513="Druck"
  705. X2514="Drucker"
  706. X2515="on the"
  707. X2516="on"
  708. X2517="Suchen"
  709. X2518="&Casesensitiv"
  710. X2519="V&orwΣrts"
  711. X2520="&RⁿckwΣrts"
  712. X2521="&Drucker:"
  713. X2522="&Konfiguration..."
  714. X2523="Seite einrichten"
  715. X2524="&Kopf:"
  716. X2525="&Fu▀zeile:"
  717. X2526="  %f: Dateiname  %d: Datum und Uhrzeit  %p: Seitenzahl"
  718. X2527="RΣnder"
  719. X2528="&Links:"
  720. X2529="&Rechts:"
  721. X2530="&Anfang:"
  722. X2531="&Ende:"
  723. X2532="Normal"
  724. X2533="Eng"
  725. X2534="&Zeichensatz..."
  726. X2535="Zeichensatz"
  727. X2536="&Zeichensatz:"
  728. X2537="Schriftart:"
  729. X2538="&Gr÷▀e:"
  730. X2539="&Apply"
  731. X2540="&Hilfe"
  732. X2541="Effekte"
  733. X2542="Stri&keout"
  734. X2543="&Unterstreichen"
  735. X2544="&Farbe:"
  736. X2545="Beispiel"
  737. X2546="AaBbYyZz"
  738. X2547="ANSI Zeichensatz"
  739. X2548="Projekt Management"
  740. X2549="&Projektname:"
  741. X2550="Arbeitsverzeichnis:"
  742. X2551="Compi&ler:"
  743. X2552="&╓ffnen..."
  744. X2553="&Speichern..."
  745. X2554="%f =Dateiname   %n =Hauptname, keine Dateierweiterung   %e =nur Dateierweiterung"
  746. X2555="&Compile-Kommando:"
  747. X2556="Protokoll sichern"
  748. X2557="&Make-Kommando:"
  749. X2558="&Rebuild command:"
  750. X2559="De&bug-Kommando:"
  751. X2560="&Start-Kommando:"
  752. X2561="Voreinstellungen"
  753. X2562="&Schritart..."
  754. X2563="&Dateifilter..."
  755. X2564="&Backupbezeichnung:"
  756. X2565="&TabulatorlΣnge:"
  757. X2566="Konfiguration"
  758. X2567="&Lite"
  759. X2568="St&andard"
  760. X2569="&Professional"
  761. X2570="&Bei Starten zuletzt ge÷ffnetes Dokument laden"
  762. X2571="&Window bei Start vergr÷▀ern"
  763. X2572="Symbolleiste"
  764. X2573="&Warnung ⁿber Lautsprecher"
  765. X2574="Zeile:"
  766. X2575="Dateifilter"
  767. X2576="Dateifilter in Dialogoboxen angegeben"
  768. X2577="&Kurzbeschreibung"
  769. X2578="&Dateifilter"
  770. X2579="&Hinzunehmen"
  771. X2580="&Entfernen"
  772. X2581="Ersetzung bestΣtigen"
  773. X2582="Ersetzen?"
  774. X2583="&Ja"
  775. X2584="&Nein"
  776. X2585="Tastenbelegung"
  777. X2586="Kommandos:"
  778. X2587="Taste     "
  779. X2588="&Hinzu"
  780. X2589="L÷schen"
  781. X2590="&Schlie▀en"
  782. X2591="Rⁿcksetzen"
  783. X2592="Tastenkombination:"
  784. X2593="<Unbenannt>"
  785. X2594="Aktuell:"
  786. X2595="Fehlersuche konfigurieren"
  787. X2596="FEHLER&FORMAT:"
  788. X2597="FEHLER&REIHENFOLGE:"
  789. X2598="FEHLER&TEXT:"
  790. X2599="&Hilfe"
  791. X2600="&Entfernen"
  792. X2601="&Default Zeilenendezeichen"
  793. X2602="CR/LF"
  794. X2603="LF"
  795. X2604="CR"
  796. X2605="LF/CR"
  797. X2606="Tabulatoren in Datei sichern"
  798. X2607="Sprache"
  799. X2608="Analysiere Protokoll"
  800. X2609="Lade Protokoll"
  801. X2610="Zeige Statuszeile an"
  802. X2611="Zeige horizontalen Scrollbar"
  803. X2612="─nderungen des Horizontalen Scrollbars wirkt auch auf andere Fenster"
  804. X2613="Der Mauszeiger mu▀ auf einem Wort stehen wenn die kontextsensitive Hilfe aktiviert wird."
  805. X2614="Der Mauszeiger mu▀ unmittelbar vor einer Klammer stehen wenn die korrespondierende Klammer gesucht wird."
  806. X2615="Korrespondierende Klammer gefunden"
  807. X2616="Keine korrespondierende Klammer gefunden."
  808. X2617="Datei sichern vor Start von Hilfsprogrammen"
  809. X2618="Rⁿckfrage vor dem Speichern von Dateien"
  810. X2619="&Hilfe"
  811.  
  812. ; menus
  813. X3001="&Neu"
  814. X3002="&╓ffnen..."
  815. X3003="&Einbinden..."
  816. X3004="&Jⁿngere Dateien..."
  817. X3005="&Vergleichen..."
  818. X3006="&Speichern"
  819. X3007="Speichern &unter..."
  820. X3008="&Alles speichern..."
  821. X3009="&Drucken..."
  822. X3010="D&rucker einrichten..."
  823. X3011="Seitenansic&ht..."
  824. X3012="V&oreinstellungen..."
  825. X3013="&Tastaturbelegung..."
  826. X3014="&Beenden"
  827. X3015="&RⁿckgΣngig machen"
  828. X3016="&Wiederholen"
  829. X3017="&Ausschneiden"
  830. X3018="&Kopieren"
  831. X3019="&Einfⁿgen"
  832. X3020="&L÷schen"
  833. X3035="&Alles markieren"
  834. X3050="&Wortumbruch"
  835. X3051="&Einfⁿgemodus"
  836. X3052="A&utomatisches Einrⁿcken"
  837. X3056="&Gehe zur Zeile..."
  838. X3058="&Spaltenblock"
  839. X3059="&Suchen..."
  840. X3060="&Weitersuchen"
  841. X3061="&Ersetzen..."
  842. X3062="Gegen&klammer"
  843. X3063="&NΣchster Fehler"
  844. X3064="&Vorausgehender Fehler"
  845. X3065="&Compileergebnis"
  846. X3067="&▄bersetzen"
  847. X3068="&Bilden"
  848. X3069="&Wiederholt bilden"
  849. X3070="&Debug"
  850. X3071="&Ausfⁿhren"
  851. X3072="Konfi&guration..."
  852. X3073="&Neu"
  853. X3074="NΣchste"
  854. X3078="S&chlie▀en"
  855. X3079="&Anordnen"
  856. X3080="&Kaskadieren"
  857. X3081="Icons anordnen"
  858. X3082="&Alles schlie▀en"
  859. X3083="&Index"
  860. X3084="&Tastatur"
  861. X3085="&Hauptmenⁿ"
  862. X3086="&Editierfunktionen"
  863. X3087="&Gebrauch der Hilfe"
  864. X3088="&Kontextsensitive Hilfe"
  865. X3089="&▄ber PAbasic-Editor..."
  866. X4000="&Datei"
  867. X4001="&Bearbeiten"
  868. X4002="&Suchen"
  869. X4003="&Projekt"
  870. X4004="&Fenster"
  871. X4005="&Hilfe"
  872. X4006="H&ilfsprogramme"
  873. X4007="&Makro"
  874.  
  875. ; status line text
  876. X5001="Neues Dokument ÷ffnen"
  877. X5002="Datei einlesen"
  878. X5003="Datei vor der nΣchsten Zeile einfⁿgen"
  879. X5004="Eine der zuletzt ge÷ffneten Dateien einlesen"
  880. X5005="Zwei Dateien oder Verzeichnissen vergleichen"
  881. X5006="Aktuelles Dokument speichern"
  882. X5007="Aktuelles Dokument unter neuem Namen speichern"
  883. X5008="Alle geΣnderten Dokumente ohne Rⁿckfrage speichern"
  884. X5009="Aktuelles Dokument drucken"
  885. X5010="Drucker einrichten"
  886. X5011="Seite einrichten"
  887. X5012="Voreinstellungen setzen"
  888. X5013="Tastenkombination Funktionen zuweisen"
  889. X5014="Programm beenden"
  890. X5015="Vorherige ─nderung rⁿckgΣngig machen"
  891. X5016="RⁿckgΣngig gemachte ─nderung wieder wirksam machen"
  892. X5017="Markierten Bereich in die Zwischenablage verschieben"
  893. X5018="Markierten Bereich in die Zwischenablage kopieren"
  894. X5019="Inhalt der Zwischenablage ab aktueller Cursorposition einfⁿgen"
  895. X5020="Markierten Bereich l÷schen"
  896. X5035="Ganzes Dokument markieren"
  897. X5050="Wortumbruch an- bzw. ausschalten"
  898. X5051="Zwischen Einfⁿgemodus (EIN) und ▄berschreibmodus (UEB) wechseln "
  899. X5052="Automatisches Einrⁿcken nach Zeilenwechsel ein- bzw. ausschalten"
  900. X5054="Markierten Bereich in Zwischenablage kopieren"
  901. X5055="Markierten Bereich in Zwischenablage verschieben"
  902. X5056="Gehe zur Zeile ..."
  903. X5057="Gehe in Spalte ..."
  904. X5058="Spaltenbearbeitung einschalten"
  905. X5059="Text suchen"
  906. X5060="Letzte Suche wiederholen"
  907. X5061="Text suchen und gegen neuen Text ersetzen"
  908. X5062="Zugeh÷rige ÷ffnende oder schlie▀ende Klammer finden"            
  909. X5063="NΣchste Warnung oder nΣchsten Fehler anzeigen"
  910. X5064="Vorgehende Warnungen oder vorgehenden Fehler anzeigen"
  911. X5065="Ergebnis der ▄bersetzung anzeigen"
  912. X5067="Quelldatei ⁿbersetzen"
  913. X5068="Programm neu bilden (alle Module neu ⁿbersetzen)"
  914. X5069="Programm neu bilden (nur geΣnderte Module neu ⁿbersetzen)"
  915. X5070="Debugger starten"
  916. X5071="Programm ausfⁿhren"
  917. X5072="Projekteinstellungen konfigurieren"
  918. X5073="Neues Fenster mit aktuellem Dokument erzeugen"
  919. X5074="NΣchstes Fenster in den Vordergrund setzen"
  920. X5075="Aktives Fenster iconisieren"
  921. X5076="╓ffne Fenster"
  922. X5077="Iconisieres Fenster wieder ÷ffnen"
  923. X5078="Aktuelles Dokument schlie▀en"
  924. X5079="Fenster untereinander mit maximaler Breite anordnen"
  925. X5080="Fenster hintereinander versetzt anordnen"
  926. X5081="Icons anordnen"
  927. X5082="Alle Fenster schliessen"
  928. X5083="Hilfeindex anzeigen"
  929. X5084="Tastaturbelegung anzeigen"
  930. X5085="Hilfe zu den Kommandos anzeigen"
  931. X5086="Hilfe zu den Prozeduren anzeigen"
  932. X5087="Hilfe zur Hilfe anzeigen"
  933. X5088="Hilfe zum markierten Begriff zeigen"
  934. X5089="Informationen zu diesem Programm anzeigen"
  935.  
  936. [Spanish]
  937.  
  938. ; command names
  939. X1001="FileNew"               
  940. X1002="FileOpen"              
  941. X1003="FileMerge"             
  942. X1004="FileList"              
  943. X1005="FileDiff"              
  944. X1006="FileSave"              
  945. X1007="FileSaveAs"            
  946. X1008="FileSaveAll"           
  947. X1009="FilePrint"             
  948. X1010="FilePrintSetup"        
  949. X1011="FilePageSetup"         
  950. X1012="FileSetPref"           
  951. X1013="FileKeys"              
  952. X1014="FileExit"              
  953. X1015="EditUndo"              
  954. X1016="EditRedo"              
  955. X1017="EditCut"               
  956. X1018="EditCopy"              
  957. X1019="EditPaste"             
  958. X1020="EditClear"             
  959. X1021="EditUp"                
  960. X1022="EditDown"              
  961. X1023="EditLeft"              
  962. X1024="EditRight"             
  963. X1025="EditHome"              
  964. X1026="EditEnd"               
  965. X1027="EditPageUp"            
  966. X1028="EditPageDown"          
  967. X1029="EditWordLeft"          
  968. X1030="EditWordRight"         
  969. X1031="EditTopOfFile"         
  970. X1032="EditEndOfFile"         
  971. X1033="EditTab"               
  972. X1034="EditBackTab"           
  973. X1035="EditSelectAll"         
  974. X1036="EditStartSelection"    
  975. X1037="EditEndSelection"      
  976. X1038="EditSelectLeft"        
  977. X1039="EditSelectRight"       
  978. X1040="EditSelectUp"          
  979. X1041="EditSelectDown"        
  980. X1042="EditSelectHome"        
  981. X1043="EditSelectEnd"         
  982. X1044="EditSelectPageUp"      
  983. X1045="EditSelectPageDown"    
  984. X1046="EditSelectWordLeft"    
  985. X1047="EditSelectWordRight"   
  986. X1048="EditSelectTopOfFile"   
  987. X1049="EditSelectEndOfFile"   
  988. X1050="EditToggleWordWrap"    
  989. X1051="EditToggleIns"         
  990. X1052="EditToggleAutoIndent"  
  991. X1053="EditBackspace"         
  992. X1054="EditCopyLine"          
  993. X1055="EditCutLine"           
  994. X1056="EditGoToLine"          
  995. X1057="EditGoToColumn"        
  996. X1058="EditSetColumnBlock"    
  997. X1059="SearchFind"            
  998. X1060="SearchNext"            
  999. X1061="SearchChange"          
  1000. X1062="SearchBrace"           
  1001. X1063="SearchNextErr"         
  1002. X1064="SearchPrevErr"         
  1003. X1065="SearchViewOutput"      
  1004. X1066="MacroRecord"           
  1005. X1067="RunCompile"            
  1006. X1068="RunMake"               
  1007. X1069="RunRebuild"            
  1008. X1070="RunDebug"              
  1009. X1071="RunExecute"            
  1010. X1072="RunConfig"             
  1011. X1073="WindowNew"             
  1012. X1074="WindowNext"            
  1013. X1075="WindowMinimize"        
  1014. X1076="WindowMaximize"        
  1015. X1077="WindowRestore"         
  1016. X1078="WindowClose"           
  1017. X1079="WindowTile"            
  1018. X1080="WindowCascade"         
  1019. X1081="WindowArrangeIcons"    
  1020. X1082="WindowCloseAll"        
  1021. X1083="HelpIndex"             
  1022. X1084="HelpKeyboard"          
  1023. X1085="HelpCommands"          
  1024. X1086="HelpProcedures"        
  1025. X1087="HelpOnHelp"            
  1026. X1088="HelpKeywords"          
  1027. X1089="HelpAbout"             
  1028.  
  1029.       
  1030. ; general messages
  1031. X201="No puede abrir el archivo '%s'"
  1032. X202="No puede abrir el archivo '%s'"
  1033. X203="No puede crear el archivo '%s'"
  1034. X204="No puede guardar el archivo '%s'"
  1035. X205="Invalid nombre de archivo: '%s'"
  1036. X207="%s has been changed.  Save file before closing?"
  1037. X208="No puede buscar '%s'"
  1038. X209="Can't load Windows Help application"
  1039. X210="Out of local memory.  Save file now and close a window."
  1040. X211="Out of memory.  Close a document and retry."
  1041. X212="You must enter command information in the Configure... dialog box before issuing this command."
  1042. X213="Cannot paste a block larger than 64K."
  1043. X225="No puede imprimir %s!"
  1044. X226="%s has been changed.  Save file before compiling?"
  1045. X227="Cannot edit a readonly file"
  1046.  
  1047. X2000="Cannot load WinBatch DLL"
  1048. X2001="Nothing on clipboard to paste."
  1049. X2002="Edit Paste"
  1050. X2003="  Pasting column block..."
  1051. X2008="Enter License Info..."
  1052. X2009=" Recording Macro "
  1053. X2010=" Lin %lu Col %u"
  1054. X2011="Lin 999999 Col 99999"
  1055. X2012="INS"
  1056. X2013="SO"
  1057. X2014="Out of memory."
  1058. X2015="Impresora Instalar"
  1059. X2016="Cannot access specified driver."
  1060. X2017="Error in Printer Setup"
  1061. X2018="Nothing selected to cut."
  1062. X2019="Edit Cut"
  1063. X2020="  Cutting column block..."
  1064. X2021="ANSI Character Set"
  1065. X2022="OEM Character Set"
  1066. X2023="Text Files|*.txt|INI Files|*.ini|All Files|*.*|"
  1067. X2024="Source Files|*.c;*.h;*.rc;*.def|Text Files|*.txt|All Files|*.*|"
  1068. X2025="UNTITLED"
  1069. X2026="UNTITLED*"
  1070. X2027="Error initializing program."
  1071. X2028="Open Project File"
  1072. X2029="File Merge"
  1073. X2030="compiling"
  1074. X2031="running Make"
  1075. X2032="rebuilding"
  1076. X2033="debugging"
  1077. X2034="running program"
  1078. X2035="Batch processor fatal error"
  1079. X2036="Error!"
  1080. X2037="running command"
  1081. X2038="WinEdit Compile Window"
  1082. X2039="Guardar %s despues de %s?"
  1083. X2040="Compile complete.  Choose 'Yes' to analyze\r\nresults, or 'No' to load output file."
  1084. X2041="Compile"
  1085. X2042="error parsing"
  1086. X2043="Nothing selected to cut."
  1087. X2044="Edit Cut"
  1088. X2045="Nothing selected to copy."
  1089. X2046="Edit Copy"
  1090. X2047="You can cut a selection greater than 64K to the clipboard, but "
  1091. X2048="Cannot paste a selection greater than 64K.  Continue anyway?"
  1092. X2049="  Copying column block to clipboard..."
  1093. X2050="Project Files|*.wpj|All Files|*.*|"
  1094. X2051="'%s' not found."
  1095. X2052="Buscar"
  1096. X2053="Repetir Buscar"
  1097. X2054="Cannot search backwards with regular expression."
  1098. X2055="Cannot make regular expression template."
  1099. X2056="File Open"
  1100. X2057="Save File As"
  1101. X2058="%s is a READ ONLY file.  Please choose a different file name."
  1102. X2059="Save File"
  1103. X2060="Error writing file."
  1104. X2061="Rename File"
  1105. X2062="Replace"
  1106. X2063="Please confirm empty replace string."
  1107. X2064="Confirm Replace"
  1108. X2065="<Unassigned>"
  1109. X2066="Reset all key assignments to original default settings?"
  1110. X2067="Reset Key Assignments"
  1111. X2068="NULL character encountered in file.  Replace with '\377' (ASCII value 255) character?"
  1112. X2069="Maximum line length of 16384 characters exceeded.  Use another editor to edit this file."
  1113. X2070="Macro Files"
  1114. X2071="Save Recorded Macro As"
  1115. X2072="%s is already open. Please choose another name."
  1116. X2073="Save Recorded Macro"
  1117. X2074="Could not create file."
  1118. X2075="Macro script not saved.  Try again?"
  1119. X2076="Maximum macro size reached."
  1120. X2077="Record Macro"
  1121. X2078="At top of output listing"
  1122. X2079="At bottom of output listing"
  1123. X2080="No warnings or errors found"
  1124. X2081="Save Project As"
  1125. X2082="JIS Character Set"
  1126.  
  1127. ; dialog box text
  1128. X2500="Reopen File"
  1129. X2501="&Filename :"
  1130. X2502="OK"
  1131. X2503="Cancel"
  1132. X2504="&Open new..."
  1133. X2505="Replace"
  1134. X2506="&Find:"
  1135. X2507="&Replace with:"
  1136. X2508="&Match case"
  1137. X2509="C&onfirm before changing"
  1138. X2510="Search &backwards"
  1139. X2511="C&hange all"
  1140. X2512="Regular Expression"
  1141. X2513="Print"
  1142. X2514="Printing"
  1143. X2515="on the"
  1144. X2516="on"
  1145. X2517="Find"
  1146. X2518="&Match Upper/Lowercase"
  1147. X2519="F&orward"
  1148. X2520="&Backward"
  1149. X2521="&Printer:"
  1150. X2522="&Setup..."
  1151. X2523="Page Setup"
  1152. X2524="&Header:"
  1153. X2525="&Footer:"
  1154. X2526="  %f: File Name    %d: Date and Time    %p: Page Number"
  1155. X2527="Margins"
  1156. X2528="&Left:"
  1157. X2529="&Right:"
  1158. X2530="&Top:"
  1159. X2531="&Bottom:"
  1160. X2532="&One Up"
  1161. X2533="T&wo Up"
  1162. X2534="&Printer font..."
  1163. X2535="Font"
  1164. X2536="&Font:"
  1165. X2537="Font St&yle:"
  1166. X2538="&Size:"
  1167. X2539="&Apply"
  1168. X2540="&Help"
  1169. X2541="Effects"
  1170. X2542="Stri&keout"
  1171. X2543="&Underline"
  1172. X2544="&Color:"
  1173. X2545="Sample"
  1174. X2546="AaBbYyZz"
  1175. X2547="ANSI Character Set"
  1176. X2548="Project Management"
  1177. X2549="&Project Name:"
  1178. X2550="Working &Directory:"
  1179. X2551="Compi&ler:"
  1180. X2552="&Open..."
  1181. X2553="&Save..."
  1182. X2554="%f =file name   %n =base name, no extension   %e =file extension only"
  1183. X2555="&Compile command:"
  1184. X2556="Capture Output"
  1185. X2557="&Make command:"
  1186. X2558="&Rebuild command:"
  1187. X2559="De&bug command:"
  1188. X2560="&Execute command:"
  1189. X2561="Preferences"
  1190. X2562="&Screen Font..."
  1191. X2563="&File filters..."
  1192. X2564="&Backup specification:"
  1193. X2565="&Tab Size:"
  1194. X2566="Configuration"
  1195. X2567="&Lite"
  1196. X2568="St&andard"
  1197. X2569="&Professional"
  1198. X2570="&Reopen last file at startup"
  1199. X2571="&Zoom window at startup"
  1200. X2572="Show &Control Bar"
  1201. X2573="&Warning sounds"
  1202. X2574="Go to line:"
  1203. X2575="File Filters"
  1204. X2576="File filters for the File Open and File Save As dialog boxes"
  1205. X2577="&Description"
  1206. X2578="&Pattern"
  1207. X2579="&Add"
  1208. X2580="&Remove"
  1209. X2581="Confirm Replace"
  1210. X2582="Replace this occurrence?"
  1211. X2583="&Yes"
  1212. X2584="&No"
  1213. X2585="Key Assignments"
  1214. X2586="Co&mmands:"
  1215. X2587="Cu&rrent Keys for:"
  1216. X2588="&Add"
  1217. X2589="D&elete"
  1218. X2590="&Close"
  1219. X2591="Re&set"
  1220. X2592="Shortcut Key:"
  1221. X2593="<Unassigned>"
  1222. X2594="Currently:"
  1223. X2595="Configure Error Parsing"
  1224. X2596="ERROR&FORMAT:"
  1225. X2597="ERROR&ORDER:"
  1226. X2598="ERROR&TEXT:"
  1227. X2599="&Help"
  1228. X2600="&Remove"
  1229. X2601="&Default Line End"
  1230. X2602="CR/LF"
  1231. X2603="LF"
  1232. X2604="CR"
  1233. X2605="LF/CR"
  1234. X2606="Sa&ve tabs in file"
  1235. X2607="La&nguage"
  1236. X2608="Analyze Results"
  1237. X2609="Load Output File"
  1238. X2610="Show Status &Bar"
  1239. X2611="Show &Horizontal Scrollbar"
  1240. X2612="Changes made to the Horizontal Scrollbar setting\nwill take effect for new windows"
  1241. X2613="Cursor must be on a word for Keyword Help"
  1242. X2614="Cursor must be on a brace for Brace Matching"
  1243. X2615="Brace Matching"
  1244. X2616="No matching brace found."
  1245. X2617="Save files before running tools"
  1246. X2618="Prompt before saving files"
  1247. X2619="&Help"
  1248.  
  1249. ; menus
  1250. X3001="&Nuevo"
  1251. X3002="&Abrir..."
  1252. X3003="&Merge..."
  1253. X3004="Pre&vious files..."
  1254. X3005="&Difference..."
  1255. X3006="&Guardar"
  1256. X3007="Guardar c&omo..."
  1257. X3008="Guardar &todo..."
  1258. X3009="&Imprimir..."
  1259. X3010="&Especificar impresora..."
  1260. X3011="&Preparar pagina..."
  1261. X3012="&Preferencias..."
  1262. X3013="&Key Assignments..."
  1263. X3014="&Salir"
  1264. X3015="&Deshacer"
  1265. X3016="&Repetir"
  1266. X3017="&Cortar"
  1267. X3018="C&opiar"
  1268. X3019="&Pegar"
  1269. X3020="&Borrar"
  1270. X3035="&Seleccionar Todo"
  1271. X3050="&Word Wrap"
  1272. X3051="&Insertar"
  1273. X3052="&Auto Indent"
  1274. X3056="I&r a lin..."
  1275. X3058="Column &Block"
  1276. X3059="&Buscar..."
  1277. X3060="&Repetir Buscar"
  1278. X3061="&Cambiar..."
  1279. X3062="Find Matching &Brace"
  1280. X3063="&Next Error"
  1281. X3064="&Previous Error"
  1282. X3065="&View Compiler Output"
  1283. X3067="&Compile"
  1284. X3068="&Make"
  1285. X3069="&Rebuild"
  1286. X3070="&Debug"
  1287. X3071="&Ejecutar"
  1288. X3072="Con&figure..."
  1289. X3073="&Nuevo"
  1290. X3074="&Siguente"
  1291. X3078="&Cerrar"
  1292. X3079="&Mosaico"
  1293. X3080="C&ascada"
  1294. X3081="Organizar &Iconos"
  1295. X3082="Cerrar &Todo"
  1296. X3083="&Index"
  1297. X3084="&Teclado"
  1298. X3085="&Comandos"
  1299. X3086="&Procedures"
  1300. X3087="&Using Help"
  1301. X3088="&Key Word Help"
  1302. X3089="&Acerca de WinEdit..."
  1303. X4000="&Archivo"
  1304. X4001="&Edicion"
  1305. X4002="&Buscar"
  1306. X4003="&Project"
  1307. X4004="&Ventana"
  1308. X4005="A&yuda"
  1309. X4006="&Utilidades"
  1310. X4007="&Macro"
  1311.  
  1312. ; status line text
  1313. X5001="Open new document window"
  1314. X5002="Read an existing disk file into document window"
  1315. X5003="Merge a disk file into window at current position"
  1316. X5004="Select from list of previously opened documents"
  1317. X5005="Compare the differences between two files or directories"
  1318. X5006="Save current document to disk"
  1319. X5007="Save current document with new name"
  1320. X5008="Save all changed documents without prompting"
  1321. X5009="Print the current document"
  1322. X5010="Configure printer"
  1323. X5011="Set print output options"
  1324. X5012="Set display options"
  1325. X5013="Configure shortcut keys"
  1326. X5014="Quit the program"
  1327. X5015="Undo the previous editing action"
  1328. X5016="Restore the last undo operation"
  1329. X5017="Move the current selection to the clipboard"
  1330. X5018="Copy the current selection to the clipboard"
  1331. X5019="Paste the clipboard contents to the document"
  1332. X5020="Delete the current selection"
  1333. X5035="Select the entire document"
  1334. X5050="Turn word wrap on or off"
  1335. X5051="Switch between insert and overtype modes"
  1336. X5054="Copy the current line to the clipboard"
  1337. X5055="Move the current line to the clipboard"
  1338. X5056="Move the current position to <line>"
  1339. X5057="Move the current position to <column>"
  1340. X5058="Select by column"
  1341. X5059="Search for text"
  1342. X5060="Repeat most recent search"
  1343. X5061="Search for text and replace with new text"
  1344. X5062="Find next matching brace"
  1345. X5063="Review next warning or error"
  1346. X5064="Review previous warning or error"
  1347. X5065="View captured compiler output"
  1348. X5067="Compile a source file"
  1349. X5068="Make the executable as specified in the project file"
  1350. X5069="Rebuild the executable as specified in the project file"
  1351. X5070="Start the debugger"
  1352. X5071="Run the executable"
  1353. X5072="Configure the project options"
  1354. X5073="Create a new window"
  1355. X5074="Switch to next document window"
  1356. X5075="Minimize the document window"
  1357. X5076="Maximize the document window"
  1358. X5077="Restore the document window"
  1359. X5078="Close the document window"
  1360. X5079="Tile all document windows"
  1361. X5080="Cascade all document windows"
  1362. X5081="Arrange minimized document windows"
  1363. X5082="Close all document windows"
  1364. X5083="Display the Help Index"
  1365. X5084="Display the Keyboard Help"
  1366. X5085="Display the Command Help"
  1367. X5086="Display the Procedures Help"
  1368. X5087="Display Help on using Windows Help"
  1369. X5088="Display Help using current word as topic"
  1370. X5089="Display the About dialog"
  1371.  
  1372. [French]
  1373.  
  1374. ; command names
  1375. X1001="FileNew"               
  1376. X1002="FileOpen"              
  1377. X1003="FileMerge"             
  1378. X1004="FileList"              
  1379. X1005="FileDiff"              
  1380. X1006="FileSave"              
  1381. X1007="FileSaveAs"            
  1382. X1008="FileSaveAll"           
  1383. X1009="FilePrint"             
  1384. X1010="FilePrintSetup"        
  1385. X1011="FilePageSetup"         
  1386. X1012="FileSetPref"           
  1387. X1013="FileKeys"              
  1388. X1014="FileExit"              
  1389. X1015="EditUndo"              
  1390. X1016="EditRedo"              
  1391. X1017="EditCut"               
  1392. X1018="EditCopy"              
  1393. X1019="EditPaste"             
  1394. X1020="EditClear"             
  1395. X1021="EditUp"                
  1396. X1022="EditDown"              
  1397. X1023="EditLeft"              
  1398. X1024="EditRight"             
  1399. X1025="EditHome"              
  1400. X1026="EditEnd"               
  1401. X1027="EditPageUp"            
  1402. X1028="EditPageDown"          
  1403. X1029="EditWordLeft"          
  1404. X1030="EditWordRight"         
  1405. X1031="EditTopOfFile"         
  1406. X1032="EditEndOfFile"         
  1407. X1033="EditTab"               
  1408. X1034="EditBackTab"           
  1409. X1035="EditSelectAll"         
  1410. X1036="EditStartSelection"    
  1411. X1037="EditEndSelection"      
  1412. X1038="EditSelectLeft"        
  1413. X1039="EditSelectRight"       
  1414. X1040="EditSelectUp"          
  1415. X1041="EditSelectDown"        
  1416. X1042="EditSelectHome"        
  1417. X1043="EditSelectEnd"         
  1418. X1044="EditSelectPageUp"      
  1419. X1045="EditSelectPageDown"    
  1420. X1046="EditSelectWordLeft"    
  1421. X1047="EditSelectWordRight"   
  1422. X1048="EditSelectTopOfFile"   
  1423. X1049="EditSelectEndOfFile"   
  1424. X1050="EditToggleWordWrap"    
  1425. X1051="EditToggleIns"         
  1426. X1052="EditToggleAutoIndent"  
  1427. X1053="EditBackspace"         
  1428. X1054="EditCopyLine"          
  1429. X1055="EditCutLine"           
  1430. X1056="EditGoToLine"          
  1431. X1057="EditGoToColumn"        
  1432. X1058="EditSetColumnBlock"    
  1433. X1059="SearchFind"            
  1434. X1060="SearchNext"            
  1435. X1061="SearchChange"          
  1436. X1062="SearchBrace"           
  1437. X1063="SearchNextErr"         
  1438. X1064="SearchPrevErr"         
  1439. X1065="SearchViewOutput"      
  1440. X1066="MacroRecord"           
  1441. X1067="RunCompile"            
  1442. X1068="RunMake"               
  1443. X1069="RunRebuild"            
  1444. X1070="RunDebug"              
  1445. X1071="RunExecute"            
  1446. X1072="RunConfig"             
  1447. X1073="WindowNew"             
  1448. X1074="WindowNext"            
  1449. X1075="WindowMinimize"        
  1450. X1076="WindowMaximize"        
  1451. X1077="WindowRestore"         
  1452. X1078="WindowClose"           
  1453. X1079="WindowTile"            
  1454. X1080="WindowCascade"         
  1455. X1081="WindowArrangeIcons"    
  1456. X1082="WindowCloseAll"        
  1457. X1083="HelpIndex"             
  1458. X1084="HelpKeyboard"          
  1459. X1085="HelpCommands"          
  1460. X1086="HelpProcedures"        
  1461. X1087="HelpOnHelp"            
  1462. X1088="HelpKeywords"          
  1463. X1089="HelpAbout"             
  1464.  
  1465.       
  1466. ; general messages
  1467. X201="Can't open the file '%s'"
  1468. X202="Can't read the file '%s'"
  1469. X203="Can't create the file '%s'"
  1470. X204="Can't write the file '%s'"
  1471. X205="Invalid filename: '%s'"
  1472. X207="%s has been changed.  Save file before closing?"
  1473. X208="Can't find '%s'"
  1474. X209="Can't load Windows Help application"
  1475. X210="Out of local memory.  Save file now and close a window."
  1476. X211="Out of memory.  Close a document and retry."
  1477. X212="You must enter command information in the Configure... dialog box before issuing this command."
  1478. X213="Cannot paste a block larger than 64K."
  1479. X225="Cannot print %s!"
  1480. X226="%s has been changed.  Save file before compiling?"
  1481. X227="Cannot edit a readonly file"
  1482.  
  1483. X2000="Cannot load WinBatch DLL"
  1484. X2001="Nothing on clipboard to paste."
  1485. X2002="Edit Paste"
  1486. X2003="  Pasting column block..."
  1487. X2008="Enter License Info..."
  1488. X2009=" Recording Macro "
  1489. X2010=" Line %lu Col %u"
  1490. X2011="Line 999999 Col 99999"
  1491. X2012="INS"
  1492. X2013="OVR"
  1493. X2014="Out of memory."
  1494. X2015="Printer Setup"
  1495. X2016="Cannot access specified driver."
  1496. X2017="Error in Printer Setup"
  1497. X2018="Nothing selected to cut."
  1498. X2019="Edit Cut"
  1499. X2020="  Cutting column block..."
  1500. X2021="ANSI Character Set"
  1501. X2022="OEM Character Set"
  1502. X2023="Text Files|*.txt|INI Files|*.ini|All Files|*.*|"
  1503. X2024="Source Files|*.c;*.h;*.rc;*.def|Text Files|*.txt|All Files|*.*|"
  1504. X2025="UNTITLED"
  1505. X2026="UNTITLED*"
  1506. X2027="Error initializing program."
  1507. X2028="Open Project File"
  1508. X2029="File Merge"
  1509. X2030="compiling"
  1510. X2031="running Make"
  1511. X2032="rebuilding"
  1512. X2033="debugging"
  1513. X2034="running program"
  1514. X2035="Batch processor fatal error"
  1515. X2036="Error!"
  1516. X2037="running command"
  1517. X2038="WinEdit Compile Window"
  1518. X2039="Save %s before %s?"
  1519. X2040="Compile complete.  Choose 'Yes' to analyze\r\nresults, or 'No' to load output file."
  1520. X2041="Compile"
  1521. X2042="error parsing"
  1522. X2043="Nothing selected to cut."
  1523. X2044="Edit Cut"
  1524. X2045="Nothing selected to copy."
  1525. X2046="Edit Copy"
  1526. X2047="You can cut a selection greater than 64K to the clipboard, but "
  1527. X2048="Cannot paste a selection greater than 64K.  Continue anyway?"
  1528. X2049="  Copying column block to clipboard..."
  1529. X2050="Project Files|*.wpj|All Files|*.*|"
  1530. X2051="'%s' not found."
  1531. X2052="Find"
  1532. X2053="Repeat Last Find"
  1533. X2054="Cannot search backwards with regular expression."
  1534. X2055="Cannot make regular expression template."
  1535. X2056="File Open"
  1536. X2057="Save File As"
  1537. X2058="%s is a READ ONLY file.  Please choose a different file name."
  1538. X2059="Save File"
  1539. X2060="Error writing file."
  1540. X2061="Rename File"
  1541. X2062="Replace"
  1542. X2063="Please confirm empty replace string."
  1543. X2064="Confirm Replace"
  1544. X2065="<Unassigned>"
  1545. X2066="Reset all key assignments to original default settings?"
  1546. X2067="Reset Key Assignments"
  1547. X2068="NULL character encountered in file.  Replace with '\377' (ASCII value 255) character?"
  1548. X2069="Maximum line length of 16384 characters exceeded.  Use another editor to edit this file."
  1549. X2070="Macro Files"
  1550. X2071="Save Recorded Macro As"
  1551. X2072="%s is already open. Please choose another name."
  1552. X2073="Save Recorded Macro"
  1553. X2074="Could not create file."
  1554. X2075="Macro script not saved.  Try again?"
  1555. X2076="Maximum macro size reached."
  1556. X2077="Record Macro"
  1557. X2078="At top of output listing"
  1558. X2079="At bottom of output listing"
  1559. X2080="No warnings or errors found"
  1560. X2081="Save Project As"
  1561. X2082="JIS Character Set"
  1562.  
  1563. ; dialog box text
  1564. X2500="Reopen File"
  1565. X2501="&Filename :"
  1566. X2502="OK"
  1567. X2503="A&nnuler"
  1568. X2504="&Open new..."
  1569. X2505="Remplacer"
  1570. X2506="&Rechercher:"
  1571. X2507="Re&mplacer:"
  1572. X2508="&Match case"
  1573. X2509="C&onfirm before changing"
  1574. X2510="Search &backwards"
  1575. X2511="C&hange all"
  1576. X2512="Regular Expression"
  1577. X2513="Print"
  1578. X2514="Printing"
  1579. X2515="on the"
  1580. X2516="on"
  1581. X2517="Find"
  1582. X2518="&Match Upper/Lowercase"
  1583. X2519="F&orward"
  1584. X2520="&Backward"
  1585. X2521="&Printer:"
  1586. X2522="&Install..."
  1587. X2523="Page Setup"
  1588. X2524="&Header:"
  1589. X2525="&Footer:"
  1590. X2526="  %f: File Name    %d: Date and Time    %p: Page Number"
  1591. X2527="Margins"
  1592. X2528="&Left:"
  1593. X2529="&Right:"
  1594. X2530="&Top:"
  1595. X2531="&Bottom:"
  1596. X2532="&One Up"
  1597. X2533="T&wo Up"
  1598. X2534="&Printer font..."
  1599. X2535="Font"
  1600. X2536="&Font:"
  1601. X2537="Font St&yle:"
  1602. X2538="&Size:"
  1603. X2539="A&ppliquer"
  1604. X2540="&Aide"
  1605. X2541="Effects"
  1606. X2542="Stri&keout"
  1607. X2543="&Underline"
  1608. X2544="&Color:"
  1609. X2545="Sample"
  1610. X2546="AaBbYyZz"
  1611. X2547="ANSI Character Set"
  1612. X2548="Project Management"
  1613. X2549="&Project Name:"
  1614. X2550="Working &Directory:"
  1615. X2551="Compi&ler:"
  1616. X2552="&Open..."
  1617. X2553="&Save..."
  1618. X2554="%f =file name   %n =base name, no extension   %e =file extension only"
  1619. X2555="&Compile command:"
  1620. X2556="Capture Output"
  1621. X2557="&Make command:"
  1622. X2558="&Rebuild command:"
  1623. X2559="De&bug command:"
  1624. X2560="&Execute command:"
  1625. X2561="Preferences"
  1626. X2562="&Screen Font..."
  1627. X2563="&File filters..."
  1628. X2564="&Backup specification:"
  1629. X2565="&Tab Size:"
  1630. X2566="Configuration"
  1631. X2567="&Lite"
  1632. X2568="St&andard"
  1633. X2569="&Professional"
  1634. X2570="&Reopen last file at startup"
  1635. X2571="&Zoom window at startup"
  1636. X2572="Show &Control Bar"
  1637. X2573="&Warning sounds"
  1638. X2574="Aller α li:"
  1639. X2575="File Filters"
  1640. X2576="File filters for the File Open and File Save As dialog boxes"
  1641. X2577="&Description"
  1642. X2578="&Pattern"
  1643. X2579="&Ajouter"
  1644. X2580="&Remove"
  1645. X2581="Confirm Replace"
  1646. X2582="Replace this occurrence?"
  1647. X2583="&Oui"
  1648. X2584="&Non"
  1649. X2585="Key Assignments"
  1650. X2586="Co&mmands:"
  1651. X2587="Cu&rrent Keys for:"
  1652. X2588="&Add"
  1653. X2589="D&elete"
  1654. X2590="&Close"
  1655. X2591="Re&set"
  1656. X2592="Shortcut Key:"
  1657. X2593="<Unassigned>"
  1658. X2594="Currently:"
  1659. X2595="Configure Error Parsing"
  1660. X2596="ERROR&FORMAT:"
  1661. X2597="ERROR&ORDER:"
  1662. X2598="ERROR&TEXT:"
  1663. X2599="&Aide"
  1664. X2600="&Remove"
  1665. X2601="&Default Line End"
  1666. X2602="CR/LF"
  1667. X2603="LF"
  1668. X2604="CR"
  1669. X2605="LF/CR"
  1670. X2606="Sa&ve tabs in file"
  1671. X2607="La&nguage"
  1672. X2608="Analyze Results"
  1673. X2609="Load Output File"
  1674. X2610="Show Status &Bar"
  1675. X2611="Show &Horizontal Scrollbar"
  1676. X2612="Changes made to the Horizontal Scrollbar setting\nwill take effect for new windows"
  1677. X2613="Cursor must be on a word for Keyword Help"
  1678. X2614="Cursor must be on a brace for Brace Matching"
  1679. X2615="Brace Matching"
  1680. X2616="No matching brace found."
  1681. X2617="Save files before running tools"
  1682. X2618="Prompt before saving files"
  1683. X2619="&Aide"
  1684.  
  1685. ; menus
  1686. X3001="&Nouveau"
  1687. X3002="&Ouvrir..."
  1688. X3003="&Merge..."
  1689. X3004="Pre&vious files..."
  1690. X3005="&Difference..."
  1691. X3006="&Enregister"
  1692. X3007="En®istrer sout..."
  1693. X3008="Enregistrer &tout..."
  1694. X3009="&Imprimir..."
  1695. X3010="&Configuration de l'imprimante..."
  1696. X3011="&Mise en page..."
  1697. X3012="PrΘ&fΘrences..."
  1698. X3013="&Clavier..."
  1699. X3014="&Quitter"
  1700. X3015="&Annuler"
  1701. X3016="A&nnuler annuler"
  1702. X3017="&Couper"
  1703. X3018="Co&pier"
  1704. X3019="C&oller"
  1705. X3020="&Effacer"
  1706. X3035="&SΘlectionner tout"
  1707. X3050="&Word Wrap"
  1708. X3051="&Insert Mode"
  1709. X3052="&Auto Indent"
  1710. X3056="A&tteindre Li..."
  1711. X3058="Column &Block"
  1712. X3059="&Rechercher..."
  1713. X3060="&RΘpΘter rechercher"
  1714. X3061="&Remplacer..."
  1715. X3062="Find Matching &Brace"
  1716. X3063="&Next Error"
  1717. X3064="&Previous Error"
  1718. X3065="&View Compiler Output"
  1719. X3067="&Compile"
  1720. X3068="&Make"
  1721. X3069="&Rebuild"
  1722. X3070="&Debug"
  1723. X3071="&Execute"
  1724. X3072="Con&figure..."
  1725. X3073="&Nouvelle fenΩtre"
  1726. X3074="FenΩtre &suivante"
  1727. X3078="&Fermer"
  1728. X3079="&Mosa∩que"
  1729. X3080="&Cascade"
  1730. X3081="Arrange &Icons"
  1731. X3082="F&ermer &tout"
  1732. X3083="&Index"
  1733. X3084="&Clavier"
  1734. X3085="&Commands"
  1735. X3086="&Procedures"
  1736. X3087="&Utiliser l'Aide"
  1737. X3088="&Key Word Help"
  1738. X3089="&A propos WinEdit..."
  1739. X4000="&Fichier"
  1740. X4001="&Edition"
  1741. X4002="&Rechercher"
  1742. X4003="&Project"
  1743. X4004="&Ecran"
  1744. X4005="?"
  1745. X4006="&Utility"
  1746. X4007="&Macro"
  1747.  
  1748. ; status line text
  1749. X5001="Open new document window"
  1750. X5002="Read an existing disk file into document window"
  1751. X5003="Merge a disk file into window at current position"
  1752. X5004="Select from list of previously opened documents"
  1753. X5005="Compare the differences between two files or directories"
  1754. X5006="Save current document to disk"
  1755. X5007="Save current document with new name"
  1756. X5008="Save all changed documents without prompting"
  1757. X5009="Print the current document"
  1758. X5010="Configure printer"
  1759. X5011="Set print output options"
  1760. X5012="Set display options"
  1761. X5013="Configure shortcut keys"
  1762. X5014="Quit the program"
  1763. X5015="Undo the previous editing action"
  1764. X5016="Restore the last undo operation"
  1765. X5017="Move the current selection to the clipboard"
  1766. X5018="Copy the current selection to the clipboard"
  1767. X5019="Paste the clipboard contents to the document"
  1768. X5020="Delete the current selection"
  1769. X5035="Select the entire document"
  1770. X5050="Turn word wrap on or off"
  1771. X5051="Switch between insert and overtype modes"
  1772. X5054="Copy the current line to the clipboard"
  1773. X5055="Move the current line to the clipboard"
  1774. X5056="Move the current position to <line>"
  1775. X5057="Move the current position to <column>"
  1776. X5058="Select by column"
  1777. X5059="Search for text"
  1778. X5060="Repeat most recent search"
  1779. X5061="Search for text and replace with new text"
  1780. X5062="Find next matching brace"
  1781. X5063="Review next warning or error"
  1782. X5064="Review previous warning or error"
  1783. X5065="View captured compiler output"
  1784. X5067="Compile a source file"
  1785. X5068="Make the executable as specified in the project file"
  1786. X5069="Rebuild the executable as specified in the project file"
  1787. X5070="Start the debugger"
  1788. X5071="Run the executable"
  1789. X5072="Configure the project options"
  1790. X5073="Create a new window"
  1791. X5074="Switch to next document window"
  1792. X5075="Minimize the document window"
  1793. X5076="Maximize the document window"
  1794. X5077="Restore the document window"
  1795. X5078="Close the document window"
  1796. X5079="Tile all document windows"
  1797. X5080="Cascade all document windows"
  1798. X5081="Arrange minimized document windows"
  1799. X5082="Close all document windows"
  1800. X5083="Display the Help Index"
  1801. X5084="Display the Keyboard Help"
  1802. X5085="Display the Command Help"
  1803. X5086="Display the Procedures Help"
  1804. X5087="Display Help on using Windows Help"
  1805. X5088="Display Help using current word as topic"
  1806. X5089="Display the About dialog"
  1807.  
  1808.  
  1809.