fixed some french translations issues

This commit is contained in:
Philippe Rioual
2014-01-23 21:15:49 +00:00
parent d11ebf2e2d
commit 72b80314e2
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";
?>
+2 -2
View File
@@ -239,7 +239,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
if ($action == "update") {
echo "<td align='left' width='30%' nowrap><b>".$text['title-settings']."</b></td>\n";
}
echo "<td width='70%' align='right'><input type='button' class='btn' name='' alt='back' onclick=\"window.location='javascript:history.go(-1)'\" value='Back'></td>\n";
echo "<td width='70%' align='right'><input type='button' class='btn' name='' alt='back' onclick=\"window.location='javascript:history.go(-1)'\" value='".$text['button-back']."'></td>\n";
echo "</tr>\n";
echo "<tr>\n";
@@ -456,7 +456,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
if (permission_exists('setting_edit')) {
echo " <tr>\n";
echo " <td colspan='2' align='right'>\n";
echo " <input type='submit' name='submit' class='btn' value='Save'>\n";
echo " <input type='submit' name='submit' class='btn' value='".$text['button-save']."'>\n";
echo " </td>\n";
echo " </tr>";
}