From 3a3732add324218301b225c1f45cb6a39924b08a Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Thu, 30 May 2013 15:42:46 +0000 Subject: [PATCH] Minor change. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2185 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- lang/phrase/qet_fr.qph | 37 ++++++++++++++++++++++++++++++++++ sources/editor/styleeditor.cpp | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 lang/phrase/qet_fr.qph diff --git a/lang/phrase/qet_fr.qph b/lang/phrase/qet_fr.qph new file mode 100644 index 000000000..de19f611a --- /dev/null +++ b/lang/phrase/qet_fr.qph @@ -0,0 +1,37 @@ + + + + %n partie(s) sélectionnée(s). + %n partie sélectionnée.@%n parties sélectionnées. + + + La vérification de cet élément a généré %n avertissement(s) : + La vérification de cet élément a généré %n avertissement :@La vérification de cet élément a généré %n avertissements : + message box content + + + %n élément(s) + %n élément@%n éléments + part of a sentence listing the content of a diagram + + + %n conducteur(s) + %n conducteur@%n conducteurs + part of a sentence listing the content of a diagram + + + %n champ(s) de texte + %n champ de texte@%n champs de texte + part of a sentence listing the content of a diagram + + + Couper %n cellule(s) + Couper %n cellule@Couper %n cellules + undo caption + + + Coller %n cellule(s) + Coller %n cellule@Coller %n cellules + undo caption + + diff --git a/sources/editor/styleeditor.cpp b/sources/editor/styleeditor.cpp index 35f3c020e..a35ea7fce 100644 --- a/sources/editor/styleeditor.cpp +++ b/sources/editor/styleeditor.cpp @@ -54,7 +54,7 @@ StyleEditor::StyleEditor(QETElementEditor *editor, CustomElementGraphicPart *p, filling -> addButton(white_filling = new QRadioButton(tr("Blanc", "element part filling")), CustomElementGraphicPart::WhiteFilling); filling -> addButton(green_filling = new QRadioButton(tr("Vert", "element part filling")), CustomElementGraphicPart::GreenFilling); filling -> addButton(red_filling = new QRadioButton(tr("Rouge", "element part filling")), CustomElementGraphicPart::RedFilling); - filling -> addButton(blue_filling = new QRadioButton(tr("Blue", "element part filling")), CustomElementGraphicPart::BlueFilling); + filling -> addButton(blue_filling = new QRadioButton(tr("Bleu", "element part filling")), CustomElementGraphicPart::BlueFilling); // antialiasing antialiasing = new QCheckBox(tr("Antialiasing"));