diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 8b40ff6b93..208354ec4c 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 c4b4d6abba..57755879f4 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 c4e32ac0e6..03a856b69f 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 705f9c9d11..40207db51d 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 b81bb59c82..3855854a72 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 c7acb371a7..180931be92 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 6981e613ca..5a218c5b02 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 0d6f6f2878..6dc1e44174 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 c64a213a0d..4c936aa52d 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 76bbe1495b..86c923e601 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 b4bbd3f1cb..f16259e0f8 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 f1bb6f34cd..0b88faccfd 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 05f5765e24..8de8741b51 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 f0de52a620..782a6f62aa 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 30d17e4bd8..0d14d8d446 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 184eb56aae..10c5905d16 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 5483efe05c..1246f56dc2 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 3adebba1ac..19227b31c7 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 7723942ff6..d37f923d25 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 6de9c00693..3033b1106c 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 39f32a1a69..5cec114185 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 9e2e798533..75375bd4de 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 1918cb743e..c313287bf8 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 58ece67cea..d53f8c6a81 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 62d5e56ac6..4bac76ade3 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 5a3fb5eb9e..8f0a8f3fb8 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 80a84466ae..a1a66c0286 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 587e43caa3..4858c422c4 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 a63569056b..a0a1688812 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 8f28d4679d..b37e926311 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 7cbf55d7da..8546070293 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 c7f6107804..20ebb6575b 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 c58f835e55..4b408322bd 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 e6514fde51..259b65231e 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 a05e99b3e2..0e3434d52d 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 df59112aeb..d14d21c14f 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 2fc2485e07..9679277bbe 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 53bea60b86..489cf7a91b 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 81e57f963c..c378e35fc8 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 d56c48a43f..532420661c 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 3895f1847b..d679e6b186 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 1783018540..b920a527df 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 cb4fd36614..2f5565f38a 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 0a03ef117a..42bfe3559c 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 b4d673f65f..a3bf1b657a 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 9abba8da13..514edacf0a 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 c2e1139ff2..6c0db1dcf5 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 ae2e5e5e74..07d9a9d0b6 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 32f11c3cb7..53755a3d25 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 a058189f04..ccb5a79d4b 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 75e82e97b0..03bcb703a2 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 85caabe13b..274cc72bc8 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 088adcadc1..76dc35d594 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 1836972557..b308893883 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 b5b1e8c558..3a29dff040 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 0000000000..dc00abd890 --- /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 + ), + ); + } +} + +?>