summaryrefslogtreecommitdiffhomepage
path: root/i18n
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-16 10:48:39 +0000
committerSteven Barth <steven@midlink.org>2008-07-16 10:48:39 +0000
commit65cde96c5b05e04c24b0f272b577df67193d7c0b (patch)
tree7d1b59b19dc77b860045f9197c2c63985e48571d /i18n
parent429473aed896a8f038d8934c8711a29366a894c5 (diff)
Several small cleanups and improvements
modules/admin-mini: Added reboot page
Diffstat (limited to 'i18n')
-rw-r--r--i18n/english/luasrc/i18n/admin-core.en.lua1
-rw-r--r--i18n/english/luasrc/i18n/default.en.lua4
-rw-r--r--i18n/german/luasrc/i18n/admin-core.de.lua1
-rw-r--r--i18n/german/luasrc/i18n/default.de.lua3
4 files changed, 7 insertions, 2 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua
index efbe12456..b179ec808 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 df135a66d..eb6ce8c4d 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"
diff --git a/i18n/german/luasrc/i18n/admin-core.de.lua b/i18n/german/luasrc/i18n/admin-core.de.lua
index 2c7f0fc9c..c3cb041eb 100644
--- a/i18n/german/luasrc/i18n/admin-core.de.lua
+++ b/i18n/german/luasrc/i18n/admin-core.de.lua
@@ -93,6 +93,7 @@ a_s_packages_upgrade = [[Installierte Pakete aktualisieren]]
a_s_reboot1 = [[Startet das Betriebssystem des Routers neu.]]
a_s_reboot_do = [[Neustart durchführen]]
a_s_reboot_running = [[Bitte warten: Neustart wird durchgeführt...]]
+a_s_reboot_u = "Warnung: Es gibt ungespeicherte Änderungen, die beim Neustart verloren gehen!"
a_s_sshkeys = [[SSH-Schlüssel]]
a_s_sshkeys1 = [[Hier können öffentliche SSH-Schlüssel (einer pro Zeile)
zur Authentifizierung abgelegt werden.]]
diff --git a/i18n/german/luasrc/i18n/default.de.lua b/i18n/german/luasrc/i18n/default.de.lua
index 4e0a36f66..c88e94134 100644
--- a/i18n/german/luasrc/i18n/default.de.lua
+++ b/i18n/german/luasrc/i18n/default.de.lua
@@ -88,8 +88,9 @@ target = "Ziel"
timezone = "Zeitzone"
type = "Typ"
-username = "Benutzername"
unknownerror = "Unbekannter Fehler"
+unsavedchanges = "Ungespeicherte Änderungen"
+username = "Benutzername"
version = "Version"