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 |
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 |