Added tooltips for emulators

Added tooltips for emulators, displaying information about what emulator emulates what, descriptions in Russian and English.
This commit is contained in:
Akai
2023-12-11 22:25:47 +07:00
parent de28df9329
commit 40ec52288f
2 changed files with 54 additions and 17 deletions

View File

@ -328,6 +328,24 @@ if [[ "${update_loc}" == "RUS" ]] ; then
export loc_gui_installing_the="Устанавливаем"
export loc_gui_please_wait="Пожалуйста подождите..."
export loc_dolphin="Эмулятор для игровых консолей Nintendo с высокой совместимостью."
export loc_mame="Мультиаркадный эмулятор, позволяющий играть в старые аркадные игры."
export loc_scummvm="Эмулятор для классических квестовых игр от LucasArts и других студий."
export loc_retroarch="Многоплатформенный фронтенд для эмуляторов с обширными настройками."
export loc_ppsspp_windows="Windows - Эмулятор для игровой консоли PlayStation Portable (PSP)."
export loc_citra="Эмулятор для игровой консоли Nintendo 3DS."
export loc_cemu="Эмулятор для игровой консоли Wii U."
export loc_duckstation="Эмулятор для игровой консоли PlayStation 1."
export loc_epsxe="Эмулятор для игровой консоли PlayStation 1 с высокой совместимостью."
export loc_project64="Эмулятор для игровой консоли Nintendo 64."
export loc_vba_m="Эмулятор для игровой консоли Game Boy Advance."
export loc_yabause="Эмулятор для игровой консоли Sega Saturn."
export loc_xenia="Эмулятор для игровой консоли Xbox 360."
export loc_fceux=" Эмулятор для игровой консоли Nintendo Entertainment System (NES или Dendy)."
export loc_xemu="Эмулятор для игровой консоли Xbox."
export loc_demul="Эмулятор для игровой консоли Sega Dreamcast."
export loc_rpcs3="Эмулятор для игровой консоли PlayStation 3."
elif [[ "${update_loc}" == "ENG" ]] ; then
export loc_gui_pw_reinstall_pp="REINSTALL ${portname}"
@ -635,4 +653,23 @@ A brief instruction:
export loc_gui_installing_the="Installing the"
export loc_gui_please_wait="Please wait..."
export loc_dolphin="Emulator for Nintendo game consoles with high compatibility."
export loc_mame="Multi-arcade emulator that allows you to play old arcade games."
export loc_scummvm="Emulator for classic adventure games from LucasArts and other studios."
export loc_retroarch="Multi-platform frontend for emulators with extensive settings."
export loc_ppsspp_windows="Windows - Emulator for the PlayStation Portable (PSP) game console."
export loc_citra="Emulator for the Nintendo 3DS game console."
export loc_cemu="Emulator for the Wii U game console."
export loc_duckstation="Emulator for the PlayStation 1 game console."
export loc_epsxe="Emulator for the PlayStation 1 game console with high compatibility."
export loc_project64="Emulator for the Nintendo 64 game console."
export loc_vba_m="Emulator for the Game Boy Advance game console."
export loc_yabause="Emulator for the Sega Saturn game console."
export loc_xenia="Emulator for the Xbox 360 game console."
export loc_fceux="Emulator for the Nintendo Entertainment System (NES or Dendy) game console."
export loc_xemu="Emulator for the Xbox game console."
export loc_demul="Emulator for the Sega Dreamcast game console."
export loc_rpcs3="Emulator for the PlayStation 3 game console."
fi