From: Brett L. <wak...@us...> - 2010-02-03 05:38:02
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24614 Modified Files: LocalisedText.properties Log Message: Apply patches from Stefan Frey <ste...@we...> to implement 1889. Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** LocalisedText.properties 25 Jan 2010 20:52:39 -0000 1.103 --- LocalisedText.properties 3 Feb 2010 05:37:55 -0000 1.104 *************** *** 16,19 **** --- 16,20 ---- BANK_SHARES=Bank shares BASE_PRICE=<html>Base<br>Price</html> + BeginnerGame=Choose beginner game BID=Bid BID_ITEM_LOG={0} bids {1} on {2}. Remaining free cash {3}. *************** *** 121,124 **** --- 122,126 ---- ComponentManagerNotYetConfigured=ComponentManager has not yet been configured. ConfirmToken=Press Lay Token to confirm token, click another city hex, or press the No Token button. + connected=connected CREDITS=Credits DestinationReachedByToken={0} gains {1} by laying a token on its destination {2} *************** *** 229,234 **** LaysBonusTokenOn={0} lays a {1} +{2} bonus token on {3} LayTile=Lay Tile ! # LayTileInfo: {0}=hexes, {1}=extra or notExtra, {2}=atNormalCost or atNoCost ! LayTileInfo=Lay an unconnected tile at hex {0} ({1}, {2}) # LayNamedTileInfo: {0}=tileId, {1}=name {2}=hexes, {3}=extra or notExtra, {4}=atNormalCost or atNoCost LayNamedTileInfo=Lay tile #{0} {1} at (one of) hex(es) {2} ({3}, {4}) --- 231,236 ---- LaysBonusTokenOn={0} lays a {1} +{2} bonus token on {3} LayTile=Lay Tile ! # LayTileInfo: {0}=hexes, {1}=extra or notExtra, {2}=atNormalCost or atNoCost, {3}=connected or unconnected ! LayTileInfo=Lay an {3} tile at hex {0} ({1}, {2}) # LayNamedTileInfo: {0}=tileId, {1}=name {2}=hexes, {3}=extra or notExtra, {4}=atNormalCost or atNoCost LayNamedTileInfo=Lay tile #{0} {1} at (one of) hex(es) {2} ({3}, {4}) *************** *** 453,456 **** --- 455,459 ---- TREASURY_SHARES=<html>Treasury<br>shares TreasuryOverHoldLimit=Treasury would get over the {0}% hold limit + unconnected=unconnected UnexpectedAction=Unexpected action: {0} UNDO=Undo |