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 à partir de";
$strRowSize = " Taille enr. ";
$strRowsStatistic = "Statistiques";
$strRunning = "sur serveur ";
$strRunQuery = "Exécuter la requête";
@ -269,5 +270,4 @@ $strWelcome = "Bienvenue
$strWrongUser = "Erreur d'utilisateur/mot de passe. Accès refusé";
$strYes = "Oui";
$strRowSize=" Row size "; //to translate
?>