diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index eb9e10535..f2f8f7079 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -223,6 +223,7 @@ $strEndRaw = 'Fin des informations sur l\'anomalie'; $strEnglish = 'anglais'; $strEnglishPrivileges = ' Veuillez noter que les noms de privilèges sont exprimés en anglais'; $strError = 'Erreur'; +$strEscapeWildcards = 'Préfixer avec \ les passepartouts _ et % pour un usage littéral'; $strEstonian = 'estonien'; $strExcelEdition = 'Excel en version'; $strExcelOptions = 'Options Excel'; @@ -722,5 +723,4 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index fe38fe646..42932f0f2 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -224,6 +224,7 @@ $strEndRaw = 'Fin des informations sur l\'anomalie'; $strEnglish = 'anglais'; $strEnglishPrivileges = ' Veuillez noter que les noms de privilèges sont exprimés en anglais'; $strError = 'Erreur'; +$strEscapeWildcards = 'Préfixer avec \ les passepartouts _ et % pour un usage littéral'; $strEstonian = 'estonien'; $strExcelEdition = 'Excel en version'; $strExcelOptions = 'Options Excel'; @@ -723,5 +724,4 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate ?>