From: Stefan F. <ste...@us...> - 2010-03-03 00:46:15
|
Update of /cvsroot/rails/18xx In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3705 Modified Files: LocalisedText.properties Log Message: Added CorrectionMode - first part Cash Correction Index: LocalisedText.properties =================================================================== RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v retrieving revision 1.114 retrieving revision 1.115 diff -C2 -d -r1.114 -r1.115 *** LocalisedText.properties 2 Mar 2010 21:14:19 -0000 1.114 --- LocalisedText.properties 3 Mar 2010 00:45:17 -0000 1.115 *************** *** 57,60 **** --- 57,61 ---- COMPANY=Company COMPANY_DETAILS=Company details + CORRECT_CASH=Cash Correction CURRENT=Current CURRENT_PRICE=<html>Current<br>Price</html> *************** *** 127,130 **** --- 128,140 ---- ConfirmToken=Press Lay Token to confirm token, click another city hex, or press the No Token button. connected=connected + CorrectCashAddMoney=CORRECTION: {0} receives {1} from the bank + CorrectCashSubstractMoney=CORRECTION: {0} pays {1} to the bank + CorrectCashDialogTitle=Cash Correction + CorrectCashDialogMessage=Adjust the cash position for {0} + CorrectCashError=Cash correction not possible for {0}: {1} + CorrectCashToolTip=Click here to adjust cash position + CorrectionMainMenu=Correction + CorrectionModeActivate={1} activated by {0} + CorrectionModeDeactivate={1} deactivated by {0} CREDITS=Credits DestinationReachedByToken={0} gains {1} by laying a token on its destination {2} |