home *** CD-ROM | disk | FTP | other *** search
- #language builtin
- #version 1
- #basename SceneHandler
- ;
- ;
- ; Welcome to the Scene-Handler catalog!
- ;
- ;
- ; If you want to create your own, please
- ; mail me, cause I can do release it with
- ; the next update.
- ;
- ;
- ;
- ; alex@kazik.de
- ;
- ;
- ;
- ;
- ;
- ;
- ; NEXT ID: 169
- ;
- ;
- ;
- ; GUI/CLI - Welcome
- ;
- WelcomeGUI1 (0/1/)
- \033c\033bWelcome to the Scene-Handler V%ld.%ld.%ld.\033n
- ;
- WelcomeGUI2 (1/1/)
- \033cCopyright %ld ALeX Kazik
- ;
- WelcomeGUI3 (2//)
-
- ;\033cCatalog translated by: xxxxx
- ;
- WelcomeCLI (3/1/)
- \033[42m Welcome to the \033[1mScene-Handler V%ld.%ld.%ld\033[22;42m. %s. \033[m\n
- ;\033[42m Welcome to the \033[1mScene-Handler V%ld.%ld.%ld\033[22;42m. %s. \033[m\nTranslated by: xxxxx.\n
- ;
- ;
- ; GUI - General
- ;
- Description (4/1/)
- Mount MovieShop Scenes/Projects
- ;
- WinTitle (5/1/)
- Scene-Handler's builtin GUI
- ;
- BtOK (6/1/)
- OK
- ;
- NoQuitASL (7/1/)
- \033cCannot quit now, some\nasl requesters still open.
- ;
- NoQuitUSE (8/1/)
- \033cCannot unmount, some locks still open.\nClose all Files and Locks.
- ;
- ;
- ; CLI - General
- ;
- NoQuitUSECLI (9/1/)
- Cannot unmount, device is still in use.\n
- ;
- ;
- ; GUI/CLI Ask for something
- ;
- AskGUI (10/1/)
- Yes|No|*Cancel
- ;
- AskCLI (11/1/)
- %s [y/n]:
- ;
- AskCLIValidChars (12/1/)
- yYnN
- ;
- AskCLIYesChars (13/1/)
- yY
- ;
- ;
- ; GUI - File Requester (select scene/project file)
- ;
- PSFileReq (14/1/)
- Please select file...
- ;
- ;
- ; GUI/CLI - Labels
- ;
- LabSceProj (15/1/)
- Scene/Project
- ;
- LabFile (16/1/)
- File:
- ;
- LabType (17/1/)
- Type:
- ;
- LabVideo (18/1/)
- Video:
- ;
- LabAudio (19/1/)
- Audio:
- ;
- LabMode (20/1/)
- Mode
- ;
- LabStatus (21/1/)
- Status
- ;
- ;
- ; GUI - Modes + text
- ;
- ModeVO (22/1/)
- View-Only
- ;
- TextVO (23/1/)
- \033cJust look at the Project File.\nNo Partition access.
- ;
- ModeRO (24/1/)
- Read-Only
- ;
- TextRO (25//)
-
- ;
- TextRODemo (26/1/)
- \033c\033i(Demo: only the 1st pic of each scene is available)
- ;
- ModeRW (27/1/)
- Read-Write
- ;
- TextRW (28/1/)
- \033cOverwriting (RAW) Sound Files is possible.\nCreating new Sound Files in Projects is possible.
- ;
- TextRWDemo (29/1/)
- \033cOverwriting (RAW) Sound Files is possible.\nCreating new Sound Files in Projects is possible.\n\n\033i(Not Available in Demo)
- ;
- ModeB (30/1/)
- Backup
- ;
- TextB (31/1/)
- \033cPlease select the size of each part (in MB)
- ;
- TextNAinDemo (32/1/)
- \033c\033i(Not Available in Demo)
- ;
- ModeR (33/1/)
- Restore
- ;
- LabRVid (34/1/)
- Video-Partition:
- ;
- LabRAud (35/1/)
- Audio-Partition:
- ;
- ;
- ; GUI - Buttons + ShortCuts
- ;
- BtMount (36/1/)
- Mount
- ;
- BtMountSC (37/1/1)
- m
- ;
- BtUnMount (38/1/)
- UnMount
- ;
- BtUnMountSC (39/1/1)
- u
- ;
- BtQuit (40/1/)
- Quit
- ;
- ;
- ; GUI - Options
- ;
- ShowAllParts (162/1/)
- Show all Parts
- ;
- ;
- ; GUI/CLI - scene parameters
- ;
- FormatVid (41/1/)
- %s, Size: %ld×%ld, Quality: %ld%%
- ;
- FormatVidSize (42/1/)
- %s, Size: %ld×%ld, Quality: %ld%% (%ldMB Used)
- ;
- FormatAud (43/1/)
- %ldHz, %s, %s
- ;
- FormatAudSize (44/1/)
- %ldHz, %s, %s (%ldMB Used)
- ;
- FormatAudOff (45/1/)
- Off
- ;
- ;
- ; GUI/CLI - Scan a new file
- ;
- ScanFileGUI (46/1/)
- \033bFile: %s\033n
- ;
- ScanFileCLI (47/1/)
- \n\033[42m %s \033[m\n
- ;
- WorkingCLI (48/1/)
- \n\033[42m Working... \033[m\n
- ;
- ;
- ; GUI/CLI - File Types
- ;
- TypeNoFile (49/1/)
- No File
- ;
- TypeScene (50/1/)
- Scene-File
- ;
- TypeProject (51/1/)
- Project-File
- ;
- TypeBackup (52/1/)
- Backup-File
- ;
- ;
- ; GUI/CLI Sound Format
- ;
- Snd8 (53/1/)
- 8bits
- ;
- Snd16 (54/1/)
- 16bits
- ;
- SndA (55/1/)
- ALaw
- ;
- Sndu (56/1/)
- µLaw
- ;
- SndM (57/1/)
- Mono
- ;
- SndS (58/1/)
- Stereo
- ;
- ;
- ; GUI/CLI Video Format
- ;
- PAL (59/1/)
- PAL
- ;
- NTSC (60/1/)
- NTSC
- ;
- ;
- ; GUI/CLI Messages
- ;
- NoVidAccess (61/1/)
- Unable to read Project Data (Assuming PAL)
- ;
- NoVidAccessDemo (62/1/)
- Unable to read Project Data (Demo) (Assuming PAL)
- ;
- NoAudAccess (63/1/)
- Unable to read Project Data
- ;
- NoAudAccessDemo (64/1/)
- Unable to read Project Data (Demo)
- ;
- ;
- ; CLI - Errors / Warnings
- ;
- ErrArgBnR (65/1/)
- Error: Can not BACKUP and RESTORE at the same time.\n
- ;
- ErrArgBR1File (66/1/)
- Error: BACKUP and RESTORE excepts only one FILE.\n
- ;
- ErrArgBSplit (67/1/)
- Error: BACKUP can only have a split size of 1-2000 MB.\n
- ;
- ErrResUsage (68/1/)
- Error: Restore Usage: "RESTORE=<VID-PART>,<AUD-PART>" (VideoOnly: "RESTORE=<VID-PART>").\n
- ;
- ErrResStrLen (69/1/)
- Error: The maximum partition name length is 19.\n
- ;
- ErrResInvChar (70/1/)
- Error: The partition name must not contain special characters. (Do not add a ":")\n
- ;
- ErrOnlyOneProj (71/1/)
- Error: Can only mount one Project.\n
- ;
- ErrCannotMix (72/1/)
- Error: Cannot mix Projects and Scenes.\n
- ;
- ErrCannotMixV5 (148/1/)
- Error: Cannot mix V5 and V4 Projects and Scenes.\n
- ;
- ErrWrongParameters (73/1/)
- Error: Can only mount if all Parameters are equal!\n
- ;
- ErrBackupDemo (74/1/)
- Error: Backup not available in Demo-Mode.\n
- ;
- ErrBackupNoProj (75/1/)
- Error: Can only backup Project-Files.\n
- ;
- ErrRestoreDemo (76/1/)
- Error: Restore not available in Demo-Mode.\n
- ;
- ErrRestoreVidAud1 (77/1/)
- Error: The file is Video only, please specify no Audio partition.\n
- ;
- ErrRestoreVidAud2 (78/1/)
- Error: The file is Video & Audio, please also specify a partition with Audio.\n
- ;
- ErrRestoreNoBackup (79/1/)
- Error: Can only restore Backup-Files.\n
- ;
- ErrNoRestore (80/1/)
- Error: Can only mount Backup-Files in restore mode.\n
- ;
- ErrNoFiles (81/1/)
- Error: No files loaded.\n
- ;
- WrnUnknOption (82/1/)
- Warning: Ignoring unknown option "%s"\n
- ;
- WrnNoAutoDetect (163/1/)
- Warning: Unable to detect V48. Using ToolType.
- ;
- ;
- ; GUI - interactive
- ;
- AskUseVidPart (83/1/)
- The Video-Partition expects a Project file called "%s".\nUse anyway?
- ;
- AskUseAudPart (84/1/)
- The Audio-Partition expects a Project file called "%s".\nUse anyway?
- ;
- ;
- ; HDLR - messages
- ;
- MsgSuccessRest (85/1/)
- Sucessfully restored Part #%d
- ;
- MsgUseNewProject (86/1/)
- You MUST use the Project-File %s:%s!
- ;
- ErrInvBackupFile (87/1/)
- Error: Invalid Backup-File
- ;
- ErrLoOut4G (92/1/)
- Error: The lower Partition border [$%x:%08x] is over the 4GB border!!
- ;
- WrnUpXKout4G (88/1/)
- Warning: The upper Partition border [$1:%08x] is %lu%s kB over the 4GB border!!
- ;
- WrnUpYOut4G (164/1/)
- Warning: The upper Partition border [$%x:%08x] is %1.3e Bytes over the 4GB border!!
- ;
- Note4G (90/1/)
- Note: IMPORTANT!! Please read the doc about 4GB!!
- ;
- WrnUseLow4G (89/1/)
- Warning: the lower %lu MB of the Partition will be used!!
- ;
- ErrWrongDriveParameters (93/1/)
- Error: The drive parameters are wrong.
- ;
- WrnNoDSCSI (165/1/)
- Warning: Direct SCSI interface not available.
- ;
- WrnNoTD (166/1/)
- Warning: TrackDisk interface not available.
- ;
- ErrInvBlkSize (167/1/)
- Error: Invalid Block Size (%ld Bytes)
- ;
- ErrNoInterface (168/1/)
- Error: No interface available -> unable to access drive.
- ;
- NoteDemoIsVO (94/1/)
- Note: Demo Mode -> View Only, no access to partitions.
- ;
- ErrAccessVid (95/1/)
- Error accessing Video-Partition
- ;
- ErrAccessVidNoMS (96/1/)
- Error accessing Video-Partition %s: Not a MovieShop Partition.
- ;
- ErrWrongVidPartition (97/1/)
- Error: The Video-Partition is expecting a Project file called "%s"
- ;
- WrnWrongVidPartition (98/1/)
- Warning: The Video-Partition is expecting a Project file called "%s"
- ;
- ErrAccessAud (99/1/)
- Error accessing Audio-Partition
- ;
- ErrAccessAudNoMS (100/1/)
- Error accessing Audio-Partition %s: Not a MovieShop Partition.
- ;
- ErrWrongAudPartition (101/1/)
- Error: The Audio-Partition is expecting a Project file called "%s"
- ;
- WrnWrongAudPartition (102/1/)
- Warning: The Audio-Partition is expecting a Project file called "%s"
- ;
- ErrUnknBackupFile (103/1/)
- Error: Unknown Backup-File
- ;
- ErrOpenFile (104/1/)
- Error opening File
- ;
- ErrAccessFile (105/1/)
- Error accessing File
- ;
- ErrUnexpEOF (106/1/)
- Error accessing File: Unexpected EOF
- ;
- ErrUnknFileType (107/1/)
- Error: Unknown File Type
- ;
- NoteErrToVO (108/1/)
- Note: Due to some errors the Project is View-Only
- ;
- ErrNoRestPartVA (109/1/)
- Error: You MUST specify a Video and Audio Partition
- ;
- ErrNoRestPartV (110/1/)
- Error: You MUST specify a Video Partition
- ;
- ErrNoDiffPart (111/1/)
- Error: Audio and Video MUST be stored on different Partitions
- ;
- ErrRestVidToSmall (112/1/)
- Error: The Video-Partition is not big enough to restore the data
- ;
- ErrRestAudToSmall (113/1/)
- Error: The Audio-Partition is not big enough to restore the data
- ;
- ErrMountDev (114/1/)
- Error while mounting Device
- ;
- ErrMountVol (115/1/)
- Error while mounting Volume
- ;
- Mounted (116/1/)
- Mounted.
- ;
- UnMounted (117/1/)
- UnMounted.
- ;
- WrnRWFileMode (118/1/)
- Warning: Couldn't open file for writing. Falling back to Read-Only.
- ;
- WrnUnexpEOF (119/1/)
- Warning: Unexpected EOF
- ;
- WrnUnexpMark (120/1/)
- Warning: Unexpected Marker %ld
- ;
- ;
- ; HDLR - Interactive
- ;
- AskKillVidPartMS (121/1/)
- The Video-Partition "%s" is used for "%s".\nDo you really want to destroy it?
- ;
- AskKillVidPartDOS (122/1/)
- The Video-Partition "%s" is not used by MovieShop.\nIt may contain data!\nThe Partition ID is "%s".\nDo you really want to destroy it?
- ;
- AskKillAudPartMS (123/1/)
- The Audio-Partition "%s" is used for "%s".\nDo you really want to destroy it?
- ;
- AskKillAudPartDOS (124/1/)
- The Audio-Partition "%s" is not used by MovieShop.\nIt may contain data!\nThe Partition ID is "%s".\nDo you really want to destroy it?
- ;
- AskKillVAPart (125/1/)
- This is your last chance to keep the data\non the Partitions "%s" and "%s" unchanged.\nShould the process be stopped?
- ;
- AskKillVPart (126/1/)
- This is your last chance to keep the data\non the Partition "%s" unchanged.\nShould the process be stopped?
- ;
- ;
- ; HTLR - Comments on files
- ;
- CM_SND_BIG (127/1/)
- %2d:%02d:%02d:%02d, SOUND TOO LARGE
- ;
- CM_SND_YES (128/1/)
- %2d:%02d:%02d:%02d, SOUND
- ;
- CM_SND_NO (129/1/)
- %2d:%02d:%02d:%02d, NO SOUND
- ;
- CM_SND_PRO (130/1/)
- %2d:%02d:%02d:%02d, %d%% SOUND
- ;
- CM_SND_BIG_xP (149/1/)
- %2d:%02d:%02d:%02d, SOUND TOO LARGE (%d PARTS)
- ;
- CM_SND_YES_xP (150/1/)
- %2d:%02d:%02d:%02d, SOUND (%d PARTS)
- ;
- CM_SND_NO_xP (151/1/)
- %2d:%02d:%02d:%02d, NO SOUND (%d PARTS)
- ;
- CM_SND_PRO_xP (152/1/)
- %2d:%02d:%02d:%02d, %d%% SOUND (%d PARTS)
- ;
- CM_PIC_BIG_1S1P (131/1/)
- %2d:%02d:%02d:%02d, %d PICS, SOUND TOO LARGE, 1 SCENE (1 PART)
- ;
- CM_PIC_YES_1S1P (132/1/)
- %2d:%02d:%02d:%02d, %d PICS, SOUND, 1 SCENE (1 PART)
- ;
- CM_PIC_NO_1S1P (133/1/)
- %2d:%02d:%02d:%02d, %d PICS, NO SOUND, 1 SCENE (1 PART)
- ;
- CM_PIC_PRO_1S1P (134/1/)
- %2d:%02d:%02d:%02d, %d PICS, %d%% SOUND, 1 SCENE (1 PART)
- ;
- CM_PIC_BIG_1SxP (139/1/)
- %2d:%02d:%02d:%02d, %d PICS, SOUND TOO LARGE, 1 SCENE (%d PART)
- ;
- CM_PIC_YES_1SxP (140/1/)
- %2d:%02d:%02d:%02d, %d PICS, SOUND, 1 SCENE (%d PART)
- ;
- CM_PIC_NO_1SxP (141/1/)
- %2d:%02d:%02d:%02d, %d PICS, NO SOUND, 1 SCENE (%d PART)
- ;
- CM_PIC_PRO_1SxP (142/1/)
- %2d:%02d:%02d:%02d, %d PICS, %d%% SOUND, 1 SCENE (%d PART)
- ;
- CM_PIC_BIG_xSxP (143/1/)
- %2d:%02d:%02d:%02d, %d PICS, SOUND TOO LARGE, %d SCENES (%d PARTS)
- ;
- CM_PIC_YES_xSxP (144/1/)
- %2d:%02d:%02d:%02d, %d PICS, SOUND, %d SCENES (%d PARTS)
- ;
- CM_PIC_NO_xSxP (145/1/)
- %2d:%02d:%02d:%02d, %d PICS, NO SOUND, %d SCENES (%d PARTS)
- ;
- CM_PIC_PRO_xSxP (146/1/)
- %2d:%02d:%02d:%02d, %d PICS, %d%% SOUND, %d SCENES (%d PARTS)
- ;
- CM_PIC_ONLY (147/1/)
- %2d:%02d:%02d:%02d, %d PICS
- ;
- ;
- ; HDLR - Audio Warings/Infos
- ;
- NEWSND_RAW (153/1/)
- Adding new RAW-Sound-File: %s
- ;
- NEWSND_AIFF (154/1/)
- Adding new AIFF-Sound-File: %s
- ;
- NEWSND_AIFC (155/1/)
- Adding new AIFC-Sound-File: %s
- ;
- NEWSND_WRN_FREQ (156/1/)
- Warning: The new sound's frequency is different than the project. (%dHz)
- ;
- NEWSND_WRN_CHANS (157/1/)
- Warning: The new sound's channels are different than the project. (%d chans)
- ;
- NEWSND_WRN_BITS (158/1/)
- Warning: The new sound's bits/compression is different than the project. (%s)
- ;
- NEWSND_WRN_UNKN_CMPR (159/1/)
- Warning: The new sound has an unknown compression.
- ;
- ErrAddSndUpdatePrj (160/1/)
- Error updating Project-File
- ;
- ErrAddSndUpdateBak (161/1/)
- Error updating Backup-File
- ;