Changeset 104 for trunk/mediafolder/res/en
- Timestamp:
- Oct 2, 2023, 11:34:35 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/v2.9 merged eligible /branches/v2.9_Lars merged eligible
-
Property svn:mergeinfo
set to
-
trunk/mediafolder/res/en/about_ecs_en.dlg
r70 r104 7 7 DLGTEMPLATE IDDLG_ABOUT LOADONCALL MOVEABLE DISCARDABLE 8 8 BEGIN 9 DIALOG "Product Information", IDDLG_ABOUT, 100, 120, 194, 67, 9 DIALOG "Product Information", IDDLG_ABOUT, 100, 120, 194, 67, 10 10 WS_VISIBLE, FCF_TITLEBAR 11 11 BEGIN 12 12 ICON IDICON_FOLDER1, IDICON_FOLDER1, 10, 39, 16, 15, WS_GROUP 13 LTEXT "Multimedia integration for the desktop", 14 IDST_PRODNAME, 38, 50, 154, 10, DT_WORDBREAK | NOT 13 LTEXT "Multimedia integration for the desktop", 14 IDST_PRODNAME, 38, 50, 154, 10, DT_WORDBREAK | NOT 15 15 WS_GROUP 16 16 PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans Bold" 17 17 CONTROL "", 607, 38, 43, 154, 7, "CW_SEPARATOR", WS_VISIBLE 18 LTEXT "(C) 2002-2004 Chris Wohlgemuth", IDST_PRODCOPY, 38,19 29, 154, 11, DT_VCENTER | DT_WORDBREAK | NOT 18 LTEXT MFLDR_AUTHOR, IDST_PRODCOPY, 38, 19 29, 154, 11, DT_VCENTER | DT_WORDBREAK | NOT 20 20 WS_GROUP 21 // PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans"22 //LTEXT "Licensed to Serenity Systems", 608, 38, 19, 154, 923 21 PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans" 24 22 DEFPUSHBUTTON "~Ok", IDSTR_CLOSETEXT, 38, 2, 34, 13 -
trunk/mediafolder/res/en/about_en.dlg
r2 r104 1 #define VER_STRING "Media -Ordner V" \1 #define VER_STRING "Media Folder v" \ 2 2 MFLDR_VERSION \ 3 3 BUILD_STRING … … 5 5 DLGTEMPLATE IDDLG_ABOUT LOADONCALL MOVEABLE DISCARDABLE 6 6 BEGIN 7 DIALOG "Product Information", IDDLG_ABOUT, 115, 69, 208, 132, 7 DIALOG "Product Information", IDDLG_ABOUT, 115, 69, 208, 132, 8 8 WS_VISIBLE, FCF_TITLEBAR 9 9 BEGIN 10 10 GROUPBOX "", IDGB_ABOUT, 3, 21, 200, 108 11 ; CTEXT "Media-Folder V0.2.9", IDST_PRODNAME, 36, 107, 135, 12 CTEXT VER_STRING, IDST_PRODNAME, 10, 107, 187, 11 CTEXT VER_STRING, IDST_PRODNAME, 10, 107, 187, 13 12 12, DT_VCENTER | NOT WS_GROUP 14 CTEXT "(C) Chris Wohlgemuth 2002/2003", IDST_PRODCOPY, 10, 87, 15 186, 12, DT_VCENTER | NOT WS_GROUP 13 CTEXT MFLDR_AUTHOR, 14 IDST_PRODCOPY, 10, 87, 186, 12, DT_VCENTER | NOT WS_GROUP 15 CTEXT "Copyright (c) netlabs.org 2020", 16 IDST_PRODCOPY2, 10, 64, 186, 12, DT_VCENTER | NOT WS_GROUP 16 17 CTEXT "Graphics by Klaus Staedtler-Przyborski", 17 IDST_PRODGRAPHICS, 10, 64, 186, 17, DT_WORDBREAK |18 IDST_PRODGRAPHICS, 10, 46, 186, 17, DT_WORDBREAK | 18 19 NOT WS_GROUP 19 CTEXT "http://www.geocities.com/SiliconValley/Sector/5785/" 20 "index.html", IDST_URL1, 10, 46, 186, 18, 21 DT_WORDBREAK | NOT WS_GROUP 22 PRESPARAMS PP_FONTNAMESIZE, "8.Helv" 23 CTEXT "http://www.os2world.com/cdwriting", IDST_URL2, 10, 24 30, 186, 16, DT_WORDBREAK 20 CTEXT "https://trac.netlabs.org/cwmmclasses", IDST_URL1, 21 10, 30, 186, 18, DT_WORDBREAK | NOT WS_GROUP 25 22 PRESPARAMS PP_FONTNAMESIZE, "8.Helv" 26 23 DEFPUSHBUTTON "~Ok", DID_OK, 83, 3, 40, 14 27 24 END 28 25 END 29 30 -
trunk/mediafolder/res/en/create_res_en_def.CMD
r2 r104 53 53 def=def||'0d'x||'0a'x 54 54 55 def=def||"LIBRARY MFLDR_EN INIT GLOBAL"||'0d'x||'0a'x55 def=def||"LIBRARY MFLDR_EN INITINSTANCE TERMINSTANCE"||'0d'x||'0a'x 56 56 def=def||"DESCRIPTION '$@#(C) C. Wohlgemuth " 57 57 def=def||WORD(DATE(),3)||":"||LEFT(theVersion,3)||" #@##1## "||DATE("E")||" "||TIME("N")||" My ;-) ::::"||WORD(TRANSLATE(theVersion," ", "."),3)||"::@@Media-Folder V"||theVersion||" resource DLL -english-'"||'0d'x||'0a'x 58 def=def||"PROTMODE"||'0d'x||'0a'x 59 def=def||"CODE LOADONCALL DISCARDABLE"||'0d'x||'0a'x 60 def=def||"DATA SINGLE SHARED DISCARDABLE"||'0d'x||'0a'x 58 def=def||"DATA MULTIPLE NONSHARED"||'0d'x||'0a'x 61 59 def=def||"EXPORTS "||'0d'x||'0a'x 62 60 def=def||" queryLanguage"||'0d'x||'0a'x -
trunk/mediafolder/res/en/mediafolder_en.dlg
r2 r104 41 41 GROUPBOX "Toolbar", IDGB_TOOLBAR, 9, 24, 181, 127, NOT 42 42 WS_GROUP 43 AUTOCHECKBOX "~Enable fly 43 AUTOCHECKBOX "~Enable fly-over help", IDCB_ENABLETBFLYOVER, 16, 44 44 129, 152, 10 45 45 SPINBUTTON IDSB_TBFLYOVERDELAY, 97, 115, 40, 12, 46 46 SPBS_NUMERICONLY | SPBS_MASTER | SPBS_FASTSPIN | 47 47 WS_GROUP 48 GROUPBOX "Fly over colours and font", IDGB_COLORANDFONT, 15,48 GROUPBOX "Fly-over colors and font", IDGB_COLORANDFONT, 15, 49 49 30, 168, 76, NOT WS_GROUP 50 LTEXT " Klick button for colour- or fontpalette. "50 LTEXT "Click button for color or font palette. " 51 51 " 52 Press <CTRL> during drag 'n drop to change the text colour.",52 Hold <Ctrl> during drag'n'drop to change the text color.", 53 53 IDST_TEXTDEMOFIELD, 23, 35, 95, 57, DT_WORDBREAK 54 54 PRESPARAMS PP_FOREGROUNDCOLOR, 0x000000FFL 55 55 PRESPARAMS PP_BACKGROUNDCOLOR, 0x00FFFFFFL 56 PUSHBUTTON "~Colo ur...", IDPB_COLORPALETTE, 129, 72, 45, 1456 PUSHBUTTON "~Color...", IDPB_COLORPALETTE, 129, 72, 45, 14 57 57 PUSHBUTTON "~Font...", IDPB_FONTPALETTE, 129, 49, 45, 14 58 58 PUSHBUTTON "~Undo", IDPB_COLORUNDO, 16, 7, 52, 14 … … 100 100 END 101 101 END 102 103 -
trunk/mediafolder/res/en/mediafolder_en.rc
r4 r104 15 15 BEGIN 16 16 MENUITEM "" , ID_MENUSEPARATOR, MIS_SEPARATOR 17 MENUITEM "~Product Information",ID_ABOUTITEM 17 MENUITEM "~Product Information",ID_ABOUTITEM 18 18 END 19 19 #else … … 21 21 BEGIN 22 22 MENUITEM "" , ID_MENUSEPARATOR, MIS_SEPARATOR 23 MENUITEM "~Media Folder Information",ID_ABOUTITEM 23 MENUITEM "~Media Folder Information",ID_ABOUTITEM 24 24 END 25 25 #endif … … 45 45 BEGIN 46 46 MENUITEM "~Save" , ID_MENUITEMSAVE 47 MENUITEM "" , ID_MENUSEPARATOR, MIS_SEPARATOR 47 MENUITEM "" , ID_MENUSEPARATOR, MIS_SEPARATOR 48 48 MENUITEM "~Exit" , ID_MENUITEMEXIT 49 49 END … … 53 53 BEGIN 54 54 IDSTR_CLOSETITLE "Confirmation" 55 IDSTR_CLOSETEXT "There's currently a songplaying. Do you really want to stop playing and close the player?"55 IDSTR_CLOSETEXT "There's currently an audio file playing. Do you really want to stop playing and close the player?" 56 56 IDSTRSETTING_TOOLBAR "Toolbar" 57 IDSTRS_NOFONTPALETTE "Can't open the font palette. It may have lost it 's ID. Check your INI files."58 IDSTRS_NOCOLORPALETTE "Can't open the color palette. It may have lost it 's ID. Check your INI files."57 IDSTRS_NOFONTPALETTE "Can't open the font palette. It may have lost its ID. Check your INI files." 58 IDSTRS_NOCOLORPALETTE "Can't open the color palette. It may have lost its ID. Check your INI files." 59 59 IDSTRS_MEDIAFLDRSETTINGS "Media-Folder setup" 60 60 #ifdef ECS
Note:
See TracChangeset
for help on using the changeset viewer.