from patch 1649881, support procedures and functions (work in progress)
This commit is contained in:
@@ -32,6 +32,8 @@ $HeadURL$
|
|||||||
+ [server] improved display of binary logs
|
+ [server] improved display of binary logs
|
||||||
+ [data] better error handling in tbl_create.php
|
+ [data] better error handling in tbl_create.php
|
||||||
+ [config] clean cookies on phpMyAdmin upgrade
|
+ [config] clean cookies on phpMyAdmin upgrade
|
||||||
|
+ [routines] from Patch #1649881, thanks to Mike Beck; work in progress...
|
||||||
|
(still to do: support definer; procedure execution)
|
||||||
|
|
||||||
2.10.1.0 (not released yet)
|
2.10.1.0 (not released yet)
|
||||||
=====================
|
=====================
|
||||||
|
@@ -25,7 +25,7 @@ if ( $num_tables == 0 && empty( $db_query_force ) ) {
|
|||||||
/**
|
/**
|
||||||
* Query box, bookmark, insert data from textfile
|
* Query box, bookmark, insert data from textfile
|
||||||
*/
|
*/
|
||||||
PMA_sqlQueryForm();
|
PMA_sqlQueryForm(true, false, isset($_REQUEST['delimiter']) ? $_REQUEST['delimiter'] : ';');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays the footer
|
* Displays the footer
|
||||||
|
@@ -496,6 +496,12 @@ if ($at_least_one_view_exceeds_max_count && !$db_is_information_schema) {
|
|||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
// Routines
|
||||||
|
echo '<fieldset>' . "\n";
|
||||||
|
echo ' <legend>' . $strRoutines . '</legend>' . "\n";
|
||||||
|
require './libraries/db_routines.inc.php';
|
||||||
|
echo '</fieldset>' . "\n";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Work on the database
|
* Work on the database
|
||||||
* redesigned 2004-05-08 by mkkeck
|
* redesigned 2004-05-08 by mkkeck
|
||||||
|
@@ -1053,4 +1053,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1054,4 +1054,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1053,4 +1053,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1054,4 +1054,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1046,4 +1046,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1047,4 +1047,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1030,4 +1030,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1053,4 +1053,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1032,4 +1032,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1025,4 +1025,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1026,4 +1026,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1054,4 +1054,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1034,4 +1034,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1027,4 +1027,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1027,4 +1027,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -673,6 +673,8 @@ $strRevokeAndDelete = 'Revoke all active privileges from the users and delete th
|
|||||||
$strRevokeMessage = 'You have revoked the privileges for %s';
|
$strRevokeMessage = 'You have revoked the privileges for %s';
|
||||||
$strRevoke = 'Revoke';
|
$strRevoke = 'Revoke';
|
||||||
$strRomanian = 'Romanian';
|
$strRomanian = 'Romanian';
|
||||||
|
$strRoutineReturnType = 'Return type';
|
||||||
|
$strRoutines = 'Routines';
|
||||||
$strRowLength = 'Row length';
|
$strRowLength = 'Row length';
|
||||||
$strRowsFrom = 'row(s) starting from record #';
|
$strRowsFrom = 'row(s) starting from record #';
|
||||||
$strRowSize = ' Row size ';
|
$strRowSize = ' Row size ';
|
||||||
|
@@ -673,6 +673,8 @@ $strRevokeAndDelete = 'Revoke all active privileges from the users and delete th
|
|||||||
$strRevokeMessage = 'You have revoked the privileges for %s';
|
$strRevokeMessage = 'You have revoked the privileges for %s';
|
||||||
$strRevoke = 'Revoke';
|
$strRevoke = 'Revoke';
|
||||||
$strRomanian = 'Romanian';
|
$strRomanian = 'Romanian';
|
||||||
|
$strRoutineReturnType = 'Return type';
|
||||||
|
$strRoutines = 'Routines';
|
||||||
$strRowLength = 'Row length';
|
$strRowLength = 'Row length';
|
||||||
$strRowsFrom = 'row(s) starting from record #';
|
$strRowsFrom = 'row(s) starting from record #';
|
||||||
$strRowSize = ' Row size ';
|
$strRowSize = ' Row size ';
|
||||||
|
@@ -674,6 +674,8 @@ $strRevokeAndDelete = 'Revoke all active privileges from the users and delete th
|
|||||||
$strRevokeMessage = 'You have revoked the privileges for %s';
|
$strRevokeMessage = 'You have revoked the privileges for %s';
|
||||||
$strRevoke = 'Revoke';
|
$strRevoke = 'Revoke';
|
||||||
$strRomanian = 'Romanian';
|
$strRomanian = 'Romanian';
|
||||||
|
$strRoutineReturnType = 'Return type';
|
||||||
|
$strRoutines = 'Routines';
|
||||||
$strRowLength = 'Row length';
|
$strRowLength = 'Row length';
|
||||||
$strRowsFrom = 'row(s) starting from record #';
|
$strRowsFrom = 'row(s) starting from record #';
|
||||||
$strRowSize = ' Row size ';
|
$strRowSize = ' Row size ';
|
||||||
|
@@ -1034,4 +1034,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1035,4 +1035,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1031,4 +1031,6 @@ $strZip = '"zip-pakattu"';
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1031,4 +1031,6 @@ $strZip = '"zip-pakattu"';
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1032,4 +1032,6 @@ $strZip = '"zip-pakattu"';
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1025,4 +1025,6 @@ $strZip = '"zipp
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1025,4 +1025,6 @@ $strZip = '"zipp
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1026,4 +1026,6 @@ $strZip = '"zippé"';
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1031,4 +1031,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1032,4 +1032,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1031,4 +1031,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1031,4 +1031,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1032,4 +1032,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1046,4 +1046,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1047,4 +1047,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1046,4 +1046,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1047,4 +1047,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1044,4 +1044,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1045,4 +1045,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1045,4 +1045,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1044,4 +1044,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1066,4 +1066,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1067,4 +1067,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1026,4 +1026,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1027,4 +1027,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1022,4 +1022,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1023,4 +1023,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1022,4 +1022,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1056,4 +1056,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1047,4 +1047,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1048,4 +1048,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate
|
|||||||
$strFiles = 'Files'; //to translate
|
$strFiles = 'Files'; //to translate
|
||||||
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
$strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
|
||||||
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
|
||||||
|
$strRoutines = 'Routines'; //to translate
|
||||||
|
$strRoutineReturnType = 'Return type'; //to translate
|
||||||
?>
|
?>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user