diff --git a/src/lang/de_DE.lang b/src/lang/de_DE.lang index a3485cb..1bfb5e8 100644 --- a/src/lang/de_DE.lang +++ b/src/lang/de_DE.lang @@ -8,5 +8,3 @@ ,.need_menu_action = "Nur vom Wii U-Menü aus" ,.using_nintendo_network = "Nutze Nintendo Network" ,.using_pretendo_network = "Nutze Pretendo Network" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed" diff --git a/src/lang/en_US.lang b/src/lang/en_US.lang index aa02d40..29fb991 100644 --- a/src/lang/en_US.lang +++ b/src/lang/en_US.lang @@ -9,5 +9,5 @@ ,.using_nintendo_network = "Using Nintendo Network" ,.using_pretendo_network = "Using Pretendo Network" ,.multiplayer_port_display = "Using UDP port {} for multiplayer" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed" +,.module_not_found = "Pretendo patch failed - use Aroma Updater to repair (686-1001 Module missing)" +,.module_init_not_found = "Pretendo patch failed - use Aroma Updater to repair (686-1002 Module init)" diff --git a/src/lang/es_ES.lang b/src/lang/es_ES.lang index e03dd7f..c6e9188 100644 --- a/src/lang/es_ES.lang +++ b/src/lang/es_ES.lang @@ -8,5 +8,3 @@ ,.need_menu_action="Solo desde el Menú de Wii U" ,.using_nintendo_network="Usando Nintendo Network" ,.using_pretendo_network="Usando Pretendo Network" -,.module_not_found="No se pudo encontrar el módulo Inkay. Confirme que el módulo Inkay está instalado correctamente" -,.module_init_not_found="No se pudo inicializar el módulo Inkay. Confirme que el módulo Inkay está instalado correctamente" diff --git a/src/lang/fr_FR.lang b/src/lang/fr_FR.lang index 88776de..1f8eda7 100644 --- a/src/lang/fr_FR.lang +++ b/src/lang/fr_FR.lang @@ -8,5 +8,3 @@ ,.need_menu_action = "Depuis le menu Wii U seulement" ,.using_nintendo_network = "Sur Nintendo Network" ,.using_pretendo_network = "Sur Pretendo Network" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed" diff --git a/src/lang/it_IT.lang b/src/lang/it_IT.lang index d77bc19..7dbf2ff 100644 --- a/src/lang/it_IT.lang +++ b/src/lang/it_IT.lang @@ -8,5 +8,3 @@ ,.need_menu_action = "Solo dal menu WiiU" ,.using_nintendo_network = "Usando Nintendo Network" ,.using_pretendo_network = "Usando Pretendo Network" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed" diff --git a/src/lang/ja_JP.lang b/src/lang/ja_JP.lang index 8740611..1e88f5a 100644 --- a/src/lang/ja_JP.lang +++ b/src/lang/ja_JP.lang @@ -8,5 +8,3 @@ ,.need_menu_action = "WiiUメニューからのみ実行可能" ,.using_nintendo_network = "ニンテンドーネットワークを使用中" ,.using_pretendo_network = "Pretendoネットワークを使用中" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed" diff --git a/src/lang/nl_NL.lang b/src/lang/nl_NL.lang index ef23280..6d15650 100644 --- a/src/lang/nl_NL.lang +++ b/src/lang/nl_NL.lang @@ -8,5 +8,3 @@ ,.need_menu_action = "Alleen vanuit het WiiU-menu" ,.using_nintendo_network = "Nintendo Network wordt gebruikt" ,.using_pretendo_network = "Pretendo Network wordt gebruikt" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed" diff --git a/src/lang/pt_BR.lang b/src/lang/pt_BR.lang index 17a4714..5e60a59 100644 --- a/src/lang/pt_BR.lang +++ b/src/lang/pt_BR.lang @@ -8,5 +8,3 @@ ,.need_menu_action = "Apenas no menu do Wii U" ,.using_nintendo_network = "Usando Nintendo Network" ,.using_pretendo_network = "Usando Pretendo Network" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed" diff --git a/src/lang/ru_RU.lang b/src/lang/ru_RU.lang index 575c06d..966166b 100644 --- a/src/lang/ru_RU.lang +++ b/src/lang/ru_RU.lang @@ -8,5 +8,3 @@ ,.need_menu_action = "Только из меню Wii U" ,.using_nintendo_network = "Используется Nintendo Network" ,.using_pretendo_network = "Используется Pretendo Network" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed" diff --git a/src/lang/zh_CN.lang b/src/lang/zh_CN.lang index 671122d..df1bc5a 100644 --- a/src/lang/zh_CN.lang +++ b/src/lang/zh_CN.lang @@ -8,5 +8,3 @@ ,.need_menu_action = "仅来自WiiU Menu" ,.using_nintendo_network = "使用 Nintendo Network" ,.using_pretendo_network = "使用 Pretendo Network" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed" diff --git a/src/lang/zh_Hant.lang b/src/lang/zh_Hant.lang index d831cc2..ec3a0ad 100644 --- a/src/lang/zh_Hant.lang +++ b/src/lang/zh_Hant.lang @@ -8,5 +8,3 @@ ,.need_menu_action = "僅來自WiiU Menu" ,.using_nintendo_network = "使用 Nintendo Network" ,.using_pretendo_network = "使用 Pretendo Network" -,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed" -,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed"