* Core translation
[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 free Lua library with integrated MVC-Webframework and webinterface for embedded devices,
7 aspecially routers that run OpenWRT. 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 = "You will find a navigation leading to the different configuration pages on the left side."
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_packages = "Software"
47 a_s_changepw = "Admin Password"
48 a_s_p_ipkg = "IPKG-Configuration"
49 a_s_sshkeys = "SSH-Keys"
50 a_s_fstab = "Mount Points"
51 a_s_flash = "Flash Firmware"
52
53 a_s_i_system1 = [[Change settings related to the system itself, its identification,
54 installed hard- and software, authentication or mount points.]]
55 a_s_i_system2 = [[These settings define the base of your system.]]
56 a_s_i_system3 = [[Pay attention as any misconfiguration here may prevent your device from booting
57 or may lock yourself out of it.]]
58
59 a_s_packages_do = "Perform Actions"
60 a_s_packages_install = "Install"
61 a_s_packages_installurl = "Download and install package"
62 a_s_packages_ipkg = "Edit package lists and installation targets"
63 a_s_packages_name = "Paketname"
64 a_s_packages_remove = "Remove"
65 a_s_packages_search = "Find package"
66 a_s_packages_update = "Package lists updated"
67 a_s_packages_updatelist = "Update package lists"
68 a_s_packages_upgrade = "Upgrade installed packages"
69
70 a_s_p_ipkg_pkglists = "Package lists"
71 a_s_p_ipkg_targets = "Installation targets"
72
73 a_s_changepw1 = "Change the password of the system administrator (User \"root\")"
74 a_s_changepw_changed = "Password successfully changed"
75 a_s_changepw_nomatch = "Error: Passwords do not match"
76
77 a_s_sshkeys1 = "Here you can paste public SSH-Keys (one per line) for SSH public-key authentication."
78
79 a_s_hostname1 = "Defines the router's hostname. The hostname is a unique name in your local network used to identify the device" 
80
81 a_s_fstab_mountpoints = "Mount Points"
82 a_s_fstab_mountpoints1 = "Mount Points define at which point a memory device will be attached to the filesystem"
83
84 a_s_fstab_mountpoint = "Mount Point"
85 a_s_fstab_device1 = "The device file of the memory or partition (e.g. /dev/sda1)"
86 a_s_fstab_fs1 = "The filesystem that was used to format the memory (e.g. ext3)"
87 a_s_fstab_swap1 = [[If your physical memory is insufficient unused data can be temporarily swapped
88 to a swap-device resulting in a higher amount of usable RAM. Be aware that swapping data is a very slow process
89 as the swap-device cannot be accessed with the high datarates of the RAM.]]
90
91 a_s_flash_flashed = "Firmware successfully flashed. Rebooting device..."
92 a_s_flash_flasherr = "Failed to flash"
93 a_s_flash_fwimage = "Firmwareimage"
94 a_s_flash_fwupgrade = "Flash Firmware"
95 a_s_flash_keepcfg = "Keep configuration files"
96 a_s_flash_notimplemented = "Sorry, this function is not (yet) available for your platform."
97 a_s_flash_upgrade1 = "Replaces the installed firmware with a new one. The firmware format is platform-dependent."
98
99 a_s_reboot1 = "Reboots the operating system of your device"
100 a_s_reboot_do = "Perform reboot"
101 a_s_reboot_running = "Please wait: Device rebooting..."
102
103 a_srv_http = "HTTP-Server"
104 a_srv_ssh = "SSH-Server"
105
106 a_srv_services1 = "Services and daemons perform certain tasks on your device."
107 a_srv_services2 = [[Most of them are network servers, that offer a certain service for your device or network like
108 shell access, serving webpages like LuCI, doing mesh routing, sending e-mails, ...]]
109
110 a_srv_http1 = "A small webserver which can be used to serve LuCI." 
111 a_srv_http_authrealm = "Authentication Realm"
112 a_srv_http_authrealm1 = "The realm which will be displayed at the authentication prompt for protected pages."
113 a_srv_http_config1 = "defaults to /etc/httpd.conf"
114 a_srv_http_root = "Document root"
115
116 a_srv_dropbear1 = "Dropbear offers SSH network shell access and an integrated SCP server"
117 a_srv_d_pwauth = "Password authentication"
118 a_srv_d_pwauth1 = "Allow SSH password authentication"
119
120 a_w_wifi1 = [[On this pages you find confiugration options for WLAN based wireless networks.]]
121 a_w_wifi2 = [[You can easily integrate your 802.11a/b/g/n-devices into your physical network and use
122 the virtual adapter support to build wireless repeaters or offer several networks with one device.]]
123 a_w_wifi3 = [[There is support for Managed, Client, Ad-Hoc and WDS operating modes as well as
124 WPA and WPA2 encryption for secure communnication.]] 
125
126 a_w_devices1 = "Here you can configure installed wifi devices."
127 a_w_channel  = "Channel"
128 a_w_txantenna = "Transmit Antenna"
129 a_w_rxantenna = "Receive Antenna"
130 a_w_distance1 = "Distance to furthest station (m)" 
131 a_w_diversity = "Diversity"
132 a_w_countrycode = "Country Code"
133 a_w_connlimit = "Connection Limit"
134
135 a_w_networks1 = [[You can run several wifi networks with one device. Be aware that there are certain
136 hardware and driverspecific restrictions. Normally you can operate 1 Ad-Hoc or up to 3 Master-Mode and 1 Client-Mode
137 network simultaneously.]]
138 a_w_netid = "Network Name (ESSID)"
139 a_w_network1 = "Add the Wifi network to physical network"
140 a_w_txpwr = "Transmit Power"
141 a_w_brcmburst = "Broadcom Frameburst"
142 a_w_athburst = "Atheros Frameburst"
143 a_w_radiussrv = "Radius-Server"
144 a_w_radiusport = "Radius-Port"
145 a_w_apisolation = "AP-Isolation"
146 a_w_apisolation1 = "Prevents Client to Client communication"
147 a_w_hideessid = "Hide ESSID"