Added $strShowAll

This commit is contained in:
Loïc Chapeaux
2001-09-13 18:24:36 +00:00
parent 77172fab57
commit 072a7005fc
27 changed files with 77 additions and 44 deletions

View File

@@ -292,6 +292,7 @@ $strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
$strDropTable = 'Drop table';
$strExtendedInserts = 'Extended inserts';
$strFullText = 'Full Texts';//to translate
$strGzip = '"gzipped"'; // To translate
$strIdxFulltext = 'Fulltext'; //to translate
$strInsertedRows = 'Inserted rows:';
@@ -302,13 +303,13 @@ $strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change'; // To translate
$strOffSet = 'offset'; // To translate
$strPartialText = 'Partial Texts';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strServerChoice = 'Server Choice';//to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all'; // to translate
$strShowPHPInfo = 'Show PHP information'; // To translate
$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTables = '%s table(s)'; //to translate
$strServerChoice = 'Server Choice';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strFullText = 'Full Texts';//to translate
$strPartialText = 'Partial Texts';//to translate
$strWithChecked = 'With checked:';
?>