diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 14 | ||||
-rw-r--r-- | i18n/german/luasrc/i18n/admin-core.de.lua | 13 |
2 files changed, 25 insertions, 2 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index ec03aface..0ab6f995a 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -34,7 +34,8 @@ routes_metric = [[Metric]] a_s_desc = [[Here you can configure the basic aspects of your device like its hostname or the timezone.]] a_s_packages = [[Software]] a_s_changepw = [[Admin Password]] -a_s_p_ipkg = [[<abbr title="Itsy Package Management System">IPKG</abbr>-Configuration]] +--a_s_p_ipkg = [[<abbr title="Itsy Package Management System">IPKG</abbr>-Configuration]] +a_s_p_ipkg = [[IPKG-Configuration]] a_s_sshkeys = [[<abbr title="Secure Shell">SSH</abbr>-Keys]] a_s_fstab = [[Mount Points]] a_s_flash = [[Flash Firmware]] @@ -260,3 +261,14 @@ network_interface_err = [[Errors]] network_interface_err_desc = [[TX / RX]] network_interface_fwzone = [[Create / Assign firewall-zone]] network_interface_fwzone_desc = [[This interface does not belong to any firewall zone yet.]] + +process_head = "Processes" +process_descr = "This list gives an overview over currently running system processes and their status." +process_pid = "PID" +process_owner = "Owner" +process_command = "Command" +process_cpu = "CPU usage (%)" +process_mem = "Memory usage (%)" +process_hup = "Hang Up" +process_term = "Terminate" +process_kill = "Kill"
\ No newline at end of file diff --git a/i18n/german/luasrc/i18n/admin-core.de.lua b/i18n/german/luasrc/i18n/admin-core.de.lua index a6a652de7..e5e01a4a5 100644 --- a/i18n/german/luasrc/i18n/admin-core.de.lua +++ b/i18n/german/luasrc/i18n/admin-core.de.lua @@ -335,4 +335,15 @@ network_interface_err = "Fehler" network_interface_err_desc = "TX / RX" network_interface_fwzone = "Firewallzone anlegen / zuweisen" -network_interface_fwzone_desc = "Diese Schnittstelle gehört bis jetzt zu keiner Firewallzone."
\ No newline at end of file +network_interface_fwzone_desc = "Diese Schnittstelle gehört bis jetzt zu keiner Firewallzone." + +process_head = "Prozesse" +process_descr = "Diese Tabelle gibt eine Übersicht über aktuell laufende Systemprozeese und deren Status." +process_pid = "PID" +process_owner = "Besitzer" +process_command = "Befehl" +process_cpu = "CPU-Nutzung (%)" +process_mem = "Speichernutzung (%)" +process_hup = "Auflegen" +process_term = "Beenden" +process_kill = "Töten"
\ No newline at end of file |