various theme selector fixes
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -7,12 +7,14 @@ $Source$
|
|||||||
|
|
||||||
2004-06-15 Michal Čihař <michal@cihar.com>
|
2004-06-15 Michal Čihař <michal@cihar.com>
|
||||||
* lang/czech: Updated.
|
* lang/czech: Updated.
|
||||||
* config.inc.php, libraries/common.lib.php,
|
* config.inc.php, libraries/config_import.lib.php,
|
||||||
libraries/config_import.lib.php: Support for SHA1 function (RFE
|
libraries/common.lib.php: Support for SHA1 function (RFE #971703).
|
||||||
#971703).
|
|
||||||
* main.php: Possible undefined variable.
|
|
||||||
* queryframe.php: Do not show <hr /> when no logo is shown.
|
* queryframe.php: Do not show <hr /> when no logo is shown.
|
||||||
* main.php: Don't reset theme on language change.
|
* main.php: Generate hidden inputs nicely.
|
||||||
|
* main.php, libraries/common.lib.php, libraries/select_theme.lib.php: Use
|
||||||
|
pma_theme as cookie name, default theme to some reasonable value to
|
||||||
|
avoid undefined variables all around the code.
|
||||||
|
* main.php, lang/*: strSelectTheme is IMHO not needed.
|
||||||
|
|
||||||
2004-06-09 Alexander M. Turek <me@derrabus.de>
|
2004-06-09 Alexander M. Turek <me@derrabus.de>
|
||||||
* libraries/config_import.lib.php: The default settings should be merged.
|
* libraries/config_import.lib.php: The default settings should be merged.
|
||||||
|
@@ -758,7 +758,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -759,7 +759,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,7 +750,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,7 +752,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -747,7 +747,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,7 +748,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,7 +750,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -757,7 +757,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,7 +756,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,7 +772,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -773,7 +773,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,7 +755,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,7 +756,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -755,7 +755,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,7 +743,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,7 +744,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,7 +750,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,7 +749,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,7 +750,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,7 +749,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,7 +771,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,7 +772,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -771,7 +771,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -600,7 +600,6 @@ $strSelectAll = 'Vybrat v
|
|||||||
$strSelectFields = 'Zvolte sloupec (alespo<70> jeden):';
|
$strSelectFields = 'Zvolte sloupec (alespo<70> jeden):';
|
||||||
$strSelectNumRows = 'v dotazu';
|
$strSelectNumRows = 'v dotazu';
|
||||||
$strSelectTables = 'Vybrat tabulky';
|
$strSelectTables = 'Vybrat tabulky';
|
||||||
$strSelectTheme = 'pros<6F>m vyberte si...';
|
|
||||||
$strSend = 'Do souboru';
|
$strSend = 'Do souboru';
|
||||||
$strSent = 'Odesl<73>no';
|
$strSent = 'Odesl<73>no';
|
||||||
$strServer = 'Server';
|
$strServer = 'Server';
|
||||||
|
@@ -601,7 +601,6 @@ $strSelectAll = 'Vybrat vše';
|
|||||||
$strSelectFields = 'Zvolte sloupec (alespoň jeden):';
|
$strSelectFields = 'Zvolte sloupec (alespoň jeden):';
|
||||||
$strSelectNumRows = 'v dotazu';
|
$strSelectNumRows = 'v dotazu';
|
||||||
$strSelectTables = 'Vybrat tabulky';
|
$strSelectTables = 'Vybrat tabulky';
|
||||||
$strSelectTheme = 'prosím vyberte si...';
|
|
||||||
$strSend = 'Do souboru';
|
$strSend = 'Do souboru';
|
||||||
$strSent = 'Odesláno';
|
$strSent = 'Odesláno';
|
||||||
$strServer = 'Server';
|
$strServer = 'Server';
|
||||||
|
@@ -600,7 +600,6 @@ $strSelectAll = 'Vybrat v
|
|||||||
$strSelectFields = 'Zvolte sloupec (alespo<70> jeden):';
|
$strSelectFields = 'Zvolte sloupec (alespo<70> jeden):';
|
||||||
$strSelectNumRows = 'v dotazu';
|
$strSelectNumRows = 'v dotazu';
|
||||||
$strSelectTables = 'Vybrat tabulky';
|
$strSelectTables = 'Vybrat tabulky';
|
||||||
$strSelectTheme = 'pros<6F>m vyberte si...';
|
|
||||||
$strSend = 'Do souboru';
|
$strSend = 'Do souboru';
|
||||||
$strSent = 'Odesl<73>no';
|
$strSent = 'Odesl<73>no';
|
||||||
$strServer = 'Server';
|
$strServer = 'Server';
|
||||||
|
@@ -745,7 +745,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,7 +746,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,7 +752,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -594,7 +594,6 @@ $strSelectAll = 'Select All';
|
|||||||
$strSelectFields = 'Select fields (at least one):';
|
$strSelectFields = 'Select fields (at least one):';
|
||||||
$strSelectNumRows = 'in query';
|
$strSelectNumRows = 'in query';
|
||||||
$strSelectTables = 'Select Tables';
|
$strSelectTables = 'Select Tables';
|
||||||
$strSelectTheme = 'please select...';
|
|
||||||
$strSend = 'Save as file';
|
$strSend = 'Save as file';
|
||||||
$strSent = 'Sent';
|
$strSent = 'Sent';
|
||||||
$strServer = 'Server';
|
$strServer = 'Server';
|
||||||
|
@@ -595,7 +595,6 @@ $strSelectAll = 'Select All';
|
|||||||
$strSelectFields = 'Select fields (at least one):';
|
$strSelectFields = 'Select fields (at least one):';
|
||||||
$strSelectNumRows = 'in query';
|
$strSelectNumRows = 'in query';
|
||||||
$strSelectTables = 'Select Tables';
|
$strSelectTables = 'Select Tables';
|
||||||
$strSelectTheme = 'please select...';
|
|
||||||
$strSend = 'Save as file';
|
$strSend = 'Save as file';
|
||||||
$strSent = 'Sent';
|
$strSent = 'Sent';
|
||||||
$strServer = 'Server';
|
$strServer = 'Server';
|
||||||
|
@@ -743,7 +743,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,7 +744,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -768,7 +768,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -769,7 +769,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -595,7 +595,6 @@ $strSelectAll = 'Tout s
|
|||||||
$strSelectFields = 'Choisir les champs <20> afficher (au moins un)';
|
$strSelectFields = 'Choisir les champs <20> afficher (au moins un)';
|
||||||
$strSelectNumRows = 'dans la requ<71>te';
|
$strSelectNumRows = 'dans la requ<71>te';
|
||||||
$strSelectTables = 'Choisissez les tables';
|
$strSelectTables = 'Choisissez les tables';
|
||||||
$strSelectTheme = 'veuillez choisir...';
|
|
||||||
$strSend = 'Transmettre';
|
$strSend = 'Transmettre';
|
||||||
$strSent = 'Envoy<6F>';
|
$strSent = 'Envoy<6F>';
|
||||||
$strServer = 'Serveur';
|
$strServer = 'Serveur';
|
||||||
|
@@ -596,7 +596,6 @@ $strSelectAll = 'Tout sélectionner';
|
|||||||
$strSelectFields = 'Choisir les champs à afficher (au moins un)';
|
$strSelectFields = 'Choisir les champs à afficher (au moins un)';
|
||||||
$strSelectNumRows = 'dans la requête';
|
$strSelectNumRows = 'dans la requête';
|
||||||
$strSelectTables = 'Choisissez les tables';
|
$strSelectTables = 'Choisissez les tables';
|
||||||
$strSelectTheme = 'veuillez choisir...';
|
|
||||||
$strSend = 'Transmettre';
|
$strSend = 'Transmettre';
|
||||||
$strSent = 'Envoyé';
|
$strSent = 'Envoyé';
|
||||||
$strServer = 'Serveur';
|
$strServer = 'Serveur';
|
||||||
|
@@ -750,7 +750,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -772,7 +772,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strZip = 'Zip-komprimiert';
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,7 +752,6 @@ $strZip = 'Zip-komprimiert';
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,7 +752,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,7 +753,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -768,7 +768,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -776,7 +776,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,7 +756,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -757,7 +757,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,7 +743,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,7 +744,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,7 +748,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,7 +749,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,7 +756,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,7 +756,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -757,7 +757,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -766,7 +766,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -767,7 +767,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -749,7 +749,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -748,7 +748,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,7 +744,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,7 +743,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -767,7 +767,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -768,7 +768,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -750,7 +750,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -774,7 +774,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -773,7 +773,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,7 +752,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -763,7 +763,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -764,7 +764,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,7 +744,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -745,7 +745,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -752,7 +752,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -751,7 +751,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,7 +754,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,7 +753,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -754,7 +754,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -753,7 +753,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -745,7 +745,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,7 +746,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -745,7 +745,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -745,7 +745,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -746,7 +746,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -745,7 +745,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,7 +743,6 @@ $strYes = 'S
|
|||||||
$strZeroRemovesTheLimit = 'Nota: si cambia los par<61>metros de estas opciones a 0 (cero), remueve el l<>mite.';
|
$strZeroRemovesTheLimit = 'Nota: si cambia los par<61>metros de estas opciones a 0 (cero), remueve el l<>mite.';
|
||||||
$strZip = '"comprimido con zip"';
|
$strZip = '"comprimido con zip"';
|
||||||
|
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,7 +744,6 @@ $strYes = 'Sí';
|
|||||||
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
|
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
|
||||||
$strZip = '"comprimido con zip"';
|
$strZip = '"comprimido con zip"';
|
||||||
|
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -743,7 +743,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -744,7 +744,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,7 +756,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -757,7 +757,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -756,7 +756,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -757,7 +757,6 @@ $strSpanish = 'Spanish'; //to translate
|
|||||||
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
|
||||||
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
|
||||||
$strServerNotResponding = 'The server is not responding'; //to translate
|
$strServerNotResponding = 'The server is not responding'; //to translate
|
||||||
$strSelectTheme = 'please select...'; //to translate
|
|
||||||
$strTheme = 'Theme / Style'; //to translate
|
$strTheme = 'Theme / Style'; //to translate
|
||||||
$strTakeIt = 'take it'; //to translate
|
$strTakeIt = 'take it'; //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