Added some feedback when a PDFpage is added

This commit is contained in:
Herman van Rink
2010-02-09 20:21:53 +00:00
parent a82cc85f04
commit bafbc5cad7
58 changed files with 124 additions and 0 deletions

View File

@@ -1631,4 +1631,6 @@ $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
$strPDFPageCreated = 'Page has been created'; //to translate
$strPDFPageCreateFailed = 'Page creation failed'; //to translate
?>