fixed some french translations issues

This commit is contained in:
Philippe Rioual
2014-01-23 21:15:49 +00:00
parent 9b972d21d5
commit ee51bea37e
14 changed files with 30 additions and 22 deletions
+9 -1
View File
@@ -80,7 +80,7 @@
$text['label-shout-decoder']['fr-fr'] = "Décodeur Mod Shout (MP3):";
$text['description-shout-decoder']['en-us'] = "Ender the Decoder. default: i386";
$text['description-shout-decoder']['pt-pt'] = "Tipo de descodificador. omissão: i386";
$text['description-shout-decoder']['fr-fr'] = "Type de Decoder. défaut: i386";
$text['description-shout-decoder']['fr-fr'] = "Type de Décodeur. défaut: i386";
$text['label-shout-volume']['en-us'] = "Mod Shout Volume:";
$text['label-shout-volume']['pt-pt'] = "Volume do Mod Shout:";
$text['label-shout-volume']['fr-fr'] = "Mod Shout Volume:";
@@ -88,4 +88,12 @@
$text['description-shout-volume']['pt-pt'] = "Introduza o volume do Mod Shout.";
$text['description-shout-volume']['fr-fr'] = "Choisir l'amplification du volume pour Mod Shout.";
$text['button-back']['en-us'] = "Back";
$text['button-back']['pt-pt'] = "Voltar";
$text['button-back']['fr-fr'] = "Retour";
$text['button-save']['en-us'] = "Save";
$text['button-save']['pt-pt'] = "Guardar";
$text['button-save']['fr-fr'] = "Sauvegarder";
?>