vaseboot/po
Vladimir Testov b47434612c * docs/grub.texi: Introduce terminal window position options:
terminal-left: terminal window's left position
        terminal-top: terminal window's top position
        terminal-width: terminal window's width
        terminal-height: terminal window's height
        * grub-core/gfxmenu/theme-loader.c: Likewise.
        * include/grub/gfxmenu_view.h: Likewise.
        * po/exlude.pot: Likewise.
        * grub-core/gfxmenu/view.c: Likewise.
        Also updated minimal window size.
        Also terminal_sanity_check function has been introduced.
2013-08-08 12:55:24 +04:00
..
Makefile.in.in * po/Makefile.in.in: Make msgfmt output in little-endian in accordance 2012-05-03 17:02:37 +02:00
Makevars
README * po/README: Move language fetcing to ... 2012-04-04 14:55:56 +02:00
Rules-piglatin * po/Rules-piglatin: Change suffix from .po-update-en to 2012-03-03 21:43:06 +01:00
Rules-quot
Rules-swiss
Rules-translit Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
arabic.sed Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
boldquot.sed
cyrillic.sed Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
en@boldquot.header
en@piglatin.header
en@quot.header
exclude.pot * docs/grub.texi: Introduce terminal window position options: 2013-08-08 12:55:24 +04:00
greek.sed Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
grub.d.sed
hebrew.sed Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
insert-header.sin
piglatin.sed
quot.sed
remove-potcdate.sin
swiss.sed

README

If you checked out this source tree directly from GRUB Bazaar, you might
be wondering where are the POT and PO files.  Here are some instructions
that will hopefully clarify the situation.

  - If you're a user or a distributor, simply fill the po directory by
    importing translations from the Translation Project:

    	 ./linguas.sh

    GRUB's build system will automatically detect those and include them
    in your install.

  - If you're a translator and want to add a new translation or improve an
    existing one, get in touch with the Translation Project
    (http://translationproject.org/).  The GRUB project doesn't interact
    with translators directly (but we dearly appreciate your work!).

  - If you're a developer adding/removing/modifiing translatable strings,
    you can check that these turn into a sane POT file by using the
    `po/grub.pot' make rule.

  - If you're the maintainer of GNU GRUB preparing a new release, don't
    forget to include the latest PO files in your source tarball!