source: trunk/classes/res/en/audioconv_en.rc

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
5STRINGTABLE
6BEGIN
7
8IDSTR_CONVERTCHANNELS "Channels: %d"
9IDSTR_CONVERTSAMPLERATE "Sample rate: %d Hz"
10IDSTR_CONVERTPLAYTIME "Play time: %d:%02d"
11IDSTR_CONVERTDIALOGERROR "Can't load dialog template! Please check your installation."
12IDSTR_CONVERTNOSPACETITLE "Convert to wave"
13IDSTR_CONVERTNOSPACETEXT "There isn't sufficient space for the decoded file. Choose another location with at least %d MB free disk space."
14IDSTR_INSTALLERRORTITLE "Installation problem"
15IDSTR_AUDIOBROWSETITLE "Audio file name"
16
17END
Note: See TracBrowser for help on using the repository browser.