From: Erik V. <ev...@us...> - 2009-01-11 17:24:58
|
Update of /cvsroot/rails/18xx In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6543 Modified Files: LocalisedText.properties Log Message: Basic loans taking and specific rules for 1856. Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** LocalisedText.properties 8 Jan 2009 19:59:39 -0000 1.64 --- LocalisedText.properties 11 Jan 2009 17:24:46 -0000 1.65 *************** *** 63,66 **** --- 63,67 ---- CannotSplitRevenue={0} cannot split revenue of {1}: {2} CannotSwapPrivateForCertificate={0} cannot swap private {1} for a {2}% share of {3}: {3}. + CannotTakeLoans={0} cannot take {1} loan(s) of {2}: {3} CannotWithholdRevenue={0} cannot withhold revenue of {1}: {2} CantBuy={0} cannot buy {1} share(s) of {2} from {3}: {4} *************** *** 79,88 **** CompanyDoesNotExist=Company {0} does not exist CompanyDoesNotOwnTrain=Company {0} does not own a {1}-train ! CompanyHasNoType=Company {0} has no type defined. ! CompanyHasUnknownType=Company {0} has an undefined type {1}. ! CompanyMustOwnATrain={0} must own a train. ! CompanyPaysOutFull={0} pays out full dividend of {1}. ! CompanyRevenue={0} earns {1}. ! CompanySplits={0} splits dividend of {1}. CompanyTypeConfiguredTwice=Company type {0} configured twice. CompanyTypeHasNoClass=Company type {0} has no class defined. --- 80,93 ---- CompanyDoesNotExist=Company {0} does not exist CompanyDoesNotOwnTrain=Company {0} does not own a {1}-train ! CompanyHasNoType=Company {0} has no type defined ! CompanyHasUnknownType=Company {0} has an undefined type {1} ! CompanyMustOwnATrain={0} must own a train ! CompanyPaysLoanInterest={0} pays {1} as {2}% interest over {3} loans of {4} ! CompanyPaysOutFull={0} pays out full dividend of {1} ! CompanyRepaysLoan={0} repays {1} loan(s) of {2} for {3} ! CompanyRevenue={0} earns {1} ! CompanySplits={0} splits dividend of {1} ! CompanyTakesLoan={0} takes a loan of {1} and receives {2} ! CompanyTakesLoans={0} takes {1} loans of {2} and receives {3} CompanyTypeConfiguredTwice=Company type {0} configured twice. CompanyTypeHasNoClass=Company type {0} has no class defined. *************** *** 172,175 **** --- 177,181 ---- LAY_TRACK=Lay Track LIMIT=Limit + LOANS=Loans LayBonusToken=Lay {0} at {1} LaysBonusTokenOn={0} lays a {1} +{2} bonus token on {3} *************** *** 180,183 **** --- 186,190 ---- LoadFailed=Load failed, reason: {0} LoadGame=Load Game + LoansNotAllowed={0} may not take any loans MAP=Map MapWindowTitle=Rails: Map *************** *** 191,194 **** --- 198,202 ---- MinorCloses=Minor {0} is closed 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} MOVE=Move *************** *** 244,247 **** --- 252,256 ---- PRICE_STAYS_LOG={0} price stays at {1}({2}). PRIVATES=Privates + PaysLoanInterest={0} pays {1} interest for outstanding loans PlayerCash=Each player receives {0} from the Bank. PlayerDoesNotOwn=Player {0} does not own {1} *************** *** 265,268 **** --- 274,278 ---- ReleasedFromEscrow={0} receives {1} released from bank escrow RemainingTiles=Remaining tiles + RepayLoans=Repay loan(s) REPORT=Report Window REVENUE=Revenue *************** *** 336,339 **** --- 346,351 ---- N_Train={0}-train TRAINS=Trains + TakeLoanPrompt=Will {0} take a loan of {1}? + TakeLoans=Take loan(s) ThisItemIsAuctionedNow=This item is auctioned now TileAlreadyHasToken=Tile {0} already has a base token of company {1} *************** *** 385,388 **** --- 397,401 ---- WouldExceedHoldLimit=Would exceed holding limit of {0}%. WouldExceedTrainLimit=Would exceed train limit of {0} + WouldExceedSharesAtPlayers=Number of loans ({0}) would exceed number of shares in player hands ({1}) WrongActionNoDiscardTrain=Wrong action, expected discarded train WrongActionNoDividend=Wrong action, expected dividend assignment *************** *** 392,395 **** --- 405,409 ---- WrongActionNoTrainBuyingCost=Wrong action, expected train buying cost WrongCompany=Wrong company: {0} (expected {1}) + WrongPhase=Wrong phase {0} WrongPlayer=Wrong player {0} - {1} has the turn WrongStartItem=Wrong start item {0}, expected {1} |