From 58e6a55a39fd8e4c907fc66d21bd286c69bc16da Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 25 Jun 2008 18:04:10 +0000 Subject: [PATCH] PBXT variables --- lang/afrikaans-utf-8.inc.php | 22 +++++++ lang/albanian-utf-8.inc.php | 22 +++++++ lang/arabic-utf-8.inc.php | 22 +++++++ lang/azerbaijani-utf-8.inc.php | 22 +++++++ lang/bangla-utf-8.inc.php | 22 +++++++ lang/basque-utf-8.inc.php | 22 +++++++ lang/belarusian_cyrillic-utf-8.inc.php | 22 +++++++ lang/belarusian_latin-utf-8.inc.php | 22 +++++++ lang/bosnian-utf-8.inc.php | 22 +++++++ lang/brazilian_portuguese-utf-8.inc.php | 22 +++++++ lang/bulgarian-utf-8.inc.php | 22 +++++++ lang/catalan-utf-8.inc.php | 22 +++++++ lang/chinese_simplified-utf-8.inc.php | 22 +++++++ lang/chinese_traditional-utf-8.inc.php | 22 +++++++ lang/croatian-utf-8.inc.php | 22 +++++++ lang/czech-utf-8.inc.php | 22 +++++++ lang/danish-utf-8.inc.php | 22 +++++++ lang/dutch-utf-8.inc.php | 22 +++++++ lang/english-utf-8.inc.php | 30 ++++++++-- lang/estonian-utf-8.inc.php | 22 +++++++ lang/finnish-utf-8.inc.php | 22 +++++++ lang/french-utf-8.inc.php | 22 +++++++ lang/galician-utf-8.inc.php | 22 +++++++ lang/georgian-utf-8.inc.php | 22 +++++++ lang/german-utf-8.inc.php | 22 +++++++ lang/greek-utf-8.inc.php | 22 +++++++ lang/hebrew-utf-8.inc.php | 22 +++++++ lang/hindi-utf-8.inc.php | 22 +++++++ lang/hungarian-utf-8.inc.php | 22 +++++++ lang/indonesian-utf-8.inc.php | 22 +++++++ lang/italian-utf-8.inc.php | 22 +++++++ lang/japanese-utf-8.inc.php | 22 +++++++ lang/korean-utf-8.inc.php | 22 +++++++ lang/latvian-utf-8.inc.php | 22 +++++++ lang/lithuanian-utf-8.inc.php | 22 +++++++ lang/macedonian_cyrillic-utf-8.inc.php | 22 +++++++ lang/malay-utf-8.inc.php | 22 +++++++ lang/mongolian-utf-8.inc.php | 22 +++++++ lang/norwegian-utf-8.inc.php | 22 +++++++ lang/persian-utf-8.inc.php | 22 +++++++ lang/polish-utf-8.inc.php | 22 +++++++ lang/portuguese-utf-8.inc.php | 22 +++++++ lang/romanian-utf-8.inc.php | 22 +++++++ lang/russian-utf-8.inc.php | 22 +++++++ lang/serbian_cyrillic-utf-8.inc.php | 22 +++++++ lang/serbian_latin-utf-8.inc.php | 22 +++++++ lang/sinhala-utf-8.inc.php | 22 +++++++ lang/slovak-utf-8.inc.php | 22 +++++++ lang/slovenian-utf-8.inc.php | 22 +++++++ lang/spanish-utf-8.inc.php | 22 +++++++ lang/swedish-utf-8.inc.php | 22 +++++++ lang/tatarish-utf-8.inc.php | 22 +++++++ lang/thai-utf-8.inc.php | 22 +++++++ lang/turkish-utf-8.inc.php | 22 +++++++ lang/ukrainian-utf-8.inc.php | 22 +++++++ libraries/engines/pbxt.lib.php | 79 +++++++++++++++++++++++++ 56 files changed, 1293 insertions(+), 4 deletions(-) create mode 100644 libraries/engines/pbxt.lib.php diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 8b40ff6b9..208354ec4 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1079,4 +1079,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index c4b4d6abb..57755879f 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1078,4 +1078,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index c4e32ac0e..03a856b69 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1080,4 +1080,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 705f9c9d1..40207db51 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1075,4 +1075,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index b81bb59c8..3855854a7 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1054,4 +1054,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index c7acb371a..180931be9 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1072,4 +1072,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 6981e613c..5a218c5b0 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1055,4 +1055,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 0d6f6f287..6dc1e4417 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1054,4 +1054,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index c64a213a0..4c936aa52 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1078,4 +1078,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 76bbe1495..86c923e60 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1052,4 +1052,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index b4bbd3f1c..f16259e0f 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1075,4 +1075,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index f1bb6f34c..0b88faccf 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1050,4 +1050,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 05f5765e2..8de8741b5 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1080,4 +1080,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index f0de52a62..782a6f62a 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1059,4 +1059,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 30d17e4bd..0d14d8d44 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1053,4 +1053,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 184eb56aa..10c5905d1 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1054,4 +1054,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 5483efe05..1246f56dc 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1054,4 +1054,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 3adebba1a..19227b31c 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1076,4 +1076,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 7723942ff..d37f923d2 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -288,10 +288,6 @@ $strExtendedInserts = 'Extended inserts'; $strExtra = 'Extra'; $strFailedAttempts = 'Failed attempts'; -$strSwekeyAuthenticating = 'Authenticating...'; -$strSwekeyAuthFailed = 'Hardware authentication failed'; -$strSwekeyNoKeyId = 'File %s does not contain any key id'; -$strSwekeyNoKey = 'No valid authentication key plugged'; $strField = 'Field'; $strFieldHasBeenDropped = 'Field %s has been dropped'; $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; @@ -563,6 +559,28 @@ $strPasswordEmpty = 'The password is empty!'; $strPasswordHashing = 'Password Hashing'; $strPasswordNotSame = 'The passwords aren\'t the same!'; $strPassword = 'Password'; +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; +$strPBXTDataFileGrowSize = 'Data file grow size'; +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; +$strPBXTDataLogThreshold = 'Data log threshold'; +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; +$strPBXTGarbageThreshold = 'Garbage threshold'; +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; +$strPBXTIndexCacheSize = 'Index cache size'; +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; +$strPBXTLogBufferSize = 'Log buffer size'; +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; +$strPBXTLogCacheSize = 'Log cache size'; +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; +$strPBXTLogFileThreshold = 'Log file threshold'; +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; +$strPBXTRecordCacheSize = 'Record cache size'; +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; +$strPBXTRowFileGrowSize = 'Row file grow size'; +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; +$strPBXTTransactionBufferSize = 'Transaction buffer size'; $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; $strPdfNoTables = 'No tables'; @@ -919,6 +937,10 @@ $strSuccess = 'Your SQL query has been executed successfully'; $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; $strSum = 'Sum'; $strSwedish = 'Swedish'; +$strSwekeyAuthenticating = 'Authenticating...'; +$strSwekeyAuthFailed = 'Hardware authentication failed'; +$strSwekeyNoKeyId = 'File %s does not contain any key id'; +$strSwekeyNoKey = 'No valid authentication key plugged'; $strSwitchToDatabase = 'Switch to copied database'; $strSwitchToTable = 'Switch to copied table'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 6de9c0069..3033b1106 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1060,4 +1060,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 39f32a1a6..5cec11418 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1054,4 +1054,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 9e2e79853..75375bd4d 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1051,4 +1051,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 1918cb743..c313287bf 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1053,4 +1053,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 58ece67ce..d53f8c6a8 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1080,4 +1080,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 62d5e56ac..4bac76ade 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1060,4 +1060,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 5a3fb5eb9..8f0a8f3fb 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1077,4 +1077,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 80a84466a..a1a66c028 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1072,4 +1072,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 587e43caa..4858c422c 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1080,4 +1080,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index a63569056..a0a168881 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1071,4 +1071,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 8f28d4679..b37e92631 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1070,4 +1070,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 7cbf55d7d..854607029 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1055,4 +1055,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index c7f610780..20ebb6575 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1071,4 +1071,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index c58f835e5..4b408322b 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1075,4 +1075,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index e6514fde5..259b65231 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1077,4 +1077,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index a05e99b3e..0e3434d52 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1070,4 +1070,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index df59112ae..d14d21c14 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1055,4 +1055,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 2fc2485e0..9679277bb 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1092,4 +1092,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 53bea60b8..489cf7a91 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1075,4 +1075,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 81e57f963..c378e35fc 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1052,4 +1052,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index d56c48a43..532420661 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1077,4 +1077,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 3895f1847..d679e6b18 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1048,4 +1048,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 178301854..b920a527d 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1081,4 +1081,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index cb4fd3661..2f5565f38 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1069,4 +1069,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 0a03ef117..42bfe3559 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1056,4 +1056,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index b4d673f65..a3bf1b657 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1054,4 +1054,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 9abba8da1..514edacf0 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1054,4 +1054,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index c2e1139ff..6c0db1dcf 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1057,4 +1057,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index ae2e5e5e7..07d9a9d0b 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1055,4 +1055,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 32f11c3cb..53755a3d2 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1074,4 +1074,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index a058189f0..ccb5a79d4 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1050,4 +1050,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 75e82e97b..03bcb703a 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1053,4 +1053,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 85caabe13..274cc72bc 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1066,4 +1066,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 088adcadc..76dc35d59 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1076,4 +1076,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 183697255..b30889388 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1060,4 +1060,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index b5b1e8c55..3a29dff04 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1074,4 +1074,26 @@ $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate $strSwekeyAuthenticating = 'Authenticating...'; //to translate +$strPBXTIndexCacheSize = 'Index cache size'; //to translate +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTLogCacheSize = 'Log cache size'; //to translate +$strPBXTLogFileThreshold = 'Log file threshold'; //to translate +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate +$strPBXTDataLogThreshold = 'Data log threshold'; //to translate +$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate +$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate +$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer pre thread, but only if the thread is required to write a data log.'; //to translate +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate ?> diff --git a/libraries/engines/pbxt.lib.php b/libraries/engines/pbxt.lib.php new file mode 100644 index 000000000..dc00abd89 --- /dev/null +++ b/libraries/engines/pbxt.lib.php @@ -0,0 +1,79 @@ + array( + 'title' => $GLOBALS['strPBXTIndexCacheSize'], + 'desc' => $GLOBALS['strPBXTIndexCacheSizeDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_record_cache_size' => array( + 'title' => $GLOBALS['strPBXTRecordCacheSize'], + 'desc' => $GLOBALS['strPBXTRecordCacheSizeDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_log_cache_size' => array( + 'title' => $GLOBALS['strPBXTLogCacheSize'], + 'desc' => $GLOBALS['strPBXTLogCacheSizeDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_log_file_threshold' => array( + 'title' => $GLOBALS['strPBXTLogFileThreshold'], + 'desc' => $GLOBALS['strPBXTLogFileThresholdDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_transaction_buffer_size' => array( + 'title' => $GLOBALS['strPBXTTransactionBufferSize'], + 'desc' => $GLOBALS['strPBXTTransactionBufferSizeDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_checkpoint_frequency' => array( + 'title' => $GLOBALS['strPBXTCheckpointFrequency'], + 'desc' => $GLOBALS['strPBXTCheckpointFrequencyDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_data_log_threshold' => array( + 'title' => $GLOBALS['strPBXTDataLogThreshold'], + 'desc' => $GLOBALS['strPBXTDataLogThresholdDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_garbage_threshold' => array( + 'title' => $GLOBALS['strPBXTGarbageThreshold'], + 'desc' => $GLOBALS['strPBXTGarbageThresholdDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC + ), + 'pbxt_log_buffer_size' => array( + 'title' => $GLOBALS['strPBXTLogBufferSize'], + 'desc' => $GLOBALS['strPBXTLogBufferSizeDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_data_file_grow_size' => array( + 'title' => $GLOBALS['strPBXTDataFileGrowSize'], + 'desc' => $GLOBALS['strPBXTDataFileGrowSizeDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + 'pbxt_row_file_grow_size' => array( + 'title' => $GLOBALS['strPBXTRowFileGrowSize'], + 'desc' => $GLOBALS['strPBXTRowFileGrowSizeDesc'], + 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE + ), + ); + } +} + +?>