strExplain strPhp strNoPhp

This commit is contained in:
Marc Delisle
2002-05-24 12:41:13 +00:00
parent 413fca97b6
commit f0c6aa69d4
45 changed files with 136 additions and 0 deletions

View File

@@ -379,4 +379,7 @@ $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSearchType = 'Find:';//to translate
$strSplitWordsWithSpace = 'Words are splitted by a space character (" ").';//to translate
$strStructPropose = 'Propose table structure'; //to translate
$strExplain = 'Explain SQL Code'; //to translate
$strPhp = 'Create PHP Code'; //to translate
$strNoPhp = 'without PHP Code'; //to translate
?>