This commit is contained in:
Marc Delisle
2003-07-02 09:33:11 +00:00
parent 67c6333b6e
commit 17b0766a99
2 changed files with 4 additions and 4 deletions

View File

@@ -512,6 +512,7 @@ $strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression'; $strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:'; $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
$strSearchType = 'Find:'; $strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelect = 'Select'; $strSelect = 'Select';
$strSelectADb = 'Please select a database'; $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; $strSelectAll = 'Select All';
@@ -573,6 +574,7 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed'; $strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance'; $strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents'; $strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options';
$strTableStructure = 'Table structure for table'; $strTableStructure = 'Table structure for table';
$strTableType = 'Table type'; $strTableType = 'Table type';
$strTables = '%s table(s)'; $strTables = '%s table(s)';
@@ -649,6 +651,4 @@ $strYes = 'Yes';
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"'; $strZip = '"zipped"';
$strTableOptions = 'Table options';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
?> ?>

View File

@@ -513,6 +513,7 @@ $strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression'; $strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:'; $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
$strSearchType = 'Find:'; $strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelect = 'Select'; $strSelect = 'Select';
$strSelectADb = 'Please select a database'; $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; $strSelectAll = 'Select All';
@@ -574,6 +575,7 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed'; $strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance'; $strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents'; $strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options';
$strTableStructure = 'Table structure for table'; $strTableStructure = 'Table structure for table';
$strTableType = 'Table type'; $strTableType = 'Table type';
$strTables = '%s table(s)'; $strTables = '%s table(s)';
@@ -650,6 +652,4 @@ $strYes = 'Yes';
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"'; $strZip = '"zipped"';
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
?> ?>