home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-06-10 | 52.6 KB | 1,348 lines |
- ; This is the language file for the Batch processor DLL. 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 WWWBATCH.INI file's MAIN section is checked for a "Language" keyword.
- ; If the "Language" keyword exists, then that section of the WWWDLANG.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 WWWBATCH.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.
- ;
- ; If you wish to use a language found in this file, simply edit the
- ; WWWBATCH.INI file and add the language name to the "Language" keyword.
- ;
- ; The ~ character signifies a new line
-
- [Main]
- LangAvail=English,German,French,ValSpeak
-
- 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
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ; ValleySpeak. Southern California parody. Please improve on this section!
-
- [ValSpeak]
- X102="Like wow, no menu file dude."
-
- X111="It died, man!"
-
- X120="F&or Sure"
- X121="Gag Me Qui&ck"
- X122="Hey Dude: Wanna trash the old file?"
- X123="&Trash it"
- X124="Trash 'em &All"
- X125="Not Thi&s One"
- X126="&Next One"
- X127="&Run It"
- X128="&Show Var"
-
- X192="Its, like, over man!"
- X193="You wanted it to be over? Its over!"
-
- X203="Out of hunk fer menu/batch file, you know"
- X204="Unable to lock hunk for menu/batch file"
- X205="Batch too big >64K. Slim Down."
- X206="File I/O error reading batch file"
- X207="SunMonTueWedThuFriSat"
- X208="Runtime Hoo-Haa"
-
- X211="HEY! No cheating! Uncool!"
- X212="Memory Error in verification"
- X213="Da Magic Words?"
-
- X236="Nope. That won't work."
- X237="Thanks man. Way cool!"
- X238="Softwares alreay paid for!"
- X239="Uh-Oh. Software got broken. Don't use."
-
- X502="Unexpected menu line. Check for proper indentation."
- X503="Undefined error code -> "
- X504="Menu file file open error. Maybe it does not exist???"
- X505="Could not allocate menu build workarea"
- X506="Could not lock menu build workarea"
- X507="File I/O error reading menu file"
-
- X512="Need First level menu title. Not found."
- X513="Could not create menu bar"
- X514="Need batch code or second level menu title. Not found."
- X515="Need batch code or top level menu title. Not found."
- X516="First level popup menu creation failed."
- X517="Second level popup menu creation failed."
- X518="Third level popup menu creation failed."
- X519="Need batch code or third level menu title. Not found."
- X520="Need batch code or 1st or 2nd level menu title. Not found."
- X521="Need batch code or fourth level menu title. Not found."
- X522="Menu file re-open error"
- X523="Could not allocate menu scan workarea -- Low on menory?"
- X524="Could not lock menu scan workarea"
- X525="File I/O error scanning menu file"
-
- X527="WIL Processor menu error 527"
- X528="Someone changed the menus!~Gotta scan them again.~Hang tight.~Try again in a few seconds."
-
- X530="Menu/Batch file too big >>64K"
-
- X540="What is this? You can't run this thing: "
-
- X556="Uh-Oh, couldn't even get started."
- X557="Illegal passed parameter."
-
- X575="Menu/Batch Terminated"
- X576="Processing failed validity check"
-
- X579="Need batch code, 1st, 2nd or 3rd level menutitle. Not found"
- X580="Need batch code after fourth level menutitle. Not found"
- X581="Need batch code or 1st, 2nd, 3rd or 4th level menutitle. Not found"
-
- X599="Like wow, man, too many menu items you know."
-
- X700="Resize window on screen"
- X701="Move window on screen"
- X702="Reduce window to an icon"
- X703="Zoom window to maximum size"
- X704="Switch to the next child window"
- X705="Switch to the previous child window"
- X706="Shut it down"
- X707="Scroll child windows vertically"
- X708="Scroll child windows horizontally"
- X717="Arrange Windows"
- X718="Restore window to previous state"
- X719="YooHoo! Task Manager"
-
- X730=" popup menu"
- X731=" menu item"
-
-
- X9002= "Something died, but we already told you about it!"
- X9999= "We canned it dude."
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ; The English section here is not used (generally), 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. There are a few strings that cannot be
- ; translated.
-
- [English]
- X102="Specified menu/batch file not found"
- X104="&Quit Now"
- X105="Enter &License Info"
-
- X111="Execution Error"
-
- X120="&Ok"
- X121="&Cancel"
- X122="Warning: File is about to be overwritten"
- X123="&Overwrite"
- X124="Overwrite &All"
- X125="&Skip"
- X126="&Next"
- X127="&Run"
- X128="&Show Var"
- X129="Please enter name of the licensee of this product:"
- X130="Please enter your licensing information below:"
- X131="Registration ID:"
- X132="Control Number:"
- X133="Next Statement..."
- X134="File Overwrite Warning"
-
- X150="ENGLISH"
-
- X192="Execution ended"
- X193="Execution terminated by user request or error"
-
- X203="Unable to allocate memory for menu/batch file"
- X204="Unable to lock memory for menu/batch file"
- X205="Batch file >64K. Too Large."
- X206="File I/O error reading batch file"
- X207="SunMonTueWedThuFriSat"
- X208="Runtime Error"
-
- X211="Encrypted/Encoded verification failed"
- X212="Memory Error in verification"
- X213="Authorization Code?"
-
- X236="Incorrect Licensing Data"
- X237="Thank you for your support."
- X238="Software is already licensed"
- X239="Software has been damaged. Do not use."
-
- X502="Unexpected menu line. Check for proper indentation."
- X503="Undefined error code -> "
- X504="Menu file file open error. Maybe it does not exist???"
- X505="Could not allocate menu build workarea"
- X506="Could not lock menu build workarea"
- X507="File I/O error reading menu file"
-
- X512="Need First level menu title. Not found."
- X513="Could not create menu bar"
- X514="Need batch code or second level menu title. Not found."
- X515="Need batch code or top level menu title. Not found."
- X516="First level popup menu creation failed."
- X517="Second level popup menu creation failed."
- X518="Third level popup menu creation failed."
- X519="Need batch code or third level menu title. Not found."
- X520="Need batch code or 1st or 2nd level menu title. Not found."
- X521="Need batch code or fourth level menu title. Not found."
- X522="Menu file re-open error"
- X523="Could not allocate menu scan workarea -- Low on menory?"
- X524="Could not lock menu scan workarea"
- X525="File I/O error scanning menu file"
-
- X527="WIL Processor menu error 527"
- X528="WIL Processor menu(s) will reloaded~to reflect recent changes.~Reselect menu option when reload complete."
-
- X530="Menu/Batch file too big >>64K"
-
- X540="Cannot run selected file: "
-
- X556="WIL Processor Initialization Failure"
- X557="Illegal passed parameter."
-
- X575="Menu/Batch Terminated"
- X576="Processing failed validity check"
-
- X579="Need batch code, 1st, 2nd or 3rd level menutitle. Not found"
- X580="Need batch code after fourth level menutitle. Not found"
- X581="Need batch code or 1st, 2nd, 3rd or 4th level menutitle. Not found"
-
- X599="Too many menu items defined for current application."
-
- X700="Resize window on screen"
- X701="Move window on screen"
- X702="Reduce window to an icon"
- X703="Zoom window to maximum size"
- X704="Switch to the next child window"
- X705="Switch to the previous child window"
- X706="Close down application"
- X707="Scroll child windows vertically"
- X708="Scroll child windows horizontally"
- X717="Arrange Windows"
- X718="Restore window to previous state"
- X719="Get Task Manager"
-
- X730=" popup menu"
- X731=" menu item"
-
- X1900="WinExec 0: Out of Memory"
-
- X1902="WinExec 2: File Not Found"
- X1903="WinExec 3: Path Not Found"
-
- X1905="WinExec 5: Attempt to dynlink to a task"
- X1906="WinExec 6: Lib requires data segs for each task"
-
- X1908="WinExec 8: Insufficient contiguous memory for application"
-
- X1910="WinExec 10: Incorrect Windows Version"
- X1911="WinExec 11: Invalid EXE file"
- X1912="WinExec 12: Cannot run OS/2 application"
- X1913="WinExec 12: Cannot run DOS4.0 application"
- X1914="WinExec 14: Unknown EXE type"
- X1915="WinExec 15: Attempt to run old EXE in protect mode"
- X1916="WinExec 16: Attempted 2nd EXE with multiple writeable datasegs"
- X1917="WinExec 17: Nonshareable DLLs already in use"
- X1918="WinExec 18: App marked for protected mode only"
-
- X1932="WinExec: Undefined Error"
- X1933="WinExec: No application defined for data file"
-
- X2001="SendKey: Illegal Parameters"
- X2002="File Copy/Move: 'From' file illegal"
- X2003="File Copy/Move: 'To' file illegal"
- X2004="File Copy/Move: Cannot put wildcards into fixed root"
- X2005="File Copy/Move: Cannot put wildcards into fixed extension"
- X1006="File Copy/Move: No matching files found"
- X2007="File Move: Unable to rename source file"
- X3008="File Copy/Move: 'From' file open error"
- X3009="SendKey: Could not open DEBUG TEXT file"
- X3010="SendKey: Could not install hook - Already Active??"
- X3011="File Copy/Move: 'From' file length error"
- X3012="File Copy/Move: No room left on disk. Out of space??"
- X3013="File Copy/Move: 'To' file open error"
- X3014="File Copy/Move: I/O Error"
- X3015="File Move: Unable to remove source file"
- X2016="File Delete: File name illegal"
- X1017="File Delete: No matching files found"
- X1018="File Delete: Delete Failed"
- X2019="File Rename: 'From' file illegal"
- X2020="File Rename: 'To' file illegal"
- X2021="File Rename: Can't change disk drives. Use MOVE instead."
- X2022="File Rename: Cannot put wildcards into a fixed root"
- X2023="File Rename: Cannot put wildcards into a fixed extension"
- X1024="File Rename: No matching files found"
- X1025="File Rename: Rename failed"
- X3026="LogDisk: Illegal disk drive"
- X3027="LogDisk: DOS reports no disks!! ???"
- X1028="LogDisk: Requested drive not online"
- X1029="DirMake: Dir not created"
- X1030="DirRemove: Dir not removed"
- X1031="DirChange: Dir not found/changed"
- X3032="GoTo unable to lock memory for batch file"
- X3033="GoTo label not found"
- X3034="Clipboard owned by another app. Cannot open."
- X3035="Clipboard does not contain text for CLIPAPPEND."
- X3036="Clipboard cannot hold that much text (>64000 bytes)"
- X3037="Unable to get memory for clipboard. Close some apps"
- X2038="WinCloseNot Function Syntax error"
- X1039="WinClose: Window not found"
- X1040="WinHide: Window not found"
- X1041="WinIconize: Window not found"
- X1042="WinZoom: Window not found"
- X1043="WinShow: Window not found"
- X1044="WinPlace: Window not found"
- X1045="WinActivate: Window not found"
- X3046="Internal Error 3046. Function not defined"
- X3047="Variable name over 30 chars. Too Long"
- X3048="Substitution %Variable% not followed by a % (Use %% for %)"
- X3049="No variables exist??!!"
- X3050="Undefined variable"
- X3051="Undefined variable or function"
- X3052="Uninitialized variable or undefined function"
- X3053="Character string too long (>256 chars??)"
- X3054="Unrecognizable item found on line"
- X3055="Variable name over 30 chars. Too Long"
- X3056="Variable could not be converted to string"
- X3057="Variable could not be converted to integer"
- X2058="StrCat: Function syntax error"
- X3059="Illegal Bounds for STRSUB function"
- X2060="AVERAGE function syntax error"
- X3061="Illegal Syntax"
- X3062="Attempt to divide by zero"
- X3063="Internal Error 3063. Binary op not found"
- X3064="Internal Error 3064. Unary op not found"
- X3065="Unbalanced Parenthesis"
- X3066="Wrong Number of Arguments in Function"
- X3067="Function Syntax. Opening parenthesis missing."
- X3068="Function Syntax. Illegal delimiter found."
- X3069="Bad assignment statement. (Use == for equality testing)"
- X3070="Internal error 3070. Too many arguments defined."
- X3071="Missing or incomplete statement"
- X3072="THEN not found in IF statement"
- X3073="Goto Label not specified"
- X3074="Expression continues past expected end."
- X3075="Call: Parse of file/parameter line failed"
- X3076="FileOpen: READ or WRITE not properly specified"
- X1077="FileOpen: Open failed"
- X3078="FileOpen: Too many (>5) files open"
- X3079="FileClose: Invalid file handle"
- X3080="FileClose: File not currently open"
- X3081="FileRead: Invalid file handle"
- X3082="FileRead: File not currently open"
- X1083="FileAttrGet: File not found"
- X3084="FileWrite: Invalid file handle"
- X3085="FileWrite: File not currently open"
- X1086="FileAttrSet: File not found or access denied"
- X3087="FileRead: File not open for reading"
- X3088="FileRead: Attempt to read past end of file"
- X3089="FileWrite: File not open for writing"
- X3090="Dialog Box: File open error"
- X3091="Dialog Box: Box too large (20x60 max)"
- X3092="Dialog Box: Non-text control used w/filebox."
- X2093="Dialog Box: Bad Filespec, using *.*"
- X3094="Dialog Box: Window Registration Failed"
- X3095="Compare: Not an integer or string compare"
- X3096="Memory allocation failure. Out of memory for strings"
- X3097="Memory allocation failure. Out of memory for variables"
- X3098="IntErr: NULL pointer passed to xstrxxx subroutines"
- X3099="CallExt function disabled. Not currently available."
- X1100="StrIndex/StrScan 3rd parameter out of bounds"
- X3101="Substituted line too long. (> 256 characters)"
- X3102="Drop: Can only drop variables"
- X3103="IsDefined: Attempting to test non-variable item"
- X3104="Dialog Box: Window Creation Failed"
- X3105="CALL and CALLEXT not supported in compiled versions"
- X2106="SetDisplay: Type not NAME, DATE, SIZE, KIND or UNSORTED"
- X3107="Run: Filetype is not COM, EXE, PIF or BAT"
- X3108="FileItemize: Unable to lock file info segment"
- X3109="FileItemize: Unable to unlock file info segment"
- X3110="FileItemize: Unable to lock file index segment"
- X3111="FileItemize: Unable to unlock file index segment"
- X2112="FileSize: File Not Found"
- X3113="FileSize: Filelength I/O Error"
- X3114="FileSize: Buffer Overrun Error"
- X3115="FileDelete: Buffer Overrun Error"
- X3116="FileRename: Buffer Overrun Error"
- X3117="FileCopy/Move: Buffer Overrun Error"
- X2118="FileCopy/Move: Destination file same as source"
- X1119="WinPosition: Window not found"
- X2120="SetDisplay: Display type not SHORT or LONG"
- X1121="WinTitle: Window not found"
- X2122="FileAppend: Target cannot be wildcarded"
- X3123="WaitForKey: Invalid key codes specified"
- X3124="WinMetrics: Invalid code"
- X1125="FileTimeGet: File not found"
- X3126="FileAttrSet: Buffer Overrun Error"
- X3127="FileTimeTouch: Buffer Overrun Error"
- X1128="FileTimeTouch: File not found"
- X3129="avail???"
- X3130="avail???"
- X3131="avail???"
- X3132="avail???"
- X3133="avail???"
- X3134="avail???"
- X3135="avail???"
- X3136="avail???"
- X3137="avail???"
- X3138="DDE: Too many DDE conversations"
- X3139="DDEInitiate: Client window create failed"
- X3140="DDEInitiate: GlobalAddAtom failure"
- X3141="???DDETerminate: Bad channel number"
- X3142="DDETerminate: Channel does not exist"
- X3143="???DDEInitiate: Internal Error 3143"
- X3144="DDETerminate: Internal Error 3144"
- X3145="DDEExec: GlobalAlloc failed"
- X3146="DDEExec: Global Lock failed"
- X3147="DDEExec: Bad channel number"
- X3148="???DDEExec: No open channels"
- X3149="DDEExec: Internal Error 3149"
- X1150="DDEExec: DDE Post failed"
- X3151="???DDEReq: No open channels"
- X3152="???DDEReq: Bad channel number"
- X3153="???DDEReq: Internal error 3153"
- X3154="DDEReq: GlobalAddAtom failed"
- X1155="DDEReq: DDE Post failed"
- X3156="DDEReq: GlobalLock failed"
- X3157="???DDEPoke: No open channels"
- X3158="???DDEPoke: Bad channel number"
- X3159="???DDEPoke: Internal Error 3159"
- X3160="DDEPoke: GlobalAlloc failed"
- X3161="DDEPoke: GlobalAddAtom failed"
- X3162="DDEPoke: GlobalLock failed"
- X1163="DDEPoke: DDE Post failed"
- X1164="DDEPoke: DDE Timeout"
- X1165="DDEReq: DDE Timeout"
- X1166="DDEExec: DDE Timeout"
- X3167="DDE Recv Data: GlobalLock 1 failed"
- X3168="DDE Recv Data: GlobalAlloc 2 failed"
- X3169="DDE Recv Data: GlobalLock 2 failed"
- X3170="DDEInitiate: Internal Error 3170"
- X3171="IntControl: Invalid IntControl opcode"
- X1172="WinExeName: Window not found"
- X3173="Net: No network found"
- X3174="Net: Security Violation"
- X3175="Net: Function not supported"
- X3176="Net: Out of Memory"
- X3177="Net: Network Error"
- X3178="Net: Windows function failed"
- X3179="Net: Invalid type of request"
- X3180="Net: Invalid Pointer"
- X1181="Net: Cancelled at users request"
- X1182="Net: Bad user / Not logged in"
- X3183="Net: Buffer too small - Internal Error"
- X1184="Net: Invalid Network name"
- X1185="Net: Invalid Local Name"
- X1186="Net: Invalid Password"
- X1187="Net: Local Device already connected"
- X1188="Net: Not a valid local device or network name"
- X1189="Net: Not a redirected local device or current net name"
- X1190="Net: Files were open with FORCE=FALSE"
- X1191="Net: Function busy"
- X3192="Net: Unknown network error"
- X1193="Function not supported in this version of Windows"
- X1194="PlaySounds: File not found"
- X1195="PlayMedia: Unrecognised Error"
- X3196="PlayMedia: Do not use WAIT or NOTIFY in MCI string"
- X3197="WinResources: Invalid request number"
- X3198="WinParmGet/Set: Invalid request number"
- X3199="WinPlaceGet/Set: Invalid window-size number"
- X1200="WinPlaceGet/Set: Window not found"
- X1201="WinPlaceGet/Set: Function failed"
- X3202="WinPlaceSet: Wrong number of window co-ordinates"
- X2203="Dir Rename: 'From' file illegal"
- X2204="Dir Rename: 'To' file illegal"
- X3205="MouseInfo: Invalid request number"
- X3206="SnapShot: Invalid request number"
- X1207="SnapShot: Out of memory"
- X1208="SnapShot: Palette Creation Error"
- X1209="SnapShot: Cannot open clipboard"
- X3210="Cmd Extender: Out of memory to save result"
- X3211="Call: More than 6 levels of Calls"
- X3212="PlayMedia: Notify Window creation failed"
- X1213="Cmd Extender: Minor error occurred"
- X2214="Cmd Extender: Moderate Error Occurred"
- X3215="Cmd Extender: Severe error occurred"
- X1216="RunWait Commands not supported in 3.0 Debug Windows"
-
- ; 5600 to 5699 reserved for wininfo.exe strings
- X5600= "Hit Spacebar to copy to clipboard"
- X5601= "XXX Not Active XXX"
- X5610= "Co-ordinates"
- X5611= "Left"
- X5612= "Top"
- X5613= "Right"
- X5614= "Bottom"
- X5615= "Use ESC to terminate"
- X5616= "Window Title"
-
- ; 5700 - 5799 reserved for WinMacro
- X5700= "&About / Reload ..."
- X5701= "Err: No Title or Hotkey specification"
- X5702= "Err: :Action part of line missing"
- X5703= "Err: HotKey specs and Action missing"
- X5704= "Err: Redundant backslashes found"
- X5705= "Err: No :Action found"
- X5706= "Err: Multiple backslashes found"
- X5707= "Err: No Action found following colon"
- X5708= "Err: Illegal characters found in Action"
- X5709= "Err: :Action found when HotKeys expected"
- X5710= "Err: Only A-Z and F1-F16 may be hotKeys"
- X5711= "Err: Ctrl(^) needed for HotKeys"
- X5712= "&Terminate Windows"
-
- X5720= "&Begin Macro Record\tCtrlShift+HOME"
- X5721= "&End Macro Record\tCtrlShift+END"
- X5722= "Filename error: Wildcards (* or ?) not allowed"
- X5723= "FileName error: Filename must end in .WBT or .WBM"
- X5724= "\012 already exists. OverWrite?"
- X5725= "\012 File Error. Recording probably incorrect."
- X5727= "WinBatch"
- X5728= "Please register WinBatch if you like WinMacro.~Just call (800) 762-8383"
-
- X9002= "Previously reported error"
- X9999= "User requested Cancel"
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
-
- [German]
- X102="Fehler: Angegebene Batch-Datei nicht gefunden"
- ; Note: X103 CANNOT INCLUDE THE CHARACTER WHICH IS THE HOT KEY IN X104 or X105.
- X103="Ich bin einverstanden"
- X104="&Jetzt beenden"
- X105="&Lizenz-Info eingeben"
-
- X111="Ablauffehler"
-
- X120="&Ok"
- X121="&Abbrechen"
- X122="Soll die Datei ⁿberschrieben werden ?"
- X123="▄&berschreiben"
- X124="&Immer ⁿberschreiben"
- X125="▄ber&springen"
- X126="&NΣchster"
- X127="&Start"
- X128="Variable an&zeigen "
- X129="Bitte geben Sie den Namen des Programmeigentⁿmers ein:"
- X130="Bitte geben Sie hier ihre Registrierinformation ein:"
- X131="Registrierungs - ID:"
- X132="Kontrollnummer :"
- X133="NΣchster Befehl..."
- X134="Warnung! Datei(en) schon vorhanden!"
-
- ; do not translate X150. It should be "GERMAN"
- X150="GERMAN"
-
- X172="Einige Programme schlie▀en"
- X173="WinBatch: ZU WENIG SPEICHER"
-
- X192="Ausfⁿhrung abgebochen"
- X193="Ende durch Anwender oder Fehler"
-
- X203="Kann fⁿr Menⁿ/Batch-Datei Speicher nicht reservieren"
- X204="Kann fⁿr Menⁿ/Batch-Datei Speicher nicht sperren"
- X205="Batch-Datei ⁿber 64K. (Zu gro▀)."
- X206="E/A-Fehler beim Lesen der Batch-Datei"
- X207=" So Mo Di Mi Do Fr Sa"
- X208="Fortsetzen"
-
- X211="Verschlⁿsselung gescheitert"
- X212="Speicher-Prⁿffehler"
- X213="Autorisations-Code?"
-
-
- X236="Unkorrekte Lizenzdaten"
- X237="Danke fⁿr Ihre Unterstⁿtzung von Software."
- X238="Software ist schon lizensiert"
- X239="Die Software wurde verΣndert. Nicht benutzen!"
-
- X502="Menⁿoption nicht erwartet. Richtig eingerⁿckt?"
- X503="Fehlercode nicht definiert -> "
- X504="Fehler beim ╓ffnen der Menⁿ-Datei. Existiert sie?"
- X505="Kann ArbeitsflΣche fⁿr Menⁿ nicht reservieren"
- X506="Kann ArbeitsflΣche fⁿr Menⁿ nicht sperren"
- X507="E/A-Fehler beim Lesen der Menⁿ-Datei"
-
- X512="Menⁿtitel erster Ebene nicht gefunden"
- X513="Kann Menⁿleiste nicht erzeugen"
- X514="Batch-Code oder Menⁿtitel zweiter Ebene nicht gefunden"
- X515="Batch-Code oder Menⁿtitel oberster Ebene nicht gefunden"
- X516="Erzeugen des Popup-Menⁿs erster Ebene gescheitert"
- X517="Erzeugen des Popup-Menⁿs zweiter Ebene gescheitert"
- X518="Erzeugen des Popup-Menⁿs dritter Ebene gescheitert"
- X519="Batch-Code oder Menⁿtitel dritter Ebene nicht gefunden"
- X520="Batch-Code oder Menⁿtitel erster/zweiter Ebene nicht gefunden"
- X521="Batch-Code oder Menⁿtitel vierter Ebene nicht gefunden"
- X522="Fehler beim Wieder÷ffnen der Menⁿ-Datei"
- X523="Kann Menⁿtestbereich nicht reservieren - zu wenig Speicher?"
- X524="Kann Menⁿtestbereich nicht sperren"
- X525="E/A-Fehler beim Durchsuchen der Menⁿ-Datei"
-
- X527="WIL-Prozessor: Menⁿfehler 527"
- X528="WIL-Prozessor: Menⁿ(s) werden neu geladen~um VerΣnderungen anzuzeigen.~Nach dem Laden Option neu wΣhlen."
-
- X530="Menⁿ/Batch-Datei zu gro▀ (ⁿber 64 K)
-
- X540="Kann Datei nicht starten:"
-
- X556="WIL-Prozessor: Initialisierung gescheitert"
- X557="Parameter nicht zulΣssig"
-
- X575="Menⁿ/Batch-Datei beendet"
- X576="Bearbeitung gescheitert. Daten gⁿltig?"
-
- X579="Batch-Code oder Menⁿtitel Ebene 1, 2 oder 3 nicht gefunden"
- X580="Batch-Code nach Menⁿtitel vierter Ebene nicht gefunden"
- X581="Batch-Code oder Menⁿtitel Ebene 1, 2, 3 oder 4 nicht gefunden"
-
- X599="Zu viele Menⁿoptionen fⁿr aktuelles Programm definiert"
-
- X700="Fenstergr÷▀e Σndern"
- X701="Fenster verlagern"
- X702="Fenster minimieren (Icon)"
- X703="Fenster maximieren"
- X704="Zum nΣchsten untergeordneten Fenster
- X705="Zum vorigen untergeordneten Fenster
- X706="Programm beenden"
- X707="Untergeordnete Fenster vertikal verschieben"
- X708="Untergeordnete Fenster horizontal verschieben"
- X717="Fenster anordnen"
- X718="Fenster vorige Gr÷▀e herstellen"
- X719="Task-Manager laden"
-
- X730=" Popup-Menⁿ"
- X731=" Menⁿoption"
-
- X1900="WinExec 0: Kein Speicher verfⁿgbar"
-
- X1902="WinExec 2: Datei nicht gefunden"
- X1903="WinExec 3: PATH nicht gefunden"
-
- X1905="WinExec 5: Versuch, ein Programm dynamisch zu linken"
- X1906="WinExec 6: Bibliothek braucht Datensegmente fⁿr jedes Programm"
-
- X1908="WinExec 8: Zu wenig zusammenhΣngender Speicher fⁿr Programm"
-
- X1910="WinExec 10: Falsche Windows Version"
- X1911="WinExec 11: Ungⁿltige EXE-Datei"
- X1912="WinExec 12: Kann OS/2 Programm nicht starten"
- X1913="WinExec 12: Kann DOS4.0 Programm nicht starten"
- X1914="WinExec 14: Unbekannter EXE-Dateityp"
- X1915="WinExec 15: Versuch, alte EXE im Protected Mode zu starten"
- X1916="WinExec 16: Versuch, zweite EXE mit mehrfach beschreibbaren Datensegmenten zu starten"
- X1917="WinExec 17: Nicht gemeinsam benutzbare DLLs schon in Gebrauch"
- X1918="WinExec 18: Programm nur fⁿr Protected Mode"
-
- X1932="WinExec: Undefinierter Fehler"
- X1933="WinExec: Kein Programm fⁿr Datendatei definiert"
-
- ; Following is in order of last three digits
- ; First digit is severity level of error 1=minor 2=moderate 3=fatal
- ; Numbers 1000 thru 3999 reserved for winbatch.exe error messages
-
- X2001="SendKey: Ungⁿltige Parameter"
- X2002="FileCopy/Move: 'Von'-Datei ungⁿltig"
- X2003="FileCopy/Move: 'Nach'-Datei ungⁿltig"
- X2004="FileCopy/Move: Kann ?/* nicht in festen Dateinamen kopieren/bewegen"
- X2005="FileCopy/Move: Kann ?/* nicht in feste Erweiterung kopieren/bewegen"
- X1006="FileCopy/Move: Keine passenden Dateien gefunden"
- X2007="FileMove: Fehler beim Umbenennen der Quelldatei"
- X3008="FileCopy/Move: Fehler beim ╓ffnen der 'Von'-Datei"
- X3009="SendKey: Kann C:\@@SKDBUG.TXT nicht ÷ffnen"
- X3010="SendKey: Kann hook nicht installieren - schon aktiv??"
- X3011="FileCopy/Move: 'Von'-Datei Fehler der LΣnge"
- X3012="FileCopy/Move: Kein Platz auf Laufwerk - voll??"
- X3013="FileCopy/Move: Fehler beim ╓ffnen der 'Nach'-Datei"
- X3014="FileCopy/Move: E/A-Fehler"
- X3015="FileMove: Fehler beim Entfernen der Quelldatei"
- X2016="FileDelete: Dateiname ungⁿltig"
- X1017="FileDelete: Keine passenden Dateien gefunden"
- X1018="FileDelete: Fehler beim L÷schen"
- X2019="FileRename: 'Von'-Datei ungⁿltig"
- X2020="FileRename: 'Nach'-Datei ungⁿltig"
- X2021="FileRename: Versuch, auf anderem Laufwerk umzubenennen. MOVE verwenden"
- X2022="FileRename: Kann ?/* nicht in festen Dateinamen kopieren/bewegen"
- X2023="FileRename: Kann ?/* nicht in feste Erweiterung kopieren/bewegen"
- X1024="FileRename: Keine passenden Dateien gefunden"
- X1025="FileRename: Fehler beim Umbenennen"
- X3026="LogDisk: Ungⁿltiges Laufwerk"
- X3027="LogDisk: DOS sagt, kein Laufwerk /keine Diskette!!! ???"
- X1028="LogDisk: Gewⁿnschtes Laufwerk nicht angemeldet"
- X1029="DirMake: Verzeichnis nicht angelegt"
- X1030="DirRemove: Verzeichnis nicht entfernt"
- X1031="DirChange: Verzeichnis nicht gefunden/geΣndert"
- X3032="GoTo-Fehler beim Reservieren von Speicher fⁿr Batch-Datei"
- X3033="GoTo-Marke nicht gefunden"
- X3034="Zwischenablage von anderem Programm besetzt. Kann nicht ÷ffnen."
- X3035="Zwischenablage enthΣlt keinen Text fⁿr CLIPAPPEND."
- X3036="Zwischenablage fa▀t nicht so viel Text (>64000 bytes)"
- X3037="Fehler bei Speicherzuweisung fⁿr Zwischenablage. Einige Programme schlie▀en"
- X2038="WinCloseNot Funktions-Syntax-Fehler"
- X1039="WinClose: Fenster nicht gefunden"
- X1040="WinHide: Fenster nicht gefunden"
- X1041="WinIconize: Fenster nicht gefunden"
- X1042="WinZoom: Fenster nicht gefunden"
- X1043="WinShow: Fenster nicht gefunden"
- X1044="WinPlace: Fenster nicht gefunden"
- X1045="WinActivate: Fenster nicht gefunden"
- X3046="Interner Fehler 3046. Funktion nicht definiert"
- X3047="Variablenname ⁿber 30 Zeichen. (Zu lang)"
- X3048="Ersatz %Variable% nicht gefolgt von % (%% fⁿr % benutzen)"
- X3049="Keine Variablen existieren??!!"
- X3050="Undefinierte Variable"
- X3051="Undefinierte Variable oder Funktion"
- X3052="Uninitialisierte Variable oder undefinierte Funktion"
- X3053="Zeichenkette zu lang (>256 Zeichen??)"
- X3054="Nicht erkennbarer Eintrag in Zeile"
- X3055="Variablenname ⁿber 30 Zeichen. Zu lang"
- X3056="Variable konnte nicht in String konvertiert werden"
- X3057="Variable konnte nicht in ganze Zahl konvertiert werden"
- X2058="StrCat: Syntaxfehler Funktion"
- X3059="Ungⁿltige Grenzen fⁿr STRSUB-Funktion"
- X2060="Average: Syntaxfehler Funktion"
- X3061="Syntaxfehler"
- X3062="Versuch, durch Null zu dividieren"
- X3063="Interner Fehler 3063. BinΣrer Operator nicht gefunden"
- X3064="Interner Fehler 3064. UnΣrer Operator nicht gefunden"
- X3065="Zweite Klammer fehlt"
- X3066="Falsche Anzahl von Argumenten in der Funktion"
- X3067="Funktionssyntax. ╓ffnende Klammer fehlt."
- X3068="Funktionssyntax. Ungⁿltigen Begrenzer gefunden."
- X3069="Ungⁿltiger Zuweisungsbefehl. (== fⁿr Gleichheitstest verwenden)"
- X3070="Interner Fehler 3070. Zu viele Argumente definiert."
- X3071="Fehlender oder unvollstΣndiger Befehl"
- X3072="If-Anweisung ohne Then"
- X3073="Goto-Marke nicht angegeben"
- X3074="Ausdruck geht sich ⁿber das erwartete Ende hinaus."
- X3075="Call: Fehler beim Einlesen von Datei/Parameter-Zeile"
- X3076="FileOpen: READ oder WRITE nicht richtig angegeben"
- X1077="FileOpen: Fehler beim ╓ffnen"
- X3078="FileOpen: Zu viele Dateien offen (ⁿber 5)"
- X3079="FileClose: Ungⁿltiges Datei-Handle"
- X3080="FileClose: Datei nicht ge÷ffnet"
- X3081="FileRead: Ungⁿltiges Datei-Handle"
- X3082="FileRead: Datei nicht ge÷ffnet"
- X1083="FileAttrGet: Datei nicht gefunden2
- X3084="FileWrite: Ungⁿltiges Datei-Handle"
- X3085="FileWrite: Datei nicht ge÷ffnet"
- X1086="FileAttrSet: Datei nicht gefunden oder Zugriff verweigert"
- X3087="FileRead: Datei nicht ge÷ffnet zum Lesen"
- X3088="FileRead: Versuch, ⁿber das Dateiende hinaus zu lesen"
- X3089="FileWrite: Datei nicht ge÷ffnet zum Schreiben"
- X3090="DialogBox: Fehler beim ╓ffnen" einer Datei"
- X3091="DialogBox: Fenster zu gro▀"
- X3092="DialogBox: Nicht-Text-Steuerzeichen bei Listenfenster"
- X2093="DialogBox: Schlechte Dateispezifikation, benutze *.*"
- X3094="DialogBox: Fenster-Registrations-Fehler"
- X3095="Kann Ganzzahlen oder Zeichenketten nicht vergleichen"
- X3096="Fehler Speicherzuweisung. Kein Speicher fⁿr Zeichenketten"
- X3097="Fehler Speicherzuweisung. Kein Speicher fⁿr Variablen"
- X3098="Interner Fehler, NULL-Zeiger an xstrxxx Subroutinen"
- X3099="CallExt-Funktion z.Z. nicht verfⁿgbar."
- X1100="StrIndex/StrScan 3. Parameter au▀erhalb Grenzen"
- X3101="Ersetzte Zeile zu lang. (> 256 Zeichen)"
- X3102="Drop: Kann nur auf Variablen angewendet werden"
- X3103="IsDefined: Versuch, eine Nicht-Variable zu testen"
- X3104="DialogBox: Fenster-Erzeugungsfehler"
- X3105="CALLEXT in compilierter Version nicht unterstⁿtzt"
- X1106="verfⁿgbar???"
- X3107="Run: Dateityp nicht COM, EXE, PIF oder BAT"
- X3108="FileItemize: Fehler bei lock file info segment"
- X3109="FileItemize: Fehler bei unlock file info segment"
- X3110="FileItemize: Fehler bei lock file index segment"
- X3111="FileItemize: Fehler bei unlock file index segment"
- X2112="FileSize: Datei nicht gefunden"
- X3113="FileSize: DateilΣngen-E/A-Fehler"
- X3114="FileSize: Puffer-▄berlauf-Fehler"
- X3115="FileDelete: Puffer-▄berlauf-Fehler"
- X3116="FileRename: Puffer-▄berlauf-Fehler"
- X3117="FileCopy/Move: Puffer-▄berlauf-Fehler"
- X2118="FileCopy/Move: Zieldatei dieselbe wie Quelldatei"
- X1119="WinPosition: Fenster nicht gefunden."
- X2120="SetDisplay: Displaytyp nicht SHORT oder LONG"
- X1121="WinTitle: Fenster nicht gefunden"
- X2122="FileAppend: Kann ?/* nicht fⁿr Zieldatei benutzen"
- X3123="WaitForKey: Ungⁿltige Tastencodes"
- X3124="WinMetrics: Ungⁿltiger Code"
- X1125="FileTimeGet: Datei nicht gefunden"
- X3126="FileAttrSet: Puffer-▄berlauf-Fehler"
- X3127="FileTimeTouch: Puffer-▄berlauf-Fehler"
- X1128="FileTimeTouch: Datei nicht gefunden"
- X3129="verfⁿgbar???"
- X3130="verfⁿgbar???"
- X3131="verfⁿgbar???"
- X3132="verfⁿgbar???"
- X3133="verfⁿgbar???"
- X3134="verfⁿgbar???"
- X3135="verfⁿgbar???"
- X3136="verfⁿgbar???"
- X3137="verfⁿgbar???"
- X3138="DDE: Zu viele DDE-Konversationen"
- X3139="DDEInitiate: Untergeordnetes Fenster nicht erzeugt"
- X3140="DDEInitiate: GlobalAddAtom gescheitert"
- X3141="???DDETerminate: Falsche Kanalnummer"
- X3142="DDETerminate: Kanal existiert nicht"
- X3143="???DDEInitiate: Interner Fehler 3143"
- X3144="DDETerminate: Interner Fehler 3144"
- X3145="DDEExec: GlobalAlloc gescheitert"
- X3146="DDEExec: Global Lock gescheitert"
- X3147="DDEExec: Falsche Kanalnummer"
- X3148="???DDEExec: No open channels"
- X3149="DDEExec: Interner Fehler 3149"
- X1150="DDEExec: DDE Post gescheitert"
- X3151="???DDEReq: No open channels"
- X3152="???DDEReq: Falsche Kanalnummer"
- X3153="???DDEReq: Interner Fehler 3153"
- X3154="DDEReq: GlobalAddAtom gescheitert"
- X1155="DDEReq: DDE Post gescheitert"
- X3156="DDEReq: GlobalLock gescheitert"
- X3157="???DDEPoke: No open channels"
- X3158="???DDEPoke: Falsche Kanalnummer"
- X3159="???DDEPoke: Interner Fehler 3159"
- X3160="DDEPoke: GlobalAlloc gescheitert"
- X3161="DDEPoke: GlobalAddAtom gescheitert"
- X3162="DDEPoke: GlobalLock gescheitert"
- X3163="DDEPoke: DDE Post gescheitert"
- X3164="DDEPoke: DDE-Fehler bei Wartezeit"
- X1165="DDEReq: DDE-Fehler bei Wartezeit"
- X1166="DDEExec: DDE-Fehler bei Wartezeit"
- X3167="DDE Recv Data: GlobalLock 1 gescheitert"
- X3168="DDE Recv Data: GlobalAlloc 2 gescheitert"
- X3169="DDE Recv Data: GlobalLock 2 gescheitert"
- X3170="DDEInitiate: Interner Fehler 3170"
- X3171="IntControl: Falscher IntControl-Opcode"
- X1172="WinExeName: Fenster nicht gefunden"
- X3173="Net: Kein Netz gefunden"
- X3174="Net: Sicherheitsverletzung"
- X3175="Net: Funktion nicht unterstⁿtzt"
- X3176="Net: Zu wenig Speicher"
- X3177="Net: Netzfehler"
- X3178="Net: Windows-Funktion gescheitert"
- X3179="Net: Falsche Anfrage"
- X3180="Net: Zeiger ungⁿltig"
- X1181="Net: Vom Anwender abgebrochen"
- X1182="Net: Anwender nicht angemeldet"
- X3183="Net: Puffer zu klein - Interner Fehler"
- X1184="Net: Ungⁿltiger Netzname"
- X1185="Net: Ungⁿltiger lokaler Name"
- X1186="Net: Ungⁿltiges Pa▀wort"
- X1187="Net: Lokales Device schon im Netz"
- X1188="Net: Ungⁿltiger lokaler oder Netzname"
- X1189="Net: Kein umgelenktes lokales Device oder aktueller Netzname"
- X1190="Net: Dateien mit FORCE=FALSE ge÷ffnet"
- X1191="Net: Funktion schon aktiv"
- X3192="Net: Unbekannter Netzfehler"
- X1193="Funktion in dieser Windows-Version nicht unterstⁿtzt"
- X1194="PlaySounds: Datei nicht gefunden"
- X1195="PlayMedia: Unbekannter Fehler"
- X3196="PlayMedia: Nicht WAIT oder NOTIFY in MCI-String verwenden"
- X3197="WinResources: Ungⁿltige Request-Nummer"
- X3198="WinParmGet/Set: Ungⁿltige Request-Nummer"
- X3199="WinPlaceGet/Set: Ungⁿltige Fenstergr÷▀e"
- X1200="WinPlaceGet/Set: Fenster nicht gefunden"
- X1201="WinPlaceGet/Set: Funktion gescheitert"
- X3202="WinPlaceSet: Falsche Anzahl Fensterkoordinaten"
- X2203="Dir Rename: Quelldatei ungⁿltig"
- X2204="Dir Rename: Zieldatei ungⁿltig"
- X3205="MouseInfo: Ungⁿltige Request-Nummer"
- X3206="SnapShot: Ungⁿltige Request-Nummer"
- X1207="SnapShot: Zu wenig Speicher"
- X1208="SnapShot: Palettenerzeugungs-Fehler"
- X1209="SnapShot: Kann Zwischenablage nicht ÷ffnen"
- X3210="Cmd Extender: Kann Ergebnis nicht speichern, zu wenig Speicher"
- X3211="Call: Mehr als 6 Aufrufebenen"
- X3212="PlayMedia: Nachricht an Fenster gescheitert"
- X1213="Cmd Extender: Ein leichter Fehler ist geschehen"
- X2214="Cmd Extender: Ein mΣ▀iger Fehler ist geschehen"
- X3215="Cmd Extender: Ein ernster Fehler ist geschehen"
- X1216="RunWait Befehle in 3.0 Debug Windows nicht unterstⁿtzt"
-
- ; 5600 to 5699 reserved for wininfo.exe strings
- X5600= "Kopieren in Zwischenablage mit Leertaste"
- X5601= "XXX Nicht aktiv XXX"
- X5610= "Koordinaten"
- X5611= "Links"
- X5612= "Oben"
- X5613= "Rechts"
- X5614= "Unten"
- X5615= "Beenden mit ESC"
- X5616= "Fenstertitel"
- X5617= "WinInfo braucht eine Maus. Bekommen Sie eine!"
-
- ; 5700 - 5799 reserved for WinMacro
- X5700= "&▄ber / Neu laden ..."
- X5701= "Fehler: Kein Titel oder Hei▀taste Angabe"
- X5702= "Fehler: :Aktion Teil der Zeile fehlt"
- X5703= "Fehler: Hei▀taste Angabe und Aktion fehlen"
- X5704= "Fehler: ▄berflⁿssige Rⁿckstreiche gefunden"
- X5705= "Fehler: Kein :Aktion gefunden"
- X5706= "Fehler: Mehrere Rⁿckstreiche gefunden"
- X5707= "Fehler: Kein Aktion gefunden nach Doppelpunkt"
- X5708= "Fehler: Ungⁿltige Zeichen gefunden in Aktion"
- X5709= "Fehler: :Aktion gefunden wo Hei▀taste erwartet"
- X5710= "Fehler: Nur A-Z und F1-F16 k÷nnen Hei▀tasten sein"
- X5711= "Fehler: Ctrl(^) notwendig fⁿr Hei▀taste"
- X5712= "&Beenden Windows"
-
- X5720= "&Anfangen Makro Aufzeichnung\tCtrlShift+HOME"
- X5721= "&Beenden Makro Aufzeichnung\tCtrlShift+END"
- X5722= "Dateiname Fehler: ?/* nicht gestattet"
- X5723= "Dateiname Fehler: Dateiname mu▀ mit .WBT oder .WBM enden"
- X5724= "\012 schon existiert. ▄berschreiben?"
- X5725= "\012 Datei Fehler. Aufzeichnung wahrscheinlich unkorrekte."
- X5728= "Bitte Registrieren Sie WinBatch wenn Sie WinMacro m÷gen."
-
-
-
- X9002= "Vorher schon gemeldeter Fehler"
- X9999= "Benutzer verlangte Abbruch"
-
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [French]
- X102="Fichier des Menus introuvable"
- X104="&Quit Now"
- X105="Enter &License Info"
-
- X111="Erreur d'exΘcution"
-
- X120="&Ok"
- X121="&Cancel"
- X122="Warning: File is about to be overwritten"
- X123="&Overwrite"
- X124="Overwrite &All"
- X125="&Skip"
- X126="&Next"
- X127="&Run"
- X128="&Show Var"
- X129="Please enter name of the licensee of this product:"
- X130="Please enter your licensing information below:"
- X131="Registration ID:"
- X132="Control Number:"
- X133="Next Statement..."
- X134="File Overwrite Warning"
-
- X150="FRENCH"
-
- X192="ExΘcution terminΘe"
- X193="ExΘcution terminΘe sur ordre de l'utilisateur ou par erreur"
-
- X203="Impossible d'allouer de la mΘmoire pour les Menus"
- X204="Impossible de rΘserver de la mΘmoire pour les Menus"
- X205="Le fichier des Menus ne peut excΘder 64K !"
- X206="Erreur I/O α la lecture du fichier des Menus"
- X207="DimLunMarMerJeuVenSam"
- X208="Continuer"
-
- X211="Encrypted/Encoded verification failed"
- X212="Memory Error in verification"
- X213="Authorization Code?"
-
- X236="NumΘro de license incorrecte"
- X237="Votre numΘro de license est enregistrΘ"
- X238="Vous avez dΘjα la license"
- X239="Ce logiciel a ΘtΘ endommagΘ. Ne l'utilisez pas."
-
- X502="Ligne de menu incorrecte."
- X503="Code erreur indΘfini -> "
- X504="Un fichier des menus (*.cpm) est nΘcessaire. CMDPOST.CPM n'existe pas !"
- X505="Impossible d'allouer une zone de mΘmoire pour les Menus"
- X506="Impossible de vΘrouiller la zone de mΘmoire pour les Menus"
- X507="Erreur I/O α la lecture du fichier des Menus"
-
- X512="Need First level menu title. Not found."
- X513="Impossible de crΘer la Barre des Menus"
- X514="Need batch code or second level menu title. Not found."
- X515="Need batch code or top level menu title. Not found."
- X516="First level popup menu creation failed."
- X517="Second level popup menu creation failed."
- X518="Third level popup menu creation failed."
- X519="Need batch code or third level menu title. Not found."
- X520="Need batch code or 1st or 2nd level menu title. Not found."
- X521="Need batch code or fourth level menu title. Not found."
- X522="Tentative de rΘouverture du fichier des Menus"
- X523="MΘmoire insuffisante"
- X524="Impossible de vΘrrouiller zone de travail pour examen des menus"
- X525="Erreur I/O durant examen du fichier des menus"
-
- X527="CmdPost : erreur interne N░ 527"
- X528="Les Menus ont ΘtΘ rΘinitialisΘs pour tenir compte des modifications.~Veuillez refaire votre sΘlection."
-
- X530="Le fichier des Menus ne peut excΘder 64K"
-
- X540="Impossible d'exΘcuter le fichier sΘlectionnΘ "
-
- X556="L'initialisation de WIL a ΘchouΘe"
- X557="ParamΦtre illΘgale."
-
- X575="Menu TerminΘ"
- X576="Processing failed validity check"
-
- X579="Need batch code, 1st, 2nd or 3rd level menutitle. Not found"
- X580="Need batch code after fourth level menutitle. Not found"
- X581="Need batch code or 1st, 2nd, 3rd or 4th level menutitle. Not found"
-
- X599="Too many menu items defined for current application."
-
- X700="Resize window on screen"
- X701="Move window on screen"
- X702="Reduce window to an icon"
- X703="Zoom window to maximum size"
- X704="Switch to the next child window"
- X705="Switch to the previous child window"
- X706="Close down application"
- X707="Scroll child windows vertically"
- X708="Scroll child windows horizontally"
- X717="Arrange Windows"
- X718="Restore window to previous state"
- X719="Get Task Manager"
-
- X730=" popup menu"
- X731=" menu item"
-
- X1900="WinExec 0: Out of Memory"
-
- X1902="WinExec 2: File Not Found"
- X1903="WinExec 3: Path Not Found"
-
- X1905="WinExec 5: Attempt to dynlink to a task"
- X1906="WinExec 6: Lib requires data segs for each task"
-
- X1908="WinExec 8: Insufficient contiguous memory for application"
-
- X1910="WinExec 10: Incorrect Windows Version"
- X1911="WinExec 11: Invalid EXE file"
- X1912="WinExec 12: Cannot run OS/2 application"
- X1913="WinExec 12: Cannot run DOS4.0 application"
- X1914="WinExec 14: Unknown EXE type"
- X1915="WinExec 15: Attempt to run old EXE in protect mode"
- X1916="WinExec 16: Attempted 2nd EXE with multiple writeable datasegs"
- X1917="WinExec 17: Nonshareable DLLs already in use"
- X1918="WinExec 18: App marked for protected mode only"
-
- X1932="WinExec: Undefined Error"
- X1933="WinExec: No application defined for data file"
-
-
- X2001="SendKey: ParamΦtres illΘgaux"
- X2002="Fichier source illΘgal"
- X2003="Fichier destination illΘgal"
- X2004="Utilisation illΘgale des jokers"
- X2005="Utilisation illΘgale des jokers"
- X1006="Fichiers correspondants non trouvΘs"
- X2007="Impossible de renommer le fichier source"
- X3008="Erreur ouverture fichier source"
- X3009="Impossible d'ouvrir C:\SKDBUG.TXT"
- X3010="Impossible d'installer la jonction - dΘjα active !"
- X3011="Erreur taille fichier source"
- X3012="Espace disque insuffisant"
- X3013="Erreur ouverture fichier destination"
- X3014="Erreur I/O"
- X3015="Impossible de supprimer le fichier source"
- X2016="Nom de fichier illΘgal"
- X1017="Fichiers correspondants non trouvΘs"
- X1018="La suppression a ΘchouΘe"
- X2019="Fichier source illΘgal"
- X2020="Fichier destination illΘgal"
- X2021="Autre destination ! - Utilisez FileMove"
- X2022="Utilisation illΘgale des jokers"
- X2023="Utilisation illΘgale des jokers"
- X1024="Fichiers correspondants non trouvΘs"
- X1025="Le renommage a ΘchouΘe"
- X3026="Lecteur invalide"
- X3027="DOS n'a pas dΘtectΘ de disque !?"
- X1028="Lecteur non connectΘ"
- X1029="RΘpertoire non crΘΘ"
- X1030="RΘpertoire non effacΘ"
- X1031="RΘpertoire non trouvΘ/changΘ"
- X3032="MΘmoire insuffisante pour le fichier batch"
- X3033="Etiquette non trouvΘe"
- X3034="Le Presse-Papiers est dΘjα ouvert"
- X3035="Le Presse-Papiers doit Ωtre au format texte"
- X3036="Le Presse-Papiers ne peut excΘder 64K"
- X3037="MΘmoire insuffisante. Fermez une application."
- X2038="Erreur de syntaxe"
- X1039="FenΩtre non trouvΘe"
- X1040="FenΩtre non trouvΘe"
- X1041="FenΩtre non trouvΘe"
- X1042="FenΩtre non trouvΘe"
- X1043="FenΩtre non trouvΘe"
- X1044="FenΩtre non trouvΘe"
- X1045="FenΩtre non trouvΘe"
- X3046="Erreur interne N░ 3046. Fonction non dΘfinie"
- X3047="Un nom de variable ne peut excΘder 30 caractΦres"
- X3048="Signe % : Erreur de syntaxe"
- X3049="Aucune variable dΘfinie ??!!"
- X3050="Variable non dΘfinie"
- X3051="Variable ou fonction non dΘfinie"
- X3052="Variable non initialisΘe ou fonction non dΘfinie"
- X3053="Chaεne de caractΦres trop longue (>256 car.)"
- X3054="ElΘment non reconnu trouvΘ sur la ligne"
- X3055="Un nom de variable ne peut excΘder 30 caractΦres"
- X3056="Conversion du numΘrique impossible"
- X3057="Conversion de la chaεne impossible"
- X2058="Erreur de syntaxe"
- X3059="Limite ΘrronΘe"
- X2060="Average : Erreur de syntaxe"
- X3061="Syntaxe illΘgale"
- X3062="Tentative de division par zΘro"
- X3063="Exige un opΘrateur diadique"
- X3064="Exige un opΘrateur monadique"
- X3065="Erreur de syntaxe"
- X3066="Erreur de syntaxe"
- X3067="Erreur de syntaxe : ParenthΦse d'ouverture"
- X3068="Erreur de syntaxe. DΘlimiteur ΘrronΘ"
- X3069="Signe = : Erreur de syntaxe"
- X3070="Trop d'arguments sont dΘfinis"
- X3071="Instruction manquante ou incomplΦte"
- X3072="THEN non trouvΘ dans une instruction IF"
- X3073="Etiquette non spΘcifiΘe"
- X3074="Expression continues past expected end."
- X3075="Call : L'analyse du fichier/paramΦtre a ΘchouΘe"
- X3076="READ ou WRITE mal spΘcifiΘ"
- X1077="L'ouverture du fichier α ΘchouΘe"
- X3078="Trop de fichiers ouverts (>5)"
- X3079="Fichier invalide"
- X3080="Le fichier n'est pas ouvert"
- X3081="Fichier invalide"
- X3082="Fichier non ouvert"
- X1083="FileAttrGet: File not found"
- X3084="Fichier invalide"
- X3085="Fichier non ouvert"
- X1086="FileAttrSet: File not found or access denied"
- X3087="Fichier non ouvert en lecture"
- X3088="Tentative de lecture aprΦs la fin de fichier"
- X3089="Fichier non ouvert en Θcriture"
- X3090="Erreur ouverture de fichier"
- X3091="Boεte de dialogue trop grande"
- X3092="Le fichier doit Ωtre au format texte"
- X2093="Mauvaise utilisation des jokers"
- X3094="Positionnement de la fenΩtre impossible"
- X3095="Comparaison impossible"
- X3096="MΘmoire insuffisante"
- X3097="MΘmoire insuffisante"
- X3098="Pointeur NULL passΘ α une routine STRxxx"
- X3099="Fonction non disponible actuellement."
- X1100="troisiΦme paramΦtre hors limites"
- X3101="Chaεne substituΘe trop longue. (> 256 car.)"
- X3102="Efface uniquement les variables"
- X3103="Tentative de test sur ΘlΘment autre que variables"
- X3104="La crΘation de fenΩtre a ΘchouΘe"
- X3105="CALL and CALLEXT not supported in compiled versions"
- X2106="Mot clef ΘxigΘ : NAME, DATE, SIZE, KIND ou UNSORTED"
- X3107="Fichier doit Ωtre du type COM, EXE, PIF ou BAT"
- X3108="FileItemize : Unable to lock file info segment"
- X3109="FileItemize : Unable to unlock file info segment"
- X3110="FileItemize : Unable to lock file index segment"
- X3111="FileItemize : Unable to unlock file index segment"
- X2112="Fichier(s) non trouvΘ(s)"
- X3113="Erreur I/O sur taille de fichier"
- X3114="Erreur buffer plein"
- X3115="Erreur buffer plein"
- X3116="Erreur buffer plein"
- X3117="Erreur buffer plein"
- X2118="Source et Destination identiques"
- X1119="WinPosition: Window not found"
- X2120="SetDisplay: Display type not SHORT or LONG"
- X1121="WinTitle: Window not found"
- X2122="FileAppend: Target cannot be wildcarded"
- X3123="WaitForKey: Invalid key codes specified"
- X3124="WinMetrics: Invalid code"
- X1125="FileTimeGet: File not found"
- X3126="FileAttrSet: Buffer Overrun Error"
- X3127="FileTimeTouch: Buffer Overrun Error"
- X1128="FileTimeTouch: File not found"
- X3129="avail???"
- X3130="avail???"
- X3131="avail???"
- X3132="avail???"
- X3133="avail???"
- X3134="avail???"
- X3135="avail???"
- X3136="avail???"
- X3137="avail???"
- X3138="DDE: Too many DDE conversations"
- X3139="DDEInitiate: Client window create failed"
- X3140="DDEInitiate: GlobalAddAtom failure"
- X3141="???DDETerminate: Bad channel number"
- X3142="DDETerminate: Channel does not exist"
- X3143="???DDEInitiate: Internal Error 3143"
- X3144="DDETerminate: Internal Error 3144"
- X3145="DDEExec: GlobalAlloc failed"
- X3146="DDEExec: Global Lock failed"
- X3147="DDEExec: Bad channel number"
- X3148="???DDEExec: No open channels"
- X3149="DDEExec: Internal Error 3149"
- X1150="DDEExec: DDE Post failed"
- X3151="???DDEReq: No open channels"
- X3152="???DDEReq: Bad channel number"
- X3153="???DDEReq: Internal error 3153"
- X3154="DDEReq: GlobalAddAtom failed"
- X1155="DDEReq: DDE Post failed"
- X3156="DDEReq: GlobalLock failed"
- X3157="???DDEPoke: No open channels"
- X3158="???DDEPoke: Bad channel number"
- X3159="???DDEPoke: Internal Error 3159"
- X3160="DDEPoke: GlobalAlloc failed"
- X3161="DDEPoke: GlobalAddAtom failed"
- X3162="DDEPoke: GlobalLock failed"
- X1163="DDEPoke: DDE Post failed"
- X1164="DDEPoke: DDE Timeout"
- X1165="DDEReq: DDE Timeout"
- X1166="DDEExec: DDE Timeout"
- X3167="DDE Recv Data: GlobalLock 1 failed"
- X3168="DDE Recv Data: GlobalAlloc 2 failed"
- X3169="DDE Recv Data: GlobalLock 2 failed"
- X3170="DDEInitiate: Internal Error 3170"
- X3171="IntControl: Invalid IntControl opcode"
- X1172="WinExeName: Window not found"
- X3173="Net: No network found"
- X3174="Net: Security Violation"
- X3175="Net: Function not supported"
- X3176="Net: Out of Memory"
- X3177="Net: Network Error"
- X3178="Net: Windows function failed"
- X3179="Net: Invalid type of request"
- X3180="Net: Invalid Pointer"
- X1181="Net: Cancelled at users request"
- X1182="Net: Bad user / Not logged in"
- X3183="Net: Buffer too small - Internal Error"
- X1184="Net: Invalid Network name"
- X1185="Net: Invalid Local Name"
- X1186="Net: Invalid Password"
- X1187="Net: Local Device already connected"
- X1188="Net: Not a valid local device or network name"
- X1189="Net: Not a redirected local device or current net name"
- X1190="Net: Files were open with FORCE=FALSE"
- X1191="Net: Function busy"
- X3192="Net: Unknown network error"
- X1193="Function not supported in this version of Windows"
- X1194="PlaySounds: File not found"
- X1195="PlayMedia: Unrecognised Error"
- X3196="PlayMedia: Do not use WAIT or NOTIFY in MCI string"
- X3197="WinResources: Invalid request number"
- X3198="WinParmGet/Set: Invalid request number"
- X3199="WinPlaceGet/Set: Invalid window-size number"
- X1200="WinPlaceGet/Set: Window not found"
- X1201="WinPlaceGet/Set: Function failed"
- X3202="WinPlaceSet: Wrong number of window co-ordinates"
- X2203="Dir Rename: 'From' file illegal"
- X2204="Dir Rename: 'To' file illegal"
- X3205="MouseInfo: Invalid request number"
- X3206="SnapShot: Invalid request number"
- X1207="SnapShot: Out of memory"
- X1208="SnapShot: Palette Creation Error"
- X1209="SnapShot: Cannot open clipboard"
- X3210="Cmd Extender: Out of memory to save result"
- X3211="Call: More than 6 levels of Calls"
- X3212="PlayMedia: Notify Window creation failed"
- X1213="Cmd Extender: Minor error occurred"
- X2214="Cmd Extender: Moderate Error Occurred"
- X3215="Cmd Extender: Severe error occurred"
- X1216="RunWait Commands not supported in 3.0 Debug Windows"
-
- ; 5600 to 5699 reserved for wininfo.exe strings
- X5600= "Hit Spacebar to copy to clipboard"
- X5601= "XXX Not Active XXX"
- X5610= "Co-ordinates"
- X5611= "Left"
- X5612= "Top"
- X5613= "Right"
- X5614= "Bottom"
- X5615= "Use ESC to terminate"
- X5616= "Window Title"
-
- ; 5700 - 5799 reserved for WinMacro
- X5700= "&About / Reload ..."
- X5701= "Err: No Title or Hotkey specification"
- X5702= "Err: :Action part of line missing"
- X5703= "Err: HotKey specs and Action missing"
- X5704= "Err: Redundant backslashes found"
- X5705= "Err: No :Action found"
- X5706= "Err: Multiple backslashes found"
- X5707= "Err: No Action found following colon"
- X5708= "Err: Illegal characters found in Action"
- X5709= "Err: :Action found when HotKeys expected"
- X5710= "Err: Only A-Z and F1-F16 may be hotKeys"
- X5711= "Err: Ctrl(^) needed for HotKeys"
- X5712= "&Terminate Windows"
-
- X5720= "&Begin Macro Record\tCtrlShift+HOME"
- X5721= "&End Macro Record\tCtrlShift+END"
- X5722= "Filename error: Wildcards (* or ?) not allowed"
- X5723= "FileName error: Filename must end in .WBT or .WBM"
- X5724= "\012 already exists. OverWrite?"
- X5725= "\012 File Error. Recording probably incorrect."
- X5727= "WinBatch"
- X5728= "Please register WinBatch if you like WinMacro.~Just call (800) 762-8383"
-
-
- X9002= "Previously reported error"
- X9999="Vous avez demandΘ l'annulation"
-