mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-02 18:00:53 +01:00
Nomenclature add field "Function"
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3923 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -350,7 +350,8 @@ QStringList QETApp::elementInfoKeys() {
|
||||
<< "manufacturer"
|
||||
<< "manufacturer-reference"
|
||||
<< "machine-manufacturer-reference"
|
||||
<< "location";
|
||||
<< "location"
|
||||
<< "function";
|
||||
return info_list;
|
||||
}
|
||||
|
||||
@@ -369,6 +370,7 @@ QString QETApp::elementTranslatedInfoKey(QString &info) {
|
||||
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");
|
||||
else if (info == "function") return tr("Fonction");
|
||||
return (info);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user