X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fadmin-core.en.lua;h=61c038ff7131205e471ae860a64870cff045e5a1;hb=510292bedffeccc6066bc9a58e0e7e5eaa3ca506;hp=6b7195c648a4715745d1aa6a5dfcebb5c9f12f9f;hpb=f52ec227175c9db1bfee95f8a59c7c56d01911d4;p=project%2Fluci.git diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 6b7195c64..61c038ff7 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -37,10 +37,45 @@ a_s_changepw = 'Admin Password' a_s_p_ipkg = 'OPKG-Configuration' a_s_sshkeys = 'SSH-Keys' a_s_fstab = 'Mount Points' -a_s_flash = 'Flash Firmware' a_s_i_system1 = 'Change settings related to the system itself, its identification, installed hard- and software, authentication or mount points.' a_s_i_system2 = 'These settings define the base of your system.' a_s_i_system3 = 'Pay attention as any misconfiguration here may prevent your device from booting or may lock yourself out of it.' +a_s_if = 'Interfaces' +a_s_if_bridge = 'Bridge' +a_s_if_bridge_id = 'ID' +a_s_if_bridge_port = 'Bridge Port' +a_s_if_bridge_stp = 'STP' +a_s_if_device = 'Device' +a_s_if_ethbridge = 'Ethernet Bridge' +a_s_if_ethdev = 'Ethernet Adapter' +a_s_if_ethswitch = 'Ethernet Switch' +a_s_if_interface = 'Interface' +a_s_if_ipconfig = 'IP Configuration' +a_s_if_ipconfig_alias = 'Alias' +a_s_if_ipconfig_dhcp = 'DHCP assigned' +a_s_if_ipconfig_ipv6 = 'IPv6' +a_s_if_ipconfig_none = 'Not configured' +a_s_if_ipconfig_primary = 'Primary' +a_s_if_iwchannel = 'Channel' +a_s_if_iwmode = 'Mode' +a_s_if_iwmode_adhoc = 'Ad-Hoc' +a_s_if_iwmode_ahdemo = 'Pseudo Ad-Hoc' +a_s_if_iwmode_ap = 'Master' +a_s_if_iwmode_apwds = 'Master + WDS' +a_s_if_iwmode_sta = 'Client' +a_s_if_iwmode_stawds = 'Client + WDS' +a_s_if_iwmode_wds = 'WDS' +a_s_if_iwssid = 'SSID' +a_s_if_mac = 'MAC' +a_s_if_pkts = 'Pkts.' +a_s_if_status = 'Interface Status' +a_s_if_transfer = 'Transfer' +a_s_if_transfer_rx = 'RX' +a_s_if_transfer_tx = 'TX' +a_s_if_type = 'Type' +a_s_if_vlan = 'VLAN' +a_s_if_vlanports = 'Ports' +a_s_if_wifidev = 'Wireless Adapter' a_s_ipt = 'Firewall' a_s_ipt_actions = 'Actions' a_s_ipt_bytes = 'Traffic' @@ -74,6 +109,25 @@ a_s_packages_search = 'Find package' a_s_packages_update = 'Package lists updated' a_s_packages_updatelist = 'Update package lists' a_s_packages_upgrade = 'Upgrade installed packages' +a_s_packages_code1 = 'Could not set default destination' +a_s_packages_code2 = 'Error parsing config file' +a_s_packages_code3 = 'Could not create temporary directory (ran out of space?)' +a_s_packages_code4 = 'Could not get adminstrative lock (ran out of space?)' +a_s_packages_code5 = 'Unsatisfied Dependencies' +a_s_packages_code6 = 'Refused to remove essential package' +a_s_packages_code7 = 'Package has dependents' +a_s_packages_code8 = 'Package has no installation candidate (wrong name?)' +a_s_packages_code9 = 'Package has no available architecture ' +a_s_packages_code10 = 'Package is not trusted' +a_s_packages_code11 = 'Error while downloading' +a_s_packages_code12 = 'Conflicts with other packages' +a_s_packages_code13 = 'Package is already installed' +a_s_packages_code14 = 'Package has unresolved dependencies' +a_s_packages_code15 = 'Refused to downgrade package' +a_s_packages_code16 = 'Package manager ran out of space' +a_s_packages_code17 = 'Bad signature while verifiying package' +a_s_packages_code18 = 'MD5 error while verifiying package' +a_s_packages_code19 = 'Internal error occured' a_s_p_ipkg_pkglists = 'Package lists' a_s_p_ipkg_targets = 'Installation targets' a_s_changepw1 = 'Change the password of the system administrator (User root)' @@ -89,15 +143,6 @@ a_s_fstab_mountpoint = 'Mount Point' a_s_fstab_device1 = 'The device file of the memory or partition (e.g. /dev/sda1)' a_s_fstab_fs1 = 'The filesystem that was used to format the memory (e.g. ext3)' 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 RAM. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the RAM.' -a_s_flash_flashed = 'Firmware successfully flashed. Rebooting device...' -a_s_flash_flasherr = 'Failed to flash' -a_s_flash_fwimage = 'Firmware image' -a_s_flash_received = 'Image received. About to start flashing process. DO NOT POWER OFF THE DEVICE!' -a_s_flash_inprogress = 'Writing firmware...' -a_s_flash_fwupgrade = 'Flash Firmware' -a_s_flash_keepcfg = 'Keep configuration files' -a_s_flash_notimplemented = 'Sorry, this function is not (yet) available for your platform.' -a_s_flash_upgrade1 = 'Replaces the installed firmware with a new one. The firmware format is platform-dependent.' a_s_reboot1 = 'Reboots the operating system of your device' a_s_reboot_do = 'Perform reboot' a_s_reboot_running = 'Please wait: Device rebooting...' @@ -342,9 +387,9 @@ a_w_cacert = 'Path to CA-Certificate' a_w_eaptype = 'EAP-Method' a_w_tlsprivkey = 'Path to Private Key' a_w_tlsprivkeypwd = 'Password of Private Key' -a_w_peapauth = 'PEAP-Authentication' -a_w_peapidentity = 'PEAP-Identity' -a_w_peappassword = 'PEAP-Password' +a_w_peapauth = 'Authentication' +a_w_peapidentity = 'Identity' +a_w_peappassword = 'Password' a_w_create = 'Create Network' hostnames = 'Hostnames' hostnames_entries = 'Host entries' @@ -352,3 +397,16 @@ hostnames_hostname = 'Hostname' hostnames_address = 'IP address' m_n_mssfix = 'Clamp Segment Size' m_n_mssfix_desc = 'Fixes problems with unreachable websites, submitting forms or other unexpected behaviour for some ISPs.' +admin_upgrade = 'Flash Firmware' +admin_upgrade_badimage = 'The uploaded image file does not contain a supported format. Make sure that you choose the generic image format for your platform.' +admin_upgrade_checksum = 'Checksum' +admin_upgrade_desc = 'Upload an OpenWrt image file to reflash the device.' +admin_upgrade_filesize = 'Size' +admin_upgrade_fwimage = 'Firmware image' +admin_upgrade_keepcfg = 'Keep configuration files' +admin_upgrade_nosupport = 'Sorry. OpenWrt does not support a system upgrade on this platform.
You need to manually flash your device.' +admin_upgrade_running = 'The system is flashing now.
DO NOT POWER OFF THE DEVICE!
Wait a few minutes until you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings.' +admin_upgrade_spaceavail = ' (%s available)' +admin_upgrade_toolarge = 'It appears that you try to flash an image that does not fit into the flash memory, please verify the image file!' +admin_upgrade_upload = 'Upload image' +admin_upgrade_uploaded = 'The flash image was uploaded. Below is the checksum and file size listed, compare them with the original file to ensure data integrity.
Click "Proceed" below to start the flash procedure.'