support for user defined templates for export filename
This commit is contained in:
@@ -17,6 +17,8 @@ $Source$
|
|||||||
* libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
|
* libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
|
||||||
when using transformations.
|
when using transformations.
|
||||||
* libraries/display_export.lib.php3: Fixed end of line chars.
|
* libraries/display_export.lib.php3: Fixed end of line chars.
|
||||||
|
* tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
|
||||||
|
specify how will filename for exported data look like (RFE #678642).
|
||||||
|
|
||||||
2003-03-17 Marc Delisle <lem9@users.sourceforge.net>
|
2003-03-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* user_password.php3, header.inc.php3, libraries/user_password.js:
|
* user_password.php3, header.inc.php3, libraries/user_password.js:
|
||||||
|
@@ -625,4 +625,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -626,4 +626,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -618,4 +618,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -619,4 +619,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -640,4 +640,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -639,4 +639,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -639,4 +639,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -640,4 +640,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -638,4 +638,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -639,4 +639,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -638,4 +638,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -611,4 +611,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -612,4 +612,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -638,4 +638,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -637,4 +637,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -637,4 +637,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -636,4 +636,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -638,4 +638,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -639,4 +639,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -638,4 +638,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -211,6 +211,9 @@ $strFieldsEnclosedBy = 'N
|
|||||||
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
|
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
|
||||||
$strFieldsTerminatedBy = 'Sloupce odd<64>len<65>';
|
$strFieldsTerminatedBy = 'Sloupce odd<64>len<65>';
|
||||||
$strFileCouldNotBeRead = 'Soubor nelze p<>e<EFBFBD><65>st';
|
$strFileCouldNotBeRead = 'Soubor nelze p<>e<EFBFBD><65>st';
|
||||||
|
$strFileNameTemplate = 'Vzor pro jm<6A>no souboru';
|
||||||
|
$strFileNameTemplateHelp = 'Pou<6F>ijte __DB__ pro jm<6A>no datab<61>ze, __TABLE__ pro jm<6A>no tabulky a jak<61>koliv parametry pro %sfunkci strftime%s pro vlo<6C>en<65> data. P<><50>pona souboru bude automaticky p<>id<69>na podle typu. Jak<61>koliv jin<69> text bude zachov<6F>n.';
|
||||||
|
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
||||||
$strFixed = 'pevn<76>';
|
$strFixed = 'pevn<76>';
|
||||||
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
|
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
|
||||||
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
|
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
|
||||||
|
@@ -212,6 +212,9 @@ $strFieldsEnclosedBy = 'Názvy sloupců uzavřené do';
|
|||||||
$strFieldsEscapedBy = 'Názvy sloupců escapovány';
|
$strFieldsEscapedBy = 'Názvy sloupců escapovány';
|
||||||
$strFieldsTerminatedBy = 'Sloupce oddělené';
|
$strFieldsTerminatedBy = 'Sloupce oddělené';
|
||||||
$strFileCouldNotBeRead = 'Soubor nelze přečíst';
|
$strFileCouldNotBeRead = 'Soubor nelze přečíst';
|
||||||
|
$strFileNameTemplate = 'Vzor pro jméno souboru';
|
||||||
|
$strFileNameTemplateHelp = 'Použijte __DB__ pro jméno databáze, __TABLE__ pro jméno tabulky a jakékoliv parametry pro %sfunkci strftime%s pro vložení data. Přípona souboru bude automaticky přidána podle typu. Jakýkoliv jiný text bude zachován.';
|
||||||
|
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
||||||
$strFixed = 'pevný';
|
$strFixed = 'pevný';
|
||||||
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto tabulek se může lišit od oprávnění, která server právě používá, pokud byly tyto tabulky upravovány. V tomto případě je vhodné provést %sznovunačtení oprávnění%s před pokračováním.';
|
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto tabulek se může lišit od oprávnění, která server právě používá, pokud byly tyto tabulky upravovány. V tomto případě je vhodné provést %sznovunačtení oprávnění%s před pokračováním.';
|
||||||
$strFlushTable = 'Vyprázdnit vyrovnávací paměť pro tabulku ("FLUSH")';
|
$strFlushTable = 'Vyprázdnit vyrovnávací paměť pro tabulku ("FLUSH")';
|
||||||
|
@@ -211,6 +211,9 @@ $strFieldsEnclosedBy = 'N
|
|||||||
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
|
$strFieldsEscapedBy = 'N<>zvy sloupc<70> escapov<6F>ny';
|
||||||
$strFieldsTerminatedBy = 'Sloupce odd<64>len<65>';
|
$strFieldsTerminatedBy = 'Sloupce odd<64>len<65>';
|
||||||
$strFileCouldNotBeRead = 'Soubor nelze p<>e<EFBFBD><65>st';
|
$strFileCouldNotBeRead = 'Soubor nelze p<>e<EFBFBD><65>st';
|
||||||
|
$strFileNameTemplate = 'Vzor pro jm<6A>no souboru';
|
||||||
|
$strFileNameTemplateHelp = 'Pou<6F>ijte __DB__ pro jm<6A>no datab<61>ze, __TABLE__ pro jm<6A>no tabulky a jak<61>koliv parametry pro %sfunkci strftime%s pro vlo<6C>en<65> data. P<><50>pona souboru bude automaticky p<>id<69>na podle typu. Jak<61>koliv jin<69> text bude zachov<6F>n.';
|
||||||
|
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
|
||||||
$strFixed = 'pevn<76>';
|
$strFixed = 'pevn<76>';
|
||||||
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
|
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
|
||||||
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
|
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
|
||||||
|
@@ -633,4 +633,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -634,4 +634,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -615,4 +615,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -616,4 +616,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -150,6 +150,7 @@ $strDbPrivileges = 'Database-specific privileges';
|
|||||||
$strDbSpecific = 'database-specific';
|
$strDbSpecific = 'database-specific';
|
||||||
$strDefault = 'Default';
|
$strDefault = 'Default';
|
||||||
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
||||||
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
||||||
$strDelete = 'Delete';
|
$strDelete = 'Delete';
|
||||||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
||||||
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
|
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
|
||||||
@@ -204,6 +205,9 @@ $strFieldsEnclosedBy = 'Fields enclosed by';
|
|||||||
$strFieldsEscapedBy = 'Fields escaped by';
|
$strFieldsEscapedBy = 'Fields escaped by';
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';
|
$strFieldsTerminatedBy = 'Fields terminated by';
|
||||||
$strFileCouldNotBeRead = 'File could not be read';
|
$strFileCouldNotBeRead = 'File could not be read';
|
||||||
|
$strFileNameTemplate = 'File name template';
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
|
||||||
|
$strFileNameTemplateRemember = 'remember template';
|
||||||
$strFixed = 'fixed';
|
$strFixed = 'fixed';
|
||||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
@@ -611,5 +615,4 @@ $strYes = 'Yes';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -151,6 +151,7 @@ $strDbPrivileges = 'Database-specific privileges';
|
|||||||
$strDbSpecific = 'database-specific';
|
$strDbSpecific = 'database-specific';
|
||||||
$strDefault = 'Default';
|
$strDefault = 'Default';
|
||||||
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
|
||||||
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
|
||||||
$strDelete = 'Delete';
|
$strDelete = 'Delete';
|
||||||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
|
||||||
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
|
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
|
||||||
@@ -205,6 +206,9 @@ $strFieldsEnclosedBy = 'Fields enclosed by';
|
|||||||
$strFieldsEscapedBy = 'Fields escaped by';
|
$strFieldsEscapedBy = 'Fields escaped by';
|
||||||
$strFieldsTerminatedBy = 'Fields terminated by';
|
$strFieldsTerminatedBy = 'Fields terminated by';
|
||||||
$strFileCouldNotBeRead = 'File could not be read';
|
$strFileCouldNotBeRead = 'File could not be read';
|
||||||
|
$strFileNameTemplate = 'File name template';
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
|
||||||
|
$strFileNameTemplateRemember = 'remember template';
|
||||||
$strFixed = 'fixed';
|
$strFixed = 'fixed';
|
||||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
||||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||||
@@ -612,5 +616,4 @@ $strYes = 'Yes';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
|
||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -614,4 +614,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -615,4 +615,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -614,4 +614,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -613,4 +613,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -635,4 +635,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -636,4 +636,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -612,4 +612,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -613,4 +613,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -615,4 +615,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -616,4 +616,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -638,4 +638,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -620,4 +620,7 @@ $strPerMinute = 'pro Minute';
|
|||||||
$strPerSecond = 'pro Sekunde';
|
$strPerSecond = 'pro Sekunde';
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -621,4 +621,7 @@ $strPerMinute = 'pro Minute';
|
|||||||
$strPerSecond = 'pro Sekunde';
|
$strPerSecond = 'pro Sekunde';
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -637,4 +637,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -638,4 +638,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -635,4 +635,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -649,4 +649,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -623,4 +623,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -624,4 +624,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -611,4 +611,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -612,4 +612,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -616,4 +616,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -617,4 +617,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -623,4 +623,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -623,4 +623,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -624,4 +624,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -637,4 +637,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -639,4 +639,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -638,4 +638,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -612,4 +612,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -611,4 +611,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -634,4 +634,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -635,4 +635,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -613,4 +613,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -614,4 +614,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -611,4 +611,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -612,4 +612,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -634,4 +634,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -635,4 +635,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -612,4 +612,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -613,4 +613,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -621,4 +621,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -619,4 +619,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -620,4 +620,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -619,4 +619,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -641,4 +641,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -640,4 +640,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -612,4 +612,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -613,4 +613,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -612,4 +612,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -614,4 +614,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -615,4 +615,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -614,4 +614,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -615,4 +615,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -616,4 +616,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -611,4 +611,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -612,4 +612,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -625,4 +625,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -626,4 +626,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -636,4 +636,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -637,4 +637,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -626,4 +626,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -625,4 +625,7 @@ $strPerMinute = 'per minute';//to translate
|
|||||||
$strPerSecond = 'per second';//to translate
|
$strPerSecond = 'per second';//to translate
|
||||||
$strAutomaticLayout = 'Automatic layout'; //to translate
|
$strAutomaticLayout = 'Automatic layout'; //to translate
|
||||||
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
|
||||||
|
$strFileNameTemplate = 'File name template';//to translate
|
||||||
|
$strFileNameTemplateRemember = 'remember template';//to translate
|
||||||
|
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -220,6 +220,40 @@ if (isset($table) && !empty($table) && !isset($num_tables)) {
|
|||||||
<label for="checkbox_dump_asfile"><?php echo $strSend; ?></label>
|
<label for="checkbox_dump_asfile"><?php echo $strSend; ?></label>
|
||||||
</legend>
|
</legend>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
$strFileNameTemplate = "File name template";
|
||||||
|
$strFileNameTemplateRemember = "remember template";
|
||||||
|
$strFileNameTemplateHelp = "Use __DB__ for database name, __TABLE_ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.";
|
||||||
|
?>
|
||||||
|
<?php echo $strFileNameTemplate; ?> :
|
||||||
|
<input type="text" name="filename_template"
|
||||||
|
<?php
|
||||||
|
echo ' value="';
|
||||||
|
if (isset($table)) {
|
||||||
|
if (isset($_COOKIE) && !empty($_COOKIE['pma_table_filename_template'])) {
|
||||||
|
echo $_COOKIE['pma_table_filename_template'];
|
||||||
|
} elseif (isset($HTTP_COOKIE_VARS) && !empty($HTTP_COOKIE_VARS['pma_table_filename_template'])) {
|
||||||
|
echo $HTTP_COOKIE_VARS['pma_table_filename_template'];
|
||||||
|
} else {
|
||||||
|
echo '__TABLE__';
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (isset($_COOKIE) && !empty($_COOKIE['pma_db_filename_template'])) {
|
||||||
|
echo $_COOKIE['pma_db_filename_template'];
|
||||||
|
} elseif (isset($HTTP_COOKIE_VARS) && !empty($HTTP_COOKIE_VARS['pma_db_filename_template'])) {
|
||||||
|
echo $HTTP_COOKIE_VARS['pma_db_filename_template'];
|
||||||
|
} else {
|
||||||
|
echo '__DB__';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
echo '" ';
|
||||||
|
?>
|
||||||
|
/>
|
||||||
|
(
|
||||||
|
<input type="checkbox" name="remember_template" checked="checked" id="checkbox_remember_template" />
|
||||||
|
<label for="checkbox_remember_template"><?php echo $strFileNameTemplateRemember; ?></label>
|
||||||
|
)*
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// charset of file
|
// charset of file
|
||||||
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
|
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
|
||||||
@@ -310,3 +344,12 @@ echo "\n";
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
<table align="center">
|
||||||
|
<tr>
|
||||||
|
<td valign="top">* </td>
|
||||||
|
<td>
|
||||||
|
<?php echo sprintf($strFileNameTemplateHelp, '<a href="http://www.php.net/manual/function.strftime.php" target="documentation">', '</a>') . "\n"; ?>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
@@ -103,11 +103,14 @@ if (empty($asfile)) {
|
|||||||
|
|
||||||
// Download
|
// Download
|
||||||
else {
|
else {
|
||||||
|
//
|
||||||
// Defines filename and extension, and also mime types
|
// Defines filename and extension, and also mime types
|
||||||
if (!isset($table)) {
|
if (!isset($table)) {
|
||||||
$filename = $db;
|
if (isset($remember_template)) setcookie('pma_db_filename_template', $filename_template , 0, $GLOBALS['cookie_path'], '' , $GLOBALS['is_https']);
|
||||||
|
$filename = ereg_replace('__DB__', $db, strftime($filename_template));
|
||||||
} else {
|
} else {
|
||||||
$filename = $table;
|
if (isset($remember_template)) setcookie('pma_table_filename_template', $filename_template , 0, $GLOBALS['cookie_path'], '' , $GLOBALS['is_https']);
|
||||||
|
$filename = ereg_replace('__TABLE__', $table, ereg_replace('__DB__', $db, strftime($filename_template)));
|
||||||
}
|
}
|
||||||
if (!(isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] && $allow_recoding)) {
|
if (!(isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] && $allow_recoding)) {
|
||||||
$filename = PMA_convert_string($charset, 'iso-8859-1', $filename);
|
$filename = PMA_convert_string($charset, 'iso-8859-1', $filename);
|
||||||
|
Reference in New Issue
Block a user