Changes between Version 6 and Version 7 of InstallerTranslation


Ignore:
Timestamp:
Feb 15, 2010, 2:57:51 AM (14 years ago)
Author:
jmckenna
Comment:

update example of width change

Legend:

Unmodified
Added
Removed
Modified
  • InstallerTranslation

    v6 v7  
    99     res_ja.rc
    1010   }}}
    11  * open your new '''res_[lang].rc''' in a text editor and edit:
     11 * open your new '''res_[lang].rc''' file in a text editor and edit:
    1212   * modify line!#1 and !#2 for your new language
    1313     * use appropriate code identifier for your international characters ([http://msdn.microsoft.com/en-us/library/dd317756%28VS.85%29.aspx microsoft documentation])
     
    2929       }}}
    3030       * (background on menu resource accelerators: [http://msdn.microsoft.com/en-us/library/syzb5sda%28VS.80%29.aspx microsoft documentation])
    31    * you might have to modify the size/spacing of your new strings in the objects. For example, the values below for "71,120,200,10" mean: x,y,width,height - you might have to change the ''width'' value for longer translated strings
     31   * you might have to modify the size/spacing of your new strings in the objects, if you notice that your new text is cutoff in the installer. For example, the values below for "60,85,88,10" mean: x,y,width,height - you might have to change the ''width'' value for longer translated strings
    3232     {{{
    33            CONTROL         "ローカルディレクトリからインストール(&L)",IDC_SOURCE_CWD,"Button",
    34                            BS_AUTORADIOBUTTON | WS_TABSTOP,71,120,200,10
     33       CONTROL "Use HTTP/FTP &Proxy:",IDC_NET_PROXY,"Button",
     34                BS_AUTORADIOBUTTON | WS_TABSTOP,60,85,88,10
     35
     36       translated to:
     37
     38       CONTROL "HTTP/FTPプロキシを利用する(&P):",IDC_NET_PROXY,"Button",
     39                BS_AUTORADIOBUTTON | WS_TABSTOP,60,85,188,10
    3540     }}}
    3641 * open '''res.rc''' in a text editor