diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 8f73bc9ae..dae43e1bd 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -214,6 +214,7 @@ $strNoUsersFound = 'No user(s) found.'; $strNull = 'Null'; $strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; +$strOperations = 'Operations'; $strOptimizeTable = 'Optimize table'; $strOptionalControls = 'Optional. Controls how to write or read special characters.'; $strOptionally = 'OPTIONALLY'; @@ -349,5 +350,4 @@ $strYes = 'Yes'; $strZip = '"zipped"'; -$strOperations = 'Operations'; //to translate ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 667ac602e..7228cfcd9 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -214,6 +214,7 @@ $strNoUsersFound = 'Il n\'y a aucun utilisateur'; $strNull = 'Null'; $strOftenQuotation = 'Souvent des guillemets. OPTIONNEL signifie que seuls les champs de type char et varchar sont entourés par ce caractère.'; +$strOperations = 'Opérations'; $strOptimizeTable = 'Optimiser la table'; $strOptionalControls = 'Optionnel. Indique le caractère qui permet d\'enlever l\'effet des caractères spéciaux.'; $strOptionally = 'OPTIONNEL'; @@ -349,5 +350,4 @@ $strYes = 'Oui'; $strZip = '"zippé"'; -$strOperations = 'Operations'; //to translate ?>