diff options
author | Steven Barth <steven@midlink.org> | 2008-08-03 15:01:36 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-03 15:01:36 +0000 |
commit | f26e93beadda6cc361c4551777f1d728d9ddfa7d (patch) | |
tree | 84fd7adb7caef7123bf5c8943716fda85a223758 /i18n/english/luasrc | |
parent | e3097c4df37e0c12246b15c44cb3fc076bc256fe (diff) |
admin-full, admin-mini: Added configuration backup, restore, reset page
admin-full, admin-mini: Fixed a bug in firmware upgrade preventing configuration files from being kept
Diffstat (limited to 'i18n/english/luasrc')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 9341b1f86c..e3889153ba 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -100,6 +100,18 @@ 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_s_applyreboot1 = "Changes applied." + +a_s_backup = "Backup / Restore" +a_s_backup_backup = "Create backup" +a_s_backup_archive = "Backup Archive" +a_s_backup_reset = "Reset router to defaults" +a_s_backup_reset1 = "Proceed reverting all settings and resetting to firmware defaults?" +a_s_backup_restore = "Restore backup" +a_s_backup1 = [[Here you can backup and restore your router configuration +and - if possible - reset the router to the default settings.]] + + a_srv_http = "HTTP-Server" a_srv_ssh = "SSH-Server" |