i18n: bump translations for upgrade pages
[project/luci.git] / i18n / english / luasrc / i18n / admin-core.en.lua
index 558df11..61c038f 100644 (file)
@@ -37,7 +37,6 @@ a_s_changepw = 'Admin Password'
 a_s_p_ipkg = 'OPKG-Configuration'
 a_s_sshkeys = '<abbr title="Secure Shell">SSH</abbr>-Keys'
 a_s_fstab = 'Mount Points'
-a_s_flash = 'Flash Firmware'
 a_s_i_system1 = 'Change settings related to the system itself, its identification, installed hard- and software, authentication or mount points.'
 a_s_i_system2 = 'These settings define the base of your system.'
 a_s_i_system3 = 'Pay attention as any misconfiguration here may prevent your device from booting or may lock yourself out of it.'
@@ -144,15 +143,6 @@ a_s_fstab_mountpoint = 'Mount Point'
 a_s_fstab_device1 = 'The device file of the memory or partition (<abbr title="for example">e.g.</abbr> <code>/dev/sda1</code>)'
 a_s_fstab_fs1 = 'The filesystem that was used to format the memory (<abbr title="for example">e.g.</abbr> <samp><abbr title="Third Extended Filesystem">ext3</abbr></samp>)'
 a_s_fstab_swap1 = 'If your physical memory is insufficient unused data can be temporarily swapped to a swap-device resulting in a higher amount of usable <abbr title="Random Access Memory">RAM</abbr>. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the <abbr title="Random Access Memory">RAM</abbr>.'
-a_s_flash_flashed = 'Firmware successfully flashed. Rebooting device...'
-a_s_flash_flasherr = 'Failed to flash'
-a_s_flash_fwimage = 'Firmware image'
-a_s_flash_received = 'Image received. About to start flashing process. DO NOT POWER OFF THE DEVICE!'
-a_s_flash_inprogress = 'Writing firmware...'
-a_s_flash_fwupgrade = 'Flash Firmware'
-a_s_flash_keepcfg = 'Keep configuration files'
-a_s_flash_notimplemented = 'Sorry, this function is not (yet) available for your platform.'
-a_s_flash_upgrade1 = 'Replaces the installed firmware with a new one. The firmware format is platform-dependent.'
 a_s_reboot1 = 'Reboots the operating system of your device'
 a_s_reboot_do = 'Perform reboot'
 a_s_reboot_running = 'Please wait: Device rebooting...'
@@ -407,3 +397,16 @@ hostnames_hostname = 'Hostname'
 hostnames_address = 'IP address'
 m_n_mssfix = 'Clamp Segment Size'
 m_n_mssfix_desc = 'Fixes problems with unreachable websites, submitting forms or other unexpected behaviour for some ISPs.'
+admin_upgrade = 'Flash Firmware'
+admin_upgrade_badimage = 'The uploaded image file does not contain a supported format. Make sure that you choose the generic image format for your platform.'
+admin_upgrade_checksum = 'Checksum'
+admin_upgrade_desc = 'Upload an OpenWrt image file to reflash the device.'
+admin_upgrade_filesize = 'Size'
+admin_upgrade_fwimage = 'Firmware image'
+admin_upgrade_keepcfg = 'Keep configuration files'
+admin_upgrade_nosupport = 'Sorry. OpenWrt does not support a system upgrade on this platform.<br /> You need to manually flash your device.'
+admin_upgrade_running = 'The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a few minutes until you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings.'
+admin_upgrade_spaceavail = ' (%s available)'
+admin_upgrade_toolarge = 'It appears that you try to flash an image that does not fit into the flash memory, please verify the image file!'
+admin_upgrade_upload = 'Upload image'
+admin_upgrade_uploaded = 'The flash image was uploaded. Below is the checksum and file size listed, compare them with the original file to ensure data integrity.<br /> Click "Proceed" below to start the flash procedure.'