⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serverresourcestrings.pas

📁 详细说明:毕业论文中关于小型宾馆管理系统的详细设计毕 业论文中关于小型宾馆...一个酒店管理系统VB+Access [学生学籍管理系统(VB+Acess).zip] - !这个是刚刚编的毕业设计,可能
💻 PAS
📖 第 1 页 / 共 4 页
字号:
//
// This unit contains the dialog and message text etc. used by the Prexim
// Workflow servers.
//
// (c) Chicony Software 2001
//
// When       Who  Why
// ---------  ---  ------------------------------------------------------------
// 2001.6.7   century Initial version
//
unit ServerResourceStrings;

interface

resourcestring
  // Preferences/registry
  PreferencesProblem=
                'There was a problem saving the settings. Please check the values are correct.';
  SaveNewPreferencesPrompt=
                'Save the new settings?';
  RegistryError='Your Windows user does not have permission to store data in the registry. Please exit'+#13+
                'and use another username or exit and change this users permissions. It is advisable'+#13+
                'to run this program with an Administrator user.';
  ServerNotConfigured=
                'This server has not yet been configured correctly and so is in an unusable state.'+#13+#13+
                'You will be quickly guided through the most important settings which you can'+#13+
                'change afterwards.';
  ServerNotConfiguredAS=
                'Note that it is assumed that the Prexim Database Server and Prexim Image Servers'+#13+
                'have already been correctly configured. The intended workflow system must also'+#13+
                'be installed and configured correctly. If not please click Cancel.';
  ServerNotConfiguredCS=
                'Note that it is assumed that the Prexim Application Server has already been correctly'+#13+
                'configured and is presently in a working condition. Also, the cache database must '+#13+
                'already have been created. If not please click the Cancel button.';
  ServerNotConfiguredDS=
                'Note that it is assumed that the RDBMS required by the Prexim Database Server has'+#13+
                'already been correctly configured and is presently executing. If not please'+#13+
                'click the Cancel button.';
  ServerNotConfiguredFS=
                'Note that it is assumed that the Prexim Application Server has already been correctly'+#13+
                'configured and is presently in a working condition. Also, the underlying fax server'+#13+
                'software, e.g. Alcom LanFax, must already have been installed. If not please click'+#13+
                'the Cancel button.';
  ServerNotConfiguredIS=
                'Note that it is assumed that the server actually storing the Prexim files and the'+#13+
                'RDBMS required by the Prexim Image Server have already been correctly configured'+#13+
                'and are presently executing. If not please click Cancel.';
  ServerNotConfiguredWS=
                'Note that it is assumed that the RDBMS required by the workflow service has'+#13+
                'already been correctly configured and is presently executing. If not please'+#13+
                'click the Cancel button.';
  BadInteger=
                'Please enter a valid integer.';
  BadIntegerBytes=
                'The %s value must be between %d and %d bytes.';
  BadCachePurgeDays=
                'The number of days a failed batch can live must be zero (to disable purging) or more.';
  BadFaxPurgeDays=
                'The number of days a failed fax can live must be zero (to disable purging) or more.';
  BadHours=
                'The hours value must be between %d and %d inclusive.';
  BadMinutes=
                'The minutes value must be between %d and %d inclusive.';
  BadSeconds=
                'The seconds value must be between %d and %d inclusive';
  BadMilliSeconds=
                'The milli-seconds value must be between %d and %d inclusive';
  BadThreads=
                'The number of threads must be between %d and %d inclusive';
  BadDiskSpace=
                'The disk free space value must be greater than or equal to %dMB';
  BadFolderPriority=
                'The folder priority must be between %d and %d inclusive.';
  BadDirectoriesNumber=
                'The number of directories must be greater than zero.';
  BlockSizeWarning=
                'Warning: If the default block size is greater than %d bytes '+#13+
                'then files cannot be transmitted in compressed format.';
  CacheRefreshWarning=
                'The refresh may take several minutes to start and complete. It will be performed in the background.'+#13+
                'Check the result by clicking the "Check Refresh" button.';
  CacheCompleteRefreshWarningPrompt=
                'This task will take several minutes to start and may take a long time to complete.'+#13+
                'The task will be performed in the background. Check the result by clicking the'+#13+
                '"Check Refresh" button.'+#13+#13+
                'Are you sure you want to completely refresh all the cached tables?';
  CacheRefreshProblem=
                'The cache server is having a problem refreshing its data with the'+#13+
                'remote Prexim Application Server. Please check the messages window'+#13+
                'to locate the problem, make the necessary fixes, then restart the'+#13+
                'cache server. The error message is:'+#13+#13+'%s';
  CacheRefreshSuccess=
                'The last cache refresh completed without any fatal errors.';
  CacheRefreshLastError=
                'The cache server will attempt to refresh the cache in a moment.'+#13+
                'Please check the status again after several more seconds. For your'+#13+
                'information, the last refresh did fail with the following error:'+
                #13+#13+'%s';
  CacheRefreshNotFinished=
                'The cache server will attempt to refresh the cache in a moment.'+#13+
                'Please check the status again after several more seconds.';
  BadLogAndAuditFilenames=
                'The log file, error log file, and audit file must be separate files.';
  BadLogFilenames=
                'The log file and error log file must be separate files.';
  PasswordMismatch=
                'The passwords do not match. Please re-enter the passwords.';
  InvalidUsernameAndPassword=
                'The username and/or password are not valid. The following error was'+#13+
                'received from the server:'+#13+#13+'%s';
  ValidUsernameAndPassword=
                'The username and password are correct.';
  InvalidLicense=
                'The company name and/or license key is invalid.';
  LicenseInformation=
                'The license key is allows for a maximum of %d folder types and a '+
                'maximum of %d transaction types.';

  // Preferences wizard
  ExitWizardPrompt=
                'Do you want to exit the setup wizard?';
  RetryWizardPrompt=
                'Do you want to try entering the settings again using this wizard?';
  SelectServer=
                'Please select the %s';
  WizardSelectServer=
                'Please choose the computer on the network the %s has been installed on. '+
                'Note that there may be a pause while a list of computers on the network is built for you to choose from.';
  WizardSelectDatabaseServer=
                'Please choose the computer on the network that is actually running the database (RDBMS) '+
                'that is used by this server. Note that there may be a pause '+
                'while a list of computers on the network is built for you to '+
                'choose from.';
  WizardSelectImageServer=
                'Please choose the computer on the network that will store all the files and images for '+
                'Prexim. Note that there may be a pause while a list of computers on the network is '+
                'built for you to choose from. If you are using a 3rd party storage product, e.g. OTG Disk Xtender, '+
                'then choose the computer that that software is installed on. If you are storing the files '+
                'directly onto a hard-drive then choose the computer that you have set the share up on.';
  WizardSelectService=
                'Please select the %s service which should be used by the %s. '+
                'This service must already be installed and set-up correctly. It does not necessarily '+
                'need to be installed on this computer, i.e. it can be accessed over a network.';
  WizardSelectDatabase=
                'Please enter the name of the database (on server %s) that the %s '+
                'stores its information in.';
  WizardEnterUsername=
                'Please enter the login username that must be used by the %s '+
                'to connect with the %s.';
  WizardCSFSEnterUsername=
                'Just like any other Prexim user, Prexim %s Servers must login '+
                'to Prexim. It is important that each server have its '+
                'own username. The reason for this is that the server is responsible '+
                'for changing its password regularly and it is audited just like all '+
                'other users. Note that the user used must have Impersonator access '+
                'rights.';
  WizardEnterDBUsername=
                'Please enter the username required to login to the database. '+
                'This server will use this database username to gain access '+
                'to its tables in the database. If the RDBMS has integrated security, '+
                'e.g. Microsoft SQL-Server, and it is enabled then no username is required.';
  WizardEnterPassword=
                'Please enter the login password that must be used by the %s '+
                'to connect with the %s. WARNING! The password will appear on the '+
                'screen while it is typed!';
  WizardReEnterPassword=
                'Please re-enter the password. By doing this you can be sure that you '+
                'have not incorrectly typed the password you want to use. WARNING! '+
                'The password will appear on the screen while it is typed!';
  WizardEnterDBPassword=
                'Please enter the password required to login to the database. '+
                'This server will use the database username and this password to gain access '+
                'to its tables in the database. If the RDBMS has integrated security, '+
                'e.g. Microsoft SQL-Server, and it is enabled then no password is required.';
  WizardTablePrefix=
                'In some special circumstances in may be necessary to prefix '+
                'all the database tables used by this server with another string, e.g. if Microsoft Access '+
                'is being used and the tables were imported from an external '+
                'database (in this case they are generally prefix with dbo_). '+
                'It appears that this may be required in the current installation. '+
                'Please enter the prefix now else enter an empty string.';
  WizardTablePostfix=
                'In some special circumstances in may be necessary to append '+
                '(postfix) all the database tables used by this server with '+
                'another string. It appears that this may be required in the '+
                'current installation. Please enter the postfix now else enter '+
                'an empty string.';
  WizardCombinedDateTimePrompt=
                'Most database systems, e.g. Microsoft SQL-Server and Oracle, '+
                'support a data type that allows for a combined date and time '+
                'in one column. Note that very few systems do not support this. '+
                'Does your database support this data type?';
  WizardBitBooleanPrompt=
                'Most database systems, e.g. Microsoft SQL-Server and Oracle, '+
                'support a Boolean or a Bit data type. Note that very few systems '+
                'do not support this. Does your database support this data type?';

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -