added strings for RFE #1197482: $strGeneratePassword, $strGenerate and $strCopy

This commit is contained in:
Olivier Müller
2005-06-12 10:10:11 +00:00
parent f899389dc2
commit 0f1a4d4df9
119 changed files with 358 additions and 3 deletions

View File

@@ -814,4 +814,7 @@ $strRoutines = 'Routines'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
?>