2025-01-09 21:51:30 +01:00
|
|
|
# System messages
|
2024-12-20 20:29:13 +01:00
|
|
|
MENU_TITLE="ProxMenux - Main Menu"
|
2025-01-09 21:51:30 +01:00
|
|
|
CONFIG_TITLE="ProxMenux - Configuration"
|
2024-12-20 19:00:07 +01:00
|
|
|
SELECT_OPTION="Select an option:"
|
2025-01-09 21:08:17 +01:00
|
|
|
OPTION_1="Configure iGPU + TPU"
|
2025-01-09 21:51:30 +01:00
|
|
|
OPTION_2="Settings"
|
|
|
|
LANG_OPTION="Change language"
|
|
|
|
UNINSTALL_OPTION="Uninstall ProxMenu"
|
2025-01-09 21:08:17 +01:00
|
|
|
EXIT_MESSAGE="Exiting menu. Goodbye!"
|
2025-01-09 21:51:30 +01:00
|
|
|
|
|
|
|
# Update messages
|
2025-01-09 21:08:17 +01:00
|
|
|
UPDATE_TITLE="Update Available"
|
2024-12-20 19:02:54 +01:00
|
|
|
UPDATE_PROMPT="A new version is available. Do you want to update now?"
|
2025-01-09 21:08:17 +01:00
|
|
|
UPDATE_MESSAGE="Menu has been updated successfully."
|
|
|
|
UPDATE_ERROR="Error downloading the update."
|
|
|
|
UPDATE_POSTPONED="Update postponed. Continuing with current version."
|
|
|
|
UPDATE_CHECKING="Checking for updates..."
|
|
|
|
UPDATE_CURRENT="Menu is up to date."
|
|
|
|
UPDATE_CHECK_ERROR="Couldn't check for updates. Continuing..."
|
2025-01-09 21:51:30 +01:00
|
|
|
FIRST_INSTALL="First installation. Current version:"
|
|
|
|
|
|
|
|
# Uninstall messages
|
2025-01-09 21:08:17 +01:00
|
|
|
UNINSTALL_TITLE="Uninstall ProxMenu"
|
|
|
|
UNINSTALL_CONFIRM="Are you sure you want to uninstall ProxMenu?"
|
|
|
|
UNINSTALL_COMPLETE="ProxMenu has been uninstalled successfully."
|
|
|
|
UNINSTALL_PROCESS="Uninstalling ProxMenu..."
|
2025-01-09 21:51:30 +01:00
|
|
|
|
|
|
|
# Script messages
|
2025-01-09 21:08:17 +01:00
|
|
|
SCRIPT_RUNNING="Running igpu_tpu.sh script..."
|
|
|
|
SCRIPT_SUCCESS="Script executed successfully."
|
|
|
|
SCRIPT_ERROR="Error executing the script."
|
2025-01-09 21:51:30 +01:00
|
|
|
|
|
|
|
# Language messages
|
|
|
|
LANG_SELECT="Select Language"
|
|
|
|
LANG_PROMPT="Choose your language:"
|
2025-01-09 21:08:17 +01:00
|
|
|
LANG_ERROR="No language selected. Exiting..."
|
|
|
|
LANG_SUCCESS="Language selected:"
|
|
|
|
LANG_LOADED="Language loaded:"
|
|
|
|
LANG_DOWNLOAD="Downloading language file..."
|
|
|
|
LANG_DOWNLOAD_ERROR="Error downloading language file. Check your internet connection."
|
|
|
|
LANG_EXISTS="Language file exists locally."
|
2025-01-09 21:51:30 +01:00
|
|
|
|
|
|
|
# Dependency messages
|
2025-01-09 21:08:17 +01:00
|
|
|
DEPS_INSTALLING="Installing required dependencies..."
|
|
|
|
DEPS_SUCCESS="Dependencies installed."
|
|
|
|
DEPS_ERROR="Error installing dependencies. Please install whiptail manually."
|
2025-01-09 21:51:30 +01:00
|
|
|
|
|
|
|
# Bilingual messages (first run)
|
|
|
|
INITIAL_LANG_SELECT="Select Language / Seleccionar Idioma"
|
|
|
|
INITIAL_LANG_PROMPT="Choose your language / Elige tu idioma:"
|
|
|
|
INITIAL_LANG_ERROR="No language selected. Exiting... / No se seleccionó ningún idioma. Saliendo..."
|
|
|
|
|