* added $strShowAll

* patch #460242 (Rename "Send" to "Save as File")
This commit is contained in:
Loïc Chapeaux
2001-09-13 18:25:18 +00:00
parent 072a7005fc
commit 2e2c42d17c

View File

@@ -247,12 +247,13 @@ $strSave = 'Save';
$strSelect = 'Select';
$strSelectFields = 'Select fields (at least one):';
$strSelectNumRows = 'in query';
$strSend = 'Send';
$strSend = 'Save as file';
$strSequence = 'Seq.';
$strServerChoice = 'Server Choice';
$strServerVersion = 'Server version';
$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\').';
$strShow = 'Show';
$strShowAll = 'Show all';
$strShowingRecords = 'Showing records ';
$strShowPHPInfo = 'Show PHP information';
$strShowThisQuery = ' Show this query here again ';