Last change
on this file was 219, checked in by gyoung, 4 months ago |
Add help to the audio and image converter dialogs
|
File size:
588 bytes
|
Line | |
---|
1 | #ifndef OS2_INCLUDED
|
---|
2 | #include <os2.h>
|
---|
3 | #endif
|
---|
4 |
|
---|
5 | STRINGTABLE
|
---|
6 | BEGIN
|
---|
7 |
|
---|
8 | IDSTR_CONVERTCHANNELS "Channels: %d"
|
---|
9 | IDSTR_CONVERTSAMPLERATE "Sample rate: %d Hz"
|
---|
10 | IDSTR_CONVERTPLAYTIME "Play time: %d:%02d"
|
---|
11 | IDSTR_CONVERTDIALOGERROR "Can't load dialog template! Please check your installation."
|
---|
12 | IDSTR_CONVERTNOSPACETITLE "Convert to wave"
|
---|
13 | IDSTR_CONVERTNOSPACETEXT "There isn't sufficient space for the decoded file. Choose another location with at least %d MB free disk space."
|
---|
14 | IDSTR_INSTALLERRORTITLE "Installation problem"
|
---|
15 | IDSTR_AUDIOBROWSETITLE "Audio file name"
|
---|
16 |
|
---|
17 | END
|
---|
Note:
See
TracBrowser
for help on using the repository browser.