//Changed English strings using the translationsenglish module.

This commit is contained in:
djfm
2013-01-04 16:58:58 +01:00
parent 507309ddf5
commit 385c593129
319 changed files with 5991 additions and 5991 deletions
@@ -104,14 +104,14 @@ class AdminRequestSqlControllerCore extends AdminController
$this->display = null;
$this->initToolbar();
$this->displayWarning($this->l('When saving the query, only the request type "SELECT" are allowed.'));
$this->displayWarning($this->l('When saving the query, only the request type "SELECT" is allowed.'));
$this->displayInformation('
<strong>'.$this->l('How to create a new sql query?').'</strong><br />
<strong>'.$this->l('How do I create a new sql query?').'</strong><br />
<ul>
<li>'.$this->l('Click "Add new".').'</li>
<li>'.$this->l('Click "Add New".').'</li>
<li>'.$this->l('Fill in the fields and click "Save".').'</li>
<li>'.$this->l('You can then view the query results by clicking on the tab:').' <img src="../img/admin/details.gif" /></li>
<li>'.$this->l('You can then export the query results as CSV file by clicking on the tab:').' <img src="../img/admin/export.gif" /></li>
<li>'.$this->l('You can also export the query results as CSV file by clicking on the tab:').' <img src="../img/admin/export.gif" /></li>
</ul>');
$this->addRowAction('export');