mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update en.lang
This commit is contained in:
parent
3e38a33d80
commit
c9e9d796fe
49
lang/en.lang
49
lang/en.lang
@ -50,3 +50,52 @@ 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..."
|
||||
|
||||
########### 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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user