Skip to content

Commit

Permalink
Update error message + translation for missing xbox one controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
matlo committed Apr 15, 2019
1 parent 4002604 commit 6c9e968
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion launcher/gimx-launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ void launcherFrame::OnProcessTerminated(wxProcess *process __attribute__((unused
wxMessageBox( _("No Dualshock 4 controller was found on USB ports."), _("Error"), wxICON_ERROR);
break;
case E_GIMX_STATUS_AUTH_MISSING_XONE:
wxMessageBox( _("No Xbox One controller (without 3.5mm jack) was found on USB ports."), _("Error"), wxICON_ERROR);
wxMessageBox( _("No Xbox One controller was found on USB ports."), _("Error"), wxICON_ERROR);
break;
case E_GIMX_STATUS_AUTH_CONTROLLER_ERROR:
wxMessageBox( _("There was a connection error with the official controller:\n"
Expand Down
4 changes: 2 additions & 2 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -1896,9 +1896,9 @@ msgid "No Dualshock 4 controller was found on USB ports."
msgstr "No se ha encontrado un controlador DualShock4 en los puertos USB."

#: ../launcher/gimx-launcher.cpp:1511
msgid "No Xbox One controller (without 3.5mm jack) was found on USB ports."
msgid "No Xbox One controller was found on USB ports."
msgstr ""
"No se ha encontrado un controlador XBox One (Sin el jack de 3,5 mm) en los "
"No se ha encontrado un controlador XBox One en los "
"puertos USB."

#: ../launcher/gimx-launcher.cpp:1529
Expand Down
4 changes: 2 additions & 2 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1974,9 +1974,9 @@ msgid "No Dualshock 4 controller was found on USB ports."
msgstr "Pas de Dualshock 4 trouvée sur les ports USB."

#: ../launcher/gimx-launcher.cpp:1684
msgid "No Xbox One controller (without 3.5mm jack) was found on USB ports."
msgid "No Xbox One controller was found on USB ports."
msgstr ""
"Pas de contrôleur Xbox One (sans prise jack 3.5mm) trouvé sur les ports USB."
"Pas de contrôleur Xbox One trouvé sur les ports USB."

#: ../launcher/gimx-launcher.cpp:1687
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion po/gimx.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ msgid "No Dualshock 4 controller was found on USB ports."
msgstr ""

#: ../launcher/gimx-launcher.cpp:1684
msgid "No Xbox One controller (without 3.5mm jack) was found on USB ports."
msgid "No Xbox One controller was found on USB ports."
msgstr ""

#: ../launcher/gimx-launcher.cpp:1687
Expand Down
4 changes: 2 additions & 2 deletions po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -1926,8 +1926,8 @@ msgid "No Dualshock 4 controller was found on USB ports."
msgstr "Nenhum controlador Dualshock 4 foi encontrado nas portas USB."

#: ../launcher/gimx-launcher.cpp:1684
msgid "No Xbox One controller (without 3.5mm jack) was found on USB ports."
msgstr "Nenhum controlador Xbox One (sem conector de 3,5 mm) foi encontrado nas portas USB."
msgid "No Xbox One controller was found on USB ports."
msgstr "Nenhum controlador Xbox One foi encontrado nas portas USB."

#: ../launcher/gimx-launcher.cpp:1687
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1968,8 +1968,8 @@ msgid "No Dualshock 4 controller was found on USB ports."
msgstr "USB Bağlantı Noktalarında Dualshock 4 (DS4) Bulunamadı."

#: ../launcher/gimx-launcher.cpp:1684
msgid "No Xbox One controller (without 3.5mm jack) was found on USB ports."
msgstr "USB Bağlantı Noktalarında Xbox One Kontroller (3,5 mm Jaksız) Bulundu."
msgid "No Xbox One controller was found on USB ports."
msgstr "USB Bağlantı Noktalarında Xbox One Kontroller Bulundu."

#: ../launcher/gimx-launcher.cpp:1687
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions po/zh.po
Original file line number Diff line number Diff line change
Expand Up @@ -1886,8 +1886,8 @@ msgid "No Dualshock 4 controller was found on USB ports."
msgstr "USB端口沒有發現Dualshock 4控制器."

#: ../launcher/gimx-launcher.cpp:1511
msgid "No Xbox One controller (without 3.5mm jack) was found on USB ports."
msgstr "USB端口沒有發現Xbox One控制器(無3.5mm耳機孔)"
msgid "No Xbox One controller was found on USB ports."
msgstr "USB端口沒有發現Xbox One控制器"

#: ../launcher/gimx-launcher.cpp:1529
msgid "Failed to open log file. GIMX may have crashed (please report this)."
Expand Down

0 comments on commit 6c9e968

Please sign in to comment.