home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / GraKa / Scene-Handler / catalogs / catalog.cd
Encoding:
Text File  |  2000-02-13  |  11.1 KB  |  581 lines

  1. #language builtin
  2. #version 1
  3. #basename SceneHandler
  4. ;
  5. ;
  6. ;    Welcome to the Scene-Handler catalog!
  7. ;
  8. ;
  9. ;    If you want to create your own, please
  10. ;    mail me, cause I can do release it with
  11. ;    the next update.
  12. ;
  13. ;
  14. ;
  15. ;    alex@kazik.de
  16. ;
  17. ;
  18. ;
  19. ;
  20. ;
  21. ;
  22. ;  NEXT ID: 169
  23. ;
  24. ;
  25. ;
  26. ; GUI/CLI - Welcome
  27. ;
  28. WelcomeGUI1 (0/1/)
  29. \033c\033bWelcome to the Scene-Handler V%ld.%ld.%ld.\033n
  30. ;
  31. WelcomeGUI2 (1/1/)
  32. \033cCopyright %ld ALeX Kazik
  33. ;
  34. WelcomeGUI3 (2//)
  35.  
  36. ;\033cCatalog translated by: xxxxx
  37. ;
  38. WelcomeCLI (3/1/)
  39. \033[42m Welcome to the \033[1mScene-Handler V%ld.%ld.%ld\033[22;42m. %s. \033[m\n
  40. ;\033[42m Welcome to the \033[1mScene-Handler V%ld.%ld.%ld\033[22;42m. %s. \033[m\nTranslated by: xxxxx.\n
  41. ;
  42. ;
  43. ; GUI - General
  44. ;
  45. Description (4/1/)
  46. Mount MovieShop Scenes/Projects
  47. ;
  48. WinTitle (5/1/)
  49. Scene-Handler's builtin GUI
  50. ;
  51. BtOK (6/1/)
  52. OK
  53. ;
  54. NoQuitASL (7/1/)
  55. \033cCannot quit now, some\nasl requesters still open.
  56. ;
  57. NoQuitUSE (8/1/)
  58. \033cCannot unmount, some locks still open.\nClose all Files and Locks.
  59. ;
  60. ;
  61. ; CLI - General
  62. ;
  63. NoQuitUSECLI (9/1/)
  64. Cannot unmount, device is still in use.\n
  65. ;
  66. ;
  67. ; GUI/CLI Ask for something
  68. ;
  69. AskGUI (10/1/)
  70. Yes|No|*Cancel
  71. ;
  72. AskCLI (11/1/)
  73. %s [y/n]: 
  74. ;
  75. AskCLIValidChars (12/1/)
  76. yYnN
  77. ;
  78. AskCLIYesChars (13/1/)
  79. yY
  80. ;
  81. ;
  82. ; GUI - File Requester (select scene/project file)
  83. ;
  84. PSFileReq (14/1/)
  85. Please select file...
  86. ;
  87. ;
  88. ; GUI/CLI - Labels
  89. ;
  90. LabSceProj (15/1/)
  91. Scene/Project
  92. ;
  93. LabFile (16/1/)
  94. File:
  95. ;
  96. LabType (17/1/)
  97. Type:
  98. ;
  99. LabVideo (18/1/)
  100. Video:
  101. ;
  102. LabAudio (19/1/)
  103. Audio:
  104. ;
  105. LabMode (20/1/)
  106. Mode
  107. ;
  108. LabStatus (21/1/)
  109. Status
  110. ;
  111. ;
  112. ; GUI - Modes + text
  113. ;
  114. ModeVO (22/1/)
  115. View-Only
  116. ;
  117. TextVO (23/1/)
  118. \033cJust look at the Project File.\nNo Partition access.
  119. ;
  120. ModeRO (24/1/)
  121. Read-Only
  122. ;
  123. TextRO (25//)
  124.  
  125. ;
  126. TextRODemo (26/1/)
  127. \033c\033i(Demo: only the 1st pic of each scene is available)
  128. ;
  129. ModeRW (27/1/)
  130. Read-Write
  131. ;
  132. TextRW (28/1/)
  133. \033cOverwriting (RAW) Sound Files is possible.\nCreating new Sound Files in Projects is possible.
  134. ;
  135. TextRWDemo (29/1/)
  136. \033cOverwriting (RAW) Sound Files is possible.\nCreating new Sound Files in Projects is possible.\n\n\033i(Not Available in Demo)
  137. ;
  138. ModeB (30/1/)
  139. Backup
  140. ;
  141. TextB (31/1/)
  142. \033cPlease select the size of each part (in MB)
  143. ;
  144. TextNAinDemo (32/1/)
  145. \033c\033i(Not Available in Demo)
  146. ;
  147. ModeR (33/1/)
  148. Restore
  149. ;
  150. LabRVid (34/1/)
  151. Video-Partition:
  152. ;
  153. LabRAud (35/1/)
  154. Audio-Partition:
  155. ;
  156. ;
  157. ; GUI - Buttons + ShortCuts
  158. ;
  159. BtMount (36/1/)
  160. Mount
  161. ;
  162. BtMountSC (37/1/1)
  163. m
  164. ;
  165. BtUnMount (38/1/)
  166. UnMount
  167. ;
  168. BtUnMountSC (39/1/1)
  169. u
  170. ;
  171. BtQuit (40/1/)
  172. Quit
  173. ;
  174. ;
  175. ; GUI - Options
  176. ;
  177. ShowAllParts (162/1/)
  178. Show all Parts
  179. ;
  180. ;
  181. ; GUI/CLI - scene parameters
  182. ;
  183. FormatVid (41/1/)
  184. %s, Size: %ld×%ld, Quality: %ld%%
  185. ;
  186. FormatVidSize (42/1/)
  187. %s, Size: %ld×%ld, Quality: %ld%%  (%ldMB Used)
  188. ;
  189. FormatAud (43/1/)
  190. %ldHz, %s, %s
  191. ;
  192. FormatAudSize (44/1/)
  193. %ldHz, %s, %s  (%ldMB Used)
  194. ;
  195. FormatAudOff (45/1/)
  196. Off
  197. ;
  198. ;
  199. ; GUI/CLI - Scan a new file
  200. ;
  201. ScanFileGUI (46/1/)
  202. \033bFile: %s\033n
  203. ;
  204. ScanFileCLI (47/1/)
  205. \n\033[42m %s \033[m\n
  206. ;
  207. WorkingCLI (48/1/)
  208. \n\033[42m Working... \033[m\n
  209. ;
  210. ;
  211. ; GUI/CLI - File Types
  212. ;
  213. TypeNoFile (49/1/)
  214. No File
  215. ;
  216. TypeScene (50/1/)
  217. Scene-File
  218. ;
  219. TypeProject (51/1/)
  220. Project-File
  221. ;
  222. TypeBackup (52/1/)
  223. Backup-File
  224. ;
  225. ;
  226. ; GUI/CLI Sound Format
  227. ;
  228. Snd8 (53/1/)
  229. 8bits
  230. ;
  231. Snd16 (54/1/)
  232. 16bits
  233. ;
  234. SndA (55/1/)
  235. ALaw
  236. ;
  237. Sndu (56/1/)
  238. µLaw
  239. ;
  240. SndM (57/1/)
  241. Mono
  242. ;
  243. SndS (58/1/)
  244. Stereo
  245. ;
  246. ;
  247. ; GUI/CLI Video Format
  248. ;
  249. PAL (59/1/)
  250. PAL
  251. ;
  252. NTSC (60/1/)
  253. NTSC
  254. ;
  255. ;
  256. ; GUI/CLI Messages
  257. ;
  258. NoVidAccess (61/1/)
  259. Unable to read Project Data (Assuming PAL)
  260. ;
  261. NoVidAccessDemo (62/1/)
  262. Unable to read Project Data (Demo) (Assuming PAL)
  263. ;
  264. NoAudAccess (63/1/)
  265. Unable to read Project Data
  266. ;
  267. NoAudAccessDemo (64/1/)
  268. Unable to read Project Data (Demo)
  269. ;
  270. ;
  271. ; CLI - Errors / Warnings
  272. ;
  273. ErrArgBnR (65/1/)
  274. Error: Can not BACKUP and RESTORE at the same time.\n
  275. ;
  276. ErrArgBR1File (66/1/)
  277. Error: BACKUP and RESTORE excepts only one FILE.\n
  278. ;
  279. ErrArgBSplit (67/1/)
  280. Error: BACKUP can only have a split size of 1-2000 MB.\n
  281. ;
  282. ErrResUsage (68/1/)
  283. Error: Restore Usage: "RESTORE=<VID-PART>,<AUD-PART>" (VideoOnly: "RESTORE=<VID-PART>").\n
  284. ;
  285. ErrResStrLen (69/1/)
  286. Error: The maximum partition name length is 19.\n
  287. ;
  288. ErrResInvChar (70/1/)
  289. Error: The partition name must not contain special characters. (Do not add a ":")\n
  290. ;
  291. ErrOnlyOneProj (71/1/)
  292. Error: Can only mount one Project.\n
  293. ;
  294. ErrCannotMix (72/1/)
  295. Error: Cannot mix Projects and Scenes.\n
  296. ;
  297. ErrCannotMixV5 (148/1/)
  298. Error: Cannot mix V5 and V4 Projects and Scenes.\n
  299. ;
  300. ErrWrongParameters (73/1/)
  301. Error: Can only mount if all Parameters are equal!\n
  302. ;
  303. ErrBackupDemo (74/1/)
  304. Error: Backup not available in Demo-Mode.\n
  305. ;
  306. ErrBackupNoProj (75/1/)
  307. Error: Can only backup Project-Files.\n
  308. ;
  309. ErrRestoreDemo (76/1/)
  310. Error: Restore not available in Demo-Mode.\n
  311. ;
  312. ErrRestoreVidAud1 (77/1/)
  313. Error: The file is Video only, please specify no Audio partition.\n
  314. ;
  315. ErrRestoreVidAud2 (78/1/)
  316. Error: The file is Video & Audio, please also specify a partition with Audio.\n
  317. ;
  318. ErrRestoreNoBackup (79/1/)
  319. Error: Can only restore Backup-Files.\n
  320. ;
  321. ErrNoRestore (80/1/)
  322. Error: Can only mount Backup-Files in restore mode.\n
  323. ;
  324. ErrNoFiles (81/1/)
  325. Error: No files loaded.\n
  326. ;
  327. WrnUnknOption (82/1/)
  328. Warning: Ignoring unknown option "%s"\n
  329. ;
  330. WrnNoAutoDetect (163/1/)
  331. Warning: Unable to detect V48. Using ToolType.
  332. ;
  333. ;
  334. ; GUI - interactive
  335. ;
  336. AskUseVidPart (83/1/)
  337. The Video-Partition expects a Project file called "%s".\nUse anyway?
  338. ;
  339. AskUseAudPart (84/1/)
  340. The Audio-Partition expects a Project file called "%s".\nUse anyway?
  341. ;
  342. ;
  343. ; HDLR - messages
  344. ;
  345. MsgSuccessRest (85/1/)
  346. Sucessfully restored Part #%d
  347. ;
  348. MsgUseNewProject (86/1/)
  349. You MUST use the Project-File %s:%s!
  350. ;
  351. ErrInvBackupFile (87/1/)
  352. Error: Invalid Backup-File
  353. ;
  354. ErrLoOut4G (92/1/)
  355. Error: The lower Partition border [$%x:%08x] is over the 4GB border!!
  356. ;
  357. WrnUpXKout4G (88/1/)
  358. Warning: The upper Partition border [$1:%08x] is %lu%s kB over the 4GB border!!
  359. ;
  360. WrnUpYOut4G (164/1/)
  361. Warning: The upper Partition border [$%x:%08x] is %1.3e Bytes over the 4GB border!!
  362. ;
  363. Note4G (90/1/)
  364. Note: IMPORTANT!! Please read the doc about 4GB!!
  365. ;
  366. WrnUseLow4G (89/1/)
  367. Warning: the lower %lu MB of the Partition will be used!!
  368. ;
  369. ErrWrongDriveParameters (93/1/)
  370. Error: The drive parameters are wrong.
  371. ;
  372. WrnNoDSCSI (165/1/)
  373. Warning: Direct SCSI interface not available.
  374. ;
  375. WrnNoTD (166/1/)
  376. Warning: TrackDisk interface not available.
  377. ;
  378. ErrInvBlkSize (167/1/)
  379. Error: Invalid Block Size (%ld Bytes)
  380. ;
  381. ErrNoInterface (168/1/)
  382. Error: No interface available -> unable to access drive.
  383. ;
  384. NoteDemoIsVO (94/1/)
  385. Note: Demo Mode -> View Only, no access to partitions.
  386. ;
  387. ErrAccessVid (95/1/)
  388. Error accessing Video-Partition
  389. ;
  390. ErrAccessVidNoMS (96/1/)
  391. Error accessing Video-Partition %s: Not a MovieShop Partition.
  392. ;
  393. ErrWrongVidPartition (97/1/)
  394. Error: The Video-Partition is expecting a Project file called "%s"
  395. ;
  396. WrnWrongVidPartition (98/1/)
  397. Warning: The Video-Partition is expecting a Project file called "%s"
  398. ;
  399. ErrAccessAud (99/1/)
  400. Error accessing Audio-Partition
  401. ;
  402. ErrAccessAudNoMS (100/1/)
  403. Error accessing Audio-Partition %s: Not a MovieShop Partition.
  404. ;
  405. ErrWrongAudPartition (101/1/)
  406. Error: The Audio-Partition is expecting a Project file called "%s"
  407. ;
  408. WrnWrongAudPartition (102/1/)
  409. Warning: The Audio-Partition is expecting a Project file called "%s"
  410. ;
  411. ErrUnknBackupFile (103/1/)
  412. Error: Unknown Backup-File
  413. ;
  414. ErrOpenFile (104/1/)
  415. Error opening File
  416. ;
  417. ErrAccessFile (105/1/)
  418. Error accessing File
  419. ;
  420. ErrUnexpEOF (106/1/)
  421. Error accessing File: Unexpected EOF
  422. ;
  423. ErrUnknFileType (107/1/)
  424. Error: Unknown File Type
  425. ;
  426. NoteErrToVO (108/1/)
  427. Note: Due to some errors the Project is View-Only
  428. ;
  429. ErrNoRestPartVA (109/1/)
  430. Error: You MUST specify a Video and Audio Partition
  431. ;
  432. ErrNoRestPartV (110/1/)
  433. Error: You MUST specify a Video Partition
  434. ;
  435. ErrNoDiffPart (111/1/)
  436. Error: Audio and Video MUST be stored on different Partitions
  437. ;
  438. ErrRestVidToSmall (112/1/)
  439. Error: The Video-Partition is not big enough to restore the data
  440. ;
  441. ErrRestAudToSmall (113/1/)
  442. Error: The Audio-Partition is not big enough to restore the data
  443. ;
  444. ErrMountDev (114/1/)
  445. Error while mounting Device
  446. ;
  447. ErrMountVol (115/1/)
  448. Error while mounting Volume
  449. ;
  450. Mounted (116/1/)
  451. Mounted.
  452. ;
  453. UnMounted (117/1/)
  454. UnMounted.
  455. ;
  456. WrnRWFileMode (118/1/)
  457. Warning: Couldn't open file for writing. Falling back to Read-Only.
  458. ;
  459. WrnUnexpEOF (119/1/)
  460. Warning: Unexpected EOF
  461. ;
  462. WrnUnexpMark (120/1/)
  463. Warning: Unexpected Marker %ld
  464. ;
  465. ;
  466. ; HDLR - Interactive
  467. ;
  468. AskKillVidPartMS (121/1/)
  469. The Video-Partition "%s" is used for "%s".\nDo you really want to destroy it?
  470. ;
  471. AskKillVidPartDOS (122/1/)
  472. 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?
  473. ;
  474. AskKillAudPartMS (123/1/)
  475. The Audio-Partition "%s" is used for "%s".\nDo you really want to destroy it?
  476. ;
  477. AskKillAudPartDOS (124/1/)
  478. 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?
  479. ;
  480. AskKillVAPart (125/1/)
  481. This is your last chance to keep the data\non the Partitions "%s" and "%s" unchanged.\nShould the process be stopped?
  482. ;
  483. AskKillVPart (126/1/)
  484. This is your last chance to keep the data\non the Partition "%s" unchanged.\nShould the process be stopped?
  485. ;
  486. ;
  487. ; HTLR - Comments on files
  488. ;
  489. CM_SND_BIG (127/1/)
  490. %2d:%02d:%02d:%02d, SOUND TOO LARGE
  491. ;
  492. CM_SND_YES (128/1/)
  493. %2d:%02d:%02d:%02d, SOUND
  494. ;
  495. CM_SND_NO (129/1/)
  496. %2d:%02d:%02d:%02d, NO SOUND
  497. ;
  498. CM_SND_PRO (130/1/)
  499. %2d:%02d:%02d:%02d, %d%% SOUND
  500. ;
  501. CM_SND_BIG_xP (149/1/)
  502. %2d:%02d:%02d:%02d, SOUND TOO LARGE (%d PARTS)
  503. ;
  504. CM_SND_YES_xP (150/1/)
  505. %2d:%02d:%02d:%02d, SOUND (%d PARTS)
  506. ;
  507. CM_SND_NO_xP (151/1/)
  508. %2d:%02d:%02d:%02d, NO SOUND (%d PARTS)
  509. ;
  510. CM_SND_PRO_xP (152/1/)
  511. %2d:%02d:%02d:%02d, %d%% SOUND (%d PARTS)
  512. ;
  513. CM_PIC_BIG_1S1P (131/1/)
  514. %2d:%02d:%02d:%02d, %d PICS, SOUND TOO LARGE, 1 SCENE (1 PART)
  515. ;
  516. CM_PIC_YES_1S1P (132/1/)
  517. %2d:%02d:%02d:%02d, %d PICS, SOUND, 1 SCENE (1 PART)
  518. ;
  519. CM_PIC_NO_1S1P (133/1/)
  520. %2d:%02d:%02d:%02d, %d PICS, NO SOUND, 1 SCENE (1 PART)
  521. ;
  522. CM_PIC_PRO_1S1P (134/1/)
  523. %2d:%02d:%02d:%02d, %d PICS, %d%% SOUND, 1 SCENE (1 PART)
  524. ;
  525. CM_PIC_BIG_1SxP (139/1/)
  526. %2d:%02d:%02d:%02d, %d PICS, SOUND TOO LARGE, 1 SCENE (%d PART)
  527. ;
  528. CM_PIC_YES_1SxP (140/1/)
  529. %2d:%02d:%02d:%02d, %d PICS, SOUND, 1 SCENE (%d PART)
  530. ;
  531. CM_PIC_NO_1SxP (141/1/)
  532. %2d:%02d:%02d:%02d, %d PICS, NO SOUND, 1 SCENE (%d PART)
  533. ;
  534. CM_PIC_PRO_1SxP (142/1/)
  535. %2d:%02d:%02d:%02d, %d PICS, %d%% SOUND, 1 SCENE (%d PART)
  536. ;
  537. CM_PIC_BIG_xSxP (143/1/)
  538. %2d:%02d:%02d:%02d, %d PICS, SOUND TOO LARGE, %d SCENES (%d PARTS)
  539. ;
  540. CM_PIC_YES_xSxP (144/1/)
  541. %2d:%02d:%02d:%02d, %d PICS, SOUND, %d SCENES (%d PARTS)
  542. ;
  543. CM_PIC_NO_xSxP (145/1/)
  544. %2d:%02d:%02d:%02d, %d PICS, NO SOUND, %d SCENES (%d PARTS)
  545. ;
  546. CM_PIC_PRO_xSxP (146/1/)
  547. %2d:%02d:%02d:%02d, %d PICS, %d%% SOUND, %d SCENES (%d PARTS)
  548. ;
  549. CM_PIC_ONLY (147/1/)
  550. %2d:%02d:%02d:%02d, %d PICS
  551. ;
  552. ;
  553. ; HDLR - Audio Warings/Infos
  554. ;
  555. NEWSND_RAW (153/1/)
  556. Adding new RAW-Sound-File: %s
  557. ;
  558. NEWSND_AIFF (154/1/)
  559. Adding new AIFF-Sound-File: %s
  560. ;
  561. NEWSND_AIFC (155/1/)
  562. Adding new AIFC-Sound-File: %s
  563. ;
  564. NEWSND_WRN_FREQ (156/1/)
  565. Warning: The new sound's frequency is different than the project. (%dHz)
  566. ;
  567. NEWSND_WRN_CHANS (157/1/)
  568. Warning: The new sound's channels are different than the project. (%d chans)
  569. ;
  570. NEWSND_WRN_BITS (158/1/)
  571. Warning: The new sound's bits/compression is different than the project. (%s)
  572. ;
  573. NEWSND_WRN_UNKN_CMPR (159/1/)
  574. Warning: The new sound has an unknown compression.
  575. ;
  576. ErrAddSndUpdatePrj (160/1/)
  577. Error updating Project-File
  578. ;
  579. ErrAddSndUpdateBak (161/1/)
  580. Error updating Backup-File
  581. ;