gamescope, vkbasalt, update prefix

This commit is contained in:
Mikhail Tergoev
2023-12-12 19:23:43 +03:00
parent de28df9329
commit 907923d20f
15 changed files with 55 additions and 35 deletions

View File

@ -230,6 +230,9 @@ if [[ "${update_loc}" == "RUS" ]] ; then
export loc_gui_cancel="ОТМЕНИТЬ ИЗМЕНЕНИЯ"
export loc_gui_cancel_help="Отменить текущие изменения и вернутся в предыдущее меню."
export loc_gui_reset_db="СБРОСИТЬ НАСТРОЙКИ"
export loc_gui_reset_db_help="Востановить все настройки по умолчанию."
export loc_disabled="Отключено"
export loc_gui_open_db="ОТКРЫТЬ ФАЙЛ НАСТРОЕК"
@ -538,6 +541,10 @@ elif [[ "${update_loc}" == "ENG" ]] ; then
export loc_gui_cancel="CANCEL THE CHANGES"
export loc_gui_cancel_help="Cancel the current changes and return to the previous menu."
export loc_gui_reset_db="RESET SETTINGS"
export loc_gui_reset_db_help="Restore default settings."
export loc_disabled="Disabled"
export loc_gui_open_db="OPEN THE SETTINGS FILE"