📄 serverresourcestrings.pas
字号:
'bandwidth connection then higher values '+
'should be used, e.g. 32767 bytes. Note that '+
'values over %d will disable '+
'compression of blocks. Compressed blocks will '+
'use less bandwidth and therefore increase '+
'performance for low bandwidth connections.';
LogTabSheetHelp=
'The server can optionally record general messages and error '+
'messages within text files.';
DatabaseTabSheetHelp=
'This server must connect to a database, e.g. Microsoft Access. '+
'These settings tell the server where the database is and how to '+
'connect to it. Note that a BDE Alias or ODBC System Data Source '+
'must already have been created either via the BDE Administrator '+
'program or via the ODBC Data Source Administrator (if ADO is not '+
'being used). Both programs can be found in the Windows Control '+
'Panel.';
SecurityTabSheetHelp=
'These settings define the servers security, i.e. how client '+
'applications can connect to this server.';
TuningTabSheetHelp=
'These settings allow the servers performance to be changed '+
'to get the best performance results. It is not recommended that '+
'these values be changed.';
BDETabSheetHelp=
'These settings are used when BDE/ODBC is used to connect to '+
'the database.';
ADOTabSheetHelp=
'These settings are used when ADO is used to connect to the database.';
FaxTabSheetHelp=
'The Prexim Fax Server relies upon an external 3rd party fax '+
'service to actually send and receive faxes. These settings define '+
'which fax service to use and how it is to be used.';
CSConnectionTabSheetHelp=
'These settings define the how the Prexim Cache Server server '+
'connects to the remote Prexim Application Server.';
CSCacheTabSheetHelp=
'These settings define how the Prexim Cache Server server caches '+
'both data and files. The caching of data is optional as the database '+
'itself may support replication with the remote database.';
ASServersTabSheetHelp=
'This server must connect to both the Prexim Image Server '+
'and the Prexim Database Server. These '+
'settings define where the servers are and '+
'their login passwords.';
ASSettingsTabSheetHelp=
'These are special Prexim Application Server settings.';
ASWorkflowTabSheetHelp=
'These settings configure the workflow service used by Prexim.';
CSWorkflowTabSheetHelp=
'These server uses the workflow to send and receive faxes. '+
'Received faxes are place in a queue, and faxes that are to be '+
'sent are taken from another queue.';
LicenseTabSheetHelp=
'Valid licensing information must be entered on this page.';
ImagesTabSheetHelp=
'These settings define where on the network the Prexim Image Server '+
'will store and retrieve its images and files.';
CacheRefreshTimeHelp=
'Enter the hours and minutes that the cache database should be '+
'refreshed with the central Prexim RDBMS, e.g. every 30 minutes. '+
'The time should not be too short else resources will be needlessly '+
'wasted.';
CaseRefreshHelp=
'If the cache RDBMS can be replicated with the central '+
'Prexim RDBMS automatically then this option should not be enabled. '+
'For example, if the cache RDBMS is Microsoft SQL-Server and the '+
'central Prexim RDBMS is also Microsoft SQL-Server then the built-in '+
'replication features of Microsoft SQL-Server should be used and so '+
'this option should not be enabled. If, however, the cache RDBMS '+
'is not the same as the central Prexim RDBMS, or the RDBMS does '+
'not support replication, then this option should be enabled.';
CacheDirectoryHelp=
'This is the directory in which the server will cache '+
'files, e.g. C:\PREXIM_CACHE. Note that if the directory is '+
'changed the old cache directory must be manually removed.';
FreeSpaceHelp=
'This value indicates the amount of free space, in megabytes, '+
'that the server should ensure remains on the cache drive. For '+
'example, if this value was set to 100 and after caching images this '+
'value dropped below 100MB then the server would automatically delete '+
'cached files until the amount of disk free space increases above '+
'100MB. The cache drive is the drive on which the cache directory '+
'is stored, e.g. if the cache directory is C:\PXM_CACHE then the '+
'cache drive is C:';
PurgeBatchDaysHelp=
'The Prexim Cache Server keeps batches of images, and their data, that '+
'were scanned in, by users, for commital to the Prexim Application '+
'Server but failed to be committed, e.g. the network connection failed. '+
'At some point the failed batches must be deleted. This setting '+
'defines how many days a failed batch is stored before it is '+
'automatically removed. To disable the purging of failed batches, '+
'enter zero days (not recommended).';
PurgeFaxDaysHelp=
'The Fax Server keeps copies of faxes, and their data, that '+
'were faxed in and out but failed to be committed, e.g. the '+
'network connection failed. At some point the failed faxes must '+
'be deleted. This setting defines how many days a failed fax is '+
'stored before it is automatically removed. To disable the '+
'purging of failed faxes, enter zero days (not recommended).';
CSHouseKeepingMinutesHelp=
'The Prexim Cache Server performs house keeping tasks periodically, '+
'e.g. performing asynchronous committals. This value defines how often '+
'these tasks are performed. The recommended value is 3 minutes.';
HouseKeepingMinutesHelp=
'The server performs house keeping tasks periodically, e.g. purging '+
'memory. This value defines how often these tasks are performed. '+
'The recommended value is 3 minutes.';
WRTimeOutMSecsHelp=
'When the server accesses the database it waits this number '+
'of milliseconds for the result. While waiting this time no system '+
'resources are being used, i.e. the CPU is not being utilized. If the '+
'results appear then the wait is immediately terminated and the '+
'results are retrieved. It is not advisable to change this value as it '+
'could seriously degrade performance.';
RTTLHelp=
'During the house keeping tasks results from database access '+
'that have not been collected by calling clients, i.e. the Prexim '+
'Framework, are removed from memory. These three values define how long '+
'this server will store results that are waiting to be collected by '+
'clients. Too high a value may cause memory issues, and too low a value '+
'will cause results to be discarded before clients can collect them. '+
'The recommended setting is 5 minutes.';
SRTimeOutHelp=
'When the server accesses the database it waits a small amount '+
'of time for the results (see Wait for result time-out (WRTO)). These '+
'settings specify the total amount of time that the server itself '+
'should wait for results from the database. Due to implementation it '+
'is an approximate value (it will never be a shorted amount of time '+
'but may be up to ten times the WRTO value longer). In situations '+
'where a request has timed out an entry is recorded in the error '+
'log file. This value may be increased if the database is under '+
'performing or the network connection to the database system is '+
'bottlenecking. Unless errors are occurring this setting should not '+
'be changed. The recommended setting is 5 minutes.';
ShareISDatabaseHelp=
'If the Prexim Image Servers tables are in the same database, '+
'as this Prexim Database Servers tables then this should be enabled. '+
'This allows the server to check foreign keys with the Image Server tables.';
CompanyNameHelp=
'The company name entered must be the one supplied with the license key.';
LicenseKeyHelp=
'A valid license key must be entered. The key is paired with the '+
'company name value for validation.';
FaxServiceHelp=
'The Prexim Fax Server relies upon an external 3rd party fax '+
'service to actually send and receive faxes. This setting defines '+
'which fax service is to be used.';
FaxPollingMinsHelp=
'The Fax Server must periodically ask the underlying fax server, '+
'e.g. Alcom LanFax, if it has received any faxes. This value defines '+
'how often this checking is performed. The recommended value is '+
'10 minutes.';
InboundProcess=
'This is the process in which the fax server will place faxes that it receives. '+
'The process must already exist within the workflow. If this fax '+
'server is not to receive faxes then leave this field empty.';
InboundQueue=
'This is the workflow queue which contains all the faxes that have '+
'been received by this fax server. The queue must already exist '+
'within the process.';
OutboundProcess=
'This is the process that the outbound workflow queue, which '+
'contains all the faxes that are to be faxed out by this fax '+
'server, is contained within. The process must already exist '+
'within the workflow. If this fax server is not to send faxes '+
'then leave this field empty.';
OutboundQueue=
'This is the workflow queue which contains all the faxes that are '+
'to be faxed out by this fax server. The queue must already exist '+
'within the process.';
FaxFolderPriority=
'When a fax is received, and stored in the workflow, it is given '+
'a priority. This values sets what priority level is given to '+
'faxes received by this server. By default the highest priority '+
'is 1 and the lowest is 10.';
ImageServerKeyHelp=
'This is the key that is placed into the object IDs created by '+
'this server. Its purpose is to allow for multiple Prexim Image '+
'Servers to be running at the same time. Each Prexim Image Server '+
'must have a unique server key value.';
ImageServerShareHelp=
'The name of the share on the server computer in which the '+
'files are stored.';
ImageServerDirectoriesHelp=
'The number of sub-directories in the share directory on the server.';
ImageServerPathPrefix=
'The prefix of the sub-directories contained in the share directory on the server.';
// File/directory
CannotCreateDirectory=
'The directory %s could not be created.';
CannotCreateDirectorySpecial=
'Please check the access rights on the share %s allow this user to '+
'create and read all files & directories in that shared directory.';
CannotAccessFaxDirectory=
'The inbound fax directory does not exist or cannot be accessed:'+#13+#13+
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -