feat: Add ability to set shortcut name

This commit is contained in:
Maxim Slipenko
2023-07-20 14:05:46 +03:00
parent 55dedfe548
commit b3937994a1
2 changed files with 43 additions and 27 deletions

View File

@ -47,6 +47,8 @@ if [[ "${update_loc}" == "RUS" ]] ; then
export inst_set="Выбор"
export inst_set_top="Установка ${portname}"
export ss_done="Ярлык создан в каталоге ${portname}.\nДобавить его в МЕНЮ -> Игры и на Рабочий стол?"
export sc_name="Название"
export sc_menu_desktop="Добавить ярлык в МЕНЮ -> Игры и на Рабочий стол"
export inst_succ="Установка завершена успешно!"
@ -292,6 +294,9 @@ elif [[ "${update_loc}" == "ENG" ]] ; then
export inst_set="Choices"
export inst_set_top="Instaling ${portname}"
export ss_done="The shortcut was created in the ${portname} directory.\n Add it to MENU -> GAMES and Desktop?"
export sc_name="Name"
export sc_menu_desktop="Add shortcut to MENU -> GAMES and Desktop"
export inst_succ="The installation was successful."
export port_upd1="New update for ${portname}"