ProxMenux/lang/en.lang

102 lines
4.0 KiB
Plaintext
Raw Normal View History

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..."
2025-01-12 11:40:50 +01:00
########### English language file for the network repair script
# General messages
MENU_TITLE="Network Repair Menu"
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 titles
RESULT_TITLE="Operation Result"
REPAIR_COMPLETED="Network repair completed. Check the log for details."
VERIFY_COMPLETED="Network verification completed. Check the log for details."
IP_INFO_COMPLETED="IP information displayed. Check the log for details."
# Network messages
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"
NETWORK_BRIDGE_PORT_MISSING="Bridge port non-existent or inactive"
NETWORK_BRIDGE_PORT_UPDATED="Bridge port updated"
NETWORK_NO_PHYSICAL_INTERFACE="No suitable physical interface found"
NETWORK_BRIDGE_PORT_OK="Bridge port correct"
NETWORK_CLEANING_INTERFACES="Cleaning non-existent interface configurations"
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"