<context>
<name>Extrusion:Model_FeatureValidator</name>
<message>
- <source>Attribute "base" is not initialized.</source>
+ <source>Attribute "%1" is not initialized.</source>
<translation>L'objet de base pour l'extrusion n'est pas sélectionné.</translation>
</message>
</context>
aFeatureFind->second.find(*it) == aFeatureFind->second.end()) {
theError = "Attribute \"%1\" is not initialized.";
theError.addParameter(anAttr->id());
+ theError.setContext(theFeature->getKind() + ":" + anAttr->id());
return false;
}
}
<translation>Impossible de créer un arc perpendiculaire sur %1</translation>
</message>
</context>
+ <context>
+ <name>SketchMacroArc:end_point_2</name>
+ <message>
+ <source>Attribute "%1" is locked by modification value in the viewer.</source>
+ <translation>Sélectionnez un point dans la vue</translation>
+ </message>
+ </context>
+ <context>
+ <name>SketchMacroArc:end_point_3</name>
+ <message>
+ <source>Attribute "%1" is locked by modification value in the viewer.</source>
+ <translation>Sélectionnez un point dans la vue.</translation>
+ </message>
+ <message>
+ <source>Attribute "%1" is not initialized.</source>
+ <translation>Sélectionnez un point dans la vue.</translation>
+ </message>
+ </context>
+ <context>
+ <name>SketchMacroArc:passed_point</name>
+ <message>
+ <source>Attribute "%1" is locked by modification value in the viewer.</source>
+ <translation>Sélectionnez un point dans la vue.</translation>
+ </message>
+ </context>
+ <context>
+ <name>SketchMacroArc:start_point_2</name>
+ <message>
+ <source>Attribute "%1" is locked by modification value in the viewer.</source>
+ <translation>Sélectionnez un point dans la vue.</translation>
+ </message>
+ </context>
<context>
<name>SketchMacroCircle</name>
// Load translations
QStringList aLangs;
- aLangs << "*_en.ts"; // load by default eng translations
+ //aLangs << "*_en.ts"; // load by default eng translations
QString aCurrLang = aResMgr->stringValue("language", "language", "en");
- if(aCurrLang != "en") {
+ if(aCurrLang == "en") {
+ aLangs << "*_en.ts";
+ } else {
aLangs << "*_" + aCurrLang + ".ts"; // then replace with translated files
}