Fix a little french translation, add language support for world Price, add column of selling price when billing module is installed

This commit is contained in:
luis daniel lucio quiroz
2014-06-22 18:24:32 +00:00
parent 7064eea9b0
commit 64130bb62e
3 changed files with 16 additions and 2 deletions
+6 -1
View File
@@ -113,7 +113,12 @@
$text['label-failed']['en-us'] = "Failed";
$text['label-failed']['es-cl'] = "Fracasado";
$text['label-failed']['pt-pt'] = "Fracassado";
$text['label-failed']['fr-fr'] = "manqué";
$text['label-failed']['fr-fr'] = "Manqué";
$text['label-price']['en-us'] = "Price";
$text['label-price']['es-cl'] = "Precio";
$text['label-price']['pt-pt'] = "Preço";
$text['label-price']['fr-fr'] = "Prix";
$text['button-statistics']['en-us'] = "Statistics";
$text['button-statistics']['es-cl'] = "Estadísticas";