Codding standards
This commit is contained in:
@@ -260,10 +260,10 @@ $strRevokePriv = 'Revoca privilegi';
|
|||||||
$strRowLength = 'Lunghezza riga';
|
$strRowLength = 'Lunghezza riga';
|
||||||
$strRows = 'Righe';
|
$strRows = 'Righe';
|
||||||
$strRowsFrom = 'righe a partire da';
|
$strRowsFrom = 'righe a partire da';
|
||||||
$strRowsModeHorizontal=" orizzontale "; //to translate
|
|
||||||
$strRowsModeOptions=" in modalit<69> %s e ripeti gli headers dopo %s celle "; //to translate
|
|
||||||
$strRowsModeVertical=" verticale "; //to translate
|
|
||||||
$strRowSize = 'Dimensione riga';
|
$strRowSize = 'Dimensione riga';
|
||||||
|
$strRowsModeHorizontal = ' orizzontale ';
|
||||||
|
$strRowsModeOptions = ' in modalit<69> %s e ripeti gli headers dopo %s celle ';
|
||||||
|
$strRowsModeVertical = ' verticale ';
|
||||||
$strRowsStatistic = 'Statistiche righe';
|
$strRowsStatistic = 'Statistiche righe';
|
||||||
$strRunning = 'in esecuzione su %s';
|
$strRunning = 'in esecuzione su %s';
|
||||||
$strRunQuery = 'Invia Query';
|
$strRunQuery = 'Invia Query';
|
||||||
@@ -344,8 +344,7 @@ $strYes = ' Si ';
|
|||||||
|
|
||||||
$strZip = '"compresso con zip"';
|
$strZip = '"compresso con zip"';
|
||||||
|
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@@ -81,7 +81,7 @@ if (!isset($param) || $param[0] == '') {
|
|||||||
<li>
|
<li>
|
||||||
<?php echo $strAddSearchConditions; ?><br />
|
<?php echo $strAddSearchConditions; ?><br />
|
||||||
<input type="text" name="where" />
|
<input type="text" name="where" />
|
||||||
<?php print PMA_showDocuShort("F/u/Functions.html") . "\n"; ?>
|
<?php echo PMA_showDocuShort('F/u/Functions.html') . "\n"; ?>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<?php echo '<i>' . $strOr . '</i> ' . $strDoAQuery; ?><br />
|
<?php echo '<i>' . $strOr . '</i> ' . $strDoAQuery; ?><br />
|
||||||
<table border="<?php echo $cfgBorder; ?>">
|
<table border="<?php echo $cfgBorder; ?>">
|
||||||
|
Reference in New Issue
Block a user