13d176ce7976fb296c83a6f29f05d8c377a866a8
[project/luci.git] / i18n / english / luasrc / i18n / admin-core.en
1 a_i_ui = "User Interface"
2
3 c_lucidesc = [[LuCI is a free Lua library with integrated MVC-Webframework and webinterface for embedded devices,
4 aspecially routers that run OpenWRT. Luci 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
10 a_i_i_hello = "Hello!"
11 a_i_i_admin1 = "This is the administration area of LuCI."
12 a_i_i_admin2 = "LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWRT Kamikaze."
13 a_i_i_admin3 = "On the following pages you can adjust all important settings of your router."
14 a_i_i_admin4 = "You will find a navigation leading to the different configuration pages on the left side."
15 a_i_i_admin5 = [[As we are always want to improve this interface we are looking forward
16 to your feedback and suggestions.]]
17 a_i_i_admin6 = "And now have fun with your router!"
18 a_i_i_team   = "The LuCI Team"
19
20 a_i_luci1 = "Here you can customize the settings and the functionality of LuCI."
21 a_i_ucicommit = "Post-commit actions"
22 a_i_ucicommit1 = [[These commands will be executed automatically when a given UCI configuration is committed allowing
23 changes to be applied instantly.]]
24 a_i_keepflash = "Files to be kept when flashing a new firmware"
25 a_i_keepflash1 = "When flashing a new firmware with LuCI these files will be added to the new firmware installation."
26
27 a_st_i_status1 = [[Here you can find information about the current system status like CPU clock frequency, memory
28 usage or network interface data.]]
29 a_st_i_status2 = [[Also kernel or service logfiles can be viewed here to get an overview over their current state.]]
30
31 a_s_packages = "Software"
32 a_s_changepw = "Admin Password"
33 a_s_p_ipkg = "IPKG-Configuration"
34 a_s_sshkeys = "SSH-Keys"
35 a_s_fstab = "Mount Points"
36 a_s_flash = "Flash Firmware"
37
38 a_s_i_system1 = [[Change settings related to the system itself, its identification,
39 installed hard- and software, authentication or mount points.]]
40 a_s_i_system2 = [[These settings define the base of your system.]]
41 a_s_i_system3 = [[Pay attention as any misconfiguration here may prevent your device from booting
42 or may lock yourself out of it.]]
43
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
55 a_s_p_ipkg_pkglists = "Package lists"
56 a_s_p_ipkg_targets = "Installation targets"
57
58 a_s_changepw1 = "Change the password of the system administrator (User \"root\")"
59 a_s_changepw_changed = "Password successfully changed"
60 a_s_changepw_nomatch = "Error: Passwords do not match"
61
62 a_s_sshkeys1 = "Here you can paste public SSH-Keys (one per line) for SSH public-key authentication."
63
64 a_s_hostname1 = "Defines the router's hostname. The hostname is a unique name in your local network used to identify the device" 
65
66 a_s_fstab_mountpoints = "Mount Points"
67 a_s_fstab_mountpoints1 = "Mount Points define at which point a memory device will be attached to the filesystem"
68
69 a_s_fstab_mountpoint = "Mount Point"
70 a_s_fstab_device1 = "The device file of the memory or partition (e.g. /dev/sda1)"
71 a_s_fstab_fs1 = "The filesystem that was used to format the memory (e.g. ext3)"
72 a_s_fstab_swap1 = [[If your physical memory is insufficient unused data can be temporarily swapped
73 to a swap-device resulting in a higher amount of usable RAM. Be aware that swapping data is a very slow process
74 as the swap-device cannot be accessed with the high datarates of the RAM.]]
75
76 a_s_flash_flashed = "Firmware successfully flashed. Rebooting device..."
77 a_s_flash_flasherr = "Failed to flash"
78 a_s_flash_fwimage = "Firmwareimage"
79 a_s_flash_fwupgrade = "Flash Firmware"
80 a_s_flash_keepcfg = "Keep configuration files"
81 a_s_flash_notimplemented = "Sorry, this function is not (yet) available for your platform."
82 a_s_flash_upgrade1 = "Replaces the installed firmware with a new one. The firmware format is platform-dependent."
83
84 a_s_reboot1 = "Reboots the operating system of your device"
85 a_s_reboot_do = "Perform reboot"
86 a_s_reboot_running = "Please wait: Device rebooting..."
87
88
89 a_srv_services1 = "Services and daemons perform certain tasks on your device."
90 a_srv_services2 = [[Most of them are network servers, that offer a certain service for your device or network like
91 shell access, serving webpages like LuCI, doing mesh routing, sending e-mails, ...]]