rfe #2937850 [doc] Add some hints to chk_rel.php for quick setup.

This commit is contained in:
Michal Čihař
2010-01-25 12:43:35 +00:00
parent 034090ab45
commit eef869d8dd
59 changed files with 236 additions and 0 deletions

View File

@@ -1625,4 +1625,8 @@ $strShowInsert = 'Show insert query'; //to translate
$strReloadNavi = 'Reload navigation frame'; //to translate
$strNewTable = 'New table'; //to translate
$strCreateNewTableShort = 'Create new table'; //to translate
$strPmadbCreateHelp = 'Quick steps to setup advanced features:'; //to translate
$strPmadbCreateTables = 'Create the needed tables with the <code>script/create_tables.sql</code>.'; //to translate
$strPmadbCreateUser = 'Create a pma user and give access to these tables.'; //to translate
$strPmadbCreateConfig = 'Enable advanced features in configuration file (<code>config.inc.php</code>), for example by starting from <code>config.sample.inc.php</code>.'; //to translate
?>