X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fadmin-core.en.lua;h=aaea8b4fa3e212635ef213a98c4ba9c1454205fb;hb=76fe25932830df72b8c957c809202cf6dc75b4ff;hp=12790498630f6bc5be674fede67f90ca2e8cc037;hpb=9ce58c0339f2b570c049c7bee04af66c3d695a39;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 127904986..aaea8b4fa 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -59,16 +59,16 @@ a_s_changepw_nomatch = 'Error: Passwords do not match' a_s_sshkeys1 = 'Here you can paste public SSH-Keys (one per line) for SSH public-key authentication.' a_s_fstab_mountpoints = 'Mount Points' a_s_fstab_mountpoints1 = 'Mount Points define at which point a memory device will be attached to the filesystem' -a_s_fstab_active = 'Mounted file systems"' -a_s_fstab_used = 'Used"' -a_s_fstab_avail = 'Available"' +a_s_fstab_active = 'Mounted file systems' +a_s_fstab_used = 'Used' +a_s_fstab_avail = 'Available' 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 = 'Firmwareimage' +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' @@ -163,6 +163,8 @@ dhcp_dnsmasq_dhcpleasemax = 'max. VLANs.' @@ -182,6 +184,8 @@ dhcp_dhcp_ignore_desc = 'disable IPv4-Routes' @@ -284,3 +301,7 @@ a_w_peapauth = 'PEAP-Authentication' a_w_peapidentity = 'PEAP-Identity' a_w_peappassword = 'PEAP-Password' a_w_create = 'Create Network' +hostnames = 'Hostnames' +hostnames_entries = 'Host entries' +hostnames_hostname = 'Hostname' +hostnames_address = 'IP address'