Updated translation and set $number_thousands_separator to " "

This commit is contained in:
Loïc Chapeaux
2001-07-12 18:12:03 +00:00
parent 4c3d5793a9
commit 21057ef6e4

View File

@@ -4,7 +4,7 @@
$charset = "iso-8859-1";
$left_font_family = "verdana, helvetica, arial, geneva, sans-serif";
$right_font_family = "helvetica, arial, geneva, sans-serif";
$number_thousands_separator = " ";
$number_thousands_separator = " ";
$number_decimal_separator = ",";
$byteUnits = array("Octets", "Ko", "Mo", "Go");
@@ -206,6 +206,7 @@ $strRevokePriv = "R
$strRowLength = "Longueur enr.";
$strRows = "Enregistrements";
$strRowsFrom = "lignes <20> partir de";
$strRowSize = " Taille enr. ";
$strRowsStatistic = "Statistiques";
$strRunning = "sur serveur ";
$strRunQuery = "Ex<EFBFBD>cuter la requ<71>te";
@@ -269,5 +270,4 @@ $strWelcome = "Bienvenue
$strWrongUser = "Erreur d'utilisateur/mot de passe. Acc<63>s refus<75>";
$strYes = "Oui";
$strRowSize=" Row size "; //to translate
?>