forked from CastroFidel/PortWINE
gamescope, vkbasalt, update prefix
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user