Initial commit.
[amiga/xmodule.git] / Catalogs / xmodule.cd
1 #language english
2 #version 1
3 ;**
4 ;** XModule.cd 3.9
5 ;**
6 ;** Copyright (C) 1995,96 Bernardo Innocenti
7 ;**
8 ;
9 ; **********************************
10 ; * Strings for all source modules *
11 ; **********************************
12 ;
13 ;
14 MSG_NULL (0/0/0)
15
16 ; This string should remain blank.
17 ;
18 MSG_OK (//)
19 Ok
20 ;
21 MSG_UNDERSCORE_USE_GAD (//)
22 _Use
23 ;
24 MSG_UNDERSCORE_OK_GAD (//)
25 _Ok
26 ;
27 MSG_UNDERSCORE_CANCEL_GAD (//)
28 _Cancel
29 ;
30 MSG_YES_OR_NO (//)
31 Yes|No
32 ;
33 MSG_RETRY_OR_CANCEL (//)
34 Retry|Cancel
35 ;
36 MSG_PROCEED_OR_CANCEL (//)
37 Proceed|Cancel
38 ;
39 MSG_CONTINUE (//)
40 Continue
41 ;
42 MSG_NO_FREE_STORE (//)
43 Insufficient memory.
44 ;
45 MSG_BREAK (//)
46 Aborted.
47 ;
48 MSG_ERR_LOAD (//)
49 Unable to load \"%s\"
50 ; %s is the filename. A colon ':' and the explanation of failure will be postpended.
51 ;
52 MSG_CANT_OPEN (//)
53 Cannot open file \"%s\"
54 ; %s is the filename. A colon ':' and the explanation of failure will be postpended.
55 ;
56 MSG_ERROR_READING (//)
57 Error reading \"%s\"
58 ; %s is the filename. A colon ':' and the explanation of failure will be postpended.
59 ;
60 MSG_ERROR_WRITING (//)
61 Error writing \"%s\"
62 ; %s is the filename. A colon ':' and the explanation of failure will be postpended.
63 ;
64 ;
65 ; *****************************
66 ; * Strings for Compression.c *
67 ; *****************************
68 ;
69 MSG_DECRUNCHING (//)
70 Decrunching...
71 ;
72 MSG_NOTHING_IN_ARC (//)
73 Nothing found in archive \"%s\".
74 ;
75 MSG_CANT_LOAD_COMPRESSED (//)
76 Unable to load compressed file.
77 ;
78 MSG_ERROR_DECOMPRESSING (//)
79 Error decompressing file \"%s\": %s.
80 ;
81 ;
82 ; ********************
83 ; * Strings for Cx.c *
84 ; ********************
85 ;
86 MSG_BAD_HOTKEY (//)
87 Bad Commodity HotKey description.
88 ;
89 ;
90 ; ***************************
91 ; * Strings for all loaders *
92 ; ***************************
93 ;
94 MSG_READING_PATTS (//)
95 Reading Patterns...
96 ;
97 MSG_READING_INSTS_INFO (//)
98 Reading Instruments Info...
99 ;
100 MSG_READING_INSTS (//)
101 Reading Instruments...
102 ;
103 MSG_ERR_CANT_LOAD_PATT (//)
104 ERROR: Couldn't load pattern %ld.
105 ;
106 MSG_ERR_CANT_LOAD_INST (//)
107 ERROR: Couldn't load instrument %lx.
108 ;
109 MSG_ERR_NO_MEM_FOR_INST (//)
110 ERROR: Not enough memory for instrument %lx.
111 ;
112 MSG_ERR_NOT_A_SAMPLE (//)
113 ERROR: Instrument %lx is not a sample.
114 ;
115 MSG_SONG_TOO_LONG (//)
116 WARNING: Song length exceeds maximum. Will be truncated.
117 ;
118 MSG_SONG_HAS_TOO_MANY_PATT (//)
119 WARNING: Song exceeds maximum number of patterns.
120 ;
121 MSG_PATT_TOO_MANY_TRACKS (//)
122 WARNING: Pattern %ld has too many tracks. Cropping to %ld tracks.
123 ;
124 MSG_PATT_TOO_MANY_LINES (//)
125 WARNING: Pattern %ld has too many lines. Cropping to %ld lines.
126 ;
127 MSG_INVALID_NOTE (//)
128 WARNING: Invalid note %ld (Patt %ld Track %ld Line %ld).
129 ;
130 MSG_UNKNOWN_EFF (//)
131 Unknown effect: $%lx (Patt %ld Track %ld Line %ld).
132 ;
133 MSG_EXTRA_DATA_AFTER_MOD (//)
134 WARNING: Extra data found after valid module: Will be ignored.
135 ;
136 MSG_WRITING_HEADER (//)
137 Writing Header...
138 ;
139 MSG_WRITING_PATTS (//)
140 Writing Patterns...
141 ;
142 MSG_WRITING_INSTS (//)
143 Writing Instruments...
144 ;
145 MSG_WRITING_INSTINFO (//)
146 Writing Instruments Info...
147 ;
148 MSG_WRITING_INSTDATA (//)
149 Writing Instruments Data...
150 ;
151 MSG_NOTE_TOO_LOW (//)
152 WARNING: Note at Patt %ld Track %ld Line %ld is too low.
153 ;
154 MSG_NOTE_TOO_HIGH (//)
155 WARNING: Note at Patt %ld Track %ld Line %ld is too high.
156 ;
157 MSG_NO_MEM_TO_HALVE (//)
158 WARNING: Not enough memory to halve volume of instrument %lx.
159 ;
160 ;
161 ; *****************************
162 ; * Strings for Get/SaveMED.c *
163 ; *****************************
164 ;
165 MSG_READING_MMD (//)
166 Loading MMD%lc module...
167 ; The %lc is the MED format (0, 1, 2, ...)
168 ;
169 MSG_UNSUPPORTED_MMD_FORMAT (//)
170 ERROR: Unsupported OctaMED format.
171 ;
172 MSG_WRONG_EFFECT_IN_MMD0 (//)
173 WARNING: Effect %lx is not supported in MMD0 format. Use MMD1 or better.
174 ;
175 ;
176 ; ***********************************
177 ; * Strings for ScreamTrackerHook.c *
178 ; ***********************************
179 ;
180 MSG_ADLIB_INSTR (//)
181 ERROR: Instrument %lx is an ADLib %s.
182 ; %s is the name of the ADLib instrument (eg: Snare).
183 ;
184 MSG_TRACK_OUT_OF_RANGE (//)
185 WARNING: Track %lx is out of range.
186 ;
187 MSG_UNKNOWN_SAMPLE_COMPRESSION (//)
188 WARNING: Unknown sample compression for instrument %lx.
189 ;
190 MSG_INST_IS_STEREO (//)
191 WARNING: Instrument %lx is a stereo sample.
192 ;
193 MSG_INST_IS_16BIT (//)
194 WARNING: Instrument %lx is 16bit: unable to load it.
195 ;
196 ;
197 ; *****************************
198 ; * Strings for TrackerHook.c *
199 ; *****************************
200 ;
201 MSG_READING_TYPE_MODULE (//)
202 Reading %s module...
203 ; (%s is the module format)
204 ;
205 MSG_EXCEEDS_64_PATTS (//)
206 NOTE: Module exceeds 64 patterns. You need ProTracker 2.3 to play it.
207 ;
208 MSG_MODULE_ID (//)
209 Tracker ID: \"%s\"
210 ;
211 MSG_MODULE_HAS_N_CHN (//)
212 Module has %lu tracks...
213 ;
214 MSG_SONG_HAS_NO_INSTS (//)
215 This file is a song and doesn't contain instruments.
216 ;
217 MSG_EXCEEDS_MAXPAATTS (//)
218 WARNING: Module execeeds %ld patterns.
219 ;
220 MSG_PATT_WILL_GROW (//)
221 Pattern %ld will grow to 64 lines (was %ld lines long).
222 ;
223 MSG_SPLITTING_PATT (//)
224 Splitting pattern %ld (was %ld lines long).
225 ;
226 ; **************************
227 ; * Strings for SaveMIDI.c *
228 ; **************************
229 ;
230 MSG_CHOOSING_CHANNELS (//)
231 Choosing Channels...
232 ;
233 MSG_WRITING_MIDI_TRACKS (//)
234 Writing MIDI Tracks...
235 ;
236 MSG_TOO_MANY_CHANNELS (//)
237 ERROR: Song requires too many MIDI channels.
238 ;
239 ;
240 ; *********************
241 ; * Strings for Gui.c *
242 ; *********************
243 ;
244 MSG_REALLY_QUIT_XMODULE (//)
245 Really Quit XModule?
246 ;
247 MSG_CLOSE_ALL_WINDOWS (//)
248 Please close all visitor windows\n\
249 and then select `Continue'.
250 ;
251 ;
252 ; ***********************
253 ; * Strings for Instr.c *
254 ; ***********************
255 ;
256 MSG_UNKNOWN_IFF (//)
257 Unknown IFF format %s.
258 ;
259 MSG_ILLEGAL_IFF_STRUCTURE (//)
260 Illegal IFF structure.
261 ;
262 MSG_SELECT_RAW_MODE (//)
263 Unrecognized instrument format.\n\
264 Please select RAW mode.
265 ;
266 MSG_RAW_MODES (//)
267 Signed 8bit|Unsigned 8bit|Cancel
268 ;
269 MSG_DATATYPES_ERROR (//)
270 DataTypes error: %s.
271 ; %s is a detailed description of the problem.
272 ;
273 MSG_UNKNOWN_COMPRESSION (//)
274 Unknown compression type.
275 ;
276 MSG_SAMPLE_WRONG_SIZE (//)
277 %lu bit samples are not supported.
278 ; %lu is the number of bits per sample.
279 ;
280 MSG_SAMPLE_NOT_MONO (//)
281 Samples other than MONO are not supported.
282 ;
283 MSG_SAMPLE_WRONG_NUMBER_OF_CHANNELS (//)
284 Samples with %ld channels are not supported.
285 ;
286 MSG_NO_MEMORY_TO_OPTIMIZE_INSTR (//)
287 WARNING: insufficient memory to optimize instrument %lx.
288 ;
289 MSG_INSTR_WILL_SHRINK (//)
290 Instrument %lx will shrink from %ld to %ld.
291 ;
292 MSG_INSTR_DUPES_REMOVED (//)
293 Duplicate instruments found and removed: %lx == %lx.
294 ;
295 MSG_INSTR_UNUSED (//)
296 Instrument %lx was never used and it's being removed.
297 ;
298 ;
299 ; **********************
300 ; * Strings for Misc.c *
301 ; **********************
302 ;
303 MSG_OPENLIB_VER_FAIL (//)
304 Couldn't open \"%s\" version %ld or greater.
305 ;
306 MSG_OPENLIB_FAIL (//)
307 Couldn't open \"%s\".
308 ;
309 ;
310 ; ***************************
311 ; * Strings for Operators.c *
312 ; ***************************
313 ;
314 MSG_CANT_INSERT_PATT (//)
315 Unable to insert pattern: Maximum number of patterns reached.
316 ;
317 MSG_PATT_UNUSED (//)
318 Pattern %ld is not used and is beeing deleted.
319 ;
320 MSG_PATT_CUT (//)
321 Pattern %ld will be cut at line %ld.
322 ;
323 MSG_PATT_DUPE (//)
324 Duplicate patterns found and removed: %ld == %ld.
325 ; The two %ld are the pattern numbers.
326 ;
327 MSG_SONG_LEN_DIFFERENT (//)
328 WARNING: Song lengths are different. Using shorter one.
329 ;
330 MSG_PATT_LEN_DIFFERENT (//)
331 WARNING: Different pattern lengths at position %ld. Using shorter one.
332 ;
333 MSG_ERR_INSTR_OVERFLOW (//)
334 ERROR: Instruments overflow. Try remapping the instruments.
335 ;
336 ;
337 ; ***********************
338 ; * Strings for Prefs.c *
339 ; ***********************
340 ;
341 MSG_BAD_PREFS_VERSION (//)
342 Incorrect version of preferences file
343 ;
344 ;
345 ; ****************************
346 ; * Strings for Requesters.c *
347 ; ****************************
348 ;
349 MSG_XMODULE_REQUEST (//)
350 XModule Request
351 ; This is the title of requesters put out by XModule.
352 ;
353 MSG_CLONE_WB (//)
354 Clone Workbench Screen
355 ;
356 MSG_CLOSE_FILEREQUESTER (//)
357 Please close FileRequester\n and then select `Continue'.
358 ;
359 MSG_SELECT_MODULES (//)
360 Select Module(s)...
361 ;
362 MSG_SELECT_INSTRUMENTS (//)
363 Select Instrument(s)...
364 ;
365 MSG_SELECT_PATTERN (//)
366 Select Pattern...
367 ;
368 MSG_SAVE_MODULE (//)
369 Save Module...
370 ;
371 MSG_SAVE_INSTRUMENT (//)
372 Save Instrument...
373 ;
374 MSG_SAVE_PATTERN (//)
375 Save Pattern...
376 ;
377 MSG_FILE_EXISTS (//)
378 File \"%s\"\nalready exists.
379 ;
380 MSG_OVERWRITE (//)
381 Overwrite|Choose Another|Abort
382 ;
383 ;
384 ; **********************
385 ; * Strings for Song.c *
386 ; **********************
387 ;
388 MSG_CLOSE_ALL_SONGS (//)
389 Please close all open songs\n\
390 and then select `Continue'.
391 ;
392 MSG_UNESPECTED_EOF (//)
393 Unespected end of file.
394 ;
395 MSG_MODULE_LOADED_OK (//)
396 Module loaded OK.
397 ;
398 MSG_MODULE_SAVED_OK (//)
399 Module saved OK.
400 ;
401 MSG_UNKNOWN_SAVE_FORMAT (//)
402 ERROR: Unrecognized save format.
403 ;
404 MSG_INVALID_LOOP_REMOVED (//)
405 Removed invalid loop for instrument %lx.
406 ;
407 MSG_INVALID_LOOP_FIXED (//)
408 Fixed invalid loop for instrument %lx.
409 ;
410 MSG_SONG_HAS_NO_PATTS (//)
411 WARNING: Song has no patterns.
412 ;
413 MSG_SONG_HAS_NO_SEQ (//)
414 WARNING: Song has no sequence.
415 ;
416 MSG_INVALID_SONG_POS (//)
417 WARNING: Song position %ld references pattern %ld, which doesn't exist.
418 ;
419 MSG_UNKNOWN_MOD_FORMAT (//)
420 Unable to identify module format.\n\
421 (Loading a data file as a module is unwise)
422 ;
423 MSG_SOUND_PRO_CANCEL (//)
424 SoundTracker 15|ProTracker|Cancel
425 ;
426 MSG_AUTHOR_UNKNOWN (//)
427 Unknown
428 ;
429 MSG_SONG_UNTITLED (//)
430 Untitled
431 ;
432 ;
433 ; **********************
434 ; * Strings for Help.c *
435 ; **********************
436 ;
437 MSG_AMIGAGUIDE_ERROR (//)
438 AmigaGuide error:
439 ; Note one blank space at the end of this line!
440 ;
441 ;
442 ; ***************************
443 ; * Strings for PattPrefs.c *
444 ; ***************************
445 ;
446 MSG_PATTPREFS_TITLE (//)
447 Pattern Editor Settings
448 ;
449 ;
450 MSG_ADVANCE_TRACKS_GAD (//)
451 Advance _Tracks
452 ;
453 MSG_ADVANCE_LINES_GAD (//)
454 Advance _Lines
455 ;
456 MSG_MAX_UNDO_LEVELS_GAD (//)
457 Max _Undo Levels
458 ;
459 MSG_MAX_UNDO_MEM_GAD (//)
460 Max Undo _Memory
461 ;
462 MSG_CLIPBOARD_UNIT_GAD (//)
463 Cli_pboard Unit
464 ;
465 MSG_SCROLLER_POS_GAD (//)
466 _Scroller Position
467 ;
468 MSG_VERT_WRAP_GAD (//)
469 _Vertical Wrap
470 ;
471 MSG_HORIZ_WRAP_GAD (//)
472 _Horizontal Wrap
473 ;
474 MSG_HEX_LINE_NUMBERS_GAD (//)
475 He_x Line Numbers
476 ;
477 MSG_BLANK_ZERO_GAD (//)
478 Blank _Zero Digits
479 ;
480 MSG_BACKDROP_GAD (//)
481 Backdrop _Window
482 ;
483 MSG_HORIZ_SCROLLER_GAD (//)
484 Ho_rizontal Scroller
485 ;
486 MSG_DO_RULER_GAD (//)
487 Display Cursor Ruler
488 ;
489 MSG_DO_TINY_LINES_GAD (//)
490 Display Tiny Lines
491 ;
492 MSG_EDITOR_FONT_GAD (//)
493 _Editor Font
494 ;
495 MSG_BACKGROUND_PEN_GAD (//)
496 Background
497 ;
498 MSG_TEXT_PEN_GAD (//)
499 T_ext
500 ;
501 MSG_LINES_PEN_GAD (//)
502 Li_nes
503 ;
504 MSG_TINY_LINES_PEN_GAD (//)
505 Tin_y Lines
506 ;
507 MSG_RIGHT_GAD (//)
508 Right
509 ;
510 MSG_LEFT_GAD (//)
511 Left
512 ;
513 MSG_OFF_GAD (//)
514 Off
515 ;
516 MSG_PATT_TOO_LONG (//)
517 ERROR: Pattern would exceed the maximum number of lines.
518 ;
519 ;
520 ; *****************************
521 ; * Strings for SequenceWin.c *
522 ; *****************************
523 ;
524 ;
525 MSG_SEQUENCE_TITLE (//)
526 Sequence Editor
527 ;
528 ;
529 MSG_SEQUENCE_GAD (//)
530 Sequence
531 ;
532 MSG_UNDERSCORE_ADD_GAD (//)
533 _Add
534 ;
535 MSG_UP_GAD (//)
536 Up
537 ;
538 MSG_DOWN_GAD (//)
539 Down
540 ;
541 MSG_UNDERSCORE_NAME_GAD (//)
542 _Name
543 ;
544 MSG_PATTERNS_GAD (//)
545 Patterns
546 ;
547 MSG_UNDERSCORE_UP_GAD (//)
548 _Up
549 ;
550 MSG_UNDERSCORE_DOWN_GAD (//)
551 _Down
552 ;
553 MSG_UNDERSCORE_INS_GAD (//)
554 _Ins
555 ;
556 ;
557 MSG_UNNAMED (//)
558 -- unnamed --
559 ;
560 ;
561 ; ********************************
562 ; * Strings for InstrumentsWin.c *
563 ; ********************************
564 ;
565 MSG_INSTRUMENTS_TITLE (//)
566 Instruments
567 ;
568 ;
569 MSG_VOLUME_GAD (//)
570 _Volume
571 ;
572 MSG_FINETUNE_GAD (//)
573 _FineTune
574 ;
575 MSG_LENGTH_GAD (//)
576 Length
577 ;
578 MSG_KIND_GAD (//)
579 _Kind
580 ;
581 MSG_EDIT_DOTS_GAD (//)
582 _Edit...
583 ;
584 MSG_SAMPLE_GAD (//)
585 Sample
586 ;
587 MSG_SYNTH_GAD (//)
588 Synth
589 ;
590 MSG_HYBRID_GAD (//)
591 Hybrid
592 ;
593 ;
594 MSG_INSTRUMENTS_MEN (//)
595 Instruments
596 ;
597 MSG_LOAD_MEN (//)
598 Load...
599 ;
600 MSG_REMAP_MEN (//)
601 Remap
602 ;
603 MSG_SAVE_COMPRESSED_MEN (//)
604 Save Compressed
605 ;
606 MSG_SAVE_RAW_MEN (//)
607 Save Raw
608 ;
609 ;
610 MSG_EMPTY (//)
611 -- empty --
612 ;
613 ;
614 ; *************************
615 ; * Strings for PlayWin.c *
616 ; *************************
617 ;
618 MSG_PLAY_TITLE (//)
619 Play
620 ;
621 ;
622 MSG_VOL_GAD (//)
623 _Vol
624 ;
625 MSG_POS_GAD (//)
626 Pos
627 ;
628 MSG_TIME_GAD (//)
629 Time
630 ;
631 MSG_RST_GAD (//)
632 _Rst
633 ; Stands for Reset/Restart
634 ;
635 MSG_PLAYER_INIT_ERR (//)
636 Player initialization error: %ld.
637 ;
638 ;
639 ; *****************************
640 ; * Strings for ProgressWin.c *
641 ; *****************************
642 ;
643 MSG_PROGRESS_TITLE (//)
644 XModule is working...
645 ;
646 MSG_LOG_TITLE (//)
647 XModule Log
648 ;
649 ;
650 MSG_UNDERSCORE_ABORT_GAD (//)
651 _Abort
652 ;
653 ;
654 MSG_PERCENT_DONE (//30)
655 %ld of %ld (%ld%% done)
656 ; This string appears inside the progress window gauge.
657 ; eg: "5 of 20 (25% done)".
658 ; Leave that double percent (%%) alone! :-)
659 ;
660 ;
661 ; *****************************
662 ; * Strings for SongInfoWin.c *
663 ; *****************************
664 ;
665 MSG_SONGINFO_TITLE (//)
666 Song Information
667 ;
668 ;
669 MSG_UNDERSCORE_NEW_GAD (//)
670 Ne_w
671 ;
672 MSG_OPEN_GAD (//)
673 _Open...
674 ;
675 MSG_SAVE_GAD (//)
676 _Save
677 ;
678 MSG_DEL_GAD (//)
679 Del
680 ;
681 MSG_SONG_NAME_GAD (//)
682 Song _Name
683 ;
684 MSG_AUTHOR_NAME_GAD (//)
685 _Author
686 ;
687 MSG_DEF_TEMPO_GAD (//)
688 _Tempo
689 ;
690 MSG_DEF_SPEED_GAD (//)
691 S_peed
692 ;
693 MSG_RESTART_GAD (//)
694 _Restart
695 ;
696 MSG_LENGHT_GAD (//)
697 Length
698 ;
699 MSG_NUM_PATTS_GAD (//)
700 Num Patterns
701 ;
702 MSG_NUM_TRACKS_GAD (//)
703 Tracks
704 ;
705 MSG_TOT_MOD_SIZE_GAD (//)
706 Total Module Size
707 ;
708 MSG_TOT_INST_SIZE_GAD (//)
709 Total Instruments Size
710 ;
711 ;
712 MSG_SONG_MEN (//)
713 Song
714 ;
715 MSG_MERGE_SONGS_MEN (//)
716 Merge Songs
717 ;
718 MSG_JOIN_SONGS_MEN (//)
719 Join Songs
720 ;
721 ;
722 MSG_JOIN_REQUIRES_TWO_SONGS (//)
723 ERROR: Join requires two songs.
724 ;
725 MSG_MERGE_REQUIRES_TWO_SONGS (//)
726 ERROR: Merge requires two songs.
727 ;
728 MSG_DISCARD_CURRENT_SONG (//)
729 Discard current song?
730 ;
731 ;
732 ; ****************************
733 ; * Strings for ToolBoxWin.c *
734 ; ****************************
735 ;
736 MSG_TOOLBOX_TITLE (//)
737 ToolBox
738 ;
739 ;
740 MSG_PLAY_GAD (//)
741 Play...
742 ;
743 MSG_SONGS_GAD (//)
744 _Songs...
745 ;
746 MSG_PATTERNS_DOTS_GAD (//)
747 _Patterns...
748 ;
749 MSG_INSTRUMENTS_GAD (//)
750 _Instruments...
751 ;
752 MSG_SEQUENCE_DOTS_GAD (//)
753 Se_quence...
754 ;
755 MSG_OPTIMIZATION_GAD (//)
756 _Optimization...
757 ;
758 MSG_PROJECT_MEN (//)
759 Project
760 ;
761 MSG_NEW_MEN (//)
762 New
763 ;
764 MSG_OPEN_MEN (//)
765 Open...
766 ;
767 MSG_OPEN_NEW_MEN (//)
768 Open New...
769 ;
770 MSG_SAVE_MEN (//)
771 Save
772 ;
773 MSG_SAVE_AS_MEN (//)
774 Save As...
775 ;
776 MSG_CLEAR_MEN (//)
777 Clear...
778 ;
779 MSG_ABOUT_MEN (//)
780 About...
781 ;
782 MSG_HELP_MEN (//)
783 Help...
784 ;
785 MSG_ICONIFY_MEN (//)
786 Iconify...
787 ;
788 MSG_QUIT_MEN (//)
789 Quit
790 ;
791 MSG_SETTINGS_MEN (//)
792 Settings
793 ;
794 MSG_SAVE_FORMAT_MEN (//)
795 Save Format...
796 ;
797 MSG_USER_INTERFACE_MEN (//)
798 User Interface...
799 ;
800 MSG_SAVE_ICONS_MEN (//)
801 Save Icons
802 ;
803 MSG_CONFIRM_OVERWRITE_MEN (//)
804 Confirm Overwrite
805 ;
806 MSG_CONFIRM_EXIT_MEN (//)
807 Confirm Exit
808 ;
809 MSG_VERBOSE_MEN (//)
810 Verbose Log
811 ;
812 MSG_OPEN_SETTINGS_MEN (//)
813 Open Settings...
814 ;
815 MSG_SAVE_SETTINGS_MEN (//)
816 Save Settings
817 ;
818 MSG_SAVE_SETTINGS_AS_MEN (//)
819 Save Settings As...
820 ;
821 ;
822 MSG_ABOUT_TEXT (//)
823 %s\n\
824 A Music Module Processing Utility\n\n\
825 \
826 %s\n\
827 All rights reserved.\n\n\
828 \
829 Internet: bernie@shock.cosmos.it\n\n\
830 FidoNet:  2:332/118.4\n\
831 \
832 Free CHIP Memory: %ldKB\n\
833 Free FAST Memory: %ldKB\n\n\
834 Public Screen: %s\n\
835 ARexx Port: %s\n\
836 Cx HotKey: %s\n\
837 Language: %s
838 ;
839 MSG_DEFAULT (//)
840 -- Default --
841 ;
842 MSG_DISABLED (//)
843 -- Disabled --
844 ;
845 ;
846 ; *********************************
847 ; * Strings for OptimizationWin.c *
848 ; *********************************
849 ;
850 MSG_OPTIMIZATION_TITLE (//)
851 Module Optimization
852 ;
853 ;
854 MSG_OPTIMIZE_GAD (//)
855 _Optimize
856 ;
857 MSG_REM_UNUSED_PATTS_GAD (//)
858 Remove Unused _Patterns
859 ;
860 MSG_REM_DUPLICATE_PATTS_GAD (//)
861 Remove _Duplicate Patterns
862 ;
863 MSG_REM_UNUSED_INSTR_GAD (//)
864 Remove Unused _Instruments
865 ;
866 MSG_REM_DUP_INSTR_GAD (//)
867 Remove Duplicate I_nstruments
868 ;
869 MSG_CUT_AFTER_LOOP_GAD (//)
870 Cut Instruments After _Loop
871 ;
872 MSG_CUT_ZERO_TAILS_GAD (//)
873 Cut Instrument _Zero Tails
874 ;
875 MSG_CUT_PATTERNS_GAD (//)
876 Cut _Breaked Patterns
877 ;
878 MSG_REMAP_INSTRUMENTS_GAD (//)
879 _Remap Instruments
880 ;
881 ;
882 MSG_SAVED_X_BYTES (//)
883 Saved %ld bytes (%ld%%)
884 ;
885 ;
886 ; **************************
887 ; * Strings for PrefsWin.c *
888 ; **************************
889 ;
890 ;
891 MSG_PREFS_TITLE (//)
892 User Interface Settings
893 ;
894 ;
895 MSG_PUBLIC_SCREEN_GAD (//)
896 _Public Screen
897 ;
898 MSG_DISPLAY_MODE_GAD (//)
899 Display _Mode
900 ;
901 MSG_WINDOW_FONT_GAD (//)
902 _Window Font
903 ;
904 MSG_LISTVIEW_FONT_GAD (//)
905 _ListView Font
906 ;
907 MSG_REQUESTERS_GAD (//)
908 _Requesters
909 ;
910 MSG_USE_DATATYPES_GAD (//)
911 Use _DataTypes
912 ;
913 MSG_APPICON_GAD (//)
914 Put App_Icon
915 ;
916 MSG_REFRESH_GAD (//)
917 Refres_h
918 ;
919 MSG_LOG_TO_FILE_GAD (//)
920 Log To File
921 ;
922 MSG_LOG_LEVEL_GAD (//)
923 _Log Level
924 ;
925 MSG_ASK_AUTOSAVE_GAD (//)
926 Confirm _Autosave
927 ;
928 MSG_AUTOSAVE_TIME_GAD (//)
929 Autosave Mi_nutes
930 ;
931 MSG_DO_BACKUPS_GAD (//)
932 Create _Backups
933 ;
934 MSG_BACKUP_TEMPLATE_GAD (//)
935 Bac_kup Template
936 ;
937 MSG_BACKUP_VERSIONS_GAD (//)
938 Backup _Versions
939 ;
940 MSG_ASL_GAD (//)
941 Asl
942 ;
943 MSG_REQTOOLS_GAD (//)
944 ReqTools
945 ;
946 MSG_SMART_GAD (//)
947 Smart
948 ;
949 MSG_SIMPLE_GAD (//)
950 Simple
951 ;
952 MSG_CLONE_DEF_SCREEN (//)
953 --Clone Default Screen--
954 ;
955 ;
956 ; ****************************
957 ; * Strings for PatternWin.c *
958 ; ****************************
959 ;
960 MSG_PATTERN_TITLE (//)
961 Pattern Editor
962 ;
963 ;
964 MSG_PATTERNS_MEN (//)
965 Patterns
966 ;
967 MSG_SIZE_MEN (//)
968 Size...
969 ;
970 MSG_EDIT_MEN (//)
971 Edit
972 ;
973 MSG_MARK_MEN (//)
974 Mark
975 ;
976 MSG_CUT_MEN (//)
977 Cut
978 ;
979 MSG_COPY_MEN (//)
980 Copy
981 ;
982 MSG_PASTE_MEN (//)
983 Paste
984 ;
985 MSG_ERASE_MEN (//)
986 Erase
987 ;
988 MSG_UNDO_MEN (//)
989 Undo
990 ;
991 MSG_REDO_MEN (//)
992 Redo
993 ;
994 MSG_EDITOR_SETTINGS_MEN (//)
995 Editor Settings...
996 ;
997 ;
998 ; ***************************
999 ; * Strings for SaversWin.c *
1000 ; ***************************
1001 ;
1002 MSG_SAVERS_TITLE (//)
1003 Savers
1004 ;
1005 ;
1006 MSG_SF_SEQUENCE_GAD (//)
1007 Se_quence
1008 ;
1009 MSG_SF_INSTRUMENTS_GAD (//)
1010 _Instruments
1011 ;
1012 MSG_SF_PATTERNS_GAD (//)
1013 _Patterns
1014 ;
1015 MSG_SF_NAMES_GAD (//)
1016 Names
1017 ;
1018 MSG_ADD_ICON_GAD (//)
1019 Add I_con
1020 ;
1021 MSG_MODE_GAD (//)
1022 _Mode
1023 ;
1024 MSG_OPTIONS_DOTS_GAD (//)
1025 Options...
1026 ;
1027 MSG_NONE_GAD (//)
1028 None
1029 ;
1030 MSG_XPK_GAD (//)
1031 XPK
1032 ;
1033 MSG_LHA_GAD (//)
1034 LhA
1035 ;
1036 ;
1037 MSG_DESCRIPTION (//)
1038 Description
1039 ;
1040 MSG_AUTHOR (//)
1041 Author
1042 ;
1043 MSG_MAXLENGTH (//)
1044 Max Length
1045 ;
1046 MSG_MAXTRACKS (//)
1047 Max Tracks
1048 ;
1049 MSG_MAXINSTRUMENTS (//)
1050 Max Instruments
1051 ;
1052 MSG_MAXPATTERNS (//)
1053 Max Patterns
1054 ;
1055 MSG_MAXPATTLEN (//)
1056 Max Pattern Length
1057 ;
1058 MSG_MAXSAMPLELEN (//)
1059 Max Sample Length
1060 ;
1061 ;
1062 ; **********************
1063 ; * Strings ClearWin.c *
1064 ; **********************
1065 ;
1066 MSG_CLEAR_TITLE (//)
1067 Clear Module
1068 ;
1069 ;
1070 MSG_CLR_SEQUENCE_GAD (//)
1071 _Sequence
1072 ;
1073 MSG_CLR_INSTRUMENTS_GAD (//)
1074 _Instruments
1075 ;
1076 MSG_CLR_PATTERNS_GAD (//)
1077 _Patterns
1078 ;
1079 MSG_CLEARMOD_GAD (//)
1080 _Clear
1081 ;
1082 ;
1083 ; ***************************
1084 ; * Strings for SampleWin.c *
1085 ; ***************************
1086 ;
1087 MSG_SAMPLE_TITLE (//)
1088 Sample Editor
1089 ;
1090 ;
1091 MSG_RENDER_MEN (//)
1092 Render
1093 ;
1094 MSG_POINTS_MEN (//)
1095 Points
1096 ;
1097 MSG_LINES_MEN (//)
1098 Lines
1099 ;
1100 MSG_FILLED_MEN (//)
1101 Filled
1102 ;
1103 ;
1104 ; *****************************
1105 ; * Strings for PattSizeWin.c *
1106 ; *****************************
1107 ;
1108 MSG_PATTSIZE_TITLE (//)
1109 Pattern Attributes
1110 ;
1111 ;
1112 MSG_LINES_GAD (//)
1113 _Lines
1114 ;
1115 MSG_TRACKS_GAD (//)
1116 _Tracks
1117 ;
1118 MSG_DOUBLE_GAD (//)
1119 _Double
1120 ;
1121 MSG_HALVE_GAD (//)
1122 _Halve
1123 ;
1124 ;
1125 ; *************************
1126 ; * Strings for Library.c *
1127 ; *************************
1128 ;
1129 MSG_SONG_TOO_MANY_TRACKS (//)
1130 WARNING: The selected saver supports max %lu tracks, but the song has %lu tracks.
1131 ;
1132 MSG_SONG_TOO_MANY_PATTS (//)
1133 WARNING: The selected saver supports max %lu patterns; the song has %lu patterns.
1134 ;
1135 MSG_SONG_TOO_MANY_INSTRS (//)
1136 WARNING: The selected saver supports max %lu instruments, last instrument is %lu.
1137 ;
1138 MSG_SONG_TOO_MANY_POS (//)
1139 WARNING: The selected saver supports max %lu positions, but the song has %lu positions.
1140 ;
1141 MSG_PATT_LENGTH_INVALID (//)
1142 WARNING: The length of pattern %ld ($%lx lines) isn't allowed with the selected saver.
1143 ;
1144 MSG_INSTR_TOO_LONG (//)
1145 WARNING: Instrument %lx is too long and will be cropped to %lu bytes.
1146 ;
1147 MSG_WILL_MODIFY_SONG (//)
1148 Some modifications need to be performed on this song\n\
1149 in order to adapt it to the limitations of the\n\
1150 destination format.
1151 ;
1152 MSG_TRY_REMAPPING_INSTRUMENTS (//)
1153 Some instruments are placed beyond the limit for\n\
1154 the selected format.\n\
1155 Remapping the instruments now could help saving\n\
1156 all them along with the selected format.
1157 ;
1158 MSG_SAVING_MODULE (//)
1159 Saving %s module \"%s\"...
1160 ; the first %s is the format name, the second %s is the song name.