added $strStrucExcelCSV

This commit is contained in:
Loïc Chapeaux
2001-08-20 10:22:08 +00:00
parent e3be7c1e6c
commit 8517bb530c
24 changed files with 25 additions and 1 deletions

View File

@@ -290,5 +290,6 @@ $strNoModification = 'No change'; // To translate
$strOffSet = 'offset'; // 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\').';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTables = '%s table(s)'; //to translate
?>