diff --git a/lang/qet_en.ts b/lang/qet_en.ts
index a933a7e64..ef537b22b 100644
--- a/lang/qet_en.ts
+++ b/lang/qet_en.ts
@@ -82,7 +82,7 @@
Collection d'éléments & Développement
-
+ Elements collection & Development
@@ -595,7 +595,7 @@ Apply a text to all of these drivers?
Ceci est la zone dans laquelle vous concevez vos schémas en y ajoutant des éléments et en posant des conducteurs entre leurs bornes. Il est également possible d'ajouter des textes indépendants."What's this?" tip
- In this area you conceive your diagrams by adding elements and conductors between their terminals. You may also add independent texts.
+ In this area you conceive your diagrams by adding elements and conductors between their terminals. You may also add independent texts.
@@ -731,7 +731,7 @@ Apply a text to all of these drivers?
Voulez-vous appliquer le nouveau texte
à l'ensemble des conducteurs de ce potentiel ?
- Do you want to apply the new text
+ Do you want to apply the new text
to all conductors of this potential?
@@ -758,7 +758,7 @@ to all conductors of this potential?
Configuration
-
+ Settings
@@ -2475,32 +2475,32 @@ Changes will be definitive.
Form
-
+ FormUnité
-
+ UnitDizaine
-
+ TensCentaine
-
+ CentaineTexte
- Text
+ TextN° folio
-
+ N° scheme
@@ -3466,7 +3466,7 @@ Available options:
Annoter les schémas
-
+ Numbering scheme
@@ -5257,7 +5257,7 @@ Que désirez vous faire ?
modification informations complementairesundo caption
- modify author information
+ Modification complementary information
@@ -5640,52 +5640,52 @@ Que désirez vous faire ?
Form
-
+ FormFolio:
-
+ Scheme:.<html><head/><body><p>Choisir le folio</p></body></html>
-
+ <html><head/><body><p>Choose the scheme</p></body></html><html><head/><body><p>Supprimer une variable de numérotation</p></body></html>
-
+ <html><head/><body><p>Delete a variable numbering</p></body></html><html><head/><body><p>Ajouter une variable de numérotation</p></body></html>
-
+ <html><head/><body><p>Add a variable numbering</p></body></html>Définition
-
+ DéfinitionType
-
+ TypeValeur
- Value
+ ValueIncrémentation
-
+ IncrementingSchéma sans titre
- Untitled diagram
+ Untitled diagram
@@ -6680,47 +6680,47 @@ Maximum width: %2px
Form
-
+ FormTextLabel
- TextLabel
+ TextLabelProjet sans titre
- Untitled project
+ Untitled projectProjet :
-
+ project : Sélection
- Choice
+ ChoiceNom
- Name
+ NameSchéma sans titre
- Untitled diagram
+ Untitled diagramDésélectionner tout
- Select none
+ Select noneSélectionner tout
-
+ Select all
@@ -6840,17 +6840,17 @@ Maximum width: %2px
Texte en gras
- bold
+ BoldTexte en italique
- italic
+ ItalicTexte souligé
- underline
+ Underline
@@ -6890,7 +6890,7 @@ Maximum width: %2px
Insérer un lien
- insert line
+ Insert line
diff --git a/sources/conductor.cpp b/sources/conductor.cpp
index b7b0f83d3..6e70cb5e6 100644
--- a/sources/conductor.cpp
+++ b/sources/conductor.cpp
@@ -1124,6 +1124,7 @@ void Conductor::calculateTextItemPosition() {
} else {
// positionnement automatique basique
text_item -> setPos(middleSegment() -> middle());
+ middleSegment() -> isVertical()? text_item -> setRotationAngle(270): text_item -> setRotationAngle(0);
}
}