📄 serverresourcestrings.pas
字号:
'Directory: %s';
CannotAccessFaxCoverPage=
'The cover page does not exist or cannot be accessed:'+#13+#13+
'Filename: %s';
ImageSubDirCreatePrompt=
'The sub-directory %s does not exist.'+#13+
'Do you want the directory to be created now?';
MustCreateSubDirectories=
'You must create the sub-directories within the share directory.';
TestFileDeleteFailed=
'The following test file was created but could not be deleted:'+#13+#13+
'%s'+#13+#13+
'The permissions on the share may be set up incorrectly or the drive'+#13+
'is read-only, e.g. a WORM drive. If it is a read-only device then'+#13+
'ignore this error.';
TestFileCreateException=
'The following test file could not be created:'+#13+#13+
'%s'+#13+#13+
'The following exception was raised:'+#13+#13+
'Exception: %s';
ImageShareSuccess=
'The images share appears to be set-up correctly.';
ImageShareFailed=
'The share directory (\\%s\%s) does not exist, is'+#13+
'not being shared by the server (%s), or you do not have access rights'+#13+
'to the directory.';
SelectShare=
'Please select the shared directory on %s';
CannotGuessPathPrefix=
'Unable to discover the path prefix value.'+#13+
'Please check that you have created the sub-directories within the share:'+#13+#13+
'Share: %s';
CannotGuessSubDirCount=
'There appear to be no sub-directories within the share (%s).'+#13+
'Please check that the share name is correct, that the sub-directories'+#13+
'have been created, and that the correct access rights have been granted.';
// Database
MSAccessPrompt=
'Is this servers database in a Microsoft Access database?';
SQLServerPrompt=
'Is this servers database in a Microsoft SQL-Server database?';
DatabaseConnectionException=
'The connection to the database failed:'+#13+#13+
'Exception: %s';
DatabaseConnectionSuccess=
'Succesfully connected to the database.';
QueryCreationException=
'An attempt to create a database query failed:'+#13+#13+
'Exception: %s';
ODBCAdimMissing=
'The ODBC Administrator does not appear to be installed correctly.'+#13+
'Please check the installation or execute it from the Control Panel.';
BDEAdminMissing=
'The BDE Administrator does not appear to be installed correctly.'+#13+
'Please check the installation or execute it from the Start menu.';
UseADOorBDEPrompt=
'Both ADO and BDE are installed on this computer. For simplicity of'+#13+
'configuration it is advisable to use ADO instead of BDE to access the'+#13+
'database. Would you like to use ADO instead of BDE?';
BDEADONotInstalled=
'Neither BDE or ADO is installed on this machine.'+#13+#13+
'This means there is no way for the server to access data in the database.'+#13+
'Please install either BDE or ADO before proceeding.';
ADOProvidersError=
'There was an error retrieving the ADO provider names.'+#13+
'Please check that ADO is installed correctly on this machine.';
NoADOProviders=
'There are no ADO providers installed on this machine. ADO cannot be used.';
BDEAliasesError=
'There was an error retrieving the BDE alias names.'+#13+
'Please check that BDE is installed correctly on this machine.';
NoBDEAliases=
'There are no BDE aliases and no system ODBC DSNs defined.'+#13+
'Use the ODBC Administrator or the BDE Administrator to add aliases.';
StartBDEODBCAdminPrompt=
'A BDE Alias (using the BDE Administrator) or an ODBC System Data Source'+#13+
'must already have been created. This is used by Prexim to connect to the'+#13+
'database used by this server.'+#13+#13+
'Do you want to start the BDE/ODBC Administrator now so that you can ensure'+#13+
'that step is complete?';
StartODBCAdminPrompt=
'You have selected an ODBC Data Source. Please note that the data source'+#13+
'must be correctly set-up via the ODBC Administrator.'+#13+#13+
'Would you like to run the ODBC Administrator to make sure the correct settings'+#13+
'are being used?';
SelectBDEAlias=
'Please select the BDE Alias Name which is used by this server '+
'to connect to its database. This is the alias name created within the BDE Administrator or the '+
'ODBC Administrator. If the name is not listed then you have not yet created it.';
SelectADOProvider=
'Please select the ADO Provider which is used by this server '+
'to connect to its database.';
SelectMSAccessFile=
'Please select the Microsoft Access database file from the next dialog box.';
SettingsTestCheck=
'The settings will now be tested to ensure they are correct.'+#13+
'This may take a few moments, especially if the settings are incorrect.';
WFNoQueues=
'The Prexim Application Server cannot obtain a list of workflow queues '+
'from the workflow service. Please check that the Prexim Application Server '+
'and the workflow service are installed and configured correctly.';
ASConnectionTestPrompt=
'Would you like to test the connection to the Prexim Application Server?';
DSISWFDBConnectionTestPrompt=
'Would you like to test the connections to the Prexim Database, Image, and WFDB Servers?';
// DCOM
UseLocalDSPrompt=
'The Prexim Database Server is installed on this computer. Do you want to use'+#13+
'the Prexim Database Server installed on this computer?';
UseLocalISPrompt=
'The Prexim Image Server is installed on this computer. Do you want to use'+#13+
'the Prexim Image Server installed on this computer?';
UseLocalWFDBPrompt=
'The Prexim WFDB Server is installed on this computer. Do you want to use'+#13+
'the Prexim WFDB Server installed on this computer?';
DSConnectionFailed=
'The connection to the Prexim Database Server failed:'+#13+#13+
'Message: %s'+#13+
'Error code: %d';
DSConnectionSuccess=
'Succesfully connected to the Prexim Database Server.';
ISConnectionFailed=
'The connection to the Prexim Image Server failed:'+#13+#13+
'Message: %s'+#13+
'Error code: %d';
ISConnectionSuccess=
'Succesfully connected to the Prexim Image Server.';
ASConnectionException=
'The connection to the Prexim Application Server failed:'+#13+#13+
'Exception: %s';
ASConnectionSuccessPrompt=
'The connection to the Prexim Application Server works. Would you like to check'+#13+
'that the username and password are valid?';
ASConnectionPrompt=
'Before continuing I must connect to the Prexim Application Server to '+#13+
'retrieve information on the workflow. Do you wish to proceed?';
WFDBConnectionFailed=
'The connection to the Prexim WFDB Server failed:'+#13+#13+
'Message: %s'+#13+
'Error code: %d';
WFDBConnectionSuccess=
'Succesfully connected to the Prexim WFDB Server.';
DCOMCNFGMissing=
'The DCOM Configuration program (DCOMCNFG.EXE) could not be found. Please check your installation.';
DCOMCNFGFailed=
'The DCOM Configuration program (DCOMCNFG.EXE) could not be executed. Please check your installation.';
// Fax
FaxConnectionFailed=
'The connection to the fax service failed:'+#13+#13+
'Message: %s';
FaxConnectionSuccess=
'Succesfully connected to the fax service.';
FaxConnectionException=
'An exception was raised connecting to the fax service:'+#13+#13+
'Exception: %s';
// Workflow
WorkflowTestCheck=
'The test workflow username (%s) and password details will be used'+#13+
'to test the workflow connection. Please ensure that this is a valid workflow username'+#13+
'and password. Press Cancel to abort the test.';
WFConnectionFailed=
'The connection to the workflow service failed:'+#13+#13+
'Message: %s';
WFConnectionSuccess=
'Succesfully connected to the workflow service.';
WFConnectionException=
'An exception was raised connecting to the workflow service:'+#13+#13+
'Exception: %s';
// Services
ServiceNotInstalled='The Prexim service %s is not installed correctly as a service.';
ServiceDoesNotExist='The Prexim service %s does not exist.';
ServiceMustBeInteractive='The Prexim service %s must not be run as an interactive'+#13+'service. Would you like me to correct this?';
ServiceIsDisabled='The Prexim service %s must be configured to run as'+#13+'Automatic or Manual, not Disabled. Would you like me to correct this?';
ServiceIsActive='The Prexim service %s is currently active.'+#13+'This means the settings changed now will not be used until the service restarts.';
ServiceException='An exception was raised testing if %s is installed correctly as a service.';
ServiceIsRunning='The service is already running.';
ServiceIsStarting='The service is starting...';
ServiceIsStopping='The service is stopping...';
ServiceCannotStart='The service could not be started.';
ServiceCannotStop='The service could not be stopped.';
ServiceHasStarted='The service has started.';
ServiceHasStopped='The service has stopped.';
ServiceStopWarning='Stopping the service will forcibly disconnect all connected clients. Those users may lose work'+#13+
'in progress. Are you absolutely sure that you want to stop the service and disconnect any'+#13+
'connected users?';
ServiceStatusUnknown='The service status cannot be determined.';
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -