From: Stefan F. <ste...@us...> - 2010-03-14 08:06:56
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31728 Modified Files: LocalisedText.properties Log Message: Change broken bank to state variable. Dialog handling changed to standard procedures. Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -d -r1.119 -r1.120 *** LocalisedText.properties 11 Mar 2010 21:28:30 -0000 1.119 --- LocalisedText.properties 14 Mar 2010 08:06:45 -0000 1.120 *************** *** 33,38 **** # Note: in the next item, {0} MUST be in front BuyPrivatePrompt={0} from {1} for {2}...{3} BankHas=The Bank has {0}. - BankIsBroken=Bank is broken BankSizeIs=Bank size is {0} BidTooHigh=Bid too high, player has only {0} free for bidding --- 33,41 ---- # Note: in the next item, {0} MUST be in front BuyPrivatePrompt={0} from {1} for {2}...{3} + BankIsBrokenDisplayText=Bank is broken. Play continues until {0} + BankIsBrokenReportText=Bank is broken + bankIsBrokenPlaySetOfORs=the current set of operating rounds is finished. + bankIsBrokenPlayOnlyOR=the current operating round is finished. BankHas=The Bank has {0}. BankSizeIs=Bank size is {0} BidTooHigh=Bid too high, player has only {0} free for bidding |