mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Nomenclature add field "Location"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3887 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -349,7 +349,8 @@ QStringList QETApp::elementInfoKeys() {
|
||||
<< "designation"
|
||||
<< "manufacturer"
|
||||
<< "manufacturer-reference"
|
||||
<< "machine-manufacturer-reference";
|
||||
<< "machine-manufacturer-reference"
|
||||
<< "location";
|
||||
return info_list;
|
||||
}
|
||||
|
||||
@@ -367,6 +368,7 @@ QString QETApp::elementTranslatedInfoKey(QString &info) {
|
||||
else if (info == "manufacturer") return tr("Fabricant");
|
||||
else if (info == "manufacturer-reference") return tr("Référence fabricant");
|
||||
else if (info == "machine-manufacturer-reference") return tr("Référence fabricant machine");
|
||||
else if (info == "location") return tr("Localisation");
|
||||
return (info);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user