From: Erik V. <ev...@us...> - 2008-11-20 21:49:49
|
Update of /cvsroot/rails/18xx In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18962 Modified Files: LocalisedText.properties Log Message: Implemented 1856 capitalisation rules. Implemented temporary procedure for destination reaching (checkboxes in OR) Cleanups Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** LocalisedText.properties 15 Nov 2008 13:45:00 -0000 1.59 --- LocalisedText.properties 20 Nov 2008 21:49:38 -0000 1.60 *************** *** 8,12 **** AlreadySoldThisTurn={0} already sold {1} this turn AmountMustBeMultipleOf10=Amount ({0}) must be a multiple of 10 ! BANK=Bank BANK_SHARES=Bank shares BASE_PRICE=<html>Base<br>Price</html> --- 8,12 ---- AlreadySoldThisTurn={0} already sold {1} this turn AmountMustBeMultipleOf10=Amount ({0}) must be a multiple of 10 ! Bank=Bank BANK_SHARES=Bank shares BASE_PRICE=<html>Base<br>Price</html> *************** *** 98,101 **** --- 98,104 ---- CREDITS=Credits DestinationReachedByToken={0} gains {1} by laying a token on its destination {2} + DestinationReached={0} has reached its destination hex {1} + DestinationsReached=Destinations reached + DestinationsReachedPrompt=Select companies that have reached their destinations DiscardTrain=Discard {0}-train DoesNotExist=Item does not exist *************** *** 146,149 **** --- 149,153 ---- HasPriority={0} has the Priority Deal HIDE_OPTIONS=Hide Options + HoldMoneyInEscrow=The price ({0}) is paid to the Bank which holds it in escrow for {1} HOW_MANY_SHARES=How many shares? INFO=Game Notes *************** *** 185,189 **** MINIMUM_BID=<html>Min.<br>Bid</html> MinorCloses=Minor {0} is closed ! MonetiseTreasuryShares={0} puts 5 shares from Treasury in the Pool and receives {1} from the Bank MOVE=Move MODERATOR=Moderator --- 189,194 ---- MINIMUM_BID=<html>Min.<br>Bid</html> MinorCloses=Minor {0} is closed ! MonetiseTreasuryShares={0} puts 5 shares from Treasury in the Pool and receives {1} from the Bank ! PaysTo={0} pays {1} to {2} MOVE=Move MODERATOR=Moderator *************** *** 246,253 **** PoolOverHoldLimit=Pool would get over its share holding limit PoolWouldGetOverLimit=The Pool would get over its share holding limit of {0} - PresidencyIsTransferredTo=Presidency of {0} is transferred to {1}. PresidentMayNotAddMoreThan=The president may not add more than {0} PriceAboveUpperLimit=Price ({0}) is above the maximum buy price ({1}) of {2} PriceBelowLowerLimit=Price ({0}) is below the minimum buy price ({1}) of {2} PrivateBuyingIsNotAllowed=Private buying is not allowed PrivateCloses=Private {0} is closed --- 251,258 ---- PoolOverHoldLimit=Pool would get over its share holding limit PoolWouldGetOverLimit=The Pool would get over its share holding limit of {0} PresidentMayNotAddMoreThan=The president may not add more than {0} PriceAboveUpperLimit=Price ({0}) is above the maximum buy price ({1}) of {2} PriceBelowLowerLimit=Price ({0}) is below the minimum buy price ({1}) of {2} + PriceIsPaidTo=The price ({0}) is paid to {1} PrivateBuyingIsNotAllowed=Private buying is not allowed PrivateCloses=Private {0} is closed *************** *** 257,260 **** --- 262,266 ---- QUIT=Quit REDO=Redo + ReleasedFromEscrow={0} receives {1} released from bank escrow RemainingTiles=Remaining tiles REPORT=Report Window |