home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-22 | 15.0 KB | 1,000 lines |
- ;
- ; For several of these strings there is extra character for example in
- ; Add button "aAdd". The first a means that the "a" should get underscored.
- ; You have to provide to translation this extra character to all strings
- ; in which this can be found. You should not use the same underscore
- ; character in the same window, since if user presses that underscore key
- ; it will be translated as the first occurrance of this underscore char
- ; and the latter one will be ignored.
- ;
- ; Remove "(//)" from the translated .ct file. Catcomp will not accept these
- ; in other than the main .cd file
- ;
- ; MSG_GUI_* are strings used in User Interface buttons/strings....
- ; MSG_GUI strings may include formatting information like \33c, do not
- ; remove these. Keep them where they are. You may found some odd looking
- ; strings like this: s\33cSort = "s" Char to underscore, \33c=center and
- ; the rest is ofcourse the string itself.
- ;
- ; MSG_ERR_* are strings used in error requesters.
- ; MSG_MENU_* are strings used in menus
- ; MSG_INFO_* are strings used in notifying to user what is currently in progress.
- ; MSG_REQ_* are strings used in Requester buttons.
- ; (MSG_REQ strings may include characters like '_' and '*'. "_" Will underscore
- ; the following character in the string (used for shortcut keying the reqs.
- ; "*" will make the following piece of string (req button) a default one which
- ; can be selected using enter key. These are not compulsory, so translator
- ; can use these or not..)
- ; MSG_SPC_* Special strings which will provide EPL's and IOL's localised
- ; strings without them being actually localised themselves.
- ;
- ; MSG_MISC_*s are strings for misc functions inside dasmp
- ; (Where specially mentioned, do not exceed the given max string size!)
- ;
- ; Add button in main window
- MSG_GUI_ADD (//)
- aAdd
- ; Chk button (in same buttons as Add)
- MSG_GUI_CHK (//)
- cChk
- ; New button in main window
- MSG_GUI_NEW (//)
- wNew
- ;
- MSG_GUI_LOAD (//)
- lLoad
- ;
- MSG_GUI_SAVE (//)
- vSave
- ;
- MSG_GUI_EXG (//)
- eExchange
- ;
- MSG_GUI_SORT (//)
- sSort
- ;
- MSG_GUI_DEL (//)
- dDelete
- ;
- MSG_GUI_CLR (//)
- cClear
- ;
- MSG_GUI_INFO (//)
- iInfo
- ;
- MSG_GUI_CONFIG (//)
- oConfig
- ;
- MSG_GUI_MCNF (//)
- mMConfig
- ;
- MSG_GUI_EFF (//)
- fEffects
- ;
- MSG_GUI_PWIN (//)
- pPlaywin
- ;
- MSG_GUI_REPEAT (//)
- rRepeat
- ;
- MSG_GUI_SNGLOPT (//)
- Single options
- ;
- MSG_GUI_CYCOPT (//)
- Cycle options
- ;
- MSG_GUI_DIROPT (//)
- Directories
- ;
- MSG_GUI_EXTARC (//)
- External arcs
- ;
- MSG_GUI_EPLS (//)
- Player libs
- ;
- MSG_GUI_AUTLST (//)
- Author listing
- ;
- MSG_GUI_GRPLIST (//)
- Groups
- ;
- MSG_GUI_PMODE1 (//)
- In Sequence
- ;
- MSG_GUI_PMODE2 (//)
- Once
- ;
- MSG_GUI_PMODE3 (//)
- One (Once)
- ;
- MSG_GUI_PMODE4 (//)
- Random
- ;
- MSG_GUI_SMODE1 (//)
- Name
- ;
- MSG_GUI_SMODE2 (//)
- Date
- ;
- MSG_GUI_SMODE3 (//)
- Reverse N.
- ;
- MSG_GUI_SMODE4 (//)
- Reverse D.
- ;
- MSG_GUI_SMODE5 (//)
- Mod type
- ;
- MSG_GUI_SMODE6 (//)
- Channels
- ;
- MSG_GUI_FILTER (//)
- \33lForce Filter Off
- ;
- MSG_GUI_JCTRL (//)
- \33lJoystick Control
- ;
- MSG_GUI_NERRREQ (//)
- \33lNo Error Requesters
- ;
- MSG_GUI_DREAL (//)
- \33lDelete For Real
- ;
- MSG_GUI_AUTOSORT (//)
- \33lSort automatically
- ;
- MSG_GUI_LOCATE (//)
- \33lLocate to FAST
- ;
- MSG_GUI_ARC1FILE (//)
- \33lArchive's first file
- ;
- MSG_GUI_DBLBUF (//)
- \33lDouble Buffering
- ;
- MSG_GUI_VMCNF (//)
- \33lVolume from MCNF
- ;
- MSG_GUI_PRELVAL (//)
- Preload value
- ;
- MSG_GUI_FADESPD (//)
- Fade speed
- ;
- MSG_GUI_MODE1 (//)
- m\33cPlay mode
- ;
- MSG_GUI_MODE2 (//)
- o\33cPlay mode 2
- ;
- MSG_GUI_SHOWLIST (//)
- l\33cShow list
- ;
- MSG_GUI_DBLHNDL (//)
- \33cDouble handling
- ;
- MSG_GUI_SORTTYPE (//)
- s\33cSort
- ;
- MSG_GUI_ADDTYPE (//)
- a\33cAdd mode
- ;
- MSG_GUI_AUTOPLAY (//)
- t\33cAutoplay
- ;
- MSG_GUI_ENDTIME (//)
- \33cSet ending time
- ;
- MSG_GUI_SCPPRI (//)
- \33cScope pri
- ;
- MSG_GUI_CURDATE (//)
- \33cCurrent list date
- ;
- MSG_GUI_DBLM1 (//)
- Off
- ;
- MSG_GUI_DBLM2 (//)
- Double Check
- ;
- MSG_GUI_DBLM3 (//)
- Double Copy
- ;
- MSG_GUI_SHOWL1 (//)
- Show all
- ;
- MSG_GUI_SHOWL2 (//)
- Group
- ;
- MSG_GUI_SHOWL3 (//)
- Current type
- ;
- MSG_GUI_ETS1 (//)
- Off
- ;
- MSG_GUI_ETS2 (//)
- On
- ;
- MSG_GUI_ETS3 (//)
- Automatic
- ;
- MSG_GUI_AUTO1 (//)
- Off
- ;
- MSG_GUI_AUTO2 (//)
- List loaded
- ;
- MSG_GUI_AUTO3 (//)
- Always
- ;
- MSG_GUI_ADDT1 (//)
- Normal
- ;
- MSG_GUI_ADDT2 (//)
- Date Update
- ;
- MSG_GUI_ADDT3 (//)
- Check
- ;
- MSG_GUI_PLMODE1 (//)
- Play All
- ;
- MSG_GUI_PLMODE2 (//)
- Play Group
- ;
- MSG_GUI_PLMODE3 (//)
- Play Selected
- ;
- MSG_GUI_MODDIR (//)
- \33lModule dir
- ;
- MSG_GUI_LISTDIR (//)
- \33lList dir
- ;
- MSG_GUI_TMPDIR (//)
- \33lTemp dir
- ;
- MSG_GUI_EPLCFGD (//)
- \33lEPL cfg dir
- ;
- MSG_GUI_MODPAT (//)
- \33lModule pattern
- ;
- MSG_GUI_LISTPAT (//)
- \33lList pattern
- ;
- MSG_GUI_NEWEA (//)
- New
- ;
- MSG_GUI_DELEA (//)
- Del
- ;
- MSG_GUI_PAGEEA (//)
- Page
- ;
- MSG_GUI_EAPATH (//)
- \33lPacker path
- ;
- MSG_GUI_EAENDID (//)
- \33lEnding ID
- ;
- MSG_GUI_EAPACKOPT (//)
- \33lPacker opts
- ;
- MSG_GUI_EAPACKER (//)
- \33lPacker ~()
- ;
- MSG_GUI_EAMATCHSTR (//)
- \33lMatch string
- ;
- MSG_GUI_EALISTOPTS (//)
- \33lListing opts
- ;
- MSG_GUI_EANAMEOFFS (//)
- \33lName offset
- ;
- MSG_GUI_EANAMELEN (//)
- \33lName length
- ;
- MSG_GUI_EASHORTNAME (//)
- \33lByte length name
- ;
- MSG_GUI_EAMULTFILES (//)
- \33lMultifiles?
- ;
- MSG_GUI_EAFIRSTFILE (//)
- \33lFirst file?
- ;
- MSG_GUI_EATEMPDIR (//)
- \33lTempdir
- ;
- MSG_GUI_EPLADD (//)
- aAdd
- ;
- MSG_GUI_EPLDEL (//)
- Del
- ;
- MSG_GUI_EPLQUERY (//)
- qQuery
- ;
- MSG_GUI_EPLCFG (//)
- fConfig
- ;
- MSG_GUI_EPLSORT (//)
- Sort
- ;
- MSG_GUI_EPLDIS1 (//)
- Enable
- ;
- MSG_GUI_EPLDIS2 (//)
- Disable
- ;
- MSG_GUI_ALADD (//)
- Add
- ;
- MSG_GUI_ALDEL (//)
- Del
- ;
- MSG_GUI_ALSORT (//)
- Sort
- ;
- MSG_GUI_GRPADD (//)
- Add
- ;
- MSG_GUI_GRPDEL (//)
- Del
- ;
- MSG_GUI_GRPLNK (//)
- Link
- ;
- MSG_GUI_GRPREMLNK (//)
- Rem link
- ;
- MSG_GUI_GRPLABEL (//)
- \33cGroups
- ;
- MSG_GUI_MTYPESCAN (//)
- Scan
- ;
- MSG_GUI_MTYPEDEL (//)
- Del
- ;
- MSG_GUI_MTYPELABEL (//)
- \33cModule formats
- ;
- MSG_GUI_CFGDEF (//)
- Default
- ;
- MSG_GUI_CFGLOAD (//)
- Load
- ;
- MSG_GUI_CFGUSE (//)
- Use
- ;
- MSG_GUI_CFGSAVE (//)
- Save
- ;
- MSG_GUI_MCNFP1 (//)
- Info
- ;
- MSG_GUI_MCNFP2 (//)
- Settings
- ;
- MSG_GUI_QUIT (//)
- qQuit
- ;
- MSG_GUI_MCNFVOL (//)
- Volume
- ;
- MSG_GUI_MCNFPREL (//)
- Preload
- ;
- MSG_GUI_MCNFFADE (//)
- Fade speed
- ;
- MSG_GUI_MCNFRAND (//)
- \33lRandomized
- ;
- MSG_GUI_MCNFETIME (//)
- \33lStop at end
- ;
- MSG_GUI_MCNFSETFN (//)
- Set FN
- ;
- MSG_ERR_NOAUDALLOC (//)
- Couldn't allocate audio channels!
- ;
- MSG_ERR_NOMODMEM (//)
- Not enough memory for module
- ;
- MSG_ERR_NOMODREAD (//)
- Error while reading module
- ;
- MSG_ERR_FIBMEMERR (//)
- Couldn't allocate memory for FIB
- ;
- MSG_ERR_NOLOCK (//)
- Couldn't lock to module
- ;
- MSG_ERR_NOOPEN (//)
- Couldn't open module
- ;
- MSG_ERR_NOMOD (//)
- Not a known file type
- ;
- MSG_ERR_EPLOPEN (//)
- Couldn't open external player Library
- ;
- MSG_ERR_EPLUNKNW (//)
- Unknown module type encountered.\nCan't play without proper ExtLib
- ;
- MSG_ERR_REGEND (//)
- This function is disabled in unregistered\nversion. Read registration instructions\nto register.
- ;
- MSG_ERR_NOEPLOPEN (//)
- Couldn't open External Player
- ;
- MSG_ERR_EXECFAIL (//)
- Execution of external packer\nwas not successfull
- ;
- MSG_ERR_MATCHERR (//)
- Matching External Archiver base\nwas not found.
- ;
- MSG_ERR_EACORRUPT (//)
- Correct External Archiver node\nwas not found. EA List corrupt.
- ;
- MSG_ERR_EALOCK (//)
- Unable to lock to unpacked External file
- ;
- MSG_ERR_LINEERR (//)
- Error: Command line too long.
- ;
- MSG_ERR_OPENEAF (//)
- Error while opening External Arc file
- ;
- MSG_ERR_EXTOPENERR (//)
- Unable to open unpacked External Archive file
- ;
- MSG_ERR_EXTEXAM (//)
- Unable to examine unpacked\nexternal archive file
- ;
- MSG_ERR_EXTREAD (//)
- Error while reading unpacked\nExternal Archive file
- ;
- MSG_ERR_XPKOPEN (//)
- Couldn't open xpkmaster.library V2.5++
- ;
- MSG_ERR_XPKERR (//)
- xpkmaster.library returned following:
- ;
- MSG_ERR_MULTLOCK (//)
- Couldn't lock to multifile
- ;
- MSG_ERR_NOFIRSTF (//)
- This External Archiver does not support\nsingle file extraction.
- ;
- MSG_ERR_NOCORREA (//)
- Failed to find correct/any Ext Archiver nodes
- ;
- MSG_ERR_NOLISTINGFILE (//)
- External archiver listing file not found.
- ;
- MSG_ERR_NOMEMLISTFILE (//)
- No memory for listing file.
- ;
- MSG_ERR_DELREALFD (//)
- Do really want to delete the\nmodule from the disk?
- ;
- MSG_ERR_CHECKLOCK (//)
- Module couldn't be locked\nWhat should I do?\nName:
- ;
- MSG_ERR_READING (//)
- Error while reading
- ;
- MSG_ERR_NOMEMORY (//)
- Not enough memory
- ;
- MSG_ERR_ASKSAVE (//)
- Settings have been changed
- ;
- MSG_ERR_ADDELFAIL (//)
- Couldn't open requested library
- ;
- MSG_ERR_ENVEXTLIBFAIL (//)
- Couldn't open/create file\nENVARC:dasmp/dasmp.extlib
- ;
- MSG_ERR_ENVAUTFAIL (//)
- Couldn't create/open file\nENVARC:dasmp/dasmp.author
- ;
- MSG_ERR_ENVEAFAIL (//)
- Couldn't create/open file\nENVARC:dasmp/dasmp.extarc
- ;
- MSG_ERR_ENVEXTLIBWFAIL (//)
- Error while writing file ENVARC:dasmp/dasmp.extlib
- ;
- MSG_ERR_ENVEXTLIBVER (//)
- Wrong EPL list version!
- ;
- MSG_ERR_ENVAUTNOT (//)
- File dasmp.author is not a D.A.S.MP Author list file!
- ;
- MSG_ERR_ENVEANOT (//)
- File dasmp.extarc is not a D.A.S.MP extarc list file!
- ;
- MSG_ERR_ENVEAWFAIL (//)
- Error while writing file ENVARC:dasmp/dasmp.extarc
- ;
- MSG_ERR_NOLISTOPEN (//)
- Couldn't open list file
- ;
- MSG_ERR_NOLISTREAD (//)
- Error while reading list
- ;
- MSG_ERR_NOLISTTYPE (//)
- Error! Not a correct file type
- ;
- MSG_ERR_LISTVERS (//)
- Wrong list version! Run converter.
- ;
- MSG_ERR_WRITELISTHDR (//)
- Error while writing list header
- ;
- MSG_ERR_WRITELISTDTA (//)
- Error while writing list data
- ;
- MSG_ERR_ENVGRPFAIL (//)
- Couldn't create/open file\nENVARC:dasmp/dasmp.groups
- ;
- MSG_ERR_ENVGRPNOT (//)
- File dasmp.groups is not a D.A.S.MP Group list file!
- ;
- MSG_REQ_NORMALOK (//)
- OK
- ;
- MSG_REQ_OKNOPE (//)
- OK|NOPE
- ;
- MSG_REQ_SKIPSTOPSCAN (//)
- _SKIP THIS|S_TOP SCAN
- ;
- MSG_REQ_ALLNONE (//)
- _ALL|*_NONE
- ;
- MSG_REQ_SAVEABAND (//)
- *_SAVE|_ABANDON
- ;
- MSG_REQ_SAVEUSEAB (//)
- *_SAVE|_USE|_ABANDON
- ;
- MSG_REQ_LOCKFAIL (//)
- _DELETE|DEL _ALL|*_SKIP|S_TOP SCAN
- ;
- MSG_MENU_PROJECTTITLE (//)
- Project
- ;
- MSG_MENU_OPERTITLE (//)
- Operations
- ;
- MSG_MENU_SPECTITLE (//)
- Specials
- ;
- MSG_MENU_PRUSECFG (//)
- Use configs
- ;
- MSG_MENU_PRSAVECFG (//)
- Save configs
- ;
- MSG_MENU_PRLOADCFG (//)
- Load configs
- ;
- MSG_MENU_PRLOADLIST (//)
- LLoad list...
- ;
- MSG_MENU_PRSAVELIST (//)
- VSave list...
- ;
- MSG_MENU_PRADD (//)
- AAdd
- ;
- MSG_MENU_PRNEW (//)
- NNew
- ;
- MSG_MENU_PRDELETE (//)
- DDelete
- ;
- MSG_MENU_PRCLEAR (//)
- CClear
- ;
- MSG_MENU_PRABOUT (//)
- ?About
- ;
- MSG_MENU_PRQUIT (//)
- QQuit
- ;
- MSG_MENU_OPSORT (//)
- Sort by
- ;
- MSG_MENU_OPSORT1 (//)
- Name
- ;
- MSG_MENU_OPSORT2 (//)
- Date
- ;
- MSG_MENU_OPSORT3 (//)
- Reverse Name
- ;
- MSG_MENU_OPSORT4 (//)
- Reverse Date
- ;
- MSG_MENU_OPSORT5 (//)
- Module type
- ;
- MSG_MENU_OPSORT6 (//)
- Channels
- ;
- MSG_MENU_OPSHOWL (//)
- Show list
- ;
- MSG_MENU_OPSHOWL1 (//)
- All
- ;
- MSG_MENU_OPSHOWL2 (//)
- Group
- ;
- MSG_MENU_OPSHOWL3 (//)
- Current type
- ;
- MSG_MENU_OPADD (//)
- Add mode
- ;
- MSG_MENU_OPADD1 (//)
- Normal
- ;
- MSG_MENU_OPADD2 (//)
- Update
- ;
- MSG_MENU_OPADD3 (//)
- Check
- ;
- MSG_MENU_OPP2MODE (//)
- Play mode 2
- ;
- MSG_MENU_OPP2MODE1 (//)
- All
- ;
- MSG_MENU_OPP2MODE2 (//)
- Group
- ;
- MSG_MENU_OPP2MODE3 (//)
- Selected
- ;
- MSG_MENU_OPPMODE (//)
- Play mode
- ;
- MSG_MENU_OPPMODE1 (//)
- In sequence
- ;
- MSG_MENU_OPPMODE2 (//)
- Once
- ;
- MSG_MENU_OPPMODE3 (//)
- One (Once)
- ;
- MSG_MENU_OPPMODE4 (//)
- Random
- ;
- MSG_MENU_OPDBLH (//)
- Double handling
- ;
- MSG_MENU_OPDBL1 (//)
- Off
- ;
- MSG_MENU_OPDBL2 (//)
- Check
- ;
- MSG_MENU_OPDBL3 (//)
- Copy data
- ;
- MSG_MENU_SPCNF (//)
- OConfig
- ;
- MSG_MENU_SPMCNF (//)
- MMCnf
- ;
- MSG_MENU_SPINF (//)
- IInfo
- ;
- MSG_MENU_SPHIDE1 (//)
- 1Upper controls
- ;
- MSG_MENU_SPHIDE2 (//)
- 2Middle controls
- ;
- MSG_MENU_SPHIDE3 (//)
- 3Lower controls
- ;
- MSG_MENU_SPHIDE4 (//)
- 4Listview
- ;
- MSG_MENU_SPHIDE5 (//)
- 5Text and sliders
- ;
- MSG_INFO_ADDING (//)
- Adding
- ;
- MSG_INFO_UPDATING (//)
- Updating
- ;
- MSG_INFO_PAUSEOFF (//)
- Waiting
- ;
- MSG_INFO_PAUSEON (//)
- Pause on
- ;
- MSG_INFO_DECRUNCH (//)
- Decrunching
- ;
- MSG_INFO_PLAYING (//)
- Playing
- ;
- MSG_INFO_RAVING (//)
- Raving
- ;
- MSG_INFO_RELOCATE (//)
- Relocating
- ;
- MSG_INFO_LOADING (//)
- Loading
- ;
- MSG_INFO_SORTING (//)
- Sorting
- ;
- MSG_INFO_SEARCH (//)
- Searching
- ;
- ;***** HERE STARTS THE Special strings for EPL's and IOL's *****
- ;
- MSG_SPC_NOMEMORY (//)
- Not enough memory.
- ;
- MSG_SPC_NOCHIPMEM (//)
- Not enough chip mem.
- ;
- MSG_SPC_NOAUDIO (//)
- Couldn't allocate audio channels.
- ;
- MSG_SPC_NOINTS (//)
- Couldn't allocate interrupt.
- ;
- MSG_SPC_NOAUDHARDWARE (//)
- Required audio hardware not present.
- ;
- MSG_SPC_NOLIBRARY (//)
- Required library was not found.
- ;
- MSG_SPC_NOCONFIGE (//)
- EPL Configuration file missing.
- ;
- MSG_SPC_NOCONFIGI (//)
- IOL Configuration file missing.
- ;
- MSG_SPC_DEVERROR (//)
- Device open failed.
- ;
- ;************* MISC STRINGS STARTS HERE ****
- ; Next string must not be longer than 20 chars
- MSG_MISC_DEFGROUP (//)
- Group
- ;
- MSG_MISC_UNKNOWN (//)
- Unknown
- ;
- ; Next string must not be longer than 8 chars.
- MSG_MISC_NONE (//)
- None
- ;
- ; Next string must not be longer than 18 chars
- MSG_MISC_AUTHOR (//)
- Author
- ;
- ; Next string must not be longer than 18 chars
- MSG_MISC_STYLE (//)
- Style
- ;
- ; Next string must not be longer than 18 chars
- MSG_MISC_FILE (//)
- File
- ;
- ; Next string must not be longer than 18 chars
- MSG_MISC_DATE (//)
- Date
- ;
- ; Next string must not be longer than 18 chars
- MSG_MISC_CHAN (//)
- Channels
- ;
- ; Next string must not be longer than 18 chars
- MSG_MISC_SIZE (//)
- Size
- ;
- ;**** Misc strings added after spreading the Beta 3.5ß6
- ;**** These strings are not in any particular order.
- ;****
- ; Next string must not be longer than 8 chars
- MSG_MISC_TIME (//)
- Time
- ;
- ; Next string must not be longer than 22 chars
- MSG_MISC_CPRPRC (//)
- Compression
- ;
- ; Next string must not be longer than 22 chars
- MSG_MISC_FILESIZE (//)
- File size
- ;
- ; Next string must not be longer than 22 chars
- MSG_MISC_MODWHSIZE (//)
- Module size
- ;
- ; Next string must not be longer than 22 chars
- MSG_MISC_SAMPLEN (//)
- Sample data length
- ;
- ; Next string must not be longer than 22 chars
- MSG_MISC_SONGLEN (//)
- Song data length
- ;
- ; Next string must not be longer than 22 chars
- MSG_MISC_PRIORITY (//)
- Priority
- ;
- MSG_MISC_VBOOST (//)
- Volume boost
- ;
- MSG_MISC_MIXRATE (//)
- Mixing rate
- ;
- MSG_MISC_PLAYMODE (//)
- Play mode
- ;
- MSG_MISC_SONGLOC (//)
- Song located at
- ;
- MSG_MISC_SAMPLOC (//)
- Samples located at
- ;
- MSG_MISC_BUFLOC (//)
- Buffer(s) located at
- ;
- MSG_GUI_SMODE7 (//)
- Groups
- ;
- MSG_MENU_OPSORT7 (//)
- Groups
- ;
- MSG_MISC_HAILNORM (//)
- Select module(s) to open
- ;
- MSG_MISC_HAILSAVE (//)
- Save list as
- ;
- MSG_MISC_HAILLLOAD (//)
- Select list to load
- ;
- MSG_MISC_HAILEPLL (//)
- Select EP library to add
- ;
- ; Next is the text for author button in main window
- MSG_MISC_SELDRAWER (//)
- Select drawer
- ;
- MSG_MISC_SELARCHIVER (//)
- Select archiver program
- ;
- MSG_GUI_AU (//)
- uAu
- ;
- MSG_GUI_NM (//)
- nNm
- ;
- MSG_GUI_GET (//)
- gGet
- ;
- MSG_GUI_SCPSPD (//)
- Scope Speed
- ;
- MSG_GUI_WTSELECTGRP (//)
- Select group
- ;
- MSG_GUI_WTMODCONF (//)
- Module config
- ;
- MSG_GUI_WTKNOWNAUTHOR (//)
- Known authors
- ;
- ; This one is not ment to be translated :)
- MSG_NEW_SAMPLEX (//)
- Samplex
- ;
- MSG_NEW_EXTRACT (//)
- Extract Samples
- ;
- MSG_NEW_SAVE (//)
- Save Sample(s)
- ;
- ; Added since the dasmploc3 (and 4).
- MSG_ERR_NOEPLCONF (//)
- This EPL does not support configurations.\n Only ones with 'C' flag support this.
- ; Added since loc4
- MSG_MENU_SCPWTITLE (//)
- Prefs
- ;
- MSG_MENU_SCPWSTYLE (//)
- Scope style
- ;
- MSG_MENU_SCPWSOLID (//)
- Solid
- ;
- MSG_MENU_SCPWNORMAL (//)
- Normal
- ;
- MSG_MENU_SCPWSIMPLE (//)
- Simple
- ;
- MSG_NEW_SMPXDIR (//)
- Sample directory
- ;
- MSG_NEW_SMPXNAME (//)
- Sample name
- ;
- MSG_NEW_SMPXPLAY (//)
- Play sample
- ;
- MSG_NEW_SMPXMEMUSED (//)
- Total memory usage:
- ;
- MSG_MENU_SCPWCOLOR (//)
- Coloring
- ;
- MSG_MENU_SCPWSTYLE1 (//)
- Style 1
- ;
- MSG_MENU_SCPWSTYLE2 (//)
- Style 2
- ;
- MSG_MENU_SCPWSTYLE3 (//)
- Style 3
- ;
- MSG_MENU_PRSAVESELAS (//)
- Save Selected As...
- ;
- MSG_MENU_REPEAT (//)
- Repeat
- ;
- MSG_MENU_AU (//)
- Au
- ;
- MSG_MENU_SELECTOR (//)
- Selector
- ;
- MSG_GUI_SEL_NONE (//)
- nNone
- ;
- MSG_GUI_SEL_ALL (//)
- aAll
- ;
- MSG_GUI_SEL_SELECT (//)
- sSelect
- ;
- MSG_GUI_SEL_NAMETIT (//)
- Name Pattern
- ;
- MSG_GUI_SEL_TOGGLE (//)
- tToggle
- ;
- MSG_MENU_PWIN (//)
- Mini Play
- ;
- MSG_MENU_QSCOPE (//)
- Quadra Scope
- ;