diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2014-08-21 10:19:09 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-08-21 10:24:09 +0800 |
commit | a58de4840edd7796c385c11a6d49ce28c724b305 (patch) | |
tree | 44e1d6cd8e32ffdbe2358a0ab9d763f077f5f393 /po | |
parent | 061f07717d5e46f33fce481420298f5a6d5561f2 (diff) | |
download | petitboot-a58de4840edd7796c385c11a6d49ce28c724b305.zip petitboot-a58de4840edd7796c385c11a6d49ce28c724b305.tar.gz |
ui/ncurses: Make device labels translateable
We're not using gettext for the device label strings; this change adds
the necessary macros to do so.
Also, we change "Interface" to "Network", to make the label a little
more obvious.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/en.po | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: petitboot 20140623-g89bd2ed2-dirty\n" "Report-Msgid-Bugs-To: Geoff Levand <geoff@infradead.org>\n" -"POT-Creation-Date: 2014-07-28 16:06+0800\n" +"POT-Creation-Date: 2014-08-21 10:22+0800\n" "PO-Revision-Date: 2014-06-24 13:56+0800\n" "Last-Translator: Jeremy Kerr <jk@ozlabs.org>\n" "Language-Team: English\n" @@ -291,6 +291,18 @@ 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" + msgid "Waiting for system information..." msgstr "Waiting for system information..." |