Update en.lang

This commit is contained in:
MacRimi 2025-01-12 17:24:57 +01:00 committed by GitHub
parent acefc33412
commit d15fc2e445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,17 +13,16 @@ OPTION_2="Repair network"
OPTION_3="Settings"
# Update messages
UPDATE_TITLE="Update Available"
UPDATE_PROMPT="A new version is available. Do you want to update now?"
UPDATE_MESSAGE="The menu has been updated successfully."
UPDATE_ERROR="Error downloading the update."
UPDATE_POSTPONED="Update postponed. Continuing with the current version."
UPDATE_CHECKING="Checking for updates..."
UPDATE_CURRENT="The menu is up to date."
UPDATE_CHECK_ERROR="Could not check for updates. Continuing..."
FIRST_INSTALL="First installation. Current version:"
NEW_VERSION_AVAILABLE="New version available: %s (current: %s)"
CURRENT_VERSION_INFO="Current version: %s"
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."
# Uninstall messages
UNINSTALL_TITLE="Uninstall ProxMenu"