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