diff options
Diffstat (limited to 'i18n/english/luasrc')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 1 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/default.en.lua | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index efbe12456f..b179ec808e 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -97,6 +97,7 @@ a_s_flash_upgrade1 = "Replaces the installed firmware with a new one. The firmwa a_s_reboot1 = "Reboots the operating system of your device" a_s_reboot_do = "Perform reboot" a_s_reboot_running = "Please wait: Device rebooting..." +a_s_reboot_u = "Warning: There are unsaved changes that will be lost while rebooting!" a_srv_http = "HTTP-Server" a_srv_ssh = "SSH-Server" diff --git a/i18n/english/luasrc/i18n/default.en.lua b/i18n/english/luasrc/i18n/default.en.lua index df135a66d8..eb6ce8c4d1 100644 --- a/i18n/english/luasrc/i18n/default.en.lua +++ b/i18n/english/luasrc/i18n/default.en.lua @@ -87,8 +87,10 @@ target = "Target" timezone = "Timezone" type = "Type" -username = "Username" unknownerror = "Unknown Error" +unsavedchanges = "Unsaved Changes" +username = "Username" + version = "Version" |