home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 December
/
PCWKCD1296.iso
/
sharewar
/
winedit
/
wedlang.dl_
< prev
next >
Wrap
Text File
|
1996-03-05
|
55KB
|
1,809 lines
; This is the language file for all of WinEdit's messages, menus, and
; dialog boxes. It really is an INI file, but should be treated as
; a DLL, hence its name.
;
; The MAIN section has two functions. The LangAvail keyword has a comma
; delimited list of supported languages. The remainder of the MAIN section
; is a "translation table" to convert the WIN.INI INTL sLanguage parameter
; (a three letter code) to a preferred language.
;
; The algorithm is as follows:
; The WINEDIT.INI file's WINEDIT section is checked for a "Language" keyword.
; If the "Language" keyword exists, and it's not "English", then that section
; of the WEDLANG.DLL file is used for the default langauge. If the string
; is not defined, the internal English string is used.
;
; If no Language keyword is specified in the WINEDIT.INI file,
; the program looks in WIN.INI, INTL section, "sLanguage" Keyword and grabs
; the three letter language code found there. Then it looks up the three
; letter code in this MAIN section to try and map it to a language. If
; the language desired does not exist (yet) in this file, or if the
; particular string involved has not been translated, then the default is
; English.
;
; NOTE: If any path through this algorithm results in a language of
; "English", the internal strings are used. If you wish to
; translate WinEdit's English into UK, AUS, etc., choose another
; name for your language section, such as "UKEnglish".
;
; If you wish to use a language found in this file, simply choose the
; language by name from the combo box in the Preferences dialog.
;
[Main]
LangAvail=German,Spanish,French,Italian
deu=German
enu=English
eng=English
dan=Danish
nld=Dutch
fin=Finnish
fra=French
frc=French
deu=German
isl=Icelandic
ita=Italian
nor=Norwegian
ptg=Portugese
esp=Spanish
esn=Spanish
sve=Swedish
; The English section here is not used but is included so that
; anyone wanting to translate this to another language can refer to this
; section for how we worded it. It is also a good idea to look at the
; translations of the same string for the other languages to help add a
; little context. If some string seems terribly strange, it probably is,
; simply don't worry about it. Some of these strings are never displayed
; to most users. If a string is missing from the translation, we'll just
; use the English string.
[Example]
; command names
X1001="FileNew"
X1002="FileOpen"
X1003="FileMerge"
X1004="FileList"
X1005="FileDiff"
X1006="FileSave"
X1007="FileSaveAs"
X1008="FileSaveAll"
X1009="FilePrint"
X1010="FilePrintSetup"
X1011="FilePageSetup"
X1012="FileSetPref"
X1013="FileKeys"
X1014="FileExit"
X1015="EditUndo"
X1016="EditRedo"
X1017="EditCut"
X1018="EditCopy"
X1019="EditPaste"
X1020="EditClear"
X1021="EditUp"
X1022="EditDown"
X1023="EditLeft"
X1024="EditRight"
X1025="EditHome"
X1026="EditEnd"
X1027="EditPageUp"
X1028="EditPageDown"
X1029="EditWordLeft"
X1030="EditWordRight"
X1031="EditTopOfFile"
X1032="EditEndOfFile"
X1033="EditTab"
X1034="EditBackTab"
X1035="EditSelectAll"
X1036="EditStartSelection"
X1037="EditEndSelection"
X1038="EditSelectLeft"
X1039="EditSelectRight"
X1040="EditSelectUp"
X1041="EditSelectDown"
X1042="EditSelectHome"
X1043="EditSelectEnd"
X1044="EditSelectPageUp"
X1045="EditSelectPageDown"
X1046="EditSelectWordLeft"
X1047="EditSelectWordRight"
X1048="EditSelectTopOfFile"
X1049="EditSelectEndOfFile"
X1050="EditToggleWordWrap"
X1051="EditToggleIns"
X1052="EditToggleAutoIndent"
X1053="EditBackspace"
X1054="EditCopyLine"
X1055="EditCutLine"
X1056="EditGoToLine"
X1057="EditGoToColumn"
X1058="EditSetColumnBlock"
X1059="SearchFind"
X1060="SearchNext"
X1061="SearchChange"
X1062="SearchBrace"
X1063="SearchNextErr"
X1064="SearchPrevErr"
X1065="SearchViewOutput"
X1066="MacroRecord"
X1067="RunCompile"
X1068="RunMake"
X1069="RunRebuild"
X1070="RunDebug"
X1071="RunExecute"
X1072="RunConfig"
X1073="WindowNew"
X1074="WindowNext"
X1075="WindowMinimize"
X1076="WindowMaximize"
X1077="WindowRestore"
X1078="WindowClose"
X1079="WindowTile"
X1080="WindowCascade"
X1081="WindowArrangeIcons"
X1082="WindowCloseAll"
X1083="HelpIndex"
X1084="HelpKeyboard"
X1085="HelpCommands"
X1086="HelpProcedures"
X1087="HelpOnHelp"
X1088="HelpKeywords"
X1089="HelpAbout"
; general messages
X201="Can't open the file '%s'"
X202="Can't read the file '%s'"
X203="Can't create the file '%s'"
X204="Can't write the file '%s'"
X205="Invalid filename: '%s'"
X207="%s has been changed. Save file before closing?"
X208="Can't find '%s'"
X209="Can't load Windows Help application"
X210="Out of local memory. Save file now and close a window."
X211="Out of memory. Close a document and retry."
X212="You must enter command information in the Configure... dialog box before issuing this command."
X213="Cannot paste a block larger than 64K."
X225="Cannot print %s!"
X226="%s has been changed. Save file before compiling?"
X227="Cannot edit a readonly file"
X2000="Cannot load WinBatch DLL"
X2001="Nothing on clipboard to paste."
X2002="Edit Paste"
X2003=" Pasting column block..."
X2008="Enter License Info..."
X2009=" Recording Macro "
X2010=" Line %lu Col %u"
X2011="Line 999999 Col 99999"
X2012="INS"
X2013="OVR"
X2014="Out of memory."
X2015="Printer Setup"
X2016="Cannot access specified driver."
X2017="Error in Printer Setup"
X2018="Nothing selected to cut."
X2019="Edit Cut"
X2020=" Cutting column block..."
X2021="ANSI Character Set"
X2022="OEM Character Set"
X2023="Text Files|*.txt|INI Files|*.ini|All Files|*.*|"
X2024="Source Files|*.c;*.h;*.rc;*.def|Text Files|*.txt|All Files|*.*|"
X2025="UNTITLED"
X2026="UNTITLED*"
X2027="Error initializing program."
X2028="Open Project File"
X2029="File Merge"
X2030="compiling"
X2031="running Make"
X2032="rebuilding"
X2033="debugging"
X2034="running program"
X2035="Batch processor fatal error"
X2036="Error!"
X2037="running command"
X2038="WinEdit Compile Window"
X2039="Save %s before %s?"
X2040="Compile complete. Choose 'Yes' to analyze\r\nresults, or 'No' to load output file."
X2041="Compile"
X2042="error parsing"
X2043="Nothing selected to cut."
X2044="Edit Cut"
X2045="Nothing selected to copy."
X2046="Edit Copy"
X2047="You can cut a selection greater than 64K to the clipboard, but "
X2048="Cannot paste a selection greater than 64K. Continue anyway?"
X2049=" Copying column block to clipboard..."
X2050="Project Files|*.wpj|All Files|*.*|"
X2051="'%s' not found."
X2052="Find"
X2053="Repeat Last Find"
X2054="Cannot search backwards with regular expression."
X2055="Cannot make regular expression template."
X2056="File Open"
X2057="Save File As"
X2058="%s is a READ ONLY file. Please choose a different file name."
X2059="Save File"
X2060="Error writing file."
X2061="Rename File"
X2062="Replace"
X2063="Please confirm empty replace string."
X2064="Confirm Replace"
X2065="<Unassigned>"
X2066="Reset all key assignments to original default settings?"
X2067="Reset Key Assignments"
X2068="NULL character encountered in file. Replace with '\377' (ASCII value 255) character?"
X2069="Maximum line length of 16384 characters exceeded. Use another editor to edit this file."
X2070="Macro Files"
X2071="Save Recorded Macro As"
X2072="%s is already open. Please choose another name."
X2073="Save Recorded Macro"
X2074="Could not create file."
X2075="Macro script not saved. Try again?"
X2076="Maximum macro size reached."
X2077="Record Macro"
X2078="At top of output listing"
X2079="At bottom of output listing"
X2080="No warnings or errors found"
X2081="Save Project As"
X2082="JIS Character Set"
; dialog box text
X2500="Reopen File"
X2501="&Filename :"
X2502="OK"
X2503="Cancel"
X2504="&Open new..."
X2505="Replace"
X2506="&Find:"
X2507="&Replace with:"
X2508="&Match case"
X2509="C&onfirm before changing"
X2510="Search &backwards"
X2511="C&hange all"
X2512="Regular Expression"
X2513="Print"
X2514="Printing"
X2515="on the"
X2516="on"
X2517="Find"
X2518="&Match Upper/Lowercase"
X2519="F&orward"
X2520="&Backward"
X2521="&Printer:"
X2522="&Setup..."
X2523="Page Setup"
X2524="&Header:"
X2525="&Footer:"
X2526=" %f: File Name %d: Date and Time %p: Page Number"
X2527="Margins"
X2528="&Left:"
X2529="&Right:"
X2530="&Top:"
X2531="&Bottom:"
X2532="&One Up"
X2533="T&wo Up"
X2534="&Printer font..."
X2535="Font"
X2536="&Font:"
X2537="Font St&yle:"
X2538="&Size:"
X2539="&Apply"
X2540="&Help"
X2541="Effects"
X2542="Stri&keout"
X2543="&Underline"
X2544="&Color:"
X2545="Sample"
X2546="AaBbYyZz"
X2547="ANSI Character Set"
X2548="Project Management"
X2549="&Project Name:"
X2550="Working &Directory:"
X2551="Compi&ler:"
X2552="&Open..."
X2553="&Save..."
X2554="%f =file name %n =base name, no extension %e =file extension only"
X2555="&Compile command:"
X2556="Capture Output"
X2557="&Make command:"
X2558="&Rebuild command:"
X2559="De&bug command:"
X2560="&Execute command:"
X2561="Preferences"
X2562="&Screen Font..."
X2563="&File filters..."
X2564="&Backup specification:"
X2565="&Tab Size:"
X2566="Configuration"
X2567="&Lite"
X2568="St&andard"
X2569="&Professional"
X2570="&Reopen last file at startup"
X2571="&Zoom window at startup"
X2572="Show &Control Bar"
X2573="&Warning sounds"
X2574="Go to line:"
X2575="File Filters"
X2576="File filters for the File Open and File Save As dialog boxes"
X2577="&Description"
X2578="&Pattern"
X2579="&Add"
X2580="&Remove"
X2581="Confirm Replace"
X2582="Replace this occurrence?"
X2583="&Yes"
X2584="&No"
X2585="Key Assignments"
X2586="Co&mmands:"
X2587="Cu&rrent Keys for:"
X2588="&Add"
X2589="D&elete"
X2590="&Close"
X2591="Re&set"
X2592="Shortcut Key:"
X2593="<Unassigned>"
X2594="Currently:"
X2595="Configure Error Parsing"
X2596="ERROR&FORMAT:"
X2597="ERROR&ORDER:"
X2598="ERROR&TEXT:"
X2599="&Help"
X2600="&Remove"
X2601="&Default Line End"
X2602="CR/LF"
X2603="LF"
X2604="CR"
X2605="LF/CR"
X2606="Sa&ve tabs in file"
X2607="La&nguage"
X2608="Analyze Results"
X2609="Load Output File"
X2610="Show Status &Bar"
X2611="Show &Horizontal Scrollbar"
X2612="Changes made to the Horizontal Scrollbar setting\nwill take effect for new windows"
X2613="Cursor must be on a word for Keyword Help"
X2614="Cursor must be on a brace for Brace Matching"
X2615="Brace Matching"
X2616="No matching brace found."
X2617="Save files before running tools"
X2618="Prompt before saving files"
X2619="&Help"
; menus
X3001="&New"
X3002="&Open..."
X3003="&Merge..."
X3004="Pre&vious files..."
X3005="&Difference..."
X3006="&Save"
X3007="Save &As..."
X3008="Save A&ll..."
X3009="&Print..."
X3010="P&rinter Setup..."
X3011="Page Se&tup..."
X3012="Pr&eferences..."
X3013="&Key Assignments..."
X3014="E&xit"
X3015="&Undo"
X3016="&Redo"
X3017="Cu&t"
X3018="&Copy"
X3019="&Paste"
X3020="C&lear"
X3035="&Select All"
X3050="&Word Wrap"
X3051="&Insert Mode"
X3052="&Auto Indent"
X3056="&Go to line..."
X3058="Column &Block"
X3059="&Find..."
X3060="&Repeat Last Find"
X3061="&Change..."
X3062="Find Matching &Brace"
X3063="&Next Error"
X3064="&Previous Error"
X3065="&View Compiler Output"
X3067="&Compile"
X3068="&Make"
X3069="&Rebuild"
X3070="&Debug"
X3071="&Execute"
X3072="Con&figure..."
X3073="&New"
X3074="Ne&xt"
X3078="&Close"
X3079="&Tile"
X3080="&Cascade"
X3081="Arrange &Icons"
X3082="Close &All"
X3083="&Index"
X3084="&Keyboard"
X3085="&Commands"
X3086="&Procedures"
X3087="&Using Help"
X3088="&Key Word Help"
X3089="&About WinEdit..."
X4000="&File"
X4001="&Edit"
X4002="&Search"
X4003="&Project"
X4004="&Window"
X4005="&Help"
X4006="&Utility"
X4007="&Macro"
; status line text
X5001="Open new document window"
X5002="Read an existing disk file into document window"
X5003="Merge a disk file into window at current position"
X5004="Select from list of previously opened documents"
X5005="Compare the differences between two files or directories"
X5006="Save current document to disk"
X5007="Save current document with new name"
X5008="Save all changed documents without prompting"
X5009="Print the current document"
X5010="Configure printer"
X5011="Set print output options"
X5012="Set display options"
X5013="Configure shortcut keys"
X5014="Quit the program"
X5015="Undo the previous editing action"
X5016="Restore the last undo operation"
X5017="Move the current selection to the clipboard"
X5018="Copy the current selection to the clipboard"
X5019="Paste the clipboard contents to the document"
X5020="Delete the current selection"
X5035="Select the entire document"
X5050="Turn word wrap on or off"
X5051="Switch between insert and overtype modes"
X5054="Copy the current line to the clipboard"
X5055="Move the current line to the clipboard"
X5056="Move the current position to <line>"
X5057="Move the current position to <column>"
X5058="Select by column"
X5059="Search for text"
X5060="Repeat most recent search"
X5061="Search for text and replace with new text"
X5062="Find next matching brace"
X5063="Review next warning or error"
X5064="Review previous warning or error"
X5065="View captured compiler output"
X5067="Compile a source file"
X5068="Make the executable as specified in the project file"
X5069="Rebuild the executable as specified in the project file"
X5070="Start the debugger"
X5071="Run the executable"
X5072="Configure the project options"
X5073="Create a new window"
X5074="Switch to next document window"
X5075="Minimize the document window"
X5076="Maximize the document window"
X5077="Restore the document window"
X5078="Close the document window"
X5079="Tile all document windows"
X5080="Cascade all document windows"
X5081="Arrange minimized document windows"
X5082="Close all document windows"
X5083="Display the Help Index"
X5084="Display the Keyboard Help"
X5085="Display the Command Help"
X5086="Display the Procedures Help"
X5087="Display Help on using Windows Help"
X5088="Display Help using current word as topic"
X5089="Display the About dialog"
[German]
; command names
X1001="FileNew"
X1002="FileOpen"
X1003="FileMerge"
X1004="FileList"
X1005="FileDiff"
X1006="FileSave"
X1007="FileSaveAs"
X1008="FileSaveAll"
X1009="FilePrint"
X1010="FilePrintSetup"
X1011="FilePageSetup"
X1012="FileSetPref"
X1013="FileKeys"
X1014="FileExit"
X1015="EditUndo"
X1016="EditRedo"
X1017="EditCut"
X1018="EditCopy"
X1019="EditPaste"
X1020="EditClear"
X1021="EditUp"
X1022="EditDown"
X1023="EditLeft"
X1024="EditRight"
X1025="EditHome"
X1026="EditEnd"
X1027="EditPageUp"
X1028="EditPageDown"
X1029="EditWordLeft"
X1030="EditWordRight"
X1031="EditTopOfFile"
X1032="EditEndOfFile"
X1033="EditTab"
X1034="EditBackTab"
X1035="EditSelectAll"
X1036="EditStartSelection"
X1037="EditEndSelection"
X1038="EditSelectLeft"
X1039="EditSelectRight"
X1040="EditSelectUp"
X1041="EditSelectDown"
X1042="EditSelectHome"
X1043="EditSelectEnd"
X1044="EditSelectPageUp"
X1045="EditSelectPageDown"
X1046="EditSelectWordLeft"
X1047="EditSelectWordRight"
X1048="EditSelectTopOfFile"
X1049="EditSelectEndOfFile"
X1050="EditToggleWordWrap"
X1051="EditToggleIns"
X1052="EditToggleAutoIndent"
X1053="EditBackspace"
X1054="EditCopyLine"
X1055="EditCutLine"
X1056="EditGoToLine"
X1057="EditGoToColumn"
X1058="EditSetColumnBlock"
X1059="SearchFind"
X1060="SearchNext"
X1061="SearchChange"
X1062="SearchBrace"
X1063="SearchNextErr"
X1064="SearchPrevErr"
X1065="SearchViewOutput"
X1066="MacroRecord"
X1067="RunCompile"
X1068="RunMake"
X1069="RunRebuild"
X1070="RunDebug"
X1071="RunExecute"
X1072="RunConfig"
X1073="WindowNew"
X1074="WindowNext"
X1075="WindowMinimize"
X1076="WindowMaximize"
X1077="WindowRestore"
X1078="WindowClose"
X1079="WindowTile"
X1080="WindowCascade"
X1081="WindowArrangeIcons"
X1082="WindowCloseAll"
X1083="HelpIndex"
X1084="HelpKeyboard"
X1085="HelpCommands"
X1086="HelpProcedures"
X1087="HelpOnHelp"
X1088="HelpKeywords"
X1089="HelpAbout"
; general messages
X201="Datei '%s' kann nicht ge÷ffnet werden"
X202="Datei '%s' kann nicht gelesen werden"
X203="Datei '%s' kann nicht erzeugt werden"
X204="Datei '%s' kann nicht gespeichert werden"
X205="Ungⁿltiger Dateiname:'%s'"
X207="%s hat sich geΣndert. Datei vor dem Schlie▀en speichern?"
X208="Die Datei '%s' kann nicht gefunden werden"
X209="Windows-Hilfe kann nicht gestartet werden"
X210="Speicherⁿberlauf; Datei speichern und ein Fenster schlie▀en."
X211="Speicherⁿberlauf; ein Fenster schlie▀en und dann letzte Aktion wiederholen."
X212="Sie mⁿssen das Kommando im Menⁿ Projekt/Einstellungen konfigurieren bevor Sie es verwenden."
X213="Ein Block der gr÷▀er als 64k ist, kann nicht eingefⁿgt werden."
X225="Datei %s kann nicht Drucken!"
X226="%s wurde geΣndert. Vor dem ▄bersetzen Speichern?"
X227="Diese Datei ist schreibgeschⁿtzt und kann nicht editiert werden"
X2000="Die WinBatch-DLL kann nicht geladen werden"
X2001="Die Zwischenablage ist leer."
X2002="Editiere Zwischenablage"
X2003="Der Spaltenblock wird eingefⁿgt..."
X2008="Bitte die Lizenzinformation eingeben..."
X2009="Makro wird aufgezeichnet "
X2010="Zeile %lu Spalte %u"
X2011="Zeile 999999 Spalte 99999"
X2012="EIN"
X2013="UEB"
X2014="Speicherⁿberlauf."
X2015="Drucker einrichten"
X2016="Angegebener Treiber kann nicht angesprochen werden."
X2017="Fehler in den Druckervoreinstellung"
X2018="Es ist nichts zum Ausschneiden markiert."
X2019="Zwischenablage editieren"
X2020="Schneide Spaltenblock aus..."
X2021="ANSI Zeichensatz"
X2022="OEM Zeichensatz"
X2023="Textdateien|*.txt|INI-Dateien|*.ini|Alle Dateien|*.*|"
X2024="Quelldateien|*.c;*.h;*.rc;*.def|Textdateien|*.txt|Alle Dateien|*.*|"
X2025="Unbenannt"
X2026="Unbenannt*"
X2027="Fehler bei der Programminitialisierung."
X2028="╓ffne Projektdatei"
X2029="Datei einbinden"
X2030="Start der ▄bersetzung"
X2031="Start von Make"
X2032="der Neubildung des Programms"
X2033="Start des Debuggers"
X2034="Start des Programms"
X2035="Fataler Fehler im Batchprozessor"
X2036="Fehler!"
X2037="Kommando wird aufgefⁿhrt"
X2038="PAbasic ▄bersetzungsfenster"
X2039="Sichern von %s vor %s?"
X2040="▄bersetzung beendet. WΣhle "Ja"um das Ergebnis zu analysieren, oder "Nein" um Protokolldatei zu laden."
X2041="▄bersetzen"
X2042="Fehlersuche"
X2043="Nichts zum Ausschneiden selektiert."
X2044="Editiere Zwischenablage"
X2045="Nichts zum kopieren selektiert."
X2046="Editiere Zwischenablage"
X2047="Sie k÷nnen einen Bereich gr÷▀er als 64k in der Zwischenablage ablegen, aber dann ... "
X2048="Kann keinen Block gr÷▀er als 64k einfⁿgen; Fortfahren?"
X2049=" Kopiere Spaltenblock in die Zwischenablage..."
X2050="Projektdatei|*.wpj|Alle Dateien|*.*|"
X2051="'%s' nicht gefunden."
X2052="Suche"
X2053="Letzte Suche wiederholen"
X2054="Kann mit diesem Suchstring nicht rⁿckwΣrts suchen."
X2055="Kann Muster fⁿr Suchbefehle nicht aufbauen."
X2056="Datei ÷ffnen"
X2057="Datei speichern unter"
X2058="%s ist schreibgeschⁿtzt. Bitte einen anderen Dateinamen wΣhlen."
X2059="Datei speichern"
X2060="Speicher Fehlerdatei."
X2061="Benennen Datei um"
X2062="Ersetze"
X2063="Bitte leeren Textersatz bestΣtigen."
X2064="Testersatz bestΣtigen"
X2065="<Nicht zugewiesen>"
X2066="Tastaturbelegung auf Standard zurⁿcksetzen?"
X2067="Tastaturbelegung rⁿcksetzen"
X2068="NULL-Zeichen in Datei gefunden. Durch '\377' (ASCII-Wert 255) ersetzen?"
X2069="Maximale ZeilenlΣnge von 16384 ⁿberschritten. Benutzen Sie einen anderen Editor um diese Datei zu bearbeiten."
X2070="Makrodatei"
X2071="Speichere aufgezeichnetes Makro unter"
X2072="%s ist bereits ge÷ffnet. Bitte wΣhlen Sie einen anderen Namen."
X2073="Speicher aufgezeichnetes Makro"
X2074="Kann Datei nicht anlegen."
X2075="Makro ist gespeichert. Wiederholen?"
X2076="Maximale MakrolΣnge erreicht."
X2077="Zeichne Makro auf"
X2078="Anfang der Protokolldatei"
X2079="Ende der Protokolldatei"
X2080="Keine Fehler oder Warnungen gefunden"
X2081="Speicher Projekt unter"
X2082="JIS Zeichensatz"
; dialog box text
X2500="Eine der zuletzt ge÷ffneten Datein einlesen"
X2501="&Dateiname :"
X2502="OK"
X2503="Abbruch"
X2504="&╓ffne neu..."
X2505="Ersetzen"
X2506="Text:"
X2507="&Ersetzen durch:"
X2508="&Casesensitiv"
X2509="Vor ─nderung bestΣtigen"
X2510="Suche rⁿckwΣrts"
X2511="Alles Σndern"
X2512="Regular Expression"
X2513="Druck"
X2514="Drucker"
X2515="on the"
X2516="on"
X2517="Suchen"
X2518="&Casesensitiv"
X2519="V&orwΣrts"
X2520="&RⁿckwΣrts"
X2521="&Drucker:"
X2522="&Konfiguration..."
X2523="Seite einrichten"
X2524="&Kopf:"
X2525="&Fu▀zeile:"
X2526=" %f: Dateiname %d: Datum und Uhrzeit %p: Seitenzahl"
X2527="RΣnder"
X2528="&Links:"
X2529="&Rechts:"
X2530="&Anfang:"
X2531="&Ende:"
X2532="Normal"
X2533="Eng"
X2534="&Zeichensatz..."
X2535="Zeichensatz"
X2536="&Zeichensatz:"
X2537="Schriftart:"
X2538="&Gr÷▀e:"
X2539="&Apply"
X2540="&Hilfe"
X2541="Effekte"
X2542="Stri&keout"
X2543="&Unterstreichen"
X2544="&Farbe:"
X2545="Beispiel"
X2546="AaBbYyZz"
X2547="ANSI Zeichensatz"
X2548="Projekt Management"
X2549="&Projektname:"
X2550="Arbeitsverzeichnis:"
X2551="Compi&ler:"
X2552="&╓ffnen..."
X2553="&Speichern..."
X2554="%f =Dateiname %n =Hauptname, keine Dateierweiterung %e =nur Dateierweiterung"
X2555="&Compile-Kommando:"
X2556="Protokoll sichern"
X2557="&Make-Kommando:"
X2558="&Rebuild command:"
X2559="De&bug-Kommando:"
X2560="&Start-Kommando:"
X2561="Voreinstellungen"
X2562="&Schritart..."
X2563="&Dateifilter..."
X2564="&Backupbezeichnung:"
X2565="&TabulatorlΣnge:"
X2566="Konfiguration"
X2567="&Lite"
X2568="St&andard"
X2569="&Professional"
X2570="&Bei Starten zuletzt ge÷ffnetes Dokument laden"
X2571="&Window bei Start vergr÷▀ern"
X2572="Symbolleiste"
X2573="&Warnung ⁿber Lautsprecher"
X2574="Zeile:"
X2575="Dateifilter"
X2576="Dateifilter in Dialogoboxen angegeben"
X2577="&Kurzbeschreibung"
X2578="&Dateifilter"
X2579="&Hinzunehmen"
X2580="&Entfernen"
X2581="Ersetzung bestΣtigen"
X2582="Ersetzen?"
X2583="&Ja"
X2584="&Nein"
X2585="Tastenbelegung"
X2586="Kommandos:"
X2587="Taste "
X2588="&Hinzu"
X2589="L÷schen"
X2590="&Schlie▀en"
X2591="Rⁿcksetzen"
X2592="Tastenkombination:"
X2593="<Unbenannt>"
X2594="Aktuell:"
X2595="Fehlersuche konfigurieren"
X2596="FEHLER&FORMAT:"
X2597="FEHLER&REIHENFOLGE:"
X2598="FEHLER&TEXT:"
X2599="&Hilfe"
X2600="&Entfernen"
X2601="&Default Zeilenendezeichen"
X2602="CR/LF"
X2603="LF"
X2604="CR"
X2605="LF/CR"
X2606="Tabulatoren in Datei sichern"
X2607="Sprache"
X2608="Analysiere Protokoll"
X2609="Lade Protokoll"
X2610="Zeige Statuszeile an"
X2611="Zeige horizontalen Scrollbar"
X2612="─nderungen des Horizontalen Scrollbars wirkt auch auf andere Fenster"
X2613="Der Mauszeiger mu▀ auf einem Wort stehen wenn die kontextsensitive Hilfe aktiviert wird."
X2614="Der Mauszeiger mu▀ unmittelbar vor einer Klammer stehen wenn die korrespondierende Klammer gesucht wird."
X2615="Korrespondierende Klammer gefunden"
X2616="Keine korrespondierende Klammer gefunden."
X2617="Datei sichern vor Start von Hilfsprogrammen"
X2618="Rⁿckfrage vor dem Speichern von Dateien"
X2619="&Hilfe"
; menus
X3001="&Neu"
X3002="&╓ffnen..."
X3003="&Einbinden..."
X3004="&Jⁿngere Dateien..."
X3005="&Vergleichen..."
X3006="&Speichern"
X3007="Speichern &unter..."
X3008="&Alles speichern..."
X3009="&Drucken..."
X3010="D&rucker einrichten..."
X3011="Seitenansic&ht..."
X3012="V&oreinstellungen..."
X3013="&Tastaturbelegung..."
X3014="&Beenden"
X3015="&RⁿckgΣngig machen"
X3016="&Wiederholen"
X3017="&Ausschneiden"
X3018="&Kopieren"
X3019="&Einfⁿgen"
X3020="&L÷schen"
X3035="&Alles markieren"
X3050="&Wortumbruch"
X3051="&Einfⁿgemodus"
X3052="A&utomatisches Einrⁿcken"
X3056="&Gehe zur Zeile..."
X3058="&Spaltenblock"
X3059="&Suchen..."
X3060="&Weitersuchen"
X3061="&Ersetzen..."
X3062="Gegen&klammer"
X3063="&NΣchster Fehler"
X3064="&Vorausgehender Fehler"
X3065="&Compileergebnis"
X3067="&▄bersetzen"
X3068="&Bilden"
X3069="&Wiederholt bilden"
X3070="&Debug"
X3071="&Ausfⁿhren"
X3072="Konfi&guration..."
X3073="&Neu"
X3074="NΣchste"
X3078="S&chlie▀en"
X3079="&Anordnen"
X3080="&Kaskadieren"
X3081="Icons anordnen"
X3082="&Alles schlie▀en"
X3083="&Index"
X3084="&Tastatur"
X3085="&Hauptmenⁿ"
X3086="&Editierfunktionen"
X3087="&Gebrauch der Hilfe"
X3088="&Kontextsensitive Hilfe"
X3089="&▄ber PAbasic-Editor..."
X4000="&Datei"
X4001="&Bearbeiten"
X4002="&Suchen"
X4003="&Projekt"
X4004="&Fenster"
X4005="&Hilfe"
X4006="H&ilfsprogramme"
X4007="&Makro"
; status line text
X5001="Neues Dokument ÷ffnen"
X5002="Datei einlesen"
X5003="Datei vor der nΣchsten Zeile einfⁿgen"
X5004="Eine der zuletzt ge÷ffneten Dateien einlesen"
X5005="Zwei Dateien oder Verzeichnissen vergleichen"
X5006="Aktuelles Dokument speichern"
X5007="Aktuelles Dokument unter neuem Namen speichern"
X5008="Alle geΣnderten Dokumente ohne Rⁿckfrage speichern"
X5009="Aktuelles Dokument drucken"
X5010="Drucker einrichten"
X5011="Seite einrichten"
X5012="Voreinstellungen setzen"
X5013="Tastenkombination Funktionen zuweisen"
X5014="Programm beenden"
X5015="Vorherige ─nderung rⁿckgΣngig machen"
X5016="RⁿckgΣngig gemachte ─nderung wieder wirksam machen"
X5017="Markierten Bereich in die Zwischenablage verschieben"
X5018="Markierten Bereich in die Zwischenablage kopieren"
X5019="Inhalt der Zwischenablage ab aktueller Cursorposition einfⁿgen"
X5020="Markierten Bereich l÷schen"
X5035="Ganzes Dokument markieren"
X5050="Wortumbruch an- bzw. ausschalten"
X5051="Zwischen Einfⁿgemodus (EIN) und ▄berschreibmodus (UEB) wechseln "
X5052="Automatisches Einrⁿcken nach Zeilenwechsel ein- bzw. ausschalten"
X5054="Markierten Bereich in Zwischenablage kopieren"
X5055="Markierten Bereich in Zwischenablage verschieben"
X5056="Gehe zur Zeile ..."
X5057="Gehe in Spalte ..."
X5058="Spaltenbearbeitung einschalten"
X5059="Text suchen"
X5060="Letzte Suche wiederholen"
X5061="Text suchen und gegen neuen Text ersetzen"
X5062="Zugeh÷rige ÷ffnende oder schlie▀ende Klammer finden"
X5063="NΣchste Warnung oder nΣchsten Fehler anzeigen"
X5064="Vorgehende Warnungen oder vorgehenden Fehler anzeigen"
X5065="Ergebnis der ▄bersetzung anzeigen"
X5067="Quelldatei ⁿbersetzen"
X5068="Programm neu bilden (alle Module neu ⁿbersetzen)"
X5069="Programm neu bilden (nur geΣnderte Module neu ⁿbersetzen)"
X5070="Debugger starten"
X5071="Programm ausfⁿhren"
X5072="Projekteinstellungen konfigurieren"
X5073="Neues Fenster mit aktuellem Dokument erzeugen"
X5074="NΣchstes Fenster in den Vordergrund setzen"
X5075="Aktives Fenster iconisieren"
X5076="╓ffne Fenster"
X5077="Iconisieres Fenster wieder ÷ffnen"
X5078="Aktuelles Dokument schlie▀en"
X5079="Fenster untereinander mit maximaler Breite anordnen"
X5080="Fenster hintereinander versetzt anordnen"
X5081="Icons anordnen"
X5082="Alle Fenster schliessen"
X5083="Hilfeindex anzeigen"
X5084="Tastaturbelegung anzeigen"
X5085="Hilfe zu den Kommandos anzeigen"
X5086="Hilfe zu den Prozeduren anzeigen"
X5087="Hilfe zur Hilfe anzeigen"
X5088="Hilfe zum markierten Begriff zeigen"
X5089="Informationen zu diesem Programm anzeigen"
[Spanish]
; command names
X1001="FileNew"
X1002="FileOpen"
X1003="FileMerge"
X1004="FileList"
X1005="FileDiff"
X1006="FileSave"
X1007="FileSaveAs"
X1008="FileSaveAll"
X1009="FilePrint"
X1010="FilePrintSetup"
X1011="FilePageSetup"
X1012="FileSetPref"
X1013="FileKeys"
X1014="FileExit"
X1015="EditUndo"
X1016="EditRedo"
X1017="EditCut"
X1018="EditCopy"
X1019="EditPaste"
X1020="EditClear"
X1021="EditUp"
X1022="EditDown"
X1023="EditLeft"
X1024="EditRight"
X1025="EditHome"
X1026="EditEnd"
X1027="EditPageUp"
X1028="EditPageDown"
X1029="EditWordLeft"
X1030="EditWordRight"
X1031="EditTopOfFile"
X1032="EditEndOfFile"
X1033="EditTab"
X1034="EditBackTab"
X1035="EditSelectAll"
X1036="EditStartSelection"
X1037="EditEndSelection"
X1038="EditSelectLeft"
X1039="EditSelectRight"
X1040="EditSelectUp"
X1041="EditSelectDown"
X1042="EditSelectHome"
X1043="EditSelectEnd"
X1044="EditSelectPageUp"
X1045="EditSelectPageDown"
X1046="EditSelectWordLeft"
X1047="EditSelectWordRight"
X1048="EditSelectTopOfFile"
X1049="EditSelectEndOfFile"
X1050="EditToggleWordWrap"
X1051="EditToggleIns"
X1052="EditToggleAutoIndent"
X1053="EditBackspace"
X1054="EditCopyLine"
X1055="EditCutLine"
X1056="EditGoToLine"
X1057="EditGoToColumn"
X1058="EditSetColumnBlock"
X1059="SearchFind"
X1060="SearchNext"
X1061="SearchChange"
X1062="SearchBrace"
X1063="SearchNextErr"
X1064="SearchPrevErr"
X1065="SearchViewOutput"
X1066="MacroRecord"
X1067="RunCompile"
X1068="RunMake"
X1069="RunRebuild"
X1070="RunDebug"
X1071="RunExecute"
X1072="RunConfig"
X1073="WindowNew"
X1074="WindowNext"
X1075="WindowMinimize"
X1076="WindowMaximize"
X1077="WindowRestore"
X1078="WindowClose"
X1079="WindowTile"
X1080="WindowCascade"
X1081="WindowArrangeIcons"
X1082="WindowCloseAll"
X1083="HelpIndex"
X1084="HelpKeyboard"
X1085="HelpCommands"
X1086="HelpProcedures"
X1087="HelpOnHelp"
X1088="HelpKeywords"
X1089="HelpAbout"
; general messages
X201="No puede abrir el archivo '%s'"
X202="No puede abrir el archivo '%s'"
X203="No puede crear el archivo '%s'"
X204="No puede guardar el archivo '%s'"
X205="Invalid nombre de archivo: '%s'"
X207="%s has been changed. Save file before closing?"
X208="No puede buscar '%s'"
X209="Can't load Windows Help application"
X210="Out of local memory. Save file now and close a window."
X211="Out of memory. Close a document and retry."
X212="You must enter command information in the Configure... dialog box before issuing this command."
X213="Cannot paste a block larger than 64K."
X225="No puede imprimir %s!"
X226="%s has been changed. Save file before compiling?"
X227="Cannot edit a readonly file"
X2000="Cannot load WinBatch DLL"
X2001="Nothing on clipboard to paste."
X2002="Edit Paste"
X2003=" Pasting column block..."
X2008="Enter License Info..."
X2009=" Recording Macro "
X2010=" Lin %lu Col %u"
X2011="Lin 999999 Col 99999"
X2012="INS"
X2013="SO"
X2014="Out of memory."
X2015="Impresora Instalar"
X2016="Cannot access specified driver."
X2017="Error in Printer Setup"
X2018="Nothing selected to cut."
X2019="Edit Cut"
X2020=" Cutting column block..."
X2021="ANSI Character Set"
X2022="OEM Character Set"
X2023="Text Files|*.txt|INI Files|*.ini|All Files|*.*|"
X2024="Source Files|*.c;*.h;*.rc;*.def|Text Files|*.txt|All Files|*.*|"
X2025="UNTITLED"
X2026="UNTITLED*"
X2027="Error initializing program."
X2028="Open Project File"
X2029="File Merge"
X2030="compiling"
X2031="running Make"
X2032="rebuilding"
X2033="debugging"
X2034="running program"
X2035="Batch processor fatal error"
X2036="Error!"
X2037="running command"
X2038="WinEdit Compile Window"
X2039="Guardar %s despues de %s?"
X2040="Compile complete. Choose 'Yes' to analyze\r\nresults, or 'No' to load output file."
X2041="Compile"
X2042="error parsing"
X2043="Nothing selected to cut."
X2044="Edit Cut"
X2045="Nothing selected to copy."
X2046="Edit Copy"
X2047="You can cut a selection greater than 64K to the clipboard, but "
X2048="Cannot paste a selection greater than 64K. Continue anyway?"
X2049=" Copying column block to clipboard..."
X2050="Project Files|*.wpj|All Files|*.*|"
X2051="'%s' not found."
X2052="Buscar"
X2053="Repetir Buscar"
X2054="Cannot search backwards with regular expression."
X2055="Cannot make regular expression template."
X2056="File Open"
X2057="Save File As"
X2058="%s is a READ ONLY file. Please choose a different file name."
X2059="Save File"
X2060="Error writing file."
X2061="Rename File"
X2062="Replace"
X2063="Please confirm empty replace string."
X2064="Confirm Replace"
X2065="<Unassigned>"
X2066="Reset all key assignments to original default settings?"
X2067="Reset Key Assignments"
X2068="NULL character encountered in file. Replace with '\377' (ASCII value 255) character?"
X2069="Maximum line length of 16384 characters exceeded. Use another editor to edit this file."
X2070="Macro Files"
X2071="Save Recorded Macro As"
X2072="%s is already open. Please choose another name."
X2073="Save Recorded Macro"
X2074="Could not create file."
X2075="Macro script not saved. Try again?"
X2076="Maximum macro size reached."
X2077="Record Macro"
X2078="At top of output listing"
X2079="At bottom of output listing"
X2080="No warnings or errors found"
X2081="Save Project As"
X2082="JIS Character Set"
; dialog box text
X2500="Reopen File"
X2501="&Filename :"
X2502="OK"
X2503="Cancel"
X2504="&Open new..."
X2505="Replace"
X2506="&Find:"
X2507="&Replace with:"
X2508="&Match case"
X2509="C&onfirm before changing"
X2510="Search &backwards"
X2511="C&hange all"
X2512="Regular Expression"
X2513="Print"
X2514="Printing"
X2515="on the"
X2516="on"
X2517="Find"
X2518="&Match Upper/Lowercase"
X2519="F&orward"
X2520="&Backward"
X2521="&Printer:"
X2522="&Setup..."
X2523="Page Setup"
X2524="&Header:"
X2525="&Footer:"
X2526=" %f: File Name %d: Date and Time %p: Page Number"
X2527="Margins"
X2528="&Left:"
X2529="&Right:"
X2530="&Top:"
X2531="&Bottom:"
X2532="&One Up"
X2533="T&wo Up"
X2534="&Printer font..."
X2535="Font"
X2536="&Font:"
X2537="Font St&yle:"
X2538="&Size:"
X2539="&Apply"
X2540="&Help"
X2541="Effects"
X2542="Stri&keout"
X2543="&Underline"
X2544="&Color:"
X2545="Sample"
X2546="AaBbYyZz"
X2547="ANSI Character Set"
X2548="Project Management"
X2549="&Project Name:"
X2550="Working &Directory:"
X2551="Compi&ler:"
X2552="&Open..."
X2553="&Save..."
X2554="%f =file name %n =base name, no extension %e =file extension only"
X2555="&Compile command:"
X2556="Capture Output"
X2557="&Make command:"
X2558="&Rebuild command:"
X2559="De&bug command:"
X2560="&Execute command:"
X2561="Preferences"
X2562="&Screen Font..."
X2563="&File filters..."
X2564="&Backup specification:"
X2565="&Tab Size:"
X2566="Configuration"
X2567="&Lite"
X2568="St&andard"
X2569="&Professional"
X2570="&Reopen last file at startup"
X2571="&Zoom window at startup"
X2572="Show &Control Bar"
X2573="&Warning sounds"
X2574="Go to line:"
X2575="File Filters"
X2576="File filters for the File Open and File Save As dialog boxes"
X2577="&Description"
X2578="&Pattern"
X2579="&Add"
X2580="&Remove"
X2581="Confirm Replace"
X2582="Replace this occurrence?"
X2583="&Yes"
X2584="&No"
X2585="Key Assignments"
X2586="Co&mmands:"
X2587="Cu&rrent Keys for:"
X2588="&Add"
X2589="D&elete"
X2590="&Close"
X2591="Re&set"
X2592="Shortcut Key:"
X2593="<Unassigned>"
X2594="Currently:"
X2595="Configure Error Parsing"
X2596="ERROR&FORMAT:"
X2597="ERROR&ORDER:"
X2598="ERROR&TEXT:"
X2599="&Help"
X2600="&Remove"
X2601="&Default Line End"
X2602="CR/LF"
X2603="LF"
X2604="CR"
X2605="LF/CR"
X2606="Sa&ve tabs in file"
X2607="La&nguage"
X2608="Analyze Results"
X2609="Load Output File"
X2610="Show Status &Bar"
X2611="Show &Horizontal Scrollbar"
X2612="Changes made to the Horizontal Scrollbar setting\nwill take effect for new windows"
X2613="Cursor must be on a word for Keyword Help"
X2614="Cursor must be on a brace for Brace Matching"
X2615="Brace Matching"
X2616="No matching brace found."
X2617="Save files before running tools"
X2618="Prompt before saving files"
X2619="&Help"
; menus
X3001="&Nuevo"
X3002="&Abrir..."
X3003="&Merge..."
X3004="Pre&vious files..."
X3005="&Difference..."
X3006="&Guardar"
X3007="Guardar c&omo..."
X3008="Guardar &todo..."
X3009="&Imprimir..."
X3010="&Especificar impresora..."
X3011="&Preparar pagina..."
X3012="&Preferencias..."
X3013="&Key Assignments..."
X3014="&Salir"
X3015="&Deshacer"
X3016="&Repetir"
X3017="&Cortar"
X3018="C&opiar"
X3019="&Pegar"
X3020="&Borrar"
X3035="&Seleccionar Todo"
X3050="&Word Wrap"
X3051="&Insertar"
X3052="&Auto Indent"
X3056="I&r a lin..."
X3058="Column &Block"
X3059="&Buscar..."
X3060="&Repetir Buscar"
X3061="&Cambiar..."
X3062="Find Matching &Brace"
X3063="&Next Error"
X3064="&Previous Error"
X3065="&View Compiler Output"
X3067="&Compile"
X3068="&Make"
X3069="&Rebuild"
X3070="&Debug"
X3071="&Ejecutar"
X3072="Con&figure..."
X3073="&Nuevo"
X3074="&Siguente"
X3078="&Cerrar"
X3079="&Mosaico"
X3080="C&ascada"
X3081="Organizar &Iconos"
X3082="Cerrar &Todo"
X3083="&Index"
X3084="&Teclado"
X3085="&Comandos"
X3086="&Procedures"
X3087="&Using Help"
X3088="&Key Word Help"
X3089="&Acerca de WinEdit..."
X4000="&Archivo"
X4001="&Edicion"
X4002="&Buscar"
X4003="&Project"
X4004="&Ventana"
X4005="A&yuda"
X4006="&Utilidades"
X4007="&Macro"
; status line text
X5001="Open new document window"
X5002="Read an existing disk file into document window"
X5003="Merge a disk file into window at current position"
X5004="Select from list of previously opened documents"
X5005="Compare the differences between two files or directories"
X5006="Save current document to disk"
X5007="Save current document with new name"
X5008="Save all changed documents without prompting"
X5009="Print the current document"
X5010="Configure printer"
X5011="Set print output options"
X5012="Set display options"
X5013="Configure shortcut keys"
X5014="Quit the program"
X5015="Undo the previous editing action"
X5016="Restore the last undo operation"
X5017="Move the current selection to the clipboard"
X5018="Copy the current selection to the clipboard"
X5019="Paste the clipboard contents to the document"
X5020="Delete the current selection"
X5035="Select the entire document"
X5050="Turn word wrap on or off"
X5051="Switch between insert and overtype modes"
X5054="Copy the current line to the clipboard"
X5055="Move the current line to the clipboard"
X5056="Move the current position to <line>"
X5057="Move the current position to <column>"
X5058="Select by column"
X5059="Search for text"
X5060="Repeat most recent search"
X5061="Search for text and replace with new text"
X5062="Find next matching brace"
X5063="Review next warning or error"
X5064="Review previous warning or error"
X5065="View captured compiler output"
X5067="Compile a source file"
X5068="Make the executable as specified in the project file"
X5069="Rebuild the executable as specified in the project file"
X5070="Start the debugger"
X5071="Run the executable"
X5072="Configure the project options"
X5073="Create a new window"
X5074="Switch to next document window"
X5075="Minimize the document window"
X5076="Maximize the document window"
X5077="Restore the document window"
X5078="Close the document window"
X5079="Tile all document windows"
X5080="Cascade all document windows"
X5081="Arrange minimized document windows"
X5082="Close all document windows"
X5083="Display the Help Index"
X5084="Display the Keyboard Help"
X5085="Display the Command Help"
X5086="Display the Procedures Help"
X5087="Display Help on using Windows Help"
X5088="Display Help using current word as topic"
X5089="Display the About dialog"
[French]
; command names
X1001="FileNew"
X1002="FileOpen"
X1003="FileMerge"
X1004="FileList"
X1005="FileDiff"
X1006="FileSave"
X1007="FileSaveAs"
X1008="FileSaveAll"
X1009="FilePrint"
X1010="FilePrintSetup"
X1011="FilePageSetup"
X1012="FileSetPref"
X1013="FileKeys"
X1014="FileExit"
X1015="EditUndo"
X1016="EditRedo"
X1017="EditCut"
X1018="EditCopy"
X1019="EditPaste"
X1020="EditClear"
X1021="EditUp"
X1022="EditDown"
X1023="EditLeft"
X1024="EditRight"
X1025="EditHome"
X1026="EditEnd"
X1027="EditPageUp"
X1028="EditPageDown"
X1029="EditWordLeft"
X1030="EditWordRight"
X1031="EditTopOfFile"
X1032="EditEndOfFile"
X1033="EditTab"
X1034="EditBackTab"
X1035="EditSelectAll"
X1036="EditStartSelection"
X1037="EditEndSelection"
X1038="EditSelectLeft"
X1039="EditSelectRight"
X1040="EditSelectUp"
X1041="EditSelectDown"
X1042="EditSelectHome"
X1043="EditSelectEnd"
X1044="EditSelectPageUp"
X1045="EditSelectPageDown"
X1046="EditSelectWordLeft"
X1047="EditSelectWordRight"
X1048="EditSelectTopOfFile"
X1049="EditSelectEndOfFile"
X1050="EditToggleWordWrap"
X1051="EditToggleIns"
X1052="EditToggleAutoIndent"
X1053="EditBackspace"
X1054="EditCopyLine"
X1055="EditCutLine"
X1056="EditGoToLine"
X1057="EditGoToColumn"
X1058="EditSetColumnBlock"
X1059="SearchFind"
X1060="SearchNext"
X1061="SearchChange"
X1062="SearchBrace"
X1063="SearchNextErr"
X1064="SearchPrevErr"
X1065="SearchViewOutput"
X1066="MacroRecord"
X1067="RunCompile"
X1068="RunMake"
X1069="RunRebuild"
X1070="RunDebug"
X1071="RunExecute"
X1072="RunConfig"
X1073="WindowNew"
X1074="WindowNext"
X1075="WindowMinimize"
X1076="WindowMaximize"
X1077="WindowRestore"
X1078="WindowClose"
X1079="WindowTile"
X1080="WindowCascade"
X1081="WindowArrangeIcons"
X1082="WindowCloseAll"
X1083="HelpIndex"
X1084="HelpKeyboard"
X1085="HelpCommands"
X1086="HelpProcedures"
X1087="HelpOnHelp"
X1088="HelpKeywords"
X1089="HelpAbout"
; general messages
X201="Can't open the file '%s'"
X202="Can't read the file '%s'"
X203="Can't create the file '%s'"
X204="Can't write the file '%s'"
X205="Invalid filename: '%s'"
X207="%s has been changed. Save file before closing?"
X208="Can't find '%s'"
X209="Can't load Windows Help application"
X210="Out of local memory. Save file now and close a window."
X211="Out of memory. Close a document and retry."
X212="You must enter command information in the Configure... dialog box before issuing this command."
X213="Cannot paste a block larger than 64K."
X225="Cannot print %s!"
X226="%s has been changed. Save file before compiling?"
X227="Cannot edit a readonly file"
X2000="Cannot load WinBatch DLL"
X2001="Nothing on clipboard to paste."
X2002="Edit Paste"
X2003=" Pasting column block..."
X2008="Enter License Info..."
X2009=" Recording Macro "
X2010=" Line %lu Col %u"
X2011="Line 999999 Col 99999"
X2012="INS"
X2013="OVR"
X2014="Out of memory."
X2015="Printer Setup"
X2016="Cannot access specified driver."
X2017="Error in Printer Setup"
X2018="Nothing selected to cut."
X2019="Edit Cut"
X2020=" Cutting column block..."
X2021="ANSI Character Set"
X2022="OEM Character Set"
X2023="Text Files|*.txt|INI Files|*.ini|All Files|*.*|"
X2024="Source Files|*.c;*.h;*.rc;*.def|Text Files|*.txt|All Files|*.*|"
X2025="UNTITLED"
X2026="UNTITLED*"
X2027="Error initializing program."
X2028="Open Project File"
X2029="File Merge"
X2030="compiling"
X2031="running Make"
X2032="rebuilding"
X2033="debugging"
X2034="running program"
X2035="Batch processor fatal error"
X2036="Error!"
X2037="running command"
X2038="WinEdit Compile Window"
X2039="Save %s before %s?"
X2040="Compile complete. Choose 'Yes' to analyze\r\nresults, or 'No' to load output file."
X2041="Compile"
X2042="error parsing"
X2043="Nothing selected to cut."
X2044="Edit Cut"
X2045="Nothing selected to copy."
X2046="Edit Copy"
X2047="You can cut a selection greater than 64K to the clipboard, but "
X2048="Cannot paste a selection greater than 64K. Continue anyway?"
X2049=" Copying column block to clipboard..."
X2050="Project Files|*.wpj|All Files|*.*|"
X2051="'%s' not found."
X2052="Find"
X2053="Repeat Last Find"
X2054="Cannot search backwards with regular expression."
X2055="Cannot make regular expression template."
X2056="File Open"
X2057="Save File As"
X2058="%s is a READ ONLY file. Please choose a different file name."
X2059="Save File"
X2060="Error writing file."
X2061="Rename File"
X2062="Replace"
X2063="Please confirm empty replace string."
X2064="Confirm Replace"
X2065="<Unassigned>"
X2066="Reset all key assignments to original default settings?"
X2067="Reset Key Assignments"
X2068="NULL character encountered in file. Replace with '\377' (ASCII value 255) character?"
X2069="Maximum line length of 16384 characters exceeded. Use another editor to edit this file."
X2070="Macro Files"
X2071="Save Recorded Macro As"
X2072="%s is already open. Please choose another name."
X2073="Save Recorded Macro"
X2074="Could not create file."
X2075="Macro script not saved. Try again?"
X2076="Maximum macro size reached."
X2077="Record Macro"
X2078="At top of output listing"
X2079="At bottom of output listing"
X2080="No warnings or errors found"
X2081="Save Project As"
X2082="JIS Character Set"
; dialog box text
X2500="Reopen File"
X2501="&Filename :"
X2502="OK"
X2503="A&nnuler"
X2504="&Open new..."
X2505="Remplacer"
X2506="&Rechercher:"
X2507="Re&mplacer:"
X2508="&Match case"
X2509="C&onfirm before changing"
X2510="Search &backwards"
X2511="C&hange all"
X2512="Regular Expression"
X2513="Print"
X2514="Printing"
X2515="on the"
X2516="on"
X2517="Find"
X2518="&Match Upper/Lowercase"
X2519="F&orward"
X2520="&Backward"
X2521="&Printer:"
X2522="&Install..."
X2523="Page Setup"
X2524="&Header:"
X2525="&Footer:"
X2526=" %f: File Name %d: Date and Time %p: Page Number"
X2527="Margins"
X2528="&Left:"
X2529="&Right:"
X2530="&Top:"
X2531="&Bottom:"
X2532="&One Up"
X2533="T&wo Up"
X2534="&Printer font..."
X2535="Font"
X2536="&Font:"
X2537="Font St&yle:"
X2538="&Size:"
X2539="A&ppliquer"
X2540="&Aide"
X2541="Effects"
X2542="Stri&keout"
X2543="&Underline"
X2544="&Color:"
X2545="Sample"
X2546="AaBbYyZz"
X2547="ANSI Character Set"
X2548="Project Management"
X2549="&Project Name:"
X2550="Working &Directory:"
X2551="Compi&ler:"
X2552="&Open..."
X2553="&Save..."
X2554="%f =file name %n =base name, no extension %e =file extension only"
X2555="&Compile command:"
X2556="Capture Output"
X2557="&Make command:"
X2558="&Rebuild command:"
X2559="De&bug command:"
X2560="&Execute command:"
X2561="Preferences"
X2562="&Screen Font..."
X2563="&File filters..."
X2564="&Backup specification:"
X2565="&Tab Size:"
X2566="Configuration"
X2567="&Lite"
X2568="St&andard"
X2569="&Professional"
X2570="&Reopen last file at startup"
X2571="&Zoom window at startup"
X2572="Show &Control Bar"
X2573="&Warning sounds"
X2574="Aller α li:"
X2575="File Filters"
X2576="File filters for the File Open and File Save As dialog boxes"
X2577="&Description"
X2578="&Pattern"
X2579="&Ajouter"
X2580="&Remove"
X2581="Confirm Replace"
X2582="Replace this occurrence?"
X2583="&Oui"
X2584="&Non"
X2585="Key Assignments"
X2586="Co&mmands:"
X2587="Cu&rrent Keys for:"
X2588="&Add"
X2589="D&elete"
X2590="&Close"
X2591="Re&set"
X2592="Shortcut Key:"
X2593="<Unassigned>"
X2594="Currently:"
X2595="Configure Error Parsing"
X2596="ERROR&FORMAT:"
X2597="ERROR&ORDER:"
X2598="ERROR&TEXT:"
X2599="&Aide"
X2600="&Remove"
X2601="&Default Line End"
X2602="CR/LF"
X2603="LF"
X2604="CR"
X2605="LF/CR"
X2606="Sa&ve tabs in file"
X2607="La&nguage"
X2608="Analyze Results"
X2609="Load Output File"
X2610="Show Status &Bar"
X2611="Show &Horizontal Scrollbar"
X2612="Changes made to the Horizontal Scrollbar setting\nwill take effect for new windows"
X2613="Cursor must be on a word for Keyword Help"
X2614="Cursor must be on a brace for Brace Matching"
X2615="Brace Matching"
X2616="No matching brace found."
X2617="Save files before running tools"
X2618="Prompt before saving files"
X2619="&Aide"
; menus
X3001="&Nouveau"
X3002="&Ouvrir..."
X3003="&Merge..."
X3004="Pre&vious files..."
X3005="&Difference..."
X3006="&Enregister"
X3007="En®istrer sout..."
X3008="Enregistrer &tout..."
X3009="&Imprimir..."
X3010="&Configuration de l'imprimante..."
X3011="&Mise en page..."
X3012="PrΘ&fΘrences..."
X3013="&Clavier..."
X3014="&Quitter"
X3015="&Annuler"
X3016="A&nnuler annuler"
X3017="&Couper"
X3018="Co&pier"
X3019="C&oller"
X3020="&Effacer"
X3035="&SΘlectionner tout"
X3050="&Word Wrap"
X3051="&Insert Mode"
X3052="&Auto Indent"
X3056="A&tteindre Li..."
X3058="Column &Block"
X3059="&Rechercher..."
X3060="&RΘpΘter rechercher"
X3061="&Remplacer..."
X3062="Find Matching &Brace"
X3063="&Next Error"
X3064="&Previous Error"
X3065="&View Compiler Output"
X3067="&Compile"
X3068="&Make"
X3069="&Rebuild"
X3070="&Debug"
X3071="&Execute"
X3072="Con&figure..."
X3073="&Nouvelle fenΩtre"
X3074="FenΩtre &suivante"
X3078="&Fermer"
X3079="&Mosa∩que"
X3080="&Cascade"
X3081="Arrange &Icons"
X3082="F&ermer &tout"
X3083="&Index"
X3084="&Clavier"
X3085="&Commands"
X3086="&Procedures"
X3087="&Utiliser l'Aide"
X3088="&Key Word Help"
X3089="&A propos WinEdit..."
X4000="&Fichier"
X4001="&Edition"
X4002="&Rechercher"
X4003="&Project"
X4004="&Ecran"
X4005="?"
X4006="&Utility"
X4007="&Macro"
; status line text
X5001="Open new document window"
X5002="Read an existing disk file into document window"
X5003="Merge a disk file into window at current position"
X5004="Select from list of previously opened documents"
X5005="Compare the differences between two files or directories"
X5006="Save current document to disk"
X5007="Save current document with new name"
X5008="Save all changed documents without prompting"
X5009="Print the current document"
X5010="Configure printer"
X5011="Set print output options"
X5012="Set display options"
X5013="Configure shortcut keys"
X5014="Quit the program"
X5015="Undo the previous editing action"
X5016="Restore the last undo operation"
X5017="Move the current selection to the clipboard"
X5018="Copy the current selection to the clipboard"
X5019="Paste the clipboard contents to the document"
X5020="Delete the current selection"
X5035="Select the entire document"
X5050="Turn word wrap on or off"
X5051="Switch between insert and overtype modes"
X5054="Copy the current line to the clipboard"
X5055="Move the current line to the clipboard"
X5056="Move the current position to <line>"
X5057="Move the current position to <column>"
X5058="Select by column"
X5059="Search for text"
X5060="Repeat most recent search"
X5061="Search for text and replace with new text"
X5062="Find next matching brace"
X5063="Review next warning or error"
X5064="Review previous warning or error"
X5065="View captured compiler output"
X5067="Compile a source file"
X5068="Make the executable as specified in the project file"
X5069="Rebuild the executable as specified in the project file"
X5070="Start the debugger"
X5071="Run the executable"
X5072="Configure the project options"
X5073="Create a new window"
X5074="Switch to next document window"
X5075="Minimize the document window"
X5076="Maximize the document window"
X5077="Restore the document window"
X5078="Close the document window"
X5079="Tile all document windows"
X5080="Cascade all document windows"
X5081="Arrange minimized document windows"
X5082="Close all document windows"
X5083="Display the Help Index"
X5084="Display the Keyboard Help"
X5085="Display the Command Help"
X5086="Display the Procedures Help"
X5087="Display Help on using Windows Help"
X5088="Display Help using current word as topic"
X5089="Display the About dialog"