📄 serverresourcestrings.pas
字号:
WizardDataReplicationPrompt=
'Most database systems, e.g. Microsoft SQL-Server and Oracle, '+
'support data replication where the central database server '+
'distributes changes to its data to other remote database servers. '+
'Have you configured the remote database server and the local '+
'database server so that this replication occurs? If not, then '+
'the Prexim Cache Server will do this replication automatically '+
'without the help of the database servers, but it will be less '+
'efficient. Do you want Prexim to look after the data replication?';
WizardEnterCompany=
'Please enter the name of your company, e.g. Chicony Software. '+
'The name is case sensitive and must be exact. This company name '+
'is used with the license key.';
WizardEnterLicense=
'Please enter the license key value. Be careful while entering this '+
'value as it must be exact.';
WizardUpdateASPasswordPrompt=
'Is the Prexim Application Server also running on this computer? If so, do you'+#13+
'want to update its settings so that it uses this password?';
WizardFaxInboundProcess=
'Please enter the name of the Prexim workflow process that contains the queue that this Prexim Fax '+
'Server should place all its inbound faxes into. If this server should not '+
'receive any faxes then this field should be empty.';
WizardFaxInboundQueue=
'Please enter the name of the Prexim workflow queue in the process %s that this Prexim Fax '+
'Server should place all its inbound (received) faxes into.';
WizardFaxEmptyInboundQueue=
'You have supplied a workflow process but not the required workflow queue.'+#13+
'Do you want this fax server to receive faxes?';
WizardFaxOutboundProcess=
'Please enter the name of the Prexim workflow process that contains the queue that this Prexim Fax '+
'Server should take all its outbound faxes from. If this server should not send any faxes '+
'then this field should be empty.';
WizardFaxOutboundQueue=
'Please enter the name of the Prexim workflow queue in the process %s that this Prexim Fax '+
'Server should take all its outbound faxes from.';
WizardFaxEmptyOutboundQueue=
'You have supplied a workflow process but not the required workflow queue.'+#13+
'Do you want this fax server to send faxes?';
WizardTestWorkflowSettings=
'Do you want to test the workflow settings?';
WizardTestFaxSettings=
'Do you want to test the fax service settings?';
WizardSelectFaxService=
'Please select the external 3rd party fax service which should be used by the Prexim Fax Server '+
'to actually send and receive faxes. This software must already be installed and set-up correctly. It does not necessarily '+
'need to be installed on this computer, e.g. Alcom LanFax can be access over a network.';
WizardSelectFaxInboundDirectory=
'Please enter the directory that the fax service stores its '+
'received fax files into. The Prexim Fax Service will take the received faxes from '+
'this directory and store them in Prexim.';
WizardSelectShare=
'On the computer %s there should be a shared directory that will contain those files '+
'and images stored within Prexim. Please choose that share. Note that there may be a '+
'pause while a list of resources on the network is built for you to choose from.';
WizardPathPrefixPrompt=
'The path prefix has been estimated to be %s'+#13+
'Is this correct?';
WizardPathPrefix=
'Please enter the correct path prefix.';
WizardSubDirPrompt=
'The number of sub-directories in the share has been estimated to be %s'+#13+
'Is this correct?';
WizardSubDir=
'Please enter the correct number of directories.';
WizardISDatabaseSettingsWarning=
'Please note that these database settings are for the database which is '+
'used by this Prexim Image Server. They are not the settings for the Prexim Database '+
'Server, although they may share the same database. Click Cancel to exit now.';
WizardCSDatabaseSettingsWarning=
'Please note that these database settings are for the database which is '+
'used by this Prexim Cache Server. They are not the settings for the Prexim Database '+
'Server or the database used by the Prexim Database Server. Click Cancel to exit now.';
// Preferences help
NoHelpAvailable=
'Sorry, there is no help available on this item. Please check the Prexim '+
'documentation for more information.';
LogFilenameHelp=
'Enter a path & filename that will be used to store general non-error messages. '+
'The filename will be prefixed by the current year, month, and day. '+
'For example, %s%d%d%d_%s';
ErrorLogFilenameHelp=
'Enter a path & filename that will be used to store error messages. '+
'The filename will be prefixed by the current year, month, and day. '+
'For example, %s%d%d%d_%s';
AuditFilenameHelp=
'Enter a path & filename that will be used to store audit messages. '+
'The filename will be prefixed by the current year, month, and day. '+
'For example, %s%d%d%d_%s';
ThreadsHelp=
'The number of concurrent threads to execute. Each thread '+
'has its own dedicated connection to the underlying RDBMS. In theory '+
'more threads means more clients can be handled simultaneously. In '+
'practice, at a certain point execution will slow down. '+
'The recommended value is 5, plus one for every extra CPU the server has.';
BDEAliasHelp=
'The Borland Database Engine (BDE) alias or the ODBC Data Source that this server '+
'will use to connect to the database server. '+
'Use the BDE Administrator or the ODBC Administrator program to create '+
'and change BDE aliases and ODBC data sources.';
BDEorADOHelp=
'This server can access its database either via BDE/ODBC or ADO. '+
'To use either the correct software must be installed. It is recommended '+
'that BDE be used as it is simpler to configure, although ADO may provide '+
'better performance.';
ADOConnectionStringHelp=
'When ADO is used this optional connection string can be used '+
'to supply the complete connection information. This will override '+
'the Database Connection Settings provided, i.e. the connection '+
'string must include the username and password. The ADO provider '+
'string is provided automatically.';
ADOProvidersHelp=
'This is the ADO provider used to connect to the database. The '+
'provider used dictates the format of the connection string. If SQLOLEDB '+
'is used there is no need to enter a connection string.';
ServerNameHelp=
'Enter the server name of the computer (e.g. PREXIM), UNC name (e.g. \\PREXIM), '+
'or the I.P. address, on which the %s is installed. If the '+
'server/service is installed on this computer then use an empty string.';
SpecialServerNameHelp=
'This value should be exactly the same as the settings in the clients '+
'Prexim Framework. If the clients server name for the Application Server '+
'is different from this one then those clients cannot use this server.';
DatabaseServerNameHelp=
'Enter the computer name (hostname) of the database server that contains '+
'the database tables. If the database server is installed on this computer '+
'then use an empty string.';
ImageServerNameHelp=
'Enter the computer name (hostname) of the server on which the '+
'files are to be stored. Typically this should be the same computer '+
'as is running the 3rd party image server software, e.g. OTG Disk Xtender.'+
'If no 3rd party storage software is used then this is the name of the '+
'computer that has the shared directory into which the files will be '+
'stored.';
PreximServerPasswordHelp=
'Enter the login password for the Prexim %s Server.';
DatabaseNameHelp=
'This is the name of the database that the %s uses to store its data.';
DatabaseUsernameHelp=
'This is the database login username that the %s will use '+
'to connect to its database.';
DatabasePasswordHelp=
'This is the database login password (that goes with the database login username) '+
'that the %s will use to connect to its database.';
ASUsernameHelp=
'Enter the username which this server should use to '+
'login to the Prexim Application Server. This should be a unique '+
'username that is only used by this server. It should not be '+
'shared with other users or servers.';
ASPasswordHelp=
'Enter the password which this server should use to '+
'login to the Prexim Application Server. Note that this server '+
'will change its own password as and when required, e.g. when '+
'the password expires.';
DSISPasswordHelp=
'The password that client systems, i.e. the Prexim Application '+
'Server, will use to connect to this server. Choose a password '+
'over 8 characters long, that contains numbers and punctuation '+
'characters. The password should be changed regularly (and when '+
'it is do not forget to update the Prexim Application Servers '+
'settings else they will fail to login).';
DSISPasswordConfirmationHelp=
'Re-enter the password into this edit box to ensure that the '+
'password is what you originally entered into the Login Password '+
'edit box above.';
LocationHelp=
'Enter the location of this server. This should be a short '+
'description of the location, e.g. HK Branch';
TablePrefixHelp=
'An optional string to prefix all table names with. '+
'For example, if the database was imported into Microsoft Access '+
'then you may wish to set this string to dbo_';
TablePostfixHelp=
'An optional string to append to all table names.';
CombinedDateTimeHelp=
'Many RDBMS systems support a combined date & time data '+
'type, e.g. Microsoft SQL-Server, but some do not. Generally, '+
'this option should be enabled.';
BitSupportedHelp=
'Many RDBMS systems support a bit or boolean data type, '+
'e.g. Microsoft SQL-Server, but some do not. If the RDBMS does '+
'not support a bit type then CHAR(1) is used instead. This is '+
'hidden from clients who still use the bit type. Generally, this '+
'option should be enabled.';
DCOMSecurityHelp=
'By default, this server ignores the DCOM security settings (which are '+
'controlled via the DCOM Configuration program). Instead '+
'the built-in Prexim application security is used. If the '+
'DCOM security settings are used then it may not be '+
'possible to access this server from remote computers, either '+
'on the Intranet (LAN), WAN, or Internet, unless the correct security '+
'settings and network configurations are used.';
DefaultBlockSizeHelp=
'Enter the number of bytes returned from the server when '+
'a file is returned in blocks. If clients '+
'are connected to the server over a high '+
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -