From: Stefan F. <ste...@us...> - 2010-03-14 13:10:23
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27643 Modified Files: LocalisedText.properties Log Message: Updated EndOfGame Handling (undo possible, ranking display step by step, updated forced share selling message display, LocalText) Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** LocalisedText.properties 14 Mar 2010 08:06:45 -0000 1.120 --- LocalisedText.properties 14 Mar 2010 13:10:15 -0000 1.121 *************** *** 167,170 **** --- 167,174 ---- EnterRevenue=Enter the earnings of the operating company EnterSearch=Enter search target + EoGFinalRanking=Final ranking + EoGPressButton=Press OK to display the final ranking + EoGTitle=End of Game + EoGWinner=The winner is ExchangesBaseToken={0} exchanges the {1} base token on {2} ExchangeableToken=Hex {1} {2}, city {3} (with tracks to {4}) [was {0} token] *************** *** 551,555 **** YOU_MAY_ADD_CASH=(you may add up to {0}) YOU_MUST_ADD_CASH=(you must add {0}) - YouAreBankrupt=You must still raise {0}, but you can\\'t sell any more shares, so you are Bankrupt! # Help text prefix YouCan, to include a 'menu' or 'info' text (first char. to be lowercased) YouCan=You can {0}. --- 555,558 ---- *************** *** 557,560 **** --- 560,564 ---- YouCannotRepayAllLoans={0} can repay max. {1} out of {2} loans of {3}, but cannot save it from merging into CGR YouMustRaiseCash=You must raise {0} cash by selling shares + YouMustRaiseCashButCannot=You must still raise {0}, but you can''t sell any more shares. YouMustSelect1=You must select {0} item(s) YouMustSelect2=You must select between {0} and {1} items \ No newline at end of file |