* luci/modules/admin-mini: port selective protocol handling from admin-full
[project/luci.git] / i18n / english / luasrc / i18n / admin-core.en.lua
1 uci_applied = 'The following changes have been applied'
2 uci_reverted = 'The following changes have been reverted'
3 a_i_ui = 'User Interface'
4 c_lucidesc = '<abbr title="Lua Configuration Interface">LuCI</abbr> is a collection of free Lua software including an <abbr title="Model-View-Controller">MVC</abbr>-Webframework and webinterface for embedded devices. <abbr title="Lua Configuration Interface">LuCI</abbr> is licensed under the Apache-License.'
5 c_projecthome = 'Project Homepage'
6 c_leaddev = 'Lead Development'
7 c_contributors = 'Contributing Developers'
8 c_thanksto = 'Thanks To'
9 a_i_i_hello = 'Hello!'
10 a_i_i_admin1 = 'This is the administration area of <abbr title="Lua Configuration Interface">LuCI</abbr>.'
11 a_i_i_admin2 = '<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWRT Kamikaze.'
12 a_i_i_admin3 = 'On the following pages you can adjust all important settings of your router.'
13 a_i_i_admin4 = 'Notice: In <abbr title="Lua Configuration Interface">LuCI</abbr> changes have to be confirmed by clicking Changes - Save &amp; Apply before being applied.'
14 a_i_i_admin5 = 'As we are always want to improve this interface we are looking forward to your feedback and suggestions.'
15 a_i_i_admin6 = 'And now have fun with your router!'
16 a_i_i_team = 'The <abbr title="Lua Configuration Interface">LuCI</abbr> Team'
17 a_i_luci1 = 'Here you can customize the settings and the functionality of <abbr title="Lua Configuration Interface">LuCI</abbr>.'
18 a_i_ucicommit = 'Post-commit actions'
19 a_i_ucicommit1 = 'These commands will be executed automatically when a given <abbr title="Unified Configuration Interface">UCI</abbr> configuration is committed allowing changes to be applied instantly.'
20 a_i_keepflash = 'Files to be kept when flashing a new firmware'
21 a_i_keepflash1 = 'When flashing a new firmware with <abbr title="Lua Configuration Interface">LuCI</abbr> these files will be added to the new firmware installation.'
22 a_st_i_status1 = 'Here you can find information about the current system status like <abbr title="Central Processing Unit">CPU</abbr> clock frequency, memory usage or network interface data.'
23 a_st_i_status2 = 'Also kernel or service logfiles can be viewed here to get an overview over their current state.'
24 iwscan = '<abbr title="Wireless Local Area Network">WLAN</abbr>-Scan'
25 iwscan1 = 'Wifi networks in your local environment'
26 iwscan_encr = '<abbr title="Encrypted">Encr.</abbr>'
27 iwscan_link = 'Link'
28 iwscan_signal = 'Signal'
29 iwscan_noise = 'Noise'
30 routes = 'Routes'
31 routes_netmask = 'Netmask'
32 routes_gateway = 'Gateway'
33 routes_metric = 'Metric'
34 a_s_desc = 'Here you can configure the basic aspects of your device like its hostname or the timezone.'
35 a_s_packages = 'Software'
36 a_s_changepw = 'Admin Password'
37 a_s_p_ipkg = 'IPKG-Configuration'
38 a_s_sshkeys = '<abbr title="Secure Shell">SSH</abbr>-Keys'
39 a_s_fstab = 'Mount Points'
40 a_s_flash = 'Flash Firmware'
41 a_s_i_system1 = 'Change settings related to the system itself, its identification, installed hard- and software, authentication or mount points.'
42 a_s_i_system2 = 'These settings define the base of your system.'
43 a_s_i_system3 = 'Pay attention as any misconfiguration here may prevent your device from booting or may lock yourself out of it.'
44 a_s_packages_do = 'Perform Actions'
45 a_s_packages_install = 'Install'
46 a_s_packages_installurl = 'Download and install package'
47 a_s_packages_ipkg = 'Edit package lists and installation targets'
48 a_s_packages_name = 'Paketname'
49 a_s_packages_remove = 'Remove'
50 a_s_packages_search = 'Find package'
51 a_s_packages_update = 'Package lists updated'
52 a_s_packages_updatelist = 'Update package lists'
53 a_s_packages_upgrade = 'Upgrade installed packages'
54 a_s_p_ipkg_pkglists = 'Package lists'
55 a_s_p_ipkg_targets = 'Installation targets'
56 a_s_changepw1 = 'Change the password of the system administrator (User <code>root</code>)'
57 a_s_changepw_changed = 'Password successfully changed'
58 a_s_changepw_nomatch = 'Error: Passwords do not match'
59 a_s_sshkeys1 = 'Here you can paste public <abbr title="Secure Shell">SSH</abbr>-Keys (one per line) for <abbr title="Secure Shell">SSH</abbr> public-key authentication.'
60 a_s_fstab_mountpoints = 'Mount Points'
61 a_s_fstab_mountpoints1 = 'Mount Points define at which point a memory device will be attached to the filesystem'
62 a_s_fstab_active = 'Mounted file systems'
63 a_s_fstab_used = 'Used'
64 a_s_fstab_avail = 'Available'
65 a_s_fstab_mountpoint = 'Mount Point'
66 a_s_fstab_device1 = 'The device file of the memory or partition (<abbr title="for example">e.g.</abbr> <code>/dev/sda1</code>)'
67 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>)'
68 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>.'
69 a_s_flash_flashed = 'Firmware successfully flashed. Rebooting device...'
70 a_s_flash_flasherr = 'Failed to flash'
71 a_s_flash_fwimage = 'Firmware image'
72 a_s_flash_received = 'Image received. About to start flashing process. DO NOT POWER OFF THE DEVICE!'
73 a_s_flash_inprogress = 'Writing firmware...'
74 a_s_flash_fwupgrade = 'Flash Firmware'
75 a_s_flash_keepcfg = 'Keep configuration files'
76 a_s_flash_notimplemented = 'Sorry, this function is not (yet) available for your platform.'
77 a_s_flash_upgrade1 = 'Replaces the installed firmware with a new one. The firmware format is platform-dependent.'
78 a_s_reboot1 = 'Reboots the operating system of your device'
79 a_s_reboot_do = 'Perform reboot'
80 a_s_reboot_running = 'Please wait: Device rebooting...'
81 a_s_reboot_u = 'Warning: There are unsaved changes that will be lost while rebooting!'
82 a_s_applyreboot1 = 'Changes applied.'
83 a_s_backup = 'Backup / Restore'
84 a_s_backup_backup = 'Create backup'
85 a_s_backup_archive = 'Backup Archive'
86 a_s_backup_reset = 'Reset router to defaults'
87 a_s_backup_reset1 = 'Proceed reverting all settings and resetting to firmware defaults?'
88 a_s_backup_restore = 'Restore backup'
89 a_s_backup1 = 'Here you can backup and restore your router configuration and - if possible - reset the router to the default settings.'
90 a_srv_http = '<abbr title="Hypertext Transfer Protocol">HTTP</abbr>-Server'
91 a_srv_ssh = '<abbr title="Secure Shell">SSH</abbr>-Server'
92 a_srv_services1 = 'Services and daemons perform certain tasks on your device.'
93 a_srv_services2 = 'Most of them are network servers, that offer a certain service for your device or network like shell access, serving webpages like <abbr title="Lua Configuration Interface">LuCI</abbr>, doing mesh routing, sending e-mails, ...'
94 a_srv_http1 = 'A small webserver which can be used to serve <abbr title="Lua Configuration Interface">LuCI</abbr>.'
95 a_srv_http_authrealm = 'Authentication Realm'
96 a_srv_http_authrealm1 = 'The realm which will be displayed at the authentication prompt for protected pages.'
97 a_srv_http_config1 = 'defaults to <code>/etc/httpd.conf</code>'
98 a_srv_http_root = 'Document root'
99 a_srv_dropbear1 = 'Dropbear offers <abbr title="Secure Shell">SSH</abbr> network shell access and an integrated <abbr title="Secure Copy">SCP</abbr> server'
100 a_srv_d_pwauth = 'Password authentication'
101 a_srv_d_pwauth1 = 'Allow <abbr title="Secure Shell">SSH</abbr> password authentication'
102 a_w_channel = 'Channel'
103 a_w_wifi1 = 'On this pages you find confiugration options for <abbr title="Wireless Local Area Network">WLAN</abbr> based wireless networks.'
104 a_w_wifi2 = 'You can easily integrate your 802.11a/b/g/n-devices into your physical network and use the virtual adapter support to build wireless repeaters or offer several networks with one device.'
105 a_w_wifi3 = 'There is support for Managed, Client, Ad-Hoc and <abbr title="Wireless Distribution System">WDS</abbr> operating modes as well as <abbr title="Wi-Fi Protected Access">WPA</abbr> and <abbr title="Wi-Fi Protected Access 2">WPA2</abbr> encryption for secure communnication.'
106 a_w_devices1 = 'Here you can configure installed wifi devices.'
107 a_w_txantenna = 'Transmit Antenna'
108 a_w_rxantenna = 'Receive Antenna'
109 a_w_distance1 = 'Distance to furthest station (in meter)'
110 a_w_diversity = 'Diversity'
111 a_w_countrycode = 'Country Code'
112 a_w_connlimit = 'Connection Limit'
113 a_w_networks1 = 'You can run several wifi networks with one device. Be aware that there are certain hardware and driverspecific restrictions. Normally you can operate 1 Ad-Hoc or up to 3 Master-Mode and 1 Client-Mode network simultaneously.'
114 a_w_netid = 'Network Name (<abbr title="Extended Service Set Identifier">ESSID</abbr>)'
115 a_w_network1 = 'Add the Wifi network to physical network'
116 a_w_netmanual = ' - Create new Network - '
117 a_w_txpwr = 'Transmit Power'
118 a_w_brcmburst = 'Broadcom Frameburst'
119 a_w_athburst = 'Atheros Frameburst'
120 a_w_radiussrv = 'RadiusServer'
121 a_w_radiusport = 'Radius-Port'
122 a_w_apisolation = 'AP-Isolation'
123 a_w_apisolation1 = 'Prevents Client to Client communication'
124 a_w_hideessid = 'Hide <abbr title="Extended Service Set Identifier">ESSID</abbr>'
125 a_w_ap = 'Access Point'
126 a_w_adhoc = 'Ad-Hoc'
127 a_w_ahdemo = 'Pseudo Ad-Hoc (ahdemo)'
128 a_w_client = 'Client'
129 a_w_wds = 'WDS'
130 a_w_monitor = 'Monitor'
131 dhcp_dnsmasq_desc = 'Dnsmasq is a combined <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr>-Server and <abbr title="Domain Name System">DNS</abbr>-Forwarder for <abbr title="Network Address Translation">NAT</abbr> firewalls'
132 dhcp_dnsmasq_domainneeded = 'Domain required'
133 dhcp_dnsmasq_domainneeded_desc = 'Don&#39;t forward <abbr title="Domain Name System">DNS</abbr>-Requests without <abbr title="Domain Name System">DNS</abbr>-Name'
134 dhcp_dnsmasq_authoritative = 'Authoritative'
135 dhcp_dnsmasq_authoritative_desc = 'This is the only <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr> in the local network'
136 dhcp_dnsmasq_boguspriv = 'Filter private'
137 dhcp_dnsmasq_boguspriv_desc = 'Don&#39;t forward reverse lookups for local networks'
138 dhcp_dnsmasq_filterwin2k = 'Filter useless'
139 dhcp_dnsmasq_filterwin2k_desc = 'filter useless <abbr title="Domain Name System">DNS</abbr>-queries of Windows-systems'
140 dhcp_dnsmasq_localisequeries = 'Localise queries'
141 dhcp_dnsmasq_localisequeries_desc = 'localises the hostname depending on its subnet'
142 dhcp_dnsmasq_local = 'Local Server'
143 dhcp_dnsmasq_domain = 'Local Domain'
144 dhcp_dnsmasq_expandhosts = 'Expand Hosts'
145 dhcp_dnsmasq_expandhosts_desc = 'adds domain names to hostentries in the resolv file'
146 dhcp_dnsmasq_nonegcache = 'don&#39;t cache unknown'
147 dhcp_dnsmasq_nonegcache_desc = 'prevents caching of negative <abbr title="Domain Name System">DNS</abbr>-replies'
148 dhcp_dnsmasq_readethers = 'Use <code>/etc/ethers</code>'
149 dhcp_dnsmasq_readethers_desc = 'Read <code>/etc/ethers</code> to configure the <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr>-Server'
150 dhcp_dnsmasq_leasefile = 'Leasefile'
151 dhcp_dnsmasq_leasefile_desc = 'file where given <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr>-leases will be stored'
152 dhcp_dnsmasq_resolvfile = 'Resolvfile'
153 dhcp_dnsmasq_resolvfile_desc = 'local <abbr title="Domain Name System">DNS</abbr> file'
154 dhcp_dnsmasq_nohosts = 'Ignore <code>/etc/hosts</code>'
155 dhcp_dnsmasq_strictorder = 'Strict order'
156 dhcp_dnsmasq_strictorder_desc = '<abbr title="Domain Name System">DNS</abbr>-Server will be queried in the order of the resolvfile'
157 dhcp_dnsmasq_logqueries = 'Log queries'
158 dhcp_dnsmasq_noresolv = 'Ignore resolve file'
159 dhcp_dnsmasq_dnsforwardmax = 'concurrent queries'
160 dhcp_dnsmasq_port = '<abbr title="Domain Name System">DNS</abbr>-Port'
161 dhcp_dnsmasq_ednspacket_max = '<abbr title="maximal">max.</abbr> <abbr title="Extension Mechanisms for Domain Name System">EDNS0</abbr> paket size'
162 dhcp_dnsmasq_dhcpleasemax = '<abbr title="maximal">max.</abbr> <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr>-Leases'
163 dhcp_dnsmasq_addnhosts = 'additional hostfile'
164 dhcp_dnsmasq_queryport = 'query port'
165 dhcp_dnsmasq_enabletftp = 'Enable TFTP-Server'
166 dhcp_dnsmasq_tftproot = 'TFTP-Server Root'
167 dhcp_dnsmasq_dhcpboot = 'Network Boot Image'
168 a_n_switch = 'Switch'
169 a_n_conntrack = 'Active Connections'
170 a_n_conntrack_desc = 'This page gives an overview over currently active network connections.'
171 a_n_routes = 'Routes'
172 a_network1 = 'In this area you find all network-related settings.'
173 a_network2 = 'On most routers the network switch can be freely configured and splitted up into several <abbr title="Virtual Local Area Network">VLAN</abbr>s.'
174 a_network3 = 'Interfaces and <abbr title="Point-to-Point Protocol over Ethernet">PPPoE</abbr> / <abbr title="Point-to-Point Tunneling Protocol">PPTP</abbr>-Settings allow a custom organisation of the network and connections to other networks like the internet.'
175 a_network4 = 'With <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr> devices in your local network can be automatically configured for network communication.'
176 a_network5 = 'Firewall and portforwarding can be used to secure your network while providing services to external networks.'
177 a_n_switch1 = 'The network ports on your router can be combined to several <abbr title="Virtual Local Area Network">VLAN</abbr>s in which computers can communicate directly with each other. <abbr title="Virtual Local Area Network">VLAN</abbr>s are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network.'
178 network_switch_desc = 'Ports belonging to a <abbr title="Virtual Local Area Network">VLAN</abbr> are separated with spaces. The port with the highest number (usually 5) is oftern the connection to the internal network interface of the router. On devices with 5 ports often the one with the lowest number (0) is the predefined Uplink port.'
179 a_n_ifaces1 = 'On this page you can configure the network interfaces. You can bridge several interfaces by ticking the &quot;bridge interfaces&quot; field and enter the names of several network interfaces separated by spaces. You can also use <abbr title="Virtual Local Area Network">VLAN</abbr> notation <samp>INTERFACE.VLANNR</samp> (<abbr title="for example">e.g.</abbr>: <samp>eth0.1</samp>).'
180 a_n_i_bridge = 'Bridge interfaces'
181 a_n_i_bridge1 = 'creates a bridge over specified interface(s)'
182 dhcp_desc = 'With <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr> network members can automatically receive their network settings (<abbr title="Internet Protocol">IP</abbr>-address, netmask, <abbr title="Domain Name System">DNS</abbr>-server, ...).'
183 dhcp_dhcp_leasetime = 'Leasetime'
184 dhcp_dhcp_dynamicdhcp = 'Dynamic <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr>'
185 dhcp_dhcp_ignore = 'Ignore interface'
186 dhcp_dhcp_ignore_desc = 'disable <abbr title="Dynamic Host Configuration Protocol">DHCP</abbr> for this interface'
187 dhcp_dhcp_force = 'Force'
188 dhcp_dhcp_start_desc = 'first address (last octet)'
189 dhcp_dhcp_limit_desc = 'number of leased addresses -1'
190 dhcp_dhcp_dhcpoption = 'DHCP-Options'
191 dhcp_dhcp_dhcpoption_desc = 'See &quot;dnsmasq --help dhcp&quot; for a list of available options.'
192 dhcp_leases = 'Leases'
193 luci_ethers = 'Static Leases'
194 dhcp_timeremain = 'Leasetime remaining'
195 dhcp_leases_active = 'Active Leases'
196 a_n_ptp = 'Point-to-Point Connections'
197 a_n_ptp1 = 'Point-to-Point connections with <abbr title="Point-to-Point Protocol over Ethernet">PPPoE</abbr> or <abbr title="Point-to-Point Tunneling Protocol">PPTP</abbr> are often used to connect a device over <abbr title="Digital Subscriber Line">DSL</abbr> or similar technologies to an internet access point.'
198 network_interface_prereq = 'You need to install &quot;comgt&quot; for UMTS/GPRS, &quot;ppp-mod-pppoe&quot; for PPPoE, &quot;ppp-mod-pppoa&quot; for PPPoA or &quot;pptp&quot; for PPtP support'
199 network_interface_prereq_mini = 'You need to install &quot;ppp-mod-pppoe&quot; for PPPoE or &quot;pptp&quot; for PPtP support'
200 network_interface_server = '<abbr title="Point-to-Point Tunneling Protocol">PPTP</abbr>-Server'
201 network_interface_demand = 'Automatic Disconnect'
202 network_interface_demand_desc = 'Time (in seconds) after which an unused connection will be closed'
203 network_interface_keepalive = 'Keep-Alive'
204 network_interface_keepalive_desc = 'Number of failed connection tests to initiate automatic reconnect'
205 network_interface_device = 'Modem device'
206 network_interface_device_desc = 'The device node of your modem, e.g. /dev/ttyUSB0'
207 network_interface_defaultroute = 'Replace default route'
208 network_interface_defaultroute_desc = 'Let pppd replace the current default route to use the PPP interface after successful connect'
209 network_interface_peerdns = 'Use peer DNS'
210 network_interface_peerdns_desc = 'Configure the local DNS server to use the name servers adverticed by the PPP peer'
211 network_interface_ipv6 = 'Enable IPv6 on PPP link'
212 network_interface_connect = 'Connect script'
213 network_interface_connect_desc = 'Let pppd run this script after establishing the PPP link'
214 network_interface_disconnect = 'Disconnect script'
215 network_interface_disconnect_desc = 'Let pppd run this script before tearing down the PPP link'
216 network_interface_pppd_options = 'Additional pppd options'
217 network_interface_pppd_options_desc = 'Specify additional command line arguments for pppd here'
218 network_interface_apn = 'Access point (APN)'
219 network_interface_pincode = 'PIN code'
220 network_interface_pincode_desc = 'Make sure that you provide the correct pin code here or you might lock your sim card!'
221 network_interface_service = 'Service type'
222 network_interface_maxwait = 'Setup wait time'
223 network_interface_maxwait_desc = 'Seconds to wait for the modem to become ready before attempting to connect'
224 a_n_r_routes1 = 'Routes specify over which interface and gateway a certain host or network can be reached.'
225 a_n_routes_static = 'Static Routes'
226 a_n_routes_kernel4 = 'Active <abbr title="Internet Protocol Version 4">IPv4</abbr>-Routes'
227 a_n_r_target1 = 'host-<abbr title="Internet Protocol Address">IP</abbr> or network'
228 a_n_r_netmask1 = 'if target is a network'
229 m_n_inet = 'Internet Connection'
230 m_n_local = 'Local Network'
231 m_n_route = 'Route'
232 m_n_brdige = 'Bridge'
233 m_w_ap = 'Provide (Access Point)'
234 m_w_adhoc = 'Independent (Ad-Hoc)'
235 m_w_client = 'Join (Client)'
236 m_w_wds = 'Distributed (<abbr title="Wireless Distribution System">WDS</abbr>)'
237 m_w_clientmode = 'Clientmode'
238 system_system_logsize = 'System log buffer size'
239 system_system_logip = 'External system log server'
240 system_system_conloglevel = 'Log output level'
241 system_system_conloglevel_desc = 'Level of log messages on the console'
242 m_i_processor = 'Processor'
243 m_i_memory = 'Memory'
244 m_i_systemtime = 'Local Time'
245 m_i_uptime = 'Uptime'
246 m_n_d_firstaddress = 'First leased address'
247 m_n_d_numleases = 'Number of leased addresses'
248 routingtable = 'Routing table'
249 wlanscan = 'Wifi scan'
250 frequency = 'Frequency'
251 power = 'Power'
252 noise = 'Noise'
253 signal = 'Signal'
254 link = 'Link'
255 frag = '<abbr title="Fragmentation">Frag.</abbr>'
256 rts = '<abbr title="Request To Send">RTS</abbr>'
257 bitrate = 'Bitrate'
258 m_n_keepalive = 'automatically reconnect'
259 m_n_dialondemand = 'disconnect when idle for'
260 m_n_pptp_server = '<abbr title="Point-to-Point Tunneling Protocol">PPTP</abbr>-Server'
261 leds = '<abbr title="Light Emitting Diode">LED</abbr> Configuration'
262 leds_desc = 'Customizes the behaviour of the device <abbr title="Light Emitting Diode">LED</abbr>s if possible.'
263 system_led_name = '<abbr title="Light Emitting Diode">LED</abbr> Name'
264 system_led_sysfs = '<abbr title="Light Emitting Diode">LED</abbr> Device'
265 system_led_default = 'Default state'
266 system_led_default_desc = 'ticked = on'
267 system_led_trigger = 'Trigger'
268 system_led_trigger_none = 'None'
269 system_led_trigger_defaulton = 'Default On'
270 system_led_trigger_timer = 'Timer'
271 system_led_trigger_heartbeat = 'Heartbeat (Load Average)'
272 system_led_trigger_netdev = 'Network Device'
273 system_led_delayoff = 'Off-State Delay'
274 system_led_delayoff_desc = 'Time (in ms) the <abbr title="Light Emitting Diode">LED</abbr> is off'
275 system_led_delayon = 'On-State Delay'
276 system_led_delayon_desc = 'Time (in ms) the <abbr title="Light Emitting Diode">LED</abbr> is on'
277 system_led_dev = 'Device'
278 system_led_mode = 'Trigger Mode'
279 system_led_mode_link = 'Link On'
280 system_led_mode_tx = 'Transmit'
281 system_led_mode_rx = 'Receive'
282 network_interface_up = 'Active'
283 network_interface_hwaddr = '<abbr title="Media Access Control">MAC</abbr>-Address'
284 network_interface_hwaddr_desc = 'Hardware Address'
285 network_interface_txrx = 'Traffic'
286 network_interface_txrx_desc = 'transmitted / received'
287 network_interface_err = 'Errors'
288 network_interface_err_desc = 'TX / RX'
289 network_interface_fwzone = 'Create / Assign firewall-zone'
290 network_interface_fwzone_desc = 'This interface does not belong to any firewall zone yet.'
291 process_head = 'Processes'
292 process_descr = 'This list gives an overview over currently running system processes and their status.'
293 process_pid = 'PID'
294 process_owner = 'Owner'
295 process_command = 'Command'
296 process_cpu = 'CPU usage (%)'
297 process_mem = 'Memory usage (%)'
298 process_hup = 'Hang Up'
299 process_term = 'Terminate'
300 process_kill = 'Kill'
301 mem_cached = 'cached'
302 mem_buffered = 'buffered'
303 mem_free = 'free'
304 a_s_crontab = 'Scheduled Tasks'
305 a_s_crontab1 = 'This is the system crontab in which scheduled tasks can be defined.'
306 a_w_nasid = 'NAS ID'
307 a_w_cacert = 'Path to CA-Certificate'
308 a_w_eaptype = 'EAP-Method'
309 a_w_tlsprivkey = 'Path to Private Key'
310 a_w_tlsprivkeypwd = 'Password of Private Key'
311 a_w_peapauth = 'PEAP-Authentication'
312 a_w_peapidentity = 'PEAP-Identity'
313 a_w_peappassword = 'PEAP-Password'
314 a_w_create = 'Create Network'
315 hostnames = 'Hostnames'
316 hostnames_entries = 'Host entries'
317 hostnames_hostname = 'Hostname'
318 hostnames_address = 'IP address'