Lines Matching refs:tr

53 	fileStopServiceAction->setIconText(tr("Stop Service"));
58 fileStartServiceAction->setIconText(tr("Start Service"));
67 addInterfaceAction->setIconText(tr("Add Interface"));
167 textStatus->setText(tr("connecting to wpa_supplicant"));
343 tr("wpa_supplicant service is not "
466 return tr("Disconnected");
468 return tr("Inactive");
470 return tr("Scanning");
472 return tr("Authenticating");
474 return tr("Associating");
476 return tr("Associated");
478 return tr("4-Way Handshake");
480 return tr("Group Handshake");
482 return tr("Completed");
484 return tr("Unknown");
497 textStatus->setText(tr("Could not get status from "
512 tr("No network interfaces in use.\n"
689 networkSelect->addItem(tr("Select any network"));
890 tr("Disconnected from network."));
893 tr("Connection to network established."));
897 wpsStatusText->setText(tr("WPS AP in active PBC mode found"));
901 wpsInstructions->setText(tr("Press the PBC button on the "
904 wpsStatusText->setText(tr("WPS AP with recently selected "
919 wpsStatusText->setText(tr("WPS AP detected"));
921 wpsStatusText->setText(tr("PBC mode overlap detected"));
922 wpsInstructions->setText(tr("More than one AP is currently in "
927 wpsStatusText->setText(tr("Network configuration received"));
931 wpsStatusText->setText(tr("Registration started"));
933 wpsStatusText->setText(tr("Registrar does not yet know PIN"));
935 wpsStatusText->setText(tr("Registration failed"));
937 wpsStatusText->setText(tr("Registration succeeded"));
1068 this, tr("No Networks"),
1069 tr("There are no networks to edit.\n"));
1080 QMessageBox::information(this, tr("Select A Network"),
1081 tr("Select a network from the list to"
1132 QMessageBox::information(this, tr("No Networks"),
1133 tr("There are no networks to remove."
1145 QMessageBox::information(this, tr("Select A Network"),
1146 tr("Select a network from the list "
1258 this, tr("Failed to save configuration"),
1259 tr("The configuration could not be saved.\n"
1266 this, tr("Saved configuration"),
1267 tr("The current configuration was saved."
1287 tray_icon->setToolTip(qAppName() + tr(" - wpa_supplicant user interface"));
1301 disconnectAction = new QAction(tr("&Disconnect"), this);
1302 reconnectAction = new QAction(tr("Re&connect"), this);
1311 eventAction = new QAction(tr("&Event History"), this);
1312 scanAction = new QAction(tr("Scan &Results"), this);
1313 statAction = new QAction(tr("S&tatus"), this);
1322 showAction = new QAction(tr("&Show Window"), this);
1323 hideAction = new QAction(tr("&Hide Window"), this);
1324 quitAction = new QAction(tr("&Quit"), this);
1456 tr(" will keep running in "
1460 tr(" systray"),
1461 tr("The program will keep "
1517 if (wpsStatusText->text().compare(tr("WPS AP in active PBC mode found"))) {
1518 wpsInstructions->setText(tr("Press the push button on the AP to "
1521 wpsInstructions->setText(tr("If you have not yet done so, press "
1525 wpsStatusText->setText(tr("Waiting for Registrar"));
1542 wpsInstructions->setText(tr("Enter the generated PIN into the Registrar "
1545 wpsStatusText->setText(tr("Waiting for Registrar"));
1555 wpsStatusText->setText(tr("WPS AP selected from scan results"));
1556 wpsInstructions->setText(tr("If you want to use an AP device PIN, e.g., "
1577 wpsStatusText->setText(tr("Waiting for AP/Enrollee"));
1585 wpsStatusText->setText(success ? tr("Connected to the network") :
1586 tr("Stopped"));
1615 setWindowTitle(tr("wpa_gui error"));
1645 ErrorMsg(this).showMsg(tr("OpenSCManager failed"));
1651 ErrorMsg(this).showMsg(tr("OpenService failed"));
1657 ErrorMsg(this).showMsg(tr("Failed to start wpa_supplicant "
1673 ErrorMsg(this).showMsg(tr("OpenSCManager failed"));
1679 ErrorMsg(this).showMsg(tr("OpenService failed"));
1685 ErrorMsg(this).showMsg(tr("Failed to stop wpa_supplicant "