This file is indexed.

/usr/share/gfxboot-theme-ubuntu/po/README is in gfxboot-theme-ubuntu 0.20.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
boot loader translations
------------------------

o How do I add a new text?

  - Use the gfxboot/po/bin/add_text script; example:

      add_text help 'Help'

    This will define txt_help; the 'txt_' prefix is optional.

o How do I remove a text that's no longer needed?

  - Use the gfxboot/po/bin/rm_text script; example:

      rm_text help

    This will remove txt_help; the removed lines are stored in the 'old'
    directory.

o How do I add a new language?

  - Copy bootloader.pot to <lang>.po. Remember to get <lang>.po translated.