Changeset 19


Ignore:
Timestamp:
Jul 20, 2020, 5:12:40 AM (5 years ago)
Author:
Lewis Rosenthal
Message:

Update main help to include entries for image files.
Update EN dialogs and resources for various classes.

Location:
branches/v2.9/classes
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9/classes/help/en/cwmm.ipf

    r18 r19  
    251251:p.Specify the target audio file type and filename, including the full path.
    252252Source audio file details are displayed at the top of the dialog. Note that some
    253 fomats may be more lossy than others, and converting from a lossy format to a
     253formats may be more lossy than others, and converting from a lossy format to a
    254254less-lossy (or lossless) format will not restore original bits which may no
    255255longer be present in the (lossy) source file, and in some cases, may result in
     
    262262exit the dialog.
    263263
     264
     265.* ----------------------------------------------------------------------------
     266:h1 res=200.Image details
     267:p.This page displays various technical details about the selected image.
     268
     269:p.The following read-only information is provided&colon.
     270
     271:hp2.
     272:table rules=both frame=box cols='20 40'.
     273:row.
     274:c.Detail
     275:c.Description
     276:row.
     277:c.IOProc
     278:c.Identifies which MMIOProc is being used to render the image.
     279:row.
     280:c.Width
     281:c.Width in pixels of the image.
     282:row.
     283:c.Height
     284:c.Height in pixels of the image.
     285:row.
     286:c.Depth
     287:c.Number of colors (color depth) of the image.
     288:etable.
     289:ehp2.
     290
     291.* ----------------------------------------------------------------------------
     292:h1 res=210.Convert digital image
     293:p.Specify the target image file type and filename, including the full path.
     294A thumbnail of the source image file is displayed at the top of the dialog. Note
     295that some formats may be more lossy than others, and converting from a lossy
     296format to a less-lossy (or lossless) format will not restore original bits which
     297may no longer be present in the (lossy) source file, and in some cases, may
     298result in a converted file of lower quality than the lossy source.
     299
     300:p.The dropdown will list available MMIOProcs (codecs) for the target file.
     301
     302:p.Press the :hp2.Convert:2hp2. button to begin the process, and
     303:hp2.Abort:ehp2. to cancel once conversion has begun. Press :hp2.Close:ehp2. to
     304exit the dialog.
     305
    264306:euserdoc.
  • branches/v2.9/classes/res/en/audioconv_en.dlg

    r2 r19  
    88            FCF_SYSMENU | FCF_TITLEBAR
    99    BEGIN
    10         GROUPBOX        "", IDGB_CONVERT, 3, 105, 203, 69
     10        GROUPBOX        "Source", IDGB_CONVERT, 3, 105, 203, 69
    1111        LTEXT           "Name:", IDST_CONVERTNAMELABEL, 7, 156, 32, 8
    1212        RTEXT           "", IDST_CONVERTNAME, 45, 156, 156, 8
    13         LTEXT           "? Hz", IDST_CONVERTSAMPLERATE, 7, 131, 91, 8
    14         LTEXT           "? Channels", IDST_CONVERTCHANNELS, 7, 120, 91, 8
    15         LTEXT           "", IDST_CONVERTCDBITS, 103, 142, 98, 8
     13        LTEXT           "Sample rate: ? Hz", IDST_CONVERTSAMPLERATE, 7, 131, 91, 8
     14        LTEXT           "Channels: ?", IDST_CONVERTCHANNELS, 7, 120, 91, 8
     15        LTEXT           "Bits per sample: ?", IDST_CONVERTCDBITS, 103, 142, 98, 8
    1616        LTEXT           "(CD: 44100 Hz)", IDST_CONVERTCDSAMPLELABEL, 103, 131,
    1717                        98, 8
    1818        LTEXT           "(CD: 2 Channels)", IDST_CONVERTCDCHANNELSLABEL, 103,
    1919                        120, 98, 8
    20         LTEXT           "Playtime: ?", IDST_CONVERTPLAYTIME, 7, 109, 161, 8
    21         GROUPBOX        "", IDGB_CONVERT2, 3, 19, 203, 85
     20        LTEXT           "Play time: ?", IDST_CONVERTPLAYTIME, 7, 109, 161, 8
     21        GROUPBOX        "Target", IDGB_CONVERT2, 3, 19, 203, 85
    2222        LTEXT           "Convert to:", 317, 7, 86, 86, 8
    2323        CONTROL         "", IDDD_IOPROC, 7, 28, 195, 54, WC_COMBOBOX,
     
    2626
    2727        LTEXT           "Target name:", 2419, 7, 57, 64, 8
    28         ENTRYFIELD      "", IDEF_CONVERTTARGETNAME, 9, 45, 139, 8, ES_RIGHT |
    29                         ES_MARGIN
     28        ENTRYFIELD      "", IDEF_CONVERTTARGETNAME, 9, 45, 139, 8, ES_MARGIN
     29
    3030        PUSHBUTTON      "~Browse...", IDPB_CONVERTBROWSE, 153, 42, 47, 14
    3131        CONTROL         "", IDBAR_CONVERTPROGRESS, 6, 24, 194, 13,
     
    3636    END
    3737END
    38 
  • branches/v2.9/classes/res/en/audioconv_en.rc

    r2 r19  
    77BEGIN
    88
    9 IDSTR_CONVERTCHANNELS    "%d Channels"
    10 IDSTR_CONVERTSAMPLERATE  "%d Hz"
    11 IDSTR_CONVERTPLAYTIME    "%d:%02d min playtime"
     9IDSTR_CONVERTCHANNELS    "Channels: %d"
     10IDSTR_CONVERTSAMPLERATE  "Sample rate: %d Hz"
     11IDSTR_CONVERTPLAYTIME    "Play time: %d:%02d"
    1212IDSTR_CONVERTDIALOGERROR "Can't load dialog template! Please check your installation."
    1313IDSTR_CONVERTNOSPACETITLE   "Convert to wave"
     
    1717
    1818END
    19 
    20 
  • branches/v2.9/classes/res/en/cwaudio_en.dlg

    r2 r19  
    1111        PUSHBUTTON      "~Cancel", IDPB_CANCEL, 87, 1, 40, 14
    1212        PUSHBUTTON      "~Help", IDPB_ID3HELP, 130, 1, 40, 14, BS_HELP
    13         GROUPBOX        "ID3 Tags", IDGB_ID3TAGS, 6, 17, 202, 97
     13        GROUPBOX        "", IDGB_ID3TAGS, 6, 17, 202, 97
    1414        LTEXT           "Name:", 210, 9, 95, 57, 8
    1515        ENTRYFIELD      "", IDEF_ID3NAME, 73, 95, 127, 8, ES_MARGIN
     
    3333            WS_VISIBLE | NOT WS_SAVEBITS
    3434    BEGIN
    35         GROUPBOX        "Audio info", IDGB_WAVEINFO, 6, 4, 154, 67, NOT
     35        GROUPBOX        "", IDGB_WAVEINFO, 6, 4, 154, 67, NOT
    3636                        WS_GROUP
    37         LTEXT           "Samplerate:", IDST_SAMPLERATELABEL, 17, 35, 76, 8
     37        LTEXT           "Sample rate:", IDST_SAMPLERATELABEL, 17, 35, 76, 8
    3838        LTEXT           "Bits per sample:", IDST_BPSLABEL, 17, 23, 76, 8
    3939        LTEXT           "Play time:", IDST_PLAYTIMELABEL, 17, 47, 76, 8
     
    5151            WS_VISIBLE
    5252    BEGIN
    53         GROUPBOX        "Image Information", IDGB_IMAGEINFO, 6, 4, 154, 78,
     53        GROUPBOX        "", IDGB_IMAGEINFO, 6, 4, 154, 78,
    5454                        NOT WS_GROUP
    5555        LTEXT           "Width:", IDST_IMAGEWIDTHLABEL, 17, 35, 76, 8
     
    7171        GROUPBOX        "URL", IDGB_STREAMURL, 6, 4, 154, 61, NOT WS_GROUP
    7272        ENTRYFIELD      "", IDEF_URL, 13, 23, 140, 8, ES_MARGIN
    73         LTEXT           "Enter URL to streaming server:", IDST_URLTEXT, 12,
     73        LTEXT           "Enter URL for streaming server:", IDST_URLTEXT, 12,
    7474                        37, 143, 8
    7575    END
    7676END
    77 
  • branches/v2.9/classes/res/en/cwaudio_en.rc

    r2 r19  
    3131MENU ID_MENU_EDITOR
    3232BEGIN
    33         MENUITEM "~Audioeditor", ID_MENU_EDITOR       
     33        MENUITEM "~Audio editor", ID_MENU_EDITOR       
    3434END
    3535
     
    7171STRINGTABLE
    7272BEGIN
    73 ID_WAVEINFOPAGENAME "~Audio information"
    74 ID_ID3TAGSPAGENAME  "~ID3 Tags"
    75 ID_TRACKNAMEPAGENAME "~Track name"
    76 IDSTR_TRACKNAME      "Trackname"
     73ID_WAVEINFOPAGENAME "~Audio details"
     74ID_ID3TAGSPAGENAME  "~ID3 tag"
     75ID_TRACKNAMEPAGENAME "~Track meta"
     76IDSTR_TRACKNAME      ""
    7777
    7878IDSTR_PLAYTIME      "Play time"
    79 IDSTR_SAMPLERATE    "Samplerate"
     79IDSTR_SAMPLERATE    "Sample rate"
    8080IDSTR_CHANNELS      "Channels"
    8181IDSTR_BPS           "Bits per sample"
     
    113113;Used as an information when starting and audio file from the WPS
    114114IDSTR_STARTINGTRACK      "Starting track..."
    115 IDSTR_AUDIOSCANNING     "Scanning Audiofile..."
    116 IDSTR_AUDIOSTREAMTITLE  "Audio-Stream"
    117 IDSTR_STREAMURLPAGENAME "~URL-Setting"
    118 IDSTR_CDTRACKTITLE      "CD-Track"
     115IDSTR_AUDIOSCANNING     "Scanning audio file..."
     116IDSTR_AUDIOSTREAMTITLE  "Audio stream"
     117IDSTR_STREAMURLPAGENAME "~URL"
     118IDSTR_CDTRACKTITLE      "CD track"
    119119IDSTR_M3UTITLE          "M3U playlist"
    120120;Titles used when starting player and editor applications
     
    127127
    128128END
    129 
    130 
  • branches/v2.9/classes/res/en/cwimage_en.rc

    r2 r19  
    2626IDSTR_CWIMAGETITLE  "Digital image"
    2727
    28 IDSTR_IMAGEINFOPAGENAME "~Image information"
    29 IDSTR_SPRINTFPIXEL      "%d Pixel"
     28IDSTR_IMAGEINFOPAGENAME "~Image details"
     29IDSTR_SPRINTFPIXEL      "%d Pixels"
    3030IDSTR_SPRINTFBIT       "%d Bit"
    3131;Bitmpap load errors
     
    4242
    4343;Titles used when starting player and editor applications
    44 IDSTR_IMGEDITORTITLE       "Imageviewer"
     44IDSTR_IMGEDITORTITLE       "Image viewer"
    4545IDSTR_MENU_IMAGEINFO        "Image information: %d x %d x %d"
    4646
    4747;IDSTR_HELPLIBRARY   "MMPARTS.HLP"
    4848END
    49 
    50 
  • branches/v2.9/classes/res/en/imageconv_en.dlg

    r2 r19  
    1313        CONTROL         "", IDSR_BMP, 12, 100, 185, 69, WC_STATIC,
    1414                        SS_FGNDRECT | WS_GROUP | WS_VISIBLE
    15         LTEXT           "Convert to", IDST_IMGCONVERTTO, 7, 88, 53, 8
     15        LTEXT           "Convert to:", IDST_IMGCONVERTTO, 7, 88, 53, 8
    1616        CONTROL         "", IDDD_IMGIOPROC, 6, 6, 196, 78, WC_COMBOBOX,
    1717                        CBS_DROPDOWNLIST | LS_HORZSCROLL | WS_GROUP |
     
    2727    END
    2828END
    29 
  • branches/v2.9/classes/res/en/mmfind_en.rc

    r2 r19  
    1010IDSTR_AUDIOINFOTEXT   "Play time:\t%02d:%02d\n\nSamplerate:\t%d\n\nBits per sample:\t%d\n\nChannels:\t%d"
    1111IDSTR_NOMMTEMPLATEFLDRTITLE "Error during file creation"
    12 IDSTR_NOMMTEMPLATEFLDR "Multimedia template folder can't be found. It may has lost the object ID <MMPM2_MMTEMPLATEFOLDER>."
     12IDSTR_NOMMTEMPLATEFLDR "Multimedia template folder can't be found. It may have lost the object ID <MMPM2_MMTEMPLATEFOLDER>."
    1313END
Note: See TracChangeset for help on using the changeset viewer.