ProxMenux/lang/en.lang

109 lines
4.5 KiB
Plaintext
Raw Normal View History

2025-01-12 13:14:04 +01:00
# General system messages
2025-01-12 14:26:00 +01:00
MAIN_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:51:30 +01:00
LANG_OPTION="Change language"
UNINSTALL_OPTION="Uninstall ProxMenu"
2025-01-12 14:03:31 +01:00
EXIT_MENU="Exit"
2025-01-09 21:08:17 +01:00
EXIT_MESSAGE="Exiting menu. Goodbye!"
2025-01-09 21:51:30 +01:00
2025-01-12 13:14:04 +01:00
# Main menu options
OPTION_1="Configure iGPU + TPU"
OPTION_2="Repair network"
OPTION_3="Settings"
2025-01-09 21:51:30 +01:00
# Update messages
2025-01-09 21:08:17 +01:00
UPDATE_CHECKING="Checking for updates..."
2025-01-12 17:24:57 +01:00
UPDATE_ERROR_REMOTE="Error checking remote version."
UPDATE_NEW_AVAILABLE="New version available: %s (current: %s)"
UPDATE_TITLE="Update available"
UPDATE_PROMPT="Do you want to update to the latest version %s?"
UPDATE_POSTPONED="Update postponed."
UPDATE_CURRENT="The menu is already up to date (%s)."
UPDATE_PROCESS="Updating to version %s..."
UPDATE_COMPLETE="Update completed to version %s."
UPDATE_ERROR_DOWNLOAD="Error downloading the update."
2025-01-09 21:51:30 +01:00
# 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..."
2025-01-12 13:14:04 +01:00
LANG_SUCCESS="Selected language:"
2025-01-09 21:08:17 +01:00
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-12 13:14:04 +01:00
DEPS_INSTALLING="Installing necessary dependencies..."
2025-01-09 21:08:17 +01:00
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..."
2025-01-12 13:14:04 +01:00
# --- Messages for the network repair script (repair_network.sh) ---
2025-01-12 14:26:00 +01:00
REPAIR_MENU_TITLE="Network Repair Menu"
2025-01-12 11:40:50 +01:00
MENU_PROMPT="Please select an option:"
MENU_REPAIR="Repair network"
MENU_VERIFY="Verify network configuration"
MENU_SHOW_IP="Show IP information"
MENU_EXIT="Exit"
MENU_CANCELED="Operation canceled by user."
MENU_EXIT_MSG="Exiting network repair script. Goodbye!"
INVALID_OPTION="Invalid option. Please try again."
PRESS_ENTER="Press Enter to continue..."
RESULT_TITLE="Operation Result"
2025-01-12 13:14:04 +01:00
REPAIR_COMPLETED="Network repair completed."
VERIFY_COMPLETED="Network verification completed."
IP_INFO_COMPLETED="IP information displayed."
2025-01-12 11:40:50 +01:00
NETWORK_ERROR="ERROR"
NETWORK_SUCCESS="SUCCESS"
NETWORK_WARNING="WARNING"
NETWORK_PHYSICAL_INTERFACES="Detected physical interfaces"
NETWORK_CONFIGURED_INTERFACES="Configured interfaces"
NETWORK_CHECKING_BRIDGES="Checking bridge configuration"
2025-01-12 13:14:04 +01:00
NETWORK_BRIDGE_PORT_MISSING="Bridge port non-existent or not active"
2025-01-12 11:40:50 +01:00
NETWORK_BRIDGE_PORT_UPDATED="Bridge port updated"
NETWORK_NO_PHYSICAL_INTERFACE="No suitable physical interface found"
NETWORK_BRIDGE_PORT_OK="Bridge port correct"
2025-01-12 13:14:04 +01:00
NETWORK_CLEANING_INTERFACES="Cleaning configurations of non-existent interfaces"
2025-01-12 11:40:50 +01:00
NETWORK_INTERFACE_REMOVED="Interface removed"
NETWORK_CONFIGURING_INTERFACES="Configuring interfaces"
NETWORK_INTERFACE_ADDED="Interface added"
NETWORK_RESTARTING="Restarting network service"
NETWORK_RESTART_SUCCESS="Network service restarted successfully"
NETWORK_RESTART_FAILED="Failed to restart network service"
NETWORK_CONNECTIVITY_OK="Network connectivity OK"
NETWORK_CONNECTIVITY_FAILED="Network connectivity failed"
NETWORK_IP_INFO="IP Information"
NETWORK_NO_IP="No IP"
NETWORK_REPAIR_STARTED="Starting network repair"
NETWORK_REPAIR_COMPLETED="Network repair completed"
NETWORK_REPAIR_FAILED="Network repair failed"
NETWORK_REPAIR_PROCESS_FINISHED="Network repair process finished"
NETWORK_VERIFY_STARTED="Starting network verification"
NETWORK_VERIFY_FINISHED="Network verification finished"
2025-01-12 13:14:04 +01:00
NETWORK_REPAIR_RUNNING="Running network repair..."
NETWORK_REPAIR_SUCCESS="Network repair executed successfully."
NETWORK_REPAIR_ERROR="Error executing network repair."
NETWORK_VERIFY_RUNNING="Running network verification..."
NETWORK_VERIFY_SUCCESS="Network verification completed successfully."
NETWORK_VERIFY_ERROR="Error executing network verification."
NETWORK_IP_INFO_RUNNING="Obtaining IP information..."
NETWORK_IP_INFO_SUCCESS="IP information obtained successfully."
NETWORK_IP_INFO_ERROR="Error obtaining IP information."