diff --git a/ChangeLog b/ChangeLog index 85ea3319c..45d9c8572 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ $HeadURL$ + [server] improved display of binary logs + [data] better error handling in tbl_create.php + [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) ===================== diff --git a/db_sql.php b/db_sql.php index 618b7eae3..3445ac9bb 100644 --- a/db_sql.php +++ b/db_sql.php @@ -25,7 +25,7 @@ if ( $num_tables == 0 && empty( $db_query_force ) ) { /** * Query box, bookmark, insert data from textfile */ -PMA_sqlQueryForm(); +PMA_sqlQueryForm(true, false, isset($_REQUEST['delimiter']) ? $_REQUEST['delimiter'] : ';'); /** * Displays the footer diff --git a/db_structure.php b/db_structure.php index 2d0d84484..77ef9657f 100644 --- a/db_structure.php +++ b/db_structure.php @@ -496,6 +496,12 @@ if ($at_least_one_view_exceeds_max_count && !$db_is_information_schema) {
' . "\n"; +echo ' ' . $strRoutines . '' . "\n"; +require './libraries/db_routines.inc.php'; +echo '' . "\n"; + /** * Work on the database * redesigned 2004-05-08 by mkkeck diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 52efe3b4e..d3281f8bb 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -1053,4 +1053,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index c380cd673..2541fb1e3 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1054,4 +1054,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index c8d2dc15a..8f50055e5 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 77ec9de0a..9b29224ea 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1053,4 +1053,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 233e5b82b..989dea42d 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 8a3124545..ef7d84c6b 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -1054,4 +1054,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index d799f5e47..0990640ab 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 6dca52837..5730c5093 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index a9347363d..0fcf50ebe 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -1046,4 +1046,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 0c9e4d593..a56bed871 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1047,4 +1047,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 3ee38b932..81a25a235 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1030,4 +1030,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/belarusian_cyrillic-windows-1251.inc.php b/lang/belarusian_cyrillic-windows-1251.inc.php index 7147c9a0d..0c410b8cd 100644 --- a/lang/belarusian_cyrillic-windows-1251.inc.php +++ b/lang/belarusian_cyrillic-windows-1251.inc.php @@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index a5b63036f..563fa2055 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index da35989be..349196243 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1053,4 +1053,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index f90712045..e85cf5e92 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index fdb53cadf..04acf359e 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -1032,4 +1032,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 172de2785..41e9c62f5 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index fcb24422f..a3e2c129a 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 8e26b2df6..3cc0e9ceb 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index 78cbdf15e..0e64dceaf 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index 7f68a8477..8992f3f9d 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -1025,4 +1025,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 91d4ca474..8de40f70d 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1026,4 +1026,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index 7e53dfb63..06c268203 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -1054,4 +1054,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index d24f01910..dd19fd7da 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index 6d01d1029..a5dfe5afa 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 12532dc8b..4664592ac 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1034,4 +1034,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index 13d717d7d..dbc0a262e 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -1027,4 +1027,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index ab11c3ce6..d2576d3e0 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 8cd5d54ea..0f7883e30 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -1027,4 +1027,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index acab3bb10..f3d1dc234 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 633fa87ec..0e9e2672b 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 294fc0d58..ac3198bb2 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index fe3ff5730..34592c836 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index a323ebd0f..79afeb8fd 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 09298e7f3..e1a5f6bd3 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/dutch-iso-8859-15.inc.php b/lang/dutch-iso-8859-15.inc.php index 89920c7f2..5ea6e25da 100644 --- a/lang/dutch-iso-8859-15.inc.php +++ b/lang/dutch-iso-8859-15.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 882b09d3c..496ccbd09 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 1d8956daf..ef454b4fa 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -673,6 +673,8 @@ $strRevokeAndDelete = 'Revoke all active privileges from the users and delete th $strRevokeMessage = 'You have revoked the privileges for %s'; $strRevoke = 'Revoke'; $strRomanian = 'Romanian'; +$strRoutineReturnType = 'Return type'; +$strRoutines = 'Routines'; $strRowLength = 'Row length'; $strRowsFrom = 'row(s) starting from record #'; $strRowSize = ' Row size '; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index 861261737..08670293c 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -673,6 +673,8 @@ $strRevokeAndDelete = 'Revoke all active privileges from the users and delete th $strRevokeMessage = 'You have revoked the privileges for %s'; $strRevoke = 'Revoke'; $strRomanian = 'Romanian'; +$strRoutineReturnType = 'Return type'; +$strRoutines = 'Routines'; $strRowLength = 'Row length'; $strRowsFrom = 'row(s) starting from record #'; $strRowSize = ' Row size '; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 2fa1dda5d..b41cf4d28 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -674,6 +674,8 @@ $strRevokeAndDelete = 'Revoke all active privileges from the users and delete th $strRevokeMessage = 'You have revoked the privileges for %s'; $strRevoke = 'Revoke'; $strRomanian = 'Romanian'; +$strRoutineReturnType = 'Return type'; +$strRoutines = 'Routines'; $strRowLength = 'Row length'; $strRowsFrom = 'row(s) starting from record #'; $strRowSize = ' Row size '; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index f951eca79..d95b7d50c 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -1034,4 +1034,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 21ad37f44..29779e536 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1035,4 +1035,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index d78addcc7..1065d89dd 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -1031,4 +1031,6 @@ $strZip = '"zip-pakattu"'; $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php index 7ca7ba5ad..ec617fcf9 100644 --- a/lang/finnish-iso-8859-15.inc.php +++ b/lang/finnish-iso-8859-15.inc.php @@ -1031,4 +1031,6 @@ $strZip = '"zip-pakattu"'; $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 1b59ac10b..2e58220ea 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1032,4 +1032,6 @@ $strZip = '"zip-pakattu"'; $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index ef6ca9ae7..e2671fbbe 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -1025,4 +1025,6 @@ $strZip = '"zipp $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/french-iso-8859-15.inc.php b/lang/french-iso-8859-15.inc.php index a496b1cf6..6afe2265e 100644 --- a/lang/french-iso-8859-15.inc.php +++ b/lang/french-iso-8859-15.inc.php @@ -1025,4 +1025,6 @@ $strZip = '"zipp $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 348aceb45..ea4c56a81 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1026,4 +1026,6 @@ $strZip = '"zippé"'; $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 1b8aa17d0..bc2c7bf39 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -1031,4 +1031,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index b2bec50e9..e19110217 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1032,4 +1032,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 9a8c34089..10f4d1609 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 3cb0ab9f0..84f77da67 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -1031,4 +1031,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/german-iso-8859-15.inc.php b/lang/german-iso-8859-15.inc.php index 274ea11ee..f225141c9 100644 --- a/lang/german-iso-8859-15.inc.php +++ b/lang/german-iso-8859-15.inc.php @@ -1031,4 +1031,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index d4f2f0325..cc634d075 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1032,4 +1032,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index abdfd0aa9..5197624c2 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index c56255ee9..9c3be7744 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 95a196d24..31643f4a6 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -1046,4 +1046,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index d476ceea8..bce736015 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1047,4 +1047,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 500241f71..97abd8ca2 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 74cf19de8..c8e1e6e99 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -1046,4 +1046,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index efc39e22e..6573409b6 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1047,4 +1047,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index e06d6f6eb..f92ed6744 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -1044,4 +1044,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index a18e0bcd7..9351db0d2 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1045,4 +1045,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 0719c9e70..673d623d7 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index 25d7efd3e..6ba8448ff 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -1028,4 +1028,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 6c4028318..f88e33188 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index b92c1cbfb..a94c8120d 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index c0c221a0b..0a6d18c4f 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 4275b42eb..031ab7ace 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1033,4 +1033,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index 2417112e2..83a78d176 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 4cfe28745..a289d455d 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 872634de9..ae2a7d4d2 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 63b0873cf..e28d7e035 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index acbc94530..4bb5076e5 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1045,4 +1045,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index e15ea3fc7..c5a5beca9 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -1044,4 +1044,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index b3dbc6266..94c7da756 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -1066,4 +1066,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 89372ed37..ebc9cbca7 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1067,4 +1067,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index d53f6eb34..957a9d63f 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index a8f008223..e465c4d49 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -1026,4 +1026,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index d3adb2fe1..63a600630 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1027,4 +1027,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 58bd3d534..98f09bcb0 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1052,4 +1052,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index ca425fa97..a7406fd9e 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 95e22d384..15b4431c6 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -1022,4 +1022,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index be952ce37..1ad387e09 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1023,4 +1023,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/polish-windows-1250.inc.php b/lang/polish-windows-1250.inc.php index 8d36b39db..d2034d199 100644 --- a/lang/polish-windows-1250.inc.php +++ b/lang/polish-windows-1250.inc.php @@ -1022,4 +1022,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index ee3ae1faa..351e09cf6 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php index 4b52ee0c7..1d68abfae 100644 --- a/lang/portuguese-iso-8859-15.inc.php +++ b/lang/portuguese-iso-8859-15.inc.php @@ -1055,4 +1055,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 4915ad866..46b57dd25 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1056,4 +1056,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index 088e127ac..f605595b7 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -1047,4 +1047,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index ed503b41b..1ed202c07 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1048,4 +1048,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index f260a5554..e192ec813 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 417396998..9671bc86e 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index eeb9dffa2..87e712119 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index 96546e27e..5c0b96911 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 113899c57..81c34684f 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 52b1288c7..e24cc3ac4 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 2a970973b..cfb8d5981 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 577558735..f1b66733f 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index 9839400ee..e38613170 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1032,4 +1032,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index 28143d1f1..84765ee0c 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 66b601856..7541929c9 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1030,4 +1030,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index 8601d254e..e49e03ea0 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -1029,4 +1029,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 1007afd90..46560b6b9 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -1048,4 +1048,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 19567237a..fafb867e5 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index e2ae372bd..2a23f642b 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -1048,4 +1048,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 5c0df1e54..0b1d077a4 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -1024,4 +1024,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php index dc581c62f..0d7a00c71 100644 --- a/lang/spanish-iso-8859-15.inc.php +++ b/lang/spanish-iso-8859-15.inc.php @@ -1024,4 +1024,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 5a6dda25d..f3fd28e09 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1025,4 +1025,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 5e291afd7..815d49700 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -1034,4 +1034,6 @@ $strViewName = 'VIEW name'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 2edd87008..91c9db36a 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1035,4 +1035,6 @@ $strViewName = 'VIEW name'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/tatarish-iso-8859-9.inc.php b/lang/tatarish-iso-8859-9.inc.php index c30e3b2f6..2b5552892 100644 --- a/lang/tatarish-iso-8859-9.inc.php +++ b/lang/tatarish-iso-8859-9.inc.php @@ -1040,4 +1040,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 328da7b36..2ebf347b7 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1041,4 +1041,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index 6e7eebaf3..30fdbf2d0 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -1050,4 +1050,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 2251c2c63..cb4610ab2 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1051,4 +1051,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index f92e9f359..d06ea1ee3 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -1034,4 +1034,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index cc091eca8..1def9dada 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1035,4 +1035,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 70b88e038..eda4c9862 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1049,4 +1049,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 9b62567a4..fbcc15225 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -1048,4 +1048,6 @@ $strOptions = 'Options'; //to translate $strFiles = 'Files'; //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 +$strRoutines = 'Routines'; //to translate +$strRoutineReturnType = 'Return type'; //to translate ?> diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php index 7c74b2581..b89bff049 100644 --- a/libraries/sql_query_form.lib.php +++ b/libraries/sql_query_form.lib.php @@ -57,8 +57,9 @@ require_once './libraries/bookmark.lib.php'; // used for file listing * @param boolean|string $display_tab sql|files|history|full|FALSE * what part to display * false if not inside querywindow + * @param string $delimiter */ -function PMA_sqlQueryForm($query = true, $display_tab = false) +function PMA_sqlQueryForm($query = true, $display_tab = false, $delimiter = ';') { // check tab to display if inside querywindow if (! $display_tab) { @@ -134,7 +135,7 @@ function PMA_sqlQueryForm($query = true, $display_tab = false) // display querybox if ($display_tab === 'full' || $display_tab === 'sql') { - PMA_sqlQueryFormInsert($query, $is_querywindow); + PMA_sqlQueryFormInsert($query, $is_querywindow, $delimiter); } // display uploads @@ -186,8 +187,9 @@ function PMA_sqlQueryForm($query = true, $display_tab = false) * @uses htmlspecialchars() * @param string $query query to display in the textarea * @param boolean $is_querywindow if inside querywindow or not + * @param string $delimiter default delimiter to use */ -function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false) +function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false, $delimiter = ';') { // enable auto select text in textarea @@ -368,7 +370,8 @@ function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false) if (PMA_MYSQL_INT_VERSION >= 50000) { echo '' . "\n"; - echo ' ]' . "\n"; }