Changes between Version 4 and Version 5 of OSGeo4W_jp/InstallerTranslation
- Timestamp:
- 02/16/10 00:14:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSGeo4W_jp/InstallerTranslation
v4 v5 3 3 == OSGeo4W-setup.exeを他の言語に変換する方法 == 4 4 5 * checkout local copy of setup files from Subversion, for example:5 * Subversionからセットアップファイルのローカルコピーを確認してください。例: 6 6 {{{ 7 7 svn co https://svn.osgeo.org/osgeo4w/trunk/setup/ setup --username yourname … … 11 11 res_ja.rc 12 12 }}} 13 * open your new '''res_[lang].rc''' file in a text editor and edit:13 * テキスト・エディターの新しい'''res_[lang].rc'''ファイルを開き、編集してください: 14 14 * modify line!#1 and !#2 for your new language 15 15 * use appropriate code identifier for your international characters ([http://msdn.microsoft.com/en-us/library/dd317756%28VS.85%29.aspx microsoft documentation]) … … 41 41 BS_AUTORADIOBUTTON | WS_TABSTOP,60,85,188,10 42 42 }}} 43 * open '''res.rc''' in a text editor43 * テキスト・エディターの'''res.rc'''を開いてください。 44 44 * include your new ''res_[lang].rc'' file at the bottom of the file ''res.rc'' such as: 45 45 {{{ … … 54 54 * you might need assistance to publish the live osgeo4w-setup.exe to the download server (inform mailing list) 55 55 56 === Current Issues===56 === 現在の問題 === 57 57 58 58 * some installer text is hardcoded (see ticket:130) 59 59 * packages' ''setup.hint'' text is also only in English (see ticket:131) 60 60 61 == Documentation Translation==61 == サイトの翻訳 == 62 62 63 63 * create a new wiki page for your language at the top of [wiki:WikiStart]