message change, thanks to Sebastian Mendel

This commit is contained in:
Marc Delisle
2008-07-01 18:54:53 +00:00
parent 4eabff1312
commit 71efad3fe7
56 changed files with 56 additions and 56 deletions

View File

@@ -1049,7 +1049,6 @@ $strEvents = 'Events'; //to translate
$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
$strUserDefined = 'User-defined'; //to translate
$strRelationalKey = 'Relational key'; //to translate
$strRelationalDisplayField = 'Relational display field'; //to translate
$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
@@ -1080,4 +1079,5 @@ $strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the rec
$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
$strPBXTLogFileCount = 'Log file count'; //to translate
$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
$strAsDefined = 'As defined:'; //to translate
?>