added misterhorse URL handler

This commit is contained in:
Andrew
2025-11-09 12:50:48 +03:00
parent 700a669bc5
commit d0fb24a741
5 changed files with 54 additions and 4 deletions

View File

@@ -38,5 +38,7 @@ STRINGS = {
'plugin_note_text': 'Those plugins are available at https://t.me/Aegnux',
'done_title': 'Done!',
'done_ae': 'AE has been installed.',
'done_plugins': 'The plugins have been installed.'
'done_plugins': 'The plugins have been installed.',
'mhtb_not_found_title': 'Mister Horse Product Manager Not Found',
'mhtb_not_found_text': 'Mister Horse Product Manager is not installed in the Wine prefix. Please install it first.'
}

View File

@@ -37,5 +37,7 @@ STRINGS = {
'plugin_note': 'Замечание к приватным плагинам',
'plugin_note_text': 'Эти плагины доступны здесь: https://t.me/Aegnux',
'done_ae': 'AE был установлен.',
'done_plugins': 'Плагины были установлены.'
'done_plugins': 'Плагины были установлены.',
'mhtb_not_found_title': 'Mister Horse Product Manager не найден',
'mhtb_not_found_text': 'Mister Horse Product Manager не установлен в префиксе Wine. Пожалуйста, сначала установите его.'
}

View File

@@ -37,5 +37,7 @@ STRINGS = {
'plugin_note': 'Примітка до приватних плагінів',
'plugin_note_text': 'Ці плагіни доступні тут: https://t.me/Aegnux',
'done_ae': 'AE було встановлено.',
'done_plugins': 'Плагіни було встановлено.'
'done_plugins': 'Плагіни було встановлено.',
'mhtb_not_found_title': 'Mister Horse Product Manager не знайдено',
'mhtb_not_found_text': 'Mister Horse Product Manager не встановлено в префіксі Wine. Будь ласка, спочатку встановіть його.'
}