From: <him...@us...> - 2007-04-26 04:01:20
|
Revision: 54 http://freetrain.svn.sourceforge.net/freetrain/?rev=54&view=rev Author: himasaram Date: 2007-04-25 21:01:17 -0700 (Wed, 25 Apr 2007) Log Message: ----------- Translation tweaks Modified Paths: -------------- trunk/FreeTrain/core/controllers/rail/TrainPlacementController.cs trunk/FreeTrain/core/controllers/rail/TrainTrackingWindow.cs trunk/FreeTrain/core/framework/MainWindow.cs trunk/FreeTrain/core/world/subsidiaries/MarketWindow.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.bank/plugin.xml trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/plugin.xml trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/plugin.xml trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/CategoryTree.xml trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/CategoryTreeWnd.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/FreeTrain.ContribEx.csproj trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/GenericLandContribution.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/GenericStructureContribution.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/MenuContributionImpl.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/StructCategory.cs trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/plugin.xml trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.bell/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.electricPole/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.garage/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.signal/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.road.dh/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.station/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.station.teha/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.ayase/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.c915/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.hima/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ayase/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.c477/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.cozy/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.eshi/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.hima/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ima/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.miha/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.nokto/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.others/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.pcb/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ryokounotomo/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.syousei/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.manual/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.tat/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.tools.lvinspect/plugin.xml trunk/FreeTrain/plugins/org.kohsuke.freetrain.trains/plugin.xml trunk/FreeTrain/plugins/system/plugin.xml Modified: trunk/FreeTrain/core/controllers/rail/TrainPlacementController.cs =================================================================== --- trunk/FreeTrain/core/controllers/rail/TrainPlacementController.cs 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/core/controllers/rail/TrainPlacementController.cs 2007-04-26 04:01:17 UTC (rev 54) @@ -278,7 +278,7 @@ this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 20); this.label2.TabIndex = 10; - this.label2.Text = "Diagram (&T):"; + this.label2.Text = "&Diagram:"; //! this.label2.Text = "ダイヤ(&T):"; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight; // @@ -393,7 +393,7 @@ resetArrowLocation(); return; } else { - MainWindow.showError("Placement completed"); + MainWindow.showError("This train is already placed"); //; MainWindow.showError("配置済みです"); return; } Modified: trunk/FreeTrain/core/controllers/rail/TrainTrackingWindow.cs =================================================================== --- trunk/FreeTrain/core/controllers/rail/TrainTrackingWindow.cs 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/core/controllers/rail/TrainTrackingWindow.cs 2007-04-26 04:01:17 UTC (rev 54) @@ -172,7 +172,7 @@ this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(136, 136); this.Name = "TrainTrackingWindow"; - this.Text = "Train information"; + this.Text = "Train Tracking"; //! this.Text = "列車の情報"; this.ResumeLayout(false); Modified: trunk/FreeTrain/core/framework/MainWindow.cs =================================================================== --- trunk/FreeTrain/core/framework/MainWindow.cs 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/core/framework/MainWindow.cs 2007-04-26 04:01:17 UTC (rev 54) @@ -112,9 +112,9 @@ private System.Windows.Forms.MenuItem menuItem_balanceSheet; #endregion - //なぜか知らないが起動直後にセーブデータを読み込むと、 - //この画像ファイルがPictureManagerに登録されていないのでエラーになる。 - //このクラスでは使わないけど、ここで参照すれば、起動時には常に登録される。 + //なぜか知らないが起動直後にセーブデータを読み込むと、 + //この画像ファイルがPictureManagerに登録されていないのでエラーになる。 + //このクラスでは使わないけど、ここで参照すれば、起動時には常に登録される。 //"RailRoads.bmp"なんかはそんなことないのに不思議。 private static readonly Picture ugChips = ResourceUtil.loadSystemPicture("ugslope.bmp"); @@ -761,7 +761,7 @@ this.menuItem_soundEffect, this.menuItem_option}); this.menuItem_config.MergeOrder = 5; - this.menuItem_config.Text = "&Configure"; + this.menuItem_config.Text = "Co&nfigure"; //! this.menuItem_config.Text = "設定(&C)"; // // menuItem_music Modified: trunk/FreeTrain/core/world/subsidiaries/MarketWindow.cs =================================================================== --- trunk/FreeTrain/core/world/subsidiaries/MarketWindow.cs 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/core/world/subsidiaries/MarketWindow.cs 2007-04-26 04:01:17 UTC (rev 54) @@ -270,7 +270,7 @@ this.toolBar}); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "MarketWindow"; - this.Text = "Subsidiary Business"; + this.Text = "Subsidiaries"; //! this.Text = "子会社取引"; this.ResumeLayout(false); Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.bank/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.bank/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.bank/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Banking module</title> + <title>Banking Module</title> <!--!<title>銀行モジュール</title>--> <author>C477@2ryome</author> <!--!<author>C477@2両目</author>--> <homepage>http://www.rocket.ne.jp/~nao/</homepage> <contribution type="dockingContent" id="{8254AA45-A93B-4989-C477-3D3BD31F7A8D}"> - <name>Bank services</name> - <menu name="Bank services" location="view" /> + <name>Bank Services</name> + <menu name="Bank Services" location="view" /> <!--!<name>借入金・預金一覧</name> <menu name="借入金・預金一覧" location="view" />--> <class name="freetrain.views.bank.BankbookWindow" codebase="bin/Debug/Bank.dll" /> Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.financial.stockmarket/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -6,9 +6,9 @@ <!--!<author>C477@2両目</author>--> <homepage>http://www.rocket.ne.jp/~nao/</homepage> <contribution type="dockingContent" id="{25FBD928-C82D-4EB3-C477-D08AC8A5504F}"> - <name>Stock market</name> + <name>Stock Market</name> <!--!保有株式一覧--> - <menu name="Stock market" location="view" /> + <menu name="Stock Market" location="view" /> <!--! name="保有株式一覧" location="view" --> <class name="freetrain.finance.stock.StocksWindow" codebase="bin/Debug/StockMarket.dll" /> </contribution> Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Pedestrian crossing</title> - <title>Parking area</title> + <title>Pedestrian Crossing</title> + <title>Parking Area</title> <!--//!<title>横断歩道</title> <title>駐車場</title>--> <author>C477@2ryome</author> Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/CategoryTree.xml =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/CategoryTree.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/CategoryTree.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -17,7 +17,7 @@ <category id="0103"> <name>Dormitories</name> <!--!寮--> <category id="010301"> - <name>Student Dormitory</name> <!--!学生寮--> + <name>Student Dormitories</name> <!--!学生寮--> </category> <category id="010302"> <name>Employee Dormitories</name> <!--!社員寮--> @@ -34,7 +34,7 @@ </category> <category id="10"> <icon src="icons.bmp" index="2"/> - <name>Commerce</name> <!--!店舗--> + <name>Stores</name> <!--!店舗--> <category id="1001"> <name>Private Convenience Stores</name> <!--!個人日用品店--> </category> @@ -98,7 +98,7 @@ </category> <category id="11"> <icon src="icons.bmp" index="3"/> - <name>Office Buildings</name> <!--!オフィス--> + <name>Offices</name> <!--!オフィス--> <category id="1101"> <name>Offices for Rent</name> <!--!貸事務所--> </category> @@ -124,7 +124,7 @@ </category> <category id="20"> <icon src="icons.bmp" index="4"/> - <name>Research Facilities</name> <!--!研究施設--> + <name>Research</name> <!--!研究施設--> <category id="2001"> <name>Corporate Research Facilities</name> <!--!企業一般研究所--> </category> @@ -190,7 +190,7 @@ </category> </category> <category id="2136"> - <name>Precition Instrument Factory</name> <!--! 精機工場--> + <name>Precision Instrument Factory</name> <!--! 精機工場--> </category> <category id="2140"> <name>Raw Material Processing</name> <!--! 資材工場--> @@ -278,7 +278,7 @@ </category> <category id="27"> <icon src="icons_sp.bmp" index="5"/> - <name>Air Traffic Facilities</name> + <name>Air Traffic</name> <category id="2701"> <icon src="icons_sp.bmp" index="5"/> <name>Airports</name> <!--! 空港--> @@ -310,7 +310,7 @@ </category> <category id="28"> <icon src="icons_sp.bmp" index="6"/> - <name>Shipping Facilities</name> <!--! 船舶関連施設--> + <name>Shipping</name> <!--! 船舶関連施設--> <category id="2801"> <icon src="icons_sp.bmp" index="6"/> <name>Harbors</name> <!--! 港湾--> @@ -349,7 +349,7 @@ </category> <category id="30"> <icon src="icons.bmp" index="7"/> - <name>Food Production</name> <!--! 食料産地--> + <name>Agriculture</name> <!--! 食料産地--> <category id="3001"> <icon src="icons_sp.bmp" index="7"/> <name>Farming</name> <!--! 食料農場--> @@ -450,7 +450,7 @@ <category id="4110"> <name>Famous Hotels</name> <!--! 有名宿泊施設--> <category id="411001"> - <name>高級Luxury Hotels</name> <!--!高級ホテル--> + <name>Luxury Hotels</name> <!--!高級ホテル--> </category> </category> <category id="4120"> Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/CategoryTreeWnd.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/CategoryTreeWnd.cs 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/CategoryTreeWnd.cs 2007-04-26 04:01:17 UTC (rev 54) @@ -34,7 +34,7 @@ MenuItem parent = MenuItemConstants.VIEW.menuItem; MenuItem target = null; int n=parent.MenuItems.Count; - for(int i=0;i<n;i++) + for(int i=0;i<n;i++) if (parent.MenuItems[i].Text.Equals("Structure Type Tree")) { target = parent.MenuItems[i]; @@ -189,7 +189,7 @@ this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(64, 24); this.checkBox1.TabIndex = 1; - this.checkBox1.Text = "show all"; + this.checkBox1.Text = "Show All"; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // CategoryTreeWnd Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/FreeTrain.ContribEx.csproj =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/FreeTrain.ContribEx.csproj 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/FreeTrain.ContribEx.csproj 2007-04-26 04:01:17 UTC (rev 54) @@ -148,6 +148,7 @@ </Compile> <EmbeddedResource Include="CategoryTreeWnd.resx"> <DependentUpon>CategoryTreeWnd.cs</DependentUpon> + <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="MultiSelectorController.resx"> <DependentUpon>MultiSelectorController.cs</DependentUpon> Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/GenericLandContribution.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/GenericLandContribution.cs 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/GenericLandContribution.cs 2007-04-26 04:01:17 UTC (rev 54) @@ -47,8 +47,8 @@ _design = e.SelectSingleNode("design").InnerText; } catch - { - //! _design = "標準"; + { + //! _design = "標準"; _design = "default"; } Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/GenericStructureContribution.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/GenericStructureContribution.cs 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/GenericStructureContribution.cs 2007-04-26 04:01:17 UTC (rev 54) @@ -134,8 +134,8 @@ try { _design = e.SelectSingleNode("design").InnerText; - } catch { - //! _design = "標準"; + } catch { + //! _design = "標準"; _design = "default"; } @@ -275,7 +275,7 @@ dirTable[Direction.EAST.index]=refindex; dirTable[Direction.WEST.index]=refindex; } - else if(dirs[i].Equals("SOURTH")) + else if(dirs[i].Equals("SOUTH")) dirTable[Direction.SOUTH.index]=refindex; else if(dirs[i].Equals("EAST")) dirTable[Direction.EAST.index]=refindex; Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/MenuContributionImpl.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/MenuContributionImpl.cs 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/MenuContributionImpl.cs 2007-04-26 04:01:17 UTC (rev 54) @@ -14,7 +14,7 @@ { public MenuContributionImpl( XmlElement e ) : base(e) {} - public override void mergeMenu( MainMenu containerMenu ) { + public override void mergeMenu( MainMenu containerMenu ) { //! MenuItem item = new MenuItem("建物総合(&S)..."); MenuItem item = new MenuItem("&Structures Type Tree..."); item.Click += new System.EventHandler(onClick); Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/StructCategory.cs =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/StructCategory.cs 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/StructCategory.cs 2007-04-26 04:01:17 UTC (rev 54) @@ -81,7 +81,7 @@ get { StructCategory cat = StructCategoryTree.theInstance.getParent(this); if(cat==null) - throw new FormatException("no parent for "+name+" : may be id is wrong."+idnum); + throw new FormatException("no parent for "+name+" : maybe id is wrong."+idnum); return cat; } } @@ -146,8 +146,8 @@ static protected StructCategoryTree _theInstance; static public StructCategoryTree theInstance {get{ return _theInstance; } } static protected string _baseDir; - static public string BaseDir{get{ return _baseDir; } } - //! static private StructCategory hidden = new StructCategory(-1, "--無効--", 0); + static public string BaseDir{get{ return _baseDir; } } + //! static private StructCategory hidden = new StructCategory(-1, "--無効--", 0); static private StructCategory hidden = new StructCategory(-1, "--N/A--", 0); protected Hashtable idTbl = new Hashtable(); @@ -178,9 +178,9 @@ private void makeRoot(XmlDocument e) { String fn = Path.Combine(BaseDir,"icons.bmp"); - StructCategory.ImageBaseInt(fn); - StructCategory cat = new StructCategory(0, "uncategorized", 0); - //! StructCategory cat = new StructCategory(0, "未分類", 0); + StructCategory.ImageBaseInt(fn); + StructCategory cat = new StructCategory(0, "Uncategorized", 0); + //! StructCategory cat = new StructCategory(0, "未分類", 0); idTbl.Add(cat.idnum, cat); nameTbl.Add(cat.name,cat); } Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.generic/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -26,8 +26,10 @@ <plug-in> <depend on="org.kohsuke.freetrain.structure.c477"/> - <title>汎用プラグイン</title> - <author>C477@2両目</author> + <title>Generic Plugin</title> + <!--<title>汎用プラグイン</title> --> + <author>C477@2ryome</author> + <!--!<author>C477@2両目</author>--> <homepage>http://www.rocket.ne.jp/~nao/</homepage> <contribution type="menu" id="{2E1EE15E-101A-43E5-C477-95363F8E8AF0}"> Modified: trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/jp.co.tripod.chiname.lib.halfvoxel/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,14 +1,16 @@ -<?xml version="1.0" encoding="Shift_JIS" ?> +<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE plug-in [ ]> <plugin> - <title>\x94\xBC\x83{\x83N\x83Z\x83\x8B\x8C\x9A\x92z</title> - <author>C477@2\x97\xBC\x96\xDA</author> + <title>Half Voxel Structures</title> + <author>C477@2ryome</author> + <!--<title>半ボクセル建築</title> + <author>C477@2両目</author> --> <homepage>http://www.rocket.ne.jp/~nao/</homepage> - <!--\x88ȉ\xBA\x82̃R\x83\x93\x83g\x83\x8A\x83r\x83\x85\x81[\x83V\x83\x87\x83\x93\x92\xE8\x8B`\x82͓ǂݍ\x9E\x82ޏ\x87\x94Ԃ\xF0\x95ς\xA6\x82Ă͍s\x82\xAF\x82Ȃ\xA2--> + <!--以下のコントリビューション定義は読み込む順番を変えては行けない--> <contribution type="picture" id="{HALF-VOXEL-STRUCTURE-CURSOR-IMAGE}"> <picture src="HVCursor.bmp"/> </contribution> @@ -25,7 +27,8 @@ </contribution> --> <contribution type="ColorLibrary" id="{COLORLIB-HIGHLIGHT}"> - <name>\x83n\x83C\x83\x89\x83C\x83g</name> + <name>Highlight</name> + <!--!<name>ハイライト</name>--> <element color="0,0,0"/> </contribution> @@ -43,6 +46,6 @@ <class name="freetrain.world.structs.hv.MenuContributionImpl" codebase="bin/Debug/HalfVoxelStructure.DLL" /> </contribution> - <!--\x82\xB1\x82\xB1\x82܂ł̏\x87\x8F\x98\x82͑\xE5\x90\xD8--> + <!--ここまでの順序は大切--> </plugin> \ No newline at end of file Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.land.ricefield/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Paddy field</title> + <title>Paddy Field</title> <!--!<title>水田</title>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> <author>477</author> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.music/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Standard BGM set</title> + <title>Standard BGM Set</title> <!--!<title>基本BGMセット</title>--> + <author>Kouensya A & 915</author> <homepage>http://www.kohsuke.org/freetrain/</homepage> <contribution type="bgm" id="{4DFF42D2-FD4A-4d45-A18A-F2882D936C73}"> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.bell/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.bell/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.music.bell/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <plug-in> - <title>Departure bell set</title> + <title>Departure Bell Set</title> <!--!<title>発車ベルセット</title>--> <author>915</author> <!--!<author>915さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.electricPole/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.electricPole/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.electricPole/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Utility poles</title> + <title>Utility Poles</title> <!--!<title>架線柱</title>--> <author>Ayase & Kohsuke Kawaguchi</author> <!--!<author>綾瀬さん&川口耕介</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.garage/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.garage/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.garage/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Train garage</title> + <title>Train Garage</title> <!--!<title>機関庫</title>--> <author>477</author> <!--!<author>477さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.signal/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.signal/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.rail.signal/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Rail signals</title> + <title>Rail Signals</title> <!--!<title>鉄道用信号機</title>--> <author>Kohsuke Kawaguchi</author> <!--!<author>川口耕介</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.road.dh/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.road.dh/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.road.dh/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Two-lane road (15 sprites)</title> + <title>Two-Lane Road (15 Sprites)</title> <!--!<title>二車線道路(15枚絵)</title>--> <author>romulanWarbird</author> <homepage>N/A</homepage> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.station/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.station/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.station/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -27,7 +27,7 @@ "> ]> <plug-in> - <title>Standard station kit</title> + <title>Standard Station Kit</title> <!--!<title>基本駅舎キット</title>--> <author>Eshiminarai</author> <!--!<author>絵師見習い</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.station.teha/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.station.teha/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.station.teha/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -10,7 +10,7 @@ "> ]> <plug-in> - <title>Unmanned station</title> + <title>Unmanned Station</title> <!--!<title>無人駅</title>--> <author>Teha</author> <!--!<author>ては(ヘボドッタ</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.ayase/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.ayase/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.ayase/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>More piers</title> + <title>More Piers</title> <!--!<title>もっと橋脚</title>--> <author>Ayase</author> <!--!<author>綾瀬さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.c915/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.c915/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.c915/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Brick piers</title> + <title>Brick Piers</title> <!--!<title>レンガ橋脚</title>--> <author>915</author> <!--!<author>915さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.hima/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.hima/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.stationary.hima/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Signal cabin</title> + <title>Signal Cabin</title> <!--!<title>信号所</title>--> <author>Hima</author> <!--!<author>暇さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ayase/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ayase/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ayase/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Port facility</title> + <title>Port Facility</title> <!--!<title>港湾設備</title>--> <author>Ayase</author> <!--!<author>綾瀬さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.c477/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.c477/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.c477/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -106,7 +106,7 @@ <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> <author>477</author> <!--!<author>477さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.cozy/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.cozy/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.cozy/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> <author>cozy@E.G.R.</author> <!--!<author>cozy@E.G.R.さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.eshi/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.eshi/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.eshi/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> <author>Eshiminarai</author> <!--!<author>絵師見習いさん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.hima/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.hima/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.hima/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> <author>Hima</author> <!--!<author>暇さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ima/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ima/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ima/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> <author>ima</author> <!--!<author>imaさん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.miha/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.miha/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.miha/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -40,7 +40,7 @@ '> ]> <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> <author>Miha</author> <!--!<author>ミハさん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.nokto/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.nokto/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.nokto/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> <author>nokto</author> <!--!<author>noktoさん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.others/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.others/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.others/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> - <author>Anonymous contributors</author> + <author>Anonymous</author> <!--!<author>その他の名無しさん</author>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.pcb/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.pcb/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.pcb/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> <author>Bankare</author> <!--!<author>ばんかれさん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ryokounotomo/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ryokounotomo/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.ryokounotomo/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Building set</title> + <title>Building Set</title> <!--!<title>建物セット</title>--> <author>Ryokounotomo</author> <!--!<author>旅行の友さん</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.syousei/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.syousei/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.structure.syousei/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Private house</title> + <title>Private House</title> <!--!<title>民家</title>--> <author>syosei</author> <homepage>http://www.kohsuke.org/freetrain/</homepage> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.manual/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.manual/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.manual/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Manually-operated diagram</title> + <title>Manually-Operated Diagram</title> <!--!<title>手動運転ダイヤグラム</title>--> <author>Kohsuke Kawaguchi</author> <!--!<author>川口耕介</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.tat/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.tat/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.tc.tat/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>A-Train style diagram settings</title> + <title>A-Train Style Diagram Settings</title> <!--!<title>「A列車で行こう」式ダイヤグラム設定</title>--> <author>Kohsuke Kawaguchi</author> <!--!<author>川口耕介</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.tools.lvinspect/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.tools.lvinspect/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.tools.lvinspect/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Land value inspector window</title> + <title>Land Value Inspector Window</title> <!--!<title>地価の検査ウィンドウ</title>--> <author>Kohsuke Kawaguchi</author> <!--!<author>川口耕介</author>--> Modified: trunk/FreeTrain/plugins/org.kohsuke.freetrain.trains/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/org.kohsuke.freetrain.trains/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/org.kohsuke.freetrain.trains/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <plug-in> - <title>Basic train kit</title> + <title>Standard Train Kit</title> <!--!<title>基本車両キット</title>--> <author>477</author> <!--!<author>477さん</author>--> Modified: trunk/FreeTrain/plugins/system/plugin.xml =================================================================== --- trunk/FreeTrain/plugins/system/plugin.xml 2007-04-22 13:41:22 UTC (rev 53) +++ trunk/FreeTrain/plugins/system/plugin.xml 2007-04-26 04:01:17 UTC (rev 54) @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <plug-in> <title>System</title> - <!--!<title>システム</title>--> - <author>Kohsuke Kawaguchi</author> + <!--!<title>システム</title>--> + <author>Kohsuke Kawaguchi</author> <!--!<author>川口耕介</author>--> <homepage>http://www.kohsuke.org/freetrain/</homepage> <!-- @@ -324,34 +324,34 @@ </contribution> <contribution type="dockingContent" id="{12DB2C30-14B2-426D-B324-639BE17268C5}"> - <name>Sales report</name> - <menu name="&Sales report" location="view" /> + <name>Sales Report</name> + <menu name="&Sales Report" location="view" /> <!--!<name>売上情報</name> <menu name="売上情報(&S)" location="view" />--> <class name="freetrain.world.accounting.AccountSummaryWindow"/> </contribution> <contribution type="dockingContent" id="{7A5AE360-0974-4e6a-A7BB-70A3906C406E}"> - <name>Subsidiary business</name> - <menu name="S&ubsidiary business" location="view" /> + <name>Subsidiaries</name> + <menu name="S&ubsidiaries" location="view" /> <!--!<name>子会社売買</name> <menu name="子会社売買(&U)" location="view" />--> <class name="freetrain.world.subsidiaries.MarketWindow"/> </contribution> <contribution type="dockingContent" id="{CBB96A74-1201-4A26-82ED-B7A8C71EC5AD}"> - <name>Diagram settings</name> - <menu name="D&iagram settings" location="rail" position="8" /> + <name>Diagram Settings</name> + <menu name="D&iagram Settings" location="rail" position="8" /> <!--!<name>ダイヤ設定</name> <menu name="ダイヤ設定(&I)" location="rail" position="8" />--> <class name="freetrain.controllers.rail.TrainControllerDialog"/> </contribution> <contribution type="dockingContent" id="{533F5EF1-2E97-46aa-A231-49BB0D2A724D}"> - <name>Train report</name> + <name>Train Tracking</name> <!--!<name>列車情報</name>--> <multiple/> <!-- multiple instances are allowed --> - <menu name="&Train report" location="view" /> + <menu name="&Train Tracking" location="view" /> <!--!<menu name="列車情報(&T)" location="view" />--> <class name="freetrain.controllers.rail.TrainTrackingWindow"/> </contribution> @@ -394,14 +394,14 @@ <class name="freetrain.framework.graphics.HueTransformSpriteFactoryContributionImpl"/> </contribution> - <!-- 色相による色マップをするスプライトファクトリ - <map from="R" to="80,130,220" /> - <map from="G" to="160,130,40" /> - <map from="B" to="250,220,20" /> - の一または複数のパラメータをとる - <contribution type="spriteFactory" id="spriteFactory:RGBTransform"> - <class name="freetrain.framework.graphics.RGBTransformSpriteFactoryContributionImpl"/> - </contribution> + <!-- 色相による色マップをするスプライトファクトリ + <map from="R" to="80,130,220" /> + <map from="G" to="160,130,40" /> + <map from="B" to="250,220,20" /> + の一または複数のパラメータをとる + <contribution type="spriteFactory" id="spriteFactory:RGBTransform"> + <class name="freetrain.framework.graphics.RGBTransformSpriteFactoryContributionImpl"/> + </contribution> --> @@ -480,56 +480,56 @@ <contribution type="colorMapTrainPicture" id="{243D9F53-67FB-432E-B985-3B9B696D8CE0}-1"> <name>General-purpose three-color thin stripe</name> - <!--!<name>汎用三色細帯</name>--> - <author>477</author> + <!--!<name>汎用三色細帯</name>--> + <author>477</author> <!--!<author>477さん</author>--> <picture src="UncoloredTrain01.bmp" /> </contribution> <contribution type="colorMapTrainPicture" id="{243D9F53-67FB-432E-B985-3B9B696D8CE0}-2"> <name>General-purpose four-color thick stripe</name> - <!--!<name>汎用四色太帯</name>--> - <author>477</author> + <!--!<name>汎用四色太帯</name>--> + <author>477</author> <!--!<author>477さん</author>--> <picture src="UncoloredTrain02.bmp" /> </contribution> <contribution type="colorMapTrainPicture" id="{243D9F53-67FB-432E-B985-3B9B696D8CE0}-3"> <name>Genral-purpose four-color thin stripe</name> - <!--!<name>汎用四色細帯</name>--> - <author>477</author> + <!--!<name>汎用四色細帯</name>--> + <author>477</author> <!--!<author>477さん</author>--> <picture src="UncoloredTrain03.bmp" /> </contribution> <contribution type="colorMapTrainPicture" id="{243D9F53-67FB-432E-B985-3B9B696D8CE0}-4"> <name>103 series style</name> - <!--!<name>103系風</name>--> - <author>477</author> + <!--!<name>103系風</name>--> + <author>477</author> <!--!<author>477さん</author>--> <picture src="UncoloredTrain04.bmp" /> </contribution> <contribution type="colorMapTrainPicture" id="{243D9F53-67FB-432E-B985-3B9B696D8CE0}-5"> <name>205 series style</name> - <!--!<name>205系風</name>--> - <author>477</author> + <!--!<name>205系風</name>--> + <author>477</author> <!--!<author>477さん</author>--> <picture src="UncoloredTrain05.bmp" /> </contribution> <contribution type="colorMapTrainPicture" id="{243D9F53-67FB-432E-B985-3B9B696D8CE0}-6"> <name>211 series style</name> - <!--!<name>211系風</name>--> - <author>477</author> + <!--!<name>211系風</name>--> + <author>477</author> <!--!<author>477さん</author>--> <picture src="UncoloredTrain06.bmp" /> </contribution> <contribution type="colorMapTrainPicture" id="{243D9F53-67FB-432E-B985-3B9B696D8CE0}-7"> <name>E231 series style</name> - <!--!<name>E231系風</name>--> - <author>477</author> + <!--!<name>E231系風</name>--> + <author>477</author> <!--!<author>477さん</author>--> <picture src="UncoloredTrain07.bmp" /> </contribution> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |