From: Erik V. <ev...@us...> - 2009-01-14 20:45:19
|
Update of /cvsroot/rails/18xx In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24082 Modified Files: LocalisedText.properties Log Message: Added 1856 loan interest payment (from all possible sources). Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** LocalisedText.properties 11 Jan 2009 17:24:46 -0000 1.65 --- LocalisedText.properties 14 Jan 2009 20:45:07 -0000 1.66 *************** *** 80,86 **** --- 80,88 ---- CompanyDoesNotExist=Company {0} does not exist CompanyDoesNotOwnTrain=Company {0} does not own a {1}-train + CompanyDoesNotPayDividend={0} does not pay a dividend CompanyHasNoType=Company {0} has no type defined CompanyHasUnknownType=Company {0} has an undefined type {1} CompanyMustOwnATrain={0} must own a train + CompanyMustPayLoanInterest={0} must pay {1} loan interest CompanyPaysLoanInterest={0} pays {1} as {2}% interest over {3} loans of {4} CompanyPaysOutFull={0} pays out full dividend of {1} *************** *** 157,160 **** --- 159,166 ---- INFO=Game Notes Info=Info + InterestPaidFromTreasury={0} pays {1} loan interest from its treasury + InterestPartlyPaidFromTreasury={0} pays {1} (of {2}) loan interest from its treasury + InterestPaidFromRevenue={0} pays {1} (of {2}) loan interest from its income + InterestPaidFromPresidentCash={0} pays {1} (of {2}) loan interest from {3}''s personal cash IPO=IPO IS_NOW_PRES_OF={0} is now president of {1} *************** *** 257,260 **** --- 263,267 ---- PlayerIs=Player {0} is {1}. PlayerIsBankrupt={0} is bankrupt. + PlayerMustSellShares={0} must sell shares to raise at least {1} for {2} PleaseConfirm=Please confirm PleaseSelect=Please select *************** *** 380,383 **** --- 387,391 ---- VariantIs=Variant is {0}. WantToReplaceToken=Do you want to replace the {0} home token with one of {1}? + WarningNeedCash=Warning: {0} will be deducted from the company revenue or from your personal cash WHICH_PRICE=Which price? WHICH_PRIVATE=Which Private? |