X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=po%2Fen.po;h=fd5da87699fe1fb71581c27c722d4e2b27825cc1;hp=2e510cc43535de225c6e761c6d5f279dacb1bdf7;hb=91ba67605de8ff5f15c335db4330594e07b5317e;hpb=20dca73557fa40388438404de1fa0e2be7c30207 diff --git a/po/en.po b/po/en.po index 2e510cc..fd5da87 100644 --- a/po/en.po +++ b/po/en.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: petitboot 20140623-g89bd2ed2-dirty\n" "Report-Msgid-Bugs-To: Geoff Levand \n" -"POT-Creation-Date: 2015-07-28 14:45+1000\n" +"POT-Creation-Date: 2015-11-11 14:01+1100\n" "PO-Revision-Date: 2014-06-24 13:56+0800\n" "Last-Translator: Jeremy Kerr \n" "Language-Team: English\n" @@ -56,6 +56,38 @@ msgstr "Boot cancelled" msgid "Booting in %d sec: %s" msgstr "Booting in %d sec: %s" +#. TRANSLATORS: this string will be passed the type and identifier +#. of the device. For example, the first parameter could be "Disk", +#. (which will be translated accordingly) and the second a Linux device +#. identifier like 'sda1' (which will not be translated) +#. +#, c-format +msgid "Processing %s device %s" +msgstr "" + +#. TRANSLATORS: the format specifier in this string is a Linux +#. device identifier, like 'sda1' +#. +#. TRANSLATORS: this format specifier will be the name of a network +#. device, like 'eth0'. +#. +#, c-format +msgid "Processing %s complete" +msgstr "" + +#. TRANSLATORS: this format specifier will be the name of a network +#. device, like 'eth0'. +#. +#, c-format +msgid "Processing dhcp event on %s" +msgstr "" + +msgid "Processing user config" +msgstr "" + +msgid "Processing user config complete" +msgstr "" + msgid "Default boot cancelled" msgstr "Default boot cancelled" @@ -77,6 +109,36 @@ msgstr "Unable to route to host %s" msgid "Config file %s parsed" msgstr "Config file %s parsed" +msgid "None" +msgstr "" + +msgid "Network" +msgstr "Network" + +msgid "Disk" +msgstr "Disk" + +msgid "Safe Mode" +msgstr "" + +msgid "Optical" +msgstr "" + +msgid "Setup Mode" +msgstr "" + +msgid "Unknown" +msgstr "Unknown" + +msgid "USB" +msgstr "" + +msgid "CD/DVD" +msgstr "CD/DVD" + +msgid "Any" +msgstr "" + msgid "Retrieve Config" msgstr "Retrieve Config" @@ -134,9 +196,8 @@ msgstr "" msgid "Waiting for configuration data..." msgstr "Waiting for configuration data..." -#, fuzzy msgid "Add Device" -msgstr "Device:" +msgstr "Add Device:" msgid "Clear" msgstr "" @@ -144,9 +205,8 @@ msgstr "" msgid "Clear & Boot Any" msgstr "" -#, fuzzy msgid "Boot Order:" -msgstr "Boot arguments:" +msgstr "Boot Order" msgid "(None)" msgstr "" @@ -159,9 +219,8 @@ msgstr "disk: %s [uuid: %s]" msgid "net: %s [mac: %s]" msgstr "net: %s [mac: %s]" -#, fuzzy msgid "Any Device" -msgstr "Device:" +msgstr "Any Device:" #, c-format msgid "Any %s device" @@ -222,6 +281,15 @@ msgstr "(if not provided by DHCP server)" msgid "Selecting 'OK' will exit safe mode" msgstr "Selecting 'OK' will exit safe mode" +msgid "Disk R/W:" +msgstr "Disk R/W" + +msgid "Prevent all writes to disk" +msgstr "" + +msgid "Allow bootloader scripts to modify disks" +msgstr "" + msgid "Petitboot System Configuration" msgstr "Petitboot System Configuration" @@ -316,15 +384,6 @@ msgstr "Petitboot Language Selection" msgid "!Invalid option %d" msgstr "!Invalid option %d" -msgid "Disk" -msgstr "Disk" - -msgid "CD/DVD" -msgstr "CD/DVD" - -msgid "Network" -msgstr "Network" - msgid "Unknown Device" msgstr "Unknown Device" @@ -364,9 +423,8 @@ msgstr " link: %s" msgid "up" msgstr "" -#, fuzzy msgid "down" -msgstr "link down" +msgstr "down" msgid "Petitboot System Information" msgstr "Petitboot System Information" @@ -489,7 +547,6 @@ msgstr "" "Example: root=/dev/sda1 console=hvc0\n" "\n" -#, fuzzy msgid "" "Autoboot: Specify which devices to autoboot from.\n" "\n" @@ -530,44 +587,12 @@ msgid "" "Static IP configuration: Allows you to specify an IPv4 address and network " "mask, gateway, and a DNS server or servers for a network interface. Select " "this option if you do not have a DHCP server, or want explicit control of " -"network settings." -msgstr "" -"Autoboot: There are three possible options for automatic-boot hehaviour:\n" -"\n" -"Don't autoboot: boot options will be listed in the petitboot menu, but none " -"will be booted automatically. User interaction will be required to continue " -"past the petitboot menu. Use this option if you want the machine to wait for " -"an explicit boot selection, or want to interact with petitboot before " -"booting the system\n" -"\n" -"Autoboot from any disk/network device: any boot option that is marked as a " -"default (by bootloader configuration) will be booted automatically after a " -"timeout. Use this option if you want to quickly boot your system without " -"changing any boot option settings. This is the typical configuration.\n" -"\n" -"Only autoboot from a specific disk/network device: only boot options from a " -"single device (specifed here) will be booted automatically after a timeout. " -"Use this option if you have multiple operating system images installed.\n" +"network settings.\n" "\n" -"Timeout: Specify the length of time, in seconds, that the main menu will be " -"displayed before the default boot option is started. This option is only " -"displayed if autoboot is enabled.\n" -"\n" -"Network options:\n" -"\n" -"DHCP on all active interfaces: Automatically assigns IP addresses to each " -"network interface. Use this option if you have a DHCP server on your " -"network.\n" -"\n" -"DHCP on a specific interface: Automatically assigns IP addresses to the " -"selected network interface. The other interfaces are not configured. Select " -"this option if you have multiple DHCP servers on different interfaces, but " -"only want to configure a single interface during boot.\n" -"\n" -"Static IP configuration: Allows you to specify an IPv4 address and network " -"mask, gateway, and a DNS server or servers for a network interface. Select " -"this option if you do not have a DHCP server, or want explicit control of " -"network settings." +"Disk R/W: Certain bootloader configurations may request write access to " +"disks to save information or update parameters (eg. GRUB2). Use this option " +"to control access to disks.\n" +msgstr "" msgid "Usage" msgstr "Usage"