From 667d88fb277b4ecb9d6adea67e8373e7dc70344d Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <%:a_s_flash_upgrade1%>/dev/sda1
)'
a_s_fstab_fs1 = 'The filesystem that was used to format the memory (e.g. ext3)'
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 RAM. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the RAM.'
-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...'
@@ -384,3 +374,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.
You need to manually flash your device.'
+admin_upgrade_running = 'The system is flashing now.
DO NOT POWER OFF THE DEVICE!
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.
Click "Proceed" below to start the flash procedure.'
diff --git a/i18n/english/luasrc/i18n/default.en.lua b/i18n/english/luasrc/i18n/default.en.lua
index d923a88fc..21d43fd82 100644
--- a/i18n/english/luasrc/i18n/default.en.lua
+++ b/i18n/english/luasrc/i18n/default.en.lua
@@ -12,6 +12,7 @@ essentials = 'Essentials'
apply = 'Apply'
basicsettings = 'Basic Settings'
broadcast = 'IPv4-Broadcast'
+cancel = 'Cancel'
changes = 'Changes'
channel = 'Channel'
cidr6 = 'CIDR-Notation: address/prefix'
@@ -71,6 +72,7 @@ password = 'Password'
path = 'Path'
port = 'Port'
ports = 'Ports'
+proceed = 'Proceed'
protocol = 'Protocol'
reboot = 'Reboot'
reset = 'Reset'
diff --git a/i18n/french/luasrc/i18n/admin-core.fr.lua b/i18n/french/luasrc/i18n/admin-core.fr.lua
index a4789a035..773848661 100644
--- a/i18n/french/luasrc/i18n/admin-core.fr.lua
+++ b/i18n/french/luasrc/i18n/admin-core.fr.lua
@@ -37,7 +37,6 @@ a_s_changepw = 'Mot de passe administrateur'
a_s_p_ipkg = 'Configuration OPKG'
a_s_sshkeys = 'Clés SSH'
a_s_fstab = 'Points de montage'
-a_s_flash = 'Mise à jour firmware'
a_s_i_system1 = 'Changements en rapport avec le système, son identification le logiciel/matériel installé, l'authentification ou points de montage.'
a_s_i_system2 = 'Ces réglages définissent la base de votre système.'
a_s_i_system3 = 'Soyez vigilent car un mauvais réglage peut empêcher votre équipement de démarrer, ou vous empêcher de vous y connecter.'
@@ -66,15 +65,6 @@ a_s_fstab_mountpoint = 'Point de montage'
a_s_fstab_device1 = 'Le périphérique de bloc contenant la partition (ex : /dev/sda1)'
a_s_fstab_fs1 = 'Le système de fichiers utilisé pour formatter le support de stockage (ex : ext3)'
a_s_fstab_swap1 = 'Si la mémoire physique n'est pas en quantité suffisante, les données inutilisées peuvent être temporairement transférée sur une partition d'échange, relevant la quantité de RAM disponible. Ce processus est lent car la mémoire d'échange ne peut être accédée aux taux de transfert de la RAM.'
-a_s_flash_flashed = 'Firmware installé avec succès. Redémarrage...'
-a_s_flash_flasherr = 'Programme lors de la programmation'
-a_s_flash_fwimage = 'Image firmware'
-a_s_flash_received = 'Image reçue. Début du processus de flashage. NE PAS ETEINDRE L'EQUIPEMENT !'
-a_s_flash_inprogress = 'Ecriture du firmware...'
-a_s_flash_fwupgrade = 'Mise à jour firmware'
-a_s_flash_keepcfg = 'Conserver les fichiers de configuration'
-a_s_flash_notimplemented = 'Désolé, cette fonction n'est pas (encore) disponible pour votre plateforme.'
-a_s_flash_upgrade1 = 'Remplace les fichiers existants par les nouveaux. Le format du firmware est dépendant de la plateforme.'
a_s_reboot1 = 'Redémarrage du système d'exploitation de votre équipement'
a_s_reboot_do = 'Redémarrer'
a_s_reboot_running = 'Patientez s'il vous plaît: équipement en cours de redémarrage...'
@@ -325,3 +315,16 @@ hostnames_address = 'Adresse IP'
network_interface_encaps = 'PPPoA Encapsulation'
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.
You need to manually flash your device.'
+admin_upgrade_running = 'The system is flashing now.
DO NOT POWER OFF THE DEVICE!
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.
Click "Proceed" below to start the flash procedure.'
diff --git a/i18n/french/luasrc/i18n/default.fr.lua b/i18n/french/luasrc/i18n/default.fr.lua
index 8d9fa1045..f86721319 100644
--- a/i18n/french/luasrc/i18n/default.fr.lua
+++ b/i18n/french/luasrc/i18n/default.fr.lua
@@ -9,6 +9,7 @@ essentials = 'Essentiel'
apply = 'Appliquer'
basicsettings = 'Paramètres de base'
broadcast = 'Broadcast IPv4'
+cancel = 'Annuler'
changes = 'Changements'
channel = 'Canal'
cidr6 = 'Notation CIDR : adresse/prefixe'
@@ -68,6 +69,7 @@ password = 'Mot de passe'
path = 'Chemin'
port = 'Port'
ports = 'Ports'
+proceed = 'Continuer'
protocol = 'Protocole'
reboot = 'Redémarrage'
reset = 'Remise à zéro'
diff --git a/i18n/german/luasrc/i18n/admin-core.de.lua b/i18n/german/luasrc/i18n/admin-core.de.lua
index 970fdbe0c..7bd1ec424 100644
--- a/i18n/german/luasrc/i18n/admin-core.de.lua
+++ b/i18n/german/luasrc/i18n/admin-core.de.lua
@@ -43,16 +43,6 @@ a_s_changepw1 = 'Ãndert das Passwort des Systemverwalters (Benutzer "root&
a_s_changepw_changed = 'Passwort erfolgreich geändert'
a_s_changepw_nomatch = 'Passwörter stimmen nicht überein'
a_s_desc = 'An dieser Stelle können Grundeinstellungen des Systems wie Hostname oder Zeitzone vorgenommen werden.'
-a_s_flash = 'Upgrade'
-a_s_flash_flashed = 'Flashvorgang erfolgreich. Router startet neu...'
-a_s_flash_flasherr = 'Flashvorgang fehlgeschlagen'
-a_s_flash_fwimage = 'Firmwareimage'
-a_s_flash_received = 'Abbild empfangen. Starte Flashvorgang. SCHALTEN SIE DAS GERÃT NICHT AUS!'
-a_s_flash_inprogress = 'Schreibe Firmware...'
-a_s_flash_fwupgrade = 'Firmware aktualisieren'
-a_s_flash_keepcfg = 'Konfigurationsdateien übernehmen'
-a_s_flash_notimplemented = 'Diese Funktion steht leider (noch) nicht zur Verfügung.'
-a_s_flash_upgrade1 = 'Ersetzt die installierte Firmware (das Betriebssystem des Routers) durch ein neues. Das Format der Firmware ist plattformabhängig.'
a_s_fstab = 'Einhängepunkte'
a_s_fstab_active = 'Eingehängte Dateisysteme'
a_s_fstab_used = 'Benutzt'
@@ -344,3 +334,16 @@ luci_components = "LuCI Komponenten"
m_n_mssfix = "SegmentgröÃen Clamping"
m_n_mssfix_desc = "Behebt Probleme bei nicht erreichbaren Webseiten, Absenden von Formularen oder anderes unerwartetes Verhalten für einige ISPs."
dhcp_desc = 'Mit DHCP können Netzwerkteilnehmer automatisch Einstellungen wie IP-Adresse, Präfix, DNS-Server, usw. beziehen.'
+admin_upgrade = 'Firmware Flash'
+admin_upgrade_badimage = 'Das hochgeladene Firmware-Image hat ein nicht unterstütztes Format. Stellen Sie sicher dass Sie das generische Format für Ihre Platform gewählt haben.'
+admin_upgrade_checksum = 'Prüfsumme'
+admin_upgrade_desc = 'Firmware-Image hochladen um das Gerät neu zu flaschen'
+admin_upgrade_filesize = 'GröÃe'
+admin_upgrade_fwimage = 'Firmware-Image'
+admin_upgrade_keepcfg = 'Konfigurationsdateien erhalten'
+admin_upgrade_nosupport = 'Sorry. OpenWrt unterstützt kein Systemupdate auf dieser Platform.
Sie müssen das Gerät manuell neu flashen.'
+admin_upgrade_running = 'Der Flashvorgang läuft jetzt.
SCHALTEN SIE NICHT DEN STROM AUS!
Warten Sie einige Minuten bis das Gerät wieder erreichbar ist. Je nach Konfiguration ist es notwendig, dass Sie auf Ihrem Computer eine neue IP-Adresse beziehen müssen um auf das Gerät zugreifen zu können.'
+admin_upgrade_spaceavail = ' (%s verfügbar)'
+admin_upgrade_toolarge = 'Das verwendete Image scheint zu groà für den internen Flash-Speicher zu sein. Ãberprüfen Sie die Imagedatei!'
+admin_upgrade_upload = 'Image hochladen'
+admin_upgrade_uploaded = 'Das Firmware-Image wurde hochgeladen. Nachfolgend steht die Prüfsumme und GröÃe der Datei, vergleichen Sie diese mit ihrer Originaldatei um sicherzustellen dass das Image fehlerfrei ist.
Klicken Sie auf "Fortfahren" um den Flashvorgang zu starten.'
diff --git a/i18n/german/luasrc/i18n/default.de.lua b/i18n/german/luasrc/i18n/default.de.lua
index 238cba56e..c0a99dfbf 100644
--- a/i18n/german/luasrc/i18n/default.de.lua
+++ b/i18n/german/luasrc/i18n/default.de.lua
@@ -12,6 +12,7 @@ apply = 'Anwenden'
back = 'zurück'
basicsettings = 'Grundeinstellungen'
broadcast = 'IPv4-Broadcast'
+cancel = 'Abbrechen'
changes = 'Ãnderungen'
channel = 'Kanal'
cidr6 = 'CIDR-Notation: Adresse/Prefix'
@@ -71,6 +72,7 @@ password = 'Passwort'
path = 'Pfad'
port = 'Port'
ports = 'Ports'
+proceed = 'Fortfahren'
protocol = 'Protokoll'
reboot = 'Neu Starten'
reset = 'Zurücksetzen'
diff --git a/i18n/greek/luasrc/i18n/admin-core.el.lua b/i18n/greek/luasrc/i18n/admin-core.el.lua
index a7a4787f4..8638d24c8 100644
--- a/i18n/greek/luasrc/i18n/admin-core.el.lua
+++ b/i18n/greek/luasrc/i18n/admin-core.el.lua
@@ -37,7 +37,6 @@ a_s_changepw = 'ÎÏδικÏÏ ÎιαÏειÏιÏÏή'
a_s_p_ipkg = 'ΠαÏαμεÏÏοÏοίηÏη OPKG'
a_s_sshkeys = 'Îλειδιά SSH'
a_s_fstab = 'Σημεία Î ÏοÏάÏÏηÏηÏ'
-a_s_flash = 'ΦλαÏάÏιÏμα Firmware'
a_s_i_system1 = 'Îλλαγή ÏÏ
θμίÏεÏν ÏÏεÏικÏν με Ïο ÏÏÏÏημα, Ïην ÏαÏ
ÏÏÏηÏά ÏοÏ
, Ïο εγκαÏεÏÏημÎνο Ï
Î»Î¹ÎºÏ ÎºÎ±Î¹ λογιÏμικÏ, Ïην εξοÏ
ÏιοδÏÏηÏη ή Ïα Ïημεία ÏÏοÏάÏÏηÏηÏ.'
a_s_i_system2 = 'ÎÏ
ÏÎÏ Î¿Î¹ ÏÏ
θμίÏÎµÎ¹Ï Î¿ÏίζοÏ
ν Ïη βάÏη ÏοÏ
ÏÏ
ÏÏήμαÏοÏ.'
a_s_i_system3 = 'ÎÏÏÏε ιδιαίÏεÏη ÏÏοÏοÏή γιαÏί οÏοιαδήÏοÏε Î»Î¬Î¸Î¿Ï ÏÏθμιÏη ÎµÎ´Ï Î¼ÏοÏεί να αÏοÏÏÎÏει Ïην ÏÏ
ÏκεÏ
ή ÏÎ±Ï Î±ÏÏ Ïο να εκκινήÏει ή μÏοÏεί να κλειδÏÏεÏε Ïον εαÏ
ÏÏ ÏÎ±Ï ÎξÏ.'
@@ -144,15 +143,6 @@ a_s_fstab_mountpoint = 'Σημείο Î ÏοÏάÏÏηÏηÏ'
a_s_fstab_device1 = 'Το αÏÏείο ÏÏ
ÏκεÏ
Î®Ï ÏÎ·Ï Î¼Î½Î®Î¼Î·Ï Î® ÏοÏ
διαμÎÏιÏμαÏÎ¿Ï (Ï.Ï. /dev/sda1
)'
a_s_fstab_fs1 = 'Το ÏÏÏÏημα αÏÏείÏν ÏοÏ
ÏÏηÏιμοÏοιήθηκε για διαμÏÏÏÏÏη (Ï.Ï. ext3)'
a_s_fstab_swap1 = 'Îν η ÏÏ
Ïική μνήμη δεν είναι αÏκεÏή, μη-ÏÏηÏιμοÏοιοÏμενα δεδομÎνα μÏοÏοÏν ÏÏοÏÏÏινά να εναλλάÏÏονÏαι Ïε μία ÏÏ
ÏκεÏ
ή swap με αÏοÏÎλεÏμα ÏεÏιÏÏÏÏεÏη ενεÏγή RAM. Πεναλλαγή δεδομÎνÏν είναι μία ÏÎ¿Î»Ï Î±Ïγή διαδικαÏία αÏÎ¿Ï Î· ÏÏ
ÏκεÏ
ή swap δεν μÏοÏεί να ÏÏοÏÏελαÏÏεί με ÏοÏ
Ï Ï
ÏηλοÏÏ ÏÏ
θμοÏÏ Î¼ÎµÏαÏοÏÎ¬Ï Î´ÎµÎ´Î¿Î¼ÎνÏν ÏοÏ
διαθÎÏει η RAM.'
-a_s_flash_flashed = 'Το Firmware ÏλαÏαÏίÏÏηκε με εÏιÏÏ
ÏίαÏ. ÎÏανεκκίνηÏη ÏÏ
ÏκεÏ
ήÏ...'
-a_s_flash_flasherr = 'ÎÏοÏÏ
Ïία ÏλαÏαÏίÏμαÏοÏ'
-a_s_flash_fwimage = 'ÎικÏνα Firmware'
-a_s_flash_received = 'ÎικÏνα ελήÏθη. Î ÏÏκειÏαι να ξεκινήÏει η διαδικαÏία ÏλαÏαÏίÏμαÏοÏ. ÎΠΣÎÎΣÎΤΠΤΠΣΥΣÎÎÎ¥Î!'
-a_s_flash_inprogress = 'ΦλαÏάÏιÏμα firmware...'
-a_s_flash_fwupgrade = 'ΦλαÏάÏιÏμα Firmware'
-a_s_flash_keepcfg = 'ÎιαÏήÏηÏη αÏÏείÏν ÏαÏαμεÏÏοÏοίηÏηÏ'
-a_s_flash_notimplemented = 'ΣÏ
γνÏμη, αÏ
Ïή η λειÏοÏ
Ïγία (ακÏμη) δεν είναι διαθÎÏιμη για Ïην ÏλαÏÏÏÏμα ÏαÏ.'
-a_s_flash_upgrade1 = 'ÎνÏικαθιÏÏά Ïο εγκαÏεÏÏημÎνο firmware με Îνα νÎο. ΠμοÏÏή ÏοÏ
firmware εξαÏÏάÏαι αÏÏ Ïην ÏλαÏÏÏÏμα.'
a_s_reboot1 = 'ÎÏανεκκίνηÏη ÏοÏ
λειÏοÏ
ÏÎ³Î¹ÎºÎ¿Ï ÏÏ
ÏÏήμαÏÎ¿Ï ÏÎ·Ï ÏÏ
ÏκεÏ
Î®Ï ÏαÏ'
a_s_reboot_do = 'ÎκÏÎλεÏη εÏανεκκίνηÏηÏ'
a_s_reboot_running = 'ΠαÏÎ±ÎºÎ±Î»Ï ÏεÏιμÎνεÏε: Î ÏÏ
ÏκεÏ
ή εÏανεκκινεί...'
@@ -408,3 +398,16 @@ hostnames_address = 'ÎιεÏθÏ
νÏη IP'
m_n_mssfix = 'ÎÎÎ³ÎµÎ¸Î¿Ï Î¤Î¼Î®Î¼Î±ÏÎ¿Ï Î¤ÎµÎ¼Î±ÏιÏμοÏ'
m_n_mssfix_desc = 'ÎÏιλÏει ÏÏοβλήμαÏα με μη-ÏÏοÏβάÏιμοÏ
Ï Î¹ÏÏοÏÏÏοÏ
Ï, Ïην Ï
Ïοβολή ÏοÏμÏν ή Î¬Î»Î»ÎµÏ Î±ÏÏοÏδÏκηÏÎµÏ ÏÏ
μÏεÏιÏοÏÎÏ ÎºÎ¬ÏοιÏν ISP.'
luci_components = 'ΣÏ
ÏÏαÏικά LuCI'
+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.
You need to manually flash your device.'
+admin_upgrade_running = 'The system is flashing now.
DO NOT POWER OFF THE DEVICE!
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.
Click "Proceed" below to start the flash procedure.'
diff --git a/i18n/greek/luasrc/i18n/default.el.lua b/i18n/greek/luasrc/i18n/default.el.lua
index 8f30c35f9..c61d9e1ef 100644
--- a/i18n/greek/luasrc/i18n/default.el.lua
+++ b/i18n/greek/luasrc/i18n/default.el.lua
@@ -12,6 +12,7 @@ essentials = 'ÎαÏικά'
apply = 'ÎÏαÏμογή'
basicsettings = 'ÎαÏικÎÏ Î¡Ï
θμίÏειÏ'
broadcast = 'IPv4-Broadcast'
+cancel = 'Cancel'
changes = 'ÎλλαγÎÏ'
channel = 'Îανάλι'
cidr6 = 'ΠαÏάÏÏαÏη CIDR: διεÏθÏ
νÏη/ÏÏÏθεμα'
@@ -69,6 +70,7 @@ overview = 'ÎÏιÏκÏÏηÏη'
packagemanager = 'ÎιαÏειÏιÏÏÎ®Ï Î Î±ÎºÎÏÏν'
password = 'ÎÏδικÏÏ Î ÏÏÏβαÏηÏ'
path = 'ÎιαδÏομή'
+proceed 'Proceed'
port = 'ÎÏÏα'
ports = 'ÎÏÏεÏ'
protocol = 'Î ÏÏÏÏκολλο'
diff --git a/i18n/italian/luasrc/i18n/admin-core.it.lua b/i18n/italian/luasrc/i18n/admin-core.it.lua
index 2a627880c..4d18aa414 100644
--- a/i18n/italian/luasrc/i18n/admin-core.it.lua
+++ b/i18n/italian/luasrc/i18n/admin-core.it.lua
@@ -37,7 +37,6 @@ a_s_changepw = 'Password di Amministratore'
a_s_p_ipkg = 'Configurazione di OPKG'
a_s_sshkeys = 'Chiavi SSHs'
a_s_fstab = 'Punti di mount'
-a_s_flash = 'Aggiorna firmware'
a_s_i_system1 = 'Modifica impostazioni relative al sistema, la sua identificazione, installazioni hardware e software, autenticazione o punti di mount.'
a_s_i_system2 = 'Queste impostazioni definiscono la base del tuo sistema.'
a_s_i_system3 = 'Fai attenzione perchè una cattiva configurazione qui può impedire al tuo dispositivo di avviarsi o impedirti di entrarvi.'
@@ -66,15 +65,6 @@ a_s_fstab_mountpoint = 'Punto di mount'
a_s_fstab_device1 = 'Il file del dispositivo di memoria o della partizione (e.s. /dev/sda1
)'
a_s_fstab_fs1 = 'Il filesystem usato per formattare la memoria (e.s. ext3)'
a_s_fstab_swap1 = 'Se la tua memoria è insufficiente i dati non usati possono venire temporaneamente spostati in un'area di swap risultando in un più grande quantitativo di RAM usabile. Sappi che spostare dati in swap è un processo molto lento e che il dispositivo di swap non può essere acceduto alle alte velocità della RAM.'
-a_s_flash_flashed = 'Firmware aggiornato con successo. Riavvio il dispositivo...'
-a_s_flash_flasherr = 'Aggiornamento fallito'
-a_s_flash_fwimage = 'Firmware image'
-a_s_flash_received = 'Firmware ricevuto. Mi preparo ad aggiornare il dispositivo. NON SPEGNERE IL DISPOSITIVO!'
-a_s_flash_inprogress = 'Scrivendo il firmware...'
-a_s_flash_fwupgrade = 'Aggiorna firmware'
-a_s_flash_keepcfg = 'Mantieni files di configurazione'
-a_s_flash_notimplemented = 'Spiacente, questa funzione non è (ancora) disponibile per la tua piattaforma.'
-a_s_flash_upgrade1 = 'Sostituisce il firmware installato con uno nuovo. Il firmware è dipendente dalla piattaforma.'
a_s_reboot1 = 'Riavvia il sistema operativo del tuo dispositivo'
a_s_reboot_do = 'Esegui un riavvio'
a_s_reboot_running = 'Per favore attendi: Riavvio del dispositivo...'
@@ -325,3 +315,16 @@ hostnames_address = 'Indirizzo IP'
network_interface_encaps = 'PPPoA Encapsulation'
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.
You need to manually flash your device.'
+admin_upgrade_running = 'The system is flashing now.
DO NOT POWER OFF THE DEVICE!
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.
Click "Proceed" below to start the flash procedure.'
diff --git a/i18n/italian/luasrc/i18n/default.it.lua b/i18n/italian/luasrc/i18n/default.it.lua
index 7ffc72910..8a089d8dd 100644
--- a/i18n/italian/luasrc/i18n/default.it.lua
+++ b/i18n/italian/luasrc/i18n/default.it.lua
@@ -12,6 +12,7 @@ essentials = 'Essenziali'
apply = 'Applica'
basicsettings = 'Impostazioni di base'
broadcast = 'Broadcast IPv4'
+cancel = 'Cancella'
changes = 'Modifiche'
channel = 'Canale'
cidr6 = 'Notazione CIDR: indirizzo/prefisso'
@@ -71,6 +72,7 @@ password = 'Password'
path = 'Percorso'
port = 'Porta'
ports = 'Porte'
+proceed = 'Continuare'
protocol = 'Protocollo'
reboot = 'Riavvia'
reset = 'Reset'
diff --git a/i18n/japanese/luasrc/i18n/admin-core.ja.lua b/i18n/japanese/luasrc/i18n/admin-core.ja.lua
index 0ec423864..c9c193361 100644
--- a/i18n/japanese/luasrc/i18n/admin-core.ja.lua
+++ b/i18n/japanese/luasrc/i18n/admin-core.ja.lua
@@ -37,7 +37,6 @@ a_s_changepw = '管çè
ãã¹ã¯ã¼ã'
a_s_p_ipkg = 'OPKGè¨å®'
a_s_sshkeys = 'SSHéµ'
a_s_fstab = 'ãã¦ã³ããã¤ã³ã'
-a_s_flash = 'ãã¡ã¼ã ã¦ã§ã¢æ¸ãè¾¼ã¿'
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.'
@@ -125,15 +124,6 @@ a_s_fstab_mountpoint = 'ãã¦ã³ããã¤ã³ã'
a_s_fstab_device1 = 'ããã¤ã¹ãã¡ã¤ã«ããã¼ãã£ã·ã§ã³(ä¾ /dev/sda1
)'
a_s_fstab_fs1 = 'ãã¡ã¤ã«ã·ã¹ãã ã¯ã使ç¨ããè¨æ¶ãã©ã¼ãããã§ãã(ä¾ ext3)'
a_s_fstab_swap1 = 'ç©çã¡ã¢ãªãä¸è¶³ããæã«ãä¸æçã«æªä½¿ç¨ãªãã¼ã¿ããã£ã¨å¤§å®¹éRAMã«ããã¹ã¯ããããã¤ã¹ã¸éé¿ãããã¨ãåºæ¥ã¾ãããã¼ã¿ã®éé¿ã¯é常ã«é
ãå¦çãªã®ã§ã¹ã¯ããããã¤ã¹ã«ã¯é«ã転éã¬ã¼ãã®RAMã«ã¢ã¯ã»ã¹åºæ¥ãªãäºã«æ³¨æãã¦ãã ããã'
-a_s_flash_flashed = 'ãã¡ã¼ã ã¦ã§ã¢ã®æ¸ãè¾¼ã¿ã«æåãã¾ãããåèµ·åä¸...'
-a_s_flash_flasherr = 'æ¸ãè¾¼ã¿ã«å¤±æãã¾ããã'
-a_s_flash_fwimage = 'ãã¡ã¼ã ã¦ã§ã¢ã¤ã¡ã¼ã¸'
-a_s_flash_received = 'ã¤ã¡ã¼ã¸ãåãã¨ãã¾ãããæ¸ãè¾¼ã¿ããã»ã¹ãéå§ãã¾ããããã¤ã¹ã®é»æºãåããªãã§ãã ããï¼'
-a_s_flash_inprogress = 'ãã¡ã¼ã ã¦ã§ã¢ãæ¸ãè¾¼ã¿ä¸...'
-a_s_flash_fwupgrade = 'ãã¡ã¼ã ã¦ã§ã¢ãæ¸ãè¾¼ã'
-a_s_flash_keepcfg = 'è¨å®ãã¡ã¤ã«ãç¶æãã'
-a_s_flash_notimplemented = 'ããããªããããã®æ©è½ã¯ãã®ãã©ãããã¼ã ã§ã¯ã¾ã 使ç¨åºæ¥ã¾ããã'
-a_s_flash_upgrade1 = 'ã¤ã³ã¹ãã¼ã«ããã¦ãããã¡ã¼ã ã¦ã§ã¢ãæ°ãããã®ã«ç½®ãæãã¾ãããã®ãã¡ã¼ã ã¦ã§ã¢ãã©ã¼ãããã¯ãã©ãããã¼ã ä¾åã§ãã'
a_s_reboot1 = 'ããã¤ã¹ã®ãªãã¬ã¼ãã£ã³ã°ã·ã¹ãã ãåèµ·åãã¾ãã'
a_s_reboot_do = 'åèµ·åãå®è¡'
a_s_reboot_running = 'ãã°ãããå¾
ã¡ãã ãã: åèµ·åä¸...'
@@ -389,3 +379,16 @@ hostnames_hostname = 'ãã¹ãå'
hostnames_address = 'IPã¢ãã¬ã¹'
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.
You need to manually flash your device.'
+admin_upgrade_running = 'The system is flashing now.
DO NOT POWER OFF THE DEVICE!
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.
Click "Proceed" below to start the flash procedure.'
diff --git a/i18n/japanese/luasrc/i18n/default.ja.lua b/i18n/japanese/luasrc/i18n/default.ja.lua
index 3b407ca25..274a0755f 100644
--- a/i18n/japanese/luasrc/i18n/default.ja.lua
+++ b/i18n/japanese/luasrc/i18n/default.ja.lua
@@ -12,6 +12,7 @@ essentials = 'ç°¡æè¨å®'
apply = 'é©ç¨'
basicsettings = 'ç°¡æè¨å®'
broadcast = 'IPv4ããã¼ããã£ã¹ã'
+cancel = 'Cancel'
changes = 'å¤æ´'
channel = 'ãã£ã³ãã«'
cidr6 = 'CIDR表è¨: address/prefix'
@@ -71,6 +72,7 @@ password = 'ãã¹ã¯ã¼ã'
path = 'ãã¹'
port = 'ãã¼ã'
ports = 'ãã¼ã'
+proceed 'Proceed'
protocol = 'ãããã³ã«'
reboot = 'åèµ·å'
reset = 'ãªã»ãã'
diff --git a/i18n/portuguese_brazilian/luasrc/i18n/admin-core.pt-br.lua b/i18n/portuguese_brazilian/luasrc/i18n/admin-core.pt-br.lua
index 585ba860e..ad1946fd0 100644
--- a/i18n/portuguese_brazilian/luasrc/i18n/admin-core.pt-br.lua
+++ b/i18n/portuguese_brazilian/luasrc/i18n/admin-core.pt-br.lua
@@ -37,7 +37,6 @@ a_s_changepw = 'Senha do Admin'
a_s_p_ipkg = 'Configuração-OPKG'
a_s_sshkeys = 'Chaves-SSH'
a_s_fstab = 'Pontos de Montagem'
-a_s_flash = 'Atualizar Firmware'
a_s_i_system1 = 'Altera as configurações relacionadas com o sistema em si, sua identificação, hardware e software instalados, autenticação ou pontos de montagem.'
a_s_i_system2 = 'Essas configurações definem a base do seu sistema.'
a_s_i_system3 = 'Preste atenção de que qualquer configuração errada aqui pode impedir o seu equipamento de inicilizar ou talvez bloquear seu acesso de fora à ele.'
@@ -66,15 +65,6 @@ a_s_fstab_mountpoint = 'Ponto de Montagem'
a_s_fstab_device1 = 'O arquivo do dispositivo de memória ou a partição (ex. /dev/sda1
)'
a_s_fstab_fs1 = 'O sistema que foi usado para formatar a memória (ex. ext3)'
a_s_fstab_swap1 = 'Se a sua memória fÃsica for insuficiente, os dados poderão ser trocados temporariamente para um dispositivo swap, resultando em uma maior quantidade de memória utilizável RAM. Esteja ciente de que a troca de dados (swap) é um processo muito lento pois o dispositivo swap não pode ser acessado com um nÃvel elevado de memória RAM.'
-a_s_flash_flashed = 'Firmware gravado com sucesso. Reiniciando o equipamento...'
-a_s_flash_flasherr = 'Falha na gravação'
-a_s_flash_fwimage = 'Imagem do firmware'
-a_s_flash_received = 'Imagem recebida. Durante o processo de gravação, NÃO DESLIGUE O EQUIPAMENTO!'
-a_s_flash_inprogress = 'Gravando firmware...'
-a_s_flash_fwupgrade = 'Atualizar Firmware'
-a_s_flash_keepcfg = 'Manter arquivos de configuração'
-a_s_flash_notimplemented = 'Desculpe, esta função não está (ainda) disponÃvel para sua plataforma.'
-a_s_flash_upgrade1 = 'Substitui o firmware instalado por um mais novo. O formato do firmware depende da plataforma.'
a_s_reboot1 = 'Reinicia o seu equipamento'
a_s_reboot_do = 'Executar reinicialização'
a_s_reboot_running = 'Por favor aguarde: Equipamento reiniciando...'
@@ -325,3 +315,16 @@ hostnames_address = 'Endereço de IP'
network_interface_encaps = 'PPPoA Encapsulation'
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.
You need to manually flash your device.'
+admin_upgrade_running = 'The system is flashing now.
DO NOT POWER OFF THE DEVICE!
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.
Click "Proceed" below to start the flash procedure.'
diff --git a/i18n/portuguese_brazilian/luasrc/i18n/default.pt-br.lua b/i18n/portuguese_brazilian/luasrc/i18n/default.pt-br.lua
index 26672bdf9..10f188b28 100644
--- a/i18n/portuguese_brazilian/luasrc/i18n/default.pt-br.lua
+++ b/i18n/portuguese_brazilian/luasrc/i18n/default.pt-br.lua
@@ -13,6 +13,7 @@ essentials = 'Básico'
apply = 'Aplicar'
basicsettings = 'Configurações Básicas'
broadcast = 'Broadcast-IPv4'
+cancel = 'Cancel'
changes = 'Alterações'
channel = 'Canal'
cidr6 = 'Notação-CIDR: endereço/prefixo'
@@ -72,6 +73,7 @@ password = 'Senha'
path = 'Caminho'
port = 'Porta'
ports = 'Portas'
+proceed = 'Proceed'
protocol = 'Protocolo'
reboot = 'Reboot'
reset = 'Restaurar'
diff --git a/i18n/russian/luasrc/i18n/admin-core.ru.lua b/i18n/russian/luasrc/i18n/admin-core.ru.lua
index 4961495d5..68c9cc011 100644
--- a/i18n/russian/luasrc/i18n/admin-core.ru.lua
+++ b/i18n/russian/luasrc/i18n/admin-core.ru.lua
@@ -37,7 +37,6 @@ a_s_changepw = 'ÐаÑÐ¾Ð»Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸ÑÑÑаÑоÑа'
a_s_p_ipkg = 'OPKG-ÐаÑÑÑойка'
a_s_sshkeys = 'SSH-ÐлÑÑи'
a_s_fstab = 'ÐиÑковÑе ÑазделÑ'
-a_s_flash = 'Ðбновление пÑоÑивки'
a_s_i_system1 = 'Ðзменение наÑÑÑоек ÑиÑÑÐµÐ¼Ñ ÑвÑзаннÑÑ
Ñ ÑамоиденÑиÑикаÑией, ÑÑÑÑÑанвкой аппаÑаÑно и/или пÑогÑамного обеÑпеÑениÑ, иденÑиÑикаÑией или диÑковÑми Ñазделами.'
a_s_i_system2 = 'ÐÑи наÑÑÑойки опÑеделÑÑÑ Ð¾ÑÐ½Ð¾Ð²Ñ Ð²Ð°Ñей ÑиÑÑемÑ.'
a_s_i_system3 = 'ÐеобÑ
одимо ÑÑаÑелÑно оÑнеÑÑиÑÑ Ðº нижеÑледÑÑÑим наÑÑÑойкам, в ÑезÑлÑÑаÑе непÑавилÑной конÑигÑÑаÑии коÑоÑÑÑ
Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе поÑеÑÑÑÑ ÑпÑавление над ÑиÑÑемой или ÑÑÑÑойÑÑо Ð¼Ð¾Ð¶ÐµÑ Ð½Ðµ загÑÑжаÑÑÑÑ.'
@@ -66,13 +65,6 @@ a_s_fstab_mountpoint = 'ТоÑка пÑиÑоединениÑ'
a_s_fstab_device1 = 'УÑÑÑойÑÑво или Ñаздел (пÑÐ¸Ð¼ÐµÑ /dev/sda1
)'
a_s_fstab_fs1 = 'ФоÑÐ¼Ð°Ñ Ñайловой ÑиÑÑÐµÐ¼Ñ (пÑÐ¸Ð¼ÐµÑ ext3)'
a_s_fstab_swap1 = 'ÐÑли ÑизиÑеÑкой RAM не Ñ
ваÑÐ°ÐµÑ Ð¼Ð¾Ð¶Ð½Ð¾ воÑполÑзоваÑÑÑÑ Ð²ÑеменнÑм Ñ
Ñанением даннÑÑ
в Ñайле-подкаÑке. Ð ÑезÑлÑÑаÑе RAM памÑÑи бÑÐ´ÐµÑ Ð´Ð¾ÑÑÑпно в болÑÑем колиÑеÑÑве. Ðо помниÑе, Ñайл подкаÑки ÑабоÑÐ°ÐµÑ Ð³Ð¾Ñаздо медленнее RAM Ñак ÑÑо не ждиÑе обÑабоÑки инÑоÑмаÑии на ÑкоÑоÑÑÑÑ
ÑÑавнимÑÑ
Ñ RAM.'
-a_s_flash_flashed = 'ÐÑоÑивка ÑÑпеÑно обновленна. ÐеÑезагÑÑзка ÑÑÑÑойÑÑва...'
-a_s_flash_flasherr = 'ÐÑоÑивка невозможна'
-a_s_flash_fwimage = 'Файл пÑоÑивки'
-a_s_flash_fwupgrade = 'ÐÑоÑиÑÑ'
-a_s_flash_keepcfg = 'СоÑ
ÑаниÑÑ ÐºÐ¾Ð½ÑигÑÑаÑионнÑе ÑайлÑ'
-a_s_flash_notimplemented = 'ÐзвиниÑе, ÑÑа ÑÑнкÑÐ¸Ñ Ð¿Ð¾ÐºÐ° не доÑÑÑпна на ваÑей плаÑÑоÑме.'
-a_s_flash_upgrade1 = 'ÐаменÑÐµÑ ÑÑÑановленнÑÑ Ð¿ÑоÑÐ¸Ð²ÐºÑ Ð½Ð° новÑÑ. ФоÑÐ¼Ð°Ñ Ð¿ÑоÑивки плаÑÑоÑмо-завиÑимÑй.'
a_s_reboot1 = 'СÑÐ°Ð·Ñ Ð¿ÑоизойдÑÑ Ð¿ÐµÑезагÑÑзка ваÑей ÑиÑÑемÑ'
a_s_reboot_do = 'ÐÑполниÑÑ Ð¿ÐµÑезагÑÑзкÑ'
a_s_reboot_running = 'ÐозалÑйÑÑа подождиÑе: УÑÑÑойÑÑво пеÑезагÑÑжаеÑÑÑ...'
@@ -267,3 +259,16 @@ network_interface_fwzone_desc = 'ÐÑÐ¾Ñ Ð¸Ð½ÑеÑÑÐµÐ¹Ñ Ð½Ðµ пÑинадл
network_interface_encaps = 'PPPoA Encapsulation'
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.
You need to manually flash your device.'
+admin_upgrade_running = 'The system is flashing now.
DO NOT POWER OFF THE DEVICE!
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.
Click "Proceed" below to start the flash procedure.'
diff --git a/i18n/russian/luasrc/i18n/default.ru.lua b/i18n/russian/luasrc/i18n/default.ru.lua
index fe59e45a1..f90777a19 100644
--- a/i18n/russian/luasrc/i18n/default.ru.lua
+++ b/i18n/russian/luasrc/i18n/default.ru.lua
@@ -8,6 +8,7 @@ essentials = 'Essentials'
apply = 'ÐÑинÑÑÑ'
basicsettings = 'ÐаÑалÑнÑе УÑÑановки'
broadcast = 'IPv4-ШиÑоковеÑаÑелÑнÑй'
+cancel = 'Cancel'
changes = 'ÐзменениÑ'
channel = 'Ðанал'
cidr6 = 'CIDR-ÐбознаÑение: адÑеÑ/пÑеÑикÑ'
@@ -66,6 +67,7 @@ password = 'ÐаÑолÑ'
path = 'ÐÑÑÑ'
port = 'ÐоÑÑ'
ports = 'ÐоÑÑÑ'
+proceed 'Proceed'
protocol = 'ÐÑоÑокол'
reboot = 'ÐеÑезагÑÑзка'
reset = 'СбÑоÑ'
diff --git a/modules/admin-core/root/sbin/luci-flash b/modules/admin-core/root/sbin/luci-flash
index 819be40b5..a9ddc87f2 100755
--- a/modules/admin-core/root/sbin/luci-flash
+++ b/modules/admin-core/root/sbin/luci-flash
@@ -5,7 +5,7 @@
RAMFS_COPY_BIN="/usr/bin/awk" # extra programs for temporary ramfs root
RAMFS_COPY_DATA="" # extra data files
export KEEP_PATTERN=""
-export VERBOSE=0
+export VERBOSE=1
# parse options
while [ -n "$1" ]; do
@@ -85,5 +85,9 @@ done
[ -n "$sysupgrade_init_conffiles" ] && do_save_conffiles
run_hooks "" $sysupgrade_pre_upgrade
-v "Switching to ramdisk..."
-run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'
+if [ -n "$(rootfs_type)" ]; then
+ v "Switching to ramdisk..."
+ run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'
+else
+ do_upgrade
+fi
diff --git a/modules/admin-full/luasrc/controller/admin/system.lua b/modules/admin-full/luasrc/controller/admin/system.lua
index efd0e9d6a..33e46b74b 100644
--- a/modules/admin-full/luasrc/controller/admin/system.lua
+++ b/modules/admin-full/luasrc/controller/admin/system.lua
@@ -2,6 +2,7 @@
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <%:system%>
-<%:a_s_flash%>
-
-<% if sysupgrade and not ret then %>
-
<%:a_s_flash_received%>
-<%:a_s_flash_inprogress%>
- - - <% %> - <% local ret = ret() - if ret == 0 then %> -
+ <%: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.
+ Click "Proceed" below to start the flash procedure. %>
+
+ <% if flashsize > 0 and filesize > flashsize then %>
+
+
<%=checksum%>
<%:admin_upgrade_running The system is flashing now.
+ DO NOT POWER OFF THE DEVICE!
+ 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. %>
<%:a_s_flash_upgrade1%>
-<%:a_s_flash_received%>
-<%:a_s_flash_inprogress%>
- - - <% %> - <% local ret = ret() - if ret == 0 then %> -
+ <%: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.
+ Click "Proceed" below to start the flash procedure. %>
+
+ <% if flashsize > 0 and filesize > flashsize then %>
+
+
<%=checksum%>
<%:admin_upgrade_running The system is flashing now.
+ DO NOT POWER OFF THE DEVICE!
+ 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. %>