mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
element information : add info 'designation'
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3527 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -346,6 +346,7 @@ QStringList QETApp::elementInfoKeys() {
|
||||
QStringList info_list;
|
||||
info_list << "label"
|
||||
<< "comment"
|
||||
<< "designation"
|
||||
<< "manufacturer"
|
||||
<< "manufacturer-reference"
|
||||
<< "machine-manufacturer-reference";
|
||||
@@ -362,6 +363,7 @@ QStringList QETApp::elementInfoKeys() {
|
||||
QString QETApp::elementTranslatedInfoKey(QString &info) {
|
||||
if (info == "label") return tr("Label");
|
||||
else if (info == "comment") return tr("Commentaire");
|
||||
else if (info == "designation") return tr("D\351signation");
|
||||
else if (info == "manufacturer") return tr("Fabriquant");
|
||||
else if (info == "manufacturer-reference") return tr("R\351f\351rence fabriquant");
|
||||
else if (info == "machine-manufacturer-reference") return tr("R\351f\351rence fabriquant machine");
|
||||
|
||||
Reference in New Issue
Block a user