OSDN Git Service

[UI][Qt] Add translations. (Maybe) Merged upstream 2022-07-08 Completely.
[csp-qt/common_source_project-fm7.git] / source / src / qt / machines / x1 / MainWindow.cpp
index 60fa139..dac2e98 100644 (file)
@@ -81,10 +81,16 @@ void META_MainWindow::retranslateUi(void)
 #endif 
 #if defined(USE_PRINTER)
        actionPrintDevice[1]->setText(QString::fromUtf8("Sharp MZ-1P17"));
-       actionPrintDevice[2]->setText(QString::fromUtf8("PC-PR201"));
        actionPrintDevice[1]->setToolTip(QApplication::translate("MachineX1", "Sharp MZ-1P17 kanji thermal printer.", 0));
+       actionPrintDevice[1]->setEnabled(true);
+       
+       actionPrintDevice[2]->setText(QString::fromUtf8("PC-PR201"));
        actionPrintDevice[2]->setToolTip(QApplication::translate("MachineX1", "NEC PC-PR201 kanji serial printer.", 0));
        actionPrintDevice[2]->setEnabled(false);
+       
+       actionPrintDevice[3]->setText(QString::fromUtf8("JAST SOUND"));
+       actionPrintDevice[3]->setToolTip(QApplication::translate("MachineX1", "Use JAST SOUND : PCM sound unit.", 0));
+       actionPrintDevice[3]->setEnabled(true);
 #endif
 #if defined(_X1TWIN)
        menu_Cart[0]->setTitle(QApplication::translate("MachineX1", "HuCARD", 0));