## version ## language ## codeset 0 ; Errors ====================================================================== ;-- Resource errors ----------------------------------------------------------- ; Can't open file ! errOpenFile ;Can't open file ! ; Can't open library ! errOpenLibrary ;Can't open library ! ; Can't open screen ! errOpenScreen ;Can't open screen ! ; Can't open window ! errOpenWindow ;Can't open window ! ; Can't allocate memory ! errAllocateMemory ;Can't allocate memory ! ; Can't allocate file request ! errAllocateFileRequest ;Can't allocate file request ! ; Can't allocate font request ! errAllocateFontRequest ;Can't allocate font request ! ; Can't allocate screenmode request ! errAllocateScrmdRequest ;Can't allocate screenmode request ! ; Can't allocate signal ! errAllocateSignal ;Can't allocate signal ! ; Can't create context ! errCreateContext ;Can't create context ! ; Can't create gadgets ! errCreateGadgets ;Can't create gadgets ! ; Can't create menus ! errCreateMenus ;Can't create menus ! ; Can't layout menus ! errLayoutMenus ;Can't layout menus ! ; Can't create port ! errCreatePort ;Can't create port ! ; Can't close screen - close visitor windows first ! errVisitorWindows ;Can't close screen !\n\ ;Please close visitor-windows first ! ; Can't make screen public ! errMakeScreenPublic ;Can't make screen public ! ; Can't close that sample yet, it's still in use ! errCloseSample ;Can't close that sample yet, it's still in use ! ; Clip is empty ! errEmptyClip ;Clip is empty ! ; Can't access %s ! [ Expects filename as parameter ] errAccessFile ;Can't access %s ! ; Can't add appicon ! errAddAppIcon ;Can't add AppIcon ! ; Can't add samplebuffer ! errAddSampleBuffer ;Can't add samplebuffer ! ; Can't get visual info ! errGetVisualInfo ;Can't get visual info ! ; Can't allocate audio hardware ! errAllocateAudio ;Can't allocate audio hardware ! ; No AHI System or invalid AudioMode ! errNoAHI ;No AHI System or invalid AudioMode ! ; Execution of %s failed ! [ Expects functioname as parameter ] errFail ;Execution of %s failed ! ; Can't get sample attributes ! (loaders/Datatype_L) errSampleAttributes ;Can't get sample attributes ! ; Can't get sample object ! (loaders/Datatype_L) errSampleObject ;Can't get sample object ! ;-- FileIO -------------------------------------------------------------------- ; Can't read data ! errReadData ;Can't read data ! ; Can't write data ! errWriteData ;Can't write data ! ; This isn't a %s file ! [ Expects filetype as parameter ] errWrongFiletype ;This isn't a %s file ! ; Can't read this %s file ! [ Expects filetype as parameter ] errUnsupportedSubtype ;Can't read this %s file ! ; This is not the right data file ! errWrongDatafile ;This is not the right data file ! ; Sample has no sampling rate, SoundFX sets it to default ! errNoSampleRate ;Sample has no sampling rate, SoundFX sets it to default ! ; Can't save the whole wave ! errSampleToLong ;Can't save the whole wave ! ; This sample isn't saved correctly !... errDamagedFormat ;This sample isn't saved correctly !\n\ ;I advice you to save the sample again. ;-- Sampletype ---------------------------------------------------------------- ; Source must be a mono sample ! errSourceMono ;Source must be a mono sample ! ; Source must be a stereo sample ! errSourceStrereo ;Source must be a stereo sample ! ; Source must be a quadro sample ! errSourceQuadro ;Source must be a quadro sample ! ; Source must be a stereo or quadro sample ! errSourceStereoQuadro ;Source must be a stereo or quadro sample ! ;-- Beta ---------------------------------------------------------------------- ; This function is not implemented yet ! errNotImplemented ;This function is not implemented yet ! ; This operation doesn't supports device-samples yet ! errNoVMemYet ;This operation doesn't supports device-samples yet ! ; Messages ==================================================================== ; This is an unregistered version ... msgUnregVersionStart ;This is an unregistered version of SoundFX !\n\ ;Saving of your work and using ARexx-Port is disabled !\n\ ;See guide for further informations ! ; You have used an unregistered Version ... msgUnregVersionEnd ;You have used an unregistered version of SoundFX ! ; Demo reminder - I've already told you that you can't save ... msgDemoNoSave ;I have already told you that you can't save your samples in the demo-version ! ; Demo reminder - I've already told you that you can't use rexx ... msgDemoNoARexx ;I have already told you that you can't use the arexx-port in the demo-version ! ; Installations seems to be incomplete ! msgInstIncomplete ;Installations seems to be incomplete !\n\ ;Please always install the sfx-bin_???, sfx-doc_??? and sfx-data archives.\n\ ;Leaving one out may lead to an instable installation ! ; Setting player options ... msgSetPlayerOpts ;Setting player options ... ; Setting global options ... msgSetDefaultGlobals ;Setting global options ... ; Setting local texts ... msgSetLocalTexts ;Setting local texts ... ; Scanning operators ... msgScanOperators ;Scanning operators ... ; Scanning loaders ... msgScanLoaders ;Scanning loaders ... ; Scanning players ... msgScanPlayers ;Scanning playerrs ... ; Scanning savers ... msgScanSavers ;Scanning savers ... ; Scanning rexxmacros ... msgScanRexxmacros ;Scanning rexxmacross ... ; Building on-line-help contents ... msgBuildHelp ;Building on-line-help contents ... ; Create ports ... msgCreatePorts ;Create ports ... ; Initialising GUI ... msgInitGUI ;Initialising GUI ... ; Working on %s[%d] msgProgress ;Working on %s[%d] ; Loading[%d] msgProgressLoad ;Loading[%d] ; Saving[%d] msgProgressSave ;Saving[%d] ; Requests ==================================================================== ; File already exists ! reqFileExists ;File already exists !\n\ ;What should I do ? ; Do you really want to quit ? reqReallyQuit ;Do you really want to quit ? ; SoundFX is already running !\nShould I start it again ? reqRunAgain ;SoundFX is already running !\nShould I start it again ? ; Do you really want to remove all samples ? reqRemoveAll ;Do you really want to remove all samples ? ; Do you really want to close this sample ? reqCloseSample ;Do you really want to close this sample ? ; Do you really want to delete this entry ? reqRemEntry ;Do you really want to delete this entry ? ; Strings ===================================================================== ;-- Requestertitles ----------------------------------------------------------- ; SoundFX-Message strSoundFXMessage ;SoundFX-Message ; SoundFX-Request strSoundFXRequest ;SoundFX-Request ; Load strLoad ;Load ; Save as strSaveAs ;Save as ; Select a font strSelectFont ;Select a font ; Select a screenmode strSelectScrMd ;Select a screenmode ; Select the default sample path strSelectSmpPath ;Select the default sample path ; Select the path for virtual memory files strSelectVMemPath ;Select the path for virtual memory files ; Select an buffer strSelectBuffer ;Select an buffer ; Select a frequency strSelectFrequency ;Select a frequency ; Select a window function strSelectWinFunc ;Select a window function ; Sample options strSmpOptions ;Sample options ;-- Requesterbuttons ---------------------------------------------------------- ; Okay strOkay ;Okay ; Cancel strCancel ;Cancel ; Replace (for "File already exists !") strReplace ;Replace ; specify new name (for "File already exists !") strNewName ;New Name ; Yes strYes strNo ;-- Misc ---------------------------------------------------------------------- ; Ready strReady ;Ready ; Menutexts =================================================================== ;-- SFX Mainmenu -------------------------------------------------------------- ; Project menProject ;Project ; Flush All... menPrjFlushAll ;Flush All... ; Load... menPrjLoad ;Load... ; Save... menPrjSave ;Save... ; Execute... menPrjExecute ;Execute... ; Execute Rexx... menPrjExecuteRexx ;Execute Rexx... ; Play All menPrjPlayAll ;Play All ; Play Range menPrjPlayRange ;Play Range ; Stop menPrjStop ;Stop ; Information menPrjInfo ;Information... ; Quit menPrjQuit ;Quit... ; Edit menEdit ;Edit ; Cut menEditCut ; Cut to begin menEditCutBeg ;Cut to begin ; Cut to end menEditCutEnd ;Cut to end ; Copy menEditCopy ;Copy ; Copy to begin menEditCopyBeg ;Copy to begin ; Copy to end menEditCopyEnd ;Copy to end ; Grab menEditGrab ;Grab ; Grab to begin menEditGrabBeg ;Grab to begin ; Grab to end menEditGrabEnd ;Grab to end ; Paste menEditPaste ;Paste ; Paste at begin menEditPasteBeg ;Paste at begin ; Paste at end menEditPasteEnd ;Paste at end ; Erase menEditErase ;Erase ; Erase to begin menEditEraseBeg ;Erase to begin ; Erase to end menEditEraseEnd ;Erase to end ; Zero menEditZero ;Zero ; Zero to begin menEditZeroBeg ;Zero to begin ; Zero to end menEditZeroEnd ;Zero to end ; Overwrite menEditOverwrite ;Overwrite ; Overwrite at begin menEditOverwriteBeg ;Overwrite at begin ; Zoom menZoom ;Zoom ; Zoom in menZoomIn ;Zoom in ; Zoom out menZoomOut ;Zoom out ; 1 Pixel = 1 Sample menZoomPixel ;1 Pixel = 1 Sample ; Zoom all way out menZoomFull ;Zoom all way out ; Windows menWindows ;Windows ; Operators menWinOperators ;Operators ; ARexx Operators menWinRxOperators ;ARexx Operators ; Loaders menWinLoaders ;Loaders ; Savers menWinSavers ;Savers ; Players menWinPlayers ;Players ; Buffers menWinBuffers ;Buffers ; Edit menWinEdit ;Edit ; Range menWinRange ;Range ; Zoom menWinZoom ;Zoom ; Cleanup menCleanup ;Cleanup ; current menClCur ;current ; all menClAll ; all normal menClAllNorm ;all normal ; all zoomed menClAllZoom ;all zoomed ; Help menHelp ;Help ; Contents... menHelpContents ;Contents... ; Index... menHelpIndex ;Index... ; Workshop... menHelpWorkshop ;Workshop... ; Prefs menPrefs ;Prefs ; GUI... menPrefsGUI ;GUI... ; Sample... menPrefsSample ;Sample... ; Virtual memory... menPrefsVMem ;Virtual memory... ; Miscellaneous... menPrefsMisc ;Miscellaneous... ; Load menPrefsLoad ;Load ; Save menPrefsSave ;Save ; Reset menPrefsReset ;Reset ;-- SFX FXmenu ---------------------------------------------------------------- ; Start menStart ;Start ; About... menAbout ;About... ;-- EOF -----------------------------------------------------------------------