* renamed to $strFullText and $strPartialText
This commit is contained in:
@@ -12,6 +12,7 @@ $Source$
|
||||
* lib.inc.php3: now calls show_table_navigation() even if
|
||||
$SelectNumRows is = 1.
|
||||
* lang/*: added $strFullStrings and $strCuttedStrings
|
||||
* renamed to $strFullText and $strPartialText
|
||||
|
||||
2001-08-30 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* lib.inc.php3: fits to coding standards.
|
||||
|
@@ -305,6 +305,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -305,6 +305,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -300,6 +300,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -301,6 +301,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -305,6 +305,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -300,6 +300,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -301,6 +301,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -300,6 +300,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -300,6 +300,6 @@ $strGzip = '"gzipped"';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
$strOffSet = 'offset';
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -65,7 +65,6 @@ $strCreate = 'Create';
|
||||
$strCreateNewDatabase = 'Create new database';
|
||||
$strCreateNewTable = 'Create new table on database ';
|
||||
$strCriteria = 'Criteria';
|
||||
$strCuttedStrings = 'Cutted Strings';
|
||||
|
||||
$strData = 'Data';
|
||||
$strDatabase = 'Database ';
|
||||
@@ -114,7 +113,7 @@ $strFieldsEmpty = ' The field count is empty! ';
|
||||
$strFixed = 'fixed';
|
||||
$strFormat = 'Format';
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strFullStrings = 'Full Strings';
|
||||
$strFullText = 'Full Texts';
|
||||
$strFunction = 'Function';
|
||||
|
||||
$strGenTime = 'Generation Time';
|
||||
@@ -189,6 +188,7 @@ $strOptionally = 'OPTIONALLY';
|
||||
$strOr = 'Or';
|
||||
$strOverhead = 'Overhead';
|
||||
|
||||
$strPartialText = 'Partial Texts';
|
||||
$strPassword = 'Password';
|
||||
$strPasswordEmpty = 'The password is empty!';
|
||||
$strPasswordNotSame = 'The passwords aren\'t the same!';
|
||||
|
@@ -65,7 +65,6 @@ $strCreate = 'Cr
|
||||
$strCreateNewDatabase = 'Cr<43>er une base de donn<6E>es';
|
||||
$strCreateNewTable = 'Cr<43>er une nouvelle table sur la base ';
|
||||
$strCriteria = 'Crit<69>re';
|
||||
$strCuttedStrings = 'Textes coup<75>s';
|
||||
|
||||
$strData = 'Donn<6E>es';
|
||||
$strDatabase = 'Base de donn<6E>es';
|
||||
@@ -114,7 +113,7 @@ $strFieldsEmpty = 'Il faut indiquer le nombre de champs';
|
||||
$strFixed = 'fixe';
|
||||
$strFormat = 'format';
|
||||
$strFormEmpty = 'Formulaire incomplet !';
|
||||
$strFullStrings = 'Textes entiers';
|
||||
$strFullText = 'Textes entiers';
|
||||
$strFunction = 'Fonction';
|
||||
|
||||
$strGenTime = 'G<>n<EFBFBD>r<EFBFBD> le ';
|
||||
@@ -189,6 +188,7 @@ $strOptionally = 'OPTIONNEL';
|
||||
$strOr = 'Ou';
|
||||
$strOverhead = 'Perte';
|
||||
|
||||
$strPartialText = 'Textes coup<75>s';
|
||||
$strPassword = 'Mot de passe';
|
||||
$strPasswordEmpty = 'Le mot de passe est vide';
|
||||
$strPasswordNotSame = 'Les mots de passe doivent <20>tre identiques';
|
||||
|
@@ -299,6 +299,6 @@ $strSort = 'Sort'; // To translate
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data'; // To translate
|
||||
$strTables = '%s table(s)'; // To translate
|
||||
$strUpdateQuery = 'Update Query'; // To translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -299,6 +299,6 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
||||
|
||||
$strYes = 'Ja';
|
||||
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -300,6 +300,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -304,6 +304,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -304,6 +304,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -299,6 +299,6 @@ $strStrucExcelCSV = 'CSV for Ms Excel data';//to translate
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -299,6 +299,6 @@ $strYes = 'Tak';
|
||||
// To translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -304,6 +304,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -298,6 +298,6 @@ $strWelcome = 'Bun venit la ';
|
||||
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
|
||||
|
||||
$strYes = 'Da';
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -300,6 +300,6 @@ $strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -300,6 +300,6 @@ $strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -301,6 +301,6 @@ $strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strTables = '%s table(s)'; //to translate
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -300,6 +300,6 @@ $strBzip = '"bzipped"'; //to translate
|
||||
$strGzip = '"gzipped"'; //to translate
|
||||
$strOffSet = 'offset'; //to translate
|
||||
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -298,6 +298,6 @@ $strWelcome = 'V
|
||||
$strWrongUser = 'Fel anv<6E>ndarnamn/l<>senord. <20>tkomst nekad.';
|
||||
|
||||
$strYes = 'Ja';
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -305,6 +305,6 @@ $strTables = '%s table(s)'; //to translate
|
||||
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
||||
$strServerChoice = 'Server Choice';//to translate
|
||||
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
$strFullText = 'Full Texts';//to translate
|
||||
$strPartialText = 'Partial Texts';//to translate
|
||||
?>
|
||||
|
@@ -857,7 +857,7 @@ window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>');
|
||||
<input type="hidden" name="sessionMaxRows" value="<?php echo $sessionMaxRows; ?>" />
|
||||
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
|
||||
<input type="hidden" name="dontlimitchars" value="1" />
|
||||
<input type="submit" name="navig" value="<?php echo $GLOBALS['strFullStrings']; ?>" />
|
||||
<input type="submit" name="navig" value="<?php echo $GLOBALS['strFullText']; ?>" />
|
||||
</form>
|
||||
</td>
|
||||
<?php
|
||||
@@ -878,7 +878,7 @@ window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>');
|
||||
<input type="hidden" name="sessionMaxRows" value="<?php echo $sessionMaxRows; ?>" />
|
||||
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
|
||||
<input type="hidden" name="dontlimitchars" value="0" />
|
||||
<input type="submit" name="navig" value="<?php echo $GLOBALS['strCuttedStrings']; ?>" />
|
||||
<input type="submit" name="navig" value="<?php echo $GLOBALS['strPartialText']; ?>" />
|
||||
</form>
|
||||
</td>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user