{****************************************************** Trade-Ideas Alerts Localizable Strings Copyright (C) 2004-2006 Trade-Ideas LLC ******************************************************} unit tiResources; interface uses tiConst; resourcestring // Errors SEActiveXVersion = 'ActiveX object (%s) not registered or has invalid version number.'+CRLF+ 'Expecting "%d.%d", found "%s".'+CRLF+ 'Application will be terminated. Please reinstall the application.'; // Captions SApplicationTitle = 'Advanced Stock Alerts'; SOptions = 'Options'; SAbout = 'About '; SActionsMenuItem = 'Actions...'; SDuplicateWindowMenuItem = 'Duplicate window'; SSaveWindowMenuItem = 'Save window...'; SSetWindowAsDefaultMenuItem = 'Set window as default'; SSetFontMenuItem = 'Set font...'; // Strings SDoYouWant2SaveLayout = 'Do you want to save layout?'; SLayoutSaved = 'Layout saved.'; SLayoutHasNeverBeenSaved = 'The layout has never been saved.'; SPleaseWait = 'Please wait...'; SRestartRequired = 'You need to restart application in order to apply new settings.' +CRLF+ 'Do you want to restart application now?'; SCancelRefresh = 'Cancel Refresh'; SRefreshFromServer = 'Refresh from Server'; SCopyList = 'Copy List'; SDeleteList = 'Delete List'; SCopyLists = 'Copy Lists'; SDeleteLists = 'Delete Lists'; SCreateNewListTitle = 'Create New List'; SCreateNewListPrompt = 'New List:'; SRenameListTitle = 'Rename List'; SRenameListPrompt = 'New List Name:'; SCopyListTitle = 'Copy List(s) To New List'; SDefaultListNameTemplate = '(unnamed list #%s)'; SListboxItemTemplate = '%s [%s]'; SEmpty = 'Empty'; SCopyOf = 'Copy of '; SGlobalActions = 'Global Actions'; SAlertWindowActions = 'Alert Window Actions'; SPleaseEnterUserName = 'Please enter your user name.'; SPleaseEnterPassword = 'Please enter your password.'; SStatusNotConnected = ' Not connected'; SStatusConnectingAs = ' Connecting as "%s"...'; SStatusConnectedAs = ' Connected as "%s"'; SStatusAlreadyConnectedAs = ' Another user connected as "%s"'; SStatusBadUserName = ' Bad user name, please re-login'; SStatusBadPassword = ' Bad password, please re-login'; SStatusAccountExpired = ' Your account expired'; SStatusDaysToExpiration = ' Your account expires in %d days'; SStatusExpirationLastDay = ' Your account expires in less than one day'; SUpdateAvailable = 'A new version of the application is available online.'+CRLF+ 'Do you want to go on the site and download it now?'; SUpdateIsNotRequired = 'You have the most recent version of the software.'+CRLF+ 'Update is not required.'; SDeleteListPrompt = 'List "%s" will be deleted.'+CRLF+ 'Continue?'; SDublicateListPrompt = 'List "%s" already exists.'+CRLF+ 'Please enter another name.'; SSendGroupBoxCaption = 'On %s send symbol to'; SDeleteTimeFormatPrompt = 'Time format "%s" will be deleted.'+CRLF+ 'Continue?'; implementation end.