From: Erik V. <ev...@us...> - 2009-11-20 20:56:59
|
Update of /cvsroot/rails/18xx In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9296 Modified Files: LocalisedText.properties Log Message: Allow not buying a train when trainless, with a warning that this is only allowed without a route Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -d -r1.79 -r1.80 *** LocalisedText.properties 29 Oct 2009 19:40:53 -0000 1.79 --- LocalisedText.properties 20 Nov 2009 20:56:51 -0000 1.80 *************** *** 227,235 **** MonetiseTreasuryShares={0} puts 5 shares from Treasury in the Pool and receives {1} from the Bank MoreLoansNotAllowed={0} would exceed loans limit of {1} - PaysTo={0} pays {1} to {2} - Payout={0} receives {1} for {2} {3}% shares MOVE=Move MODERATOR=Moderator MustBuyExtraShareAsPresident={0} must buy an extra {1} {2}% share to obtain the President's certificate MustRepayLoans={0} must repay {1} loans of {2} for {3} NamesTrain={0} names {1}-train as {2} --- 227,234 ---- MonetiseTreasuryShares={0} puts 5 shares from Treasury in the Pool and receives {1} from the Bank MoreLoansNotAllowed={0} would exceed loans limit of {1} MOVE=Move MODERATOR=Moderator MustBuyExtraShareAsPresident={0} must buy an extra {1} {2}% share to obtain the President's certificate + MustBuyTrainIfNoRoute=You must buy a train unless you have no route MustRepayLoans={0} must repay {1} loans of {2} for {3} NamesTrain={0} names {1}-train as {2} *************** *** 274,277 **** --- 273,278 ---- PASSES={0} passes. PAYOUT=Pay out + PaysTo={0} pays {1} to {2} + Payout={0} receives {1} for {2} {3}% shares PaysForTokens={0} pays {1} to Bank for {2} tokens PLAYERS=Players *************** *** 322,326 **** SelectMinorToMerge=Select the minor to merge to start company {0} SelectNoBid=Select, No Bid ! SelectTrain=Select a train and press OK, or press Cancel. SelectCheapTrain=You can buy a cheaper new train by using {0}. SelectStationForToken=Select a station on this tile for this token --- 323,327 ---- SelectMinorToMerge=Select the minor to merge to start company {0} SelectNoBid=Select, No Bid ! SelectTrain=Select a train and press OK, or press Done. SelectCheapTrain=You can buy a cheaper new train by using {0}. SelectStationForToken=Select a station on this tile for this token |