annotate po/README @ 1743:d8e9d0cc640e

Allow to switch to fullscreen mode using LIRC. Imagine the following situation (which happened to me several times) : you want to see photos from your bed or your sofa so you launch geeqie and go to the right directory, then you take your remote control and sit comfortably far from your keyboard and mouse. And when you want to begin to watch photos, you realize you forgot to enable full screen! You have to stand up and to go until your computer and come back, whereas you could have done it with your remote control. Patch by Bernard Massot.
author zas_
date Tue, 05 Jan 2010 17:49:50 +0000
parents a78ac3a4c32e
children 357666e13b48
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
611
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
1 Translators create a translation by creating the appropriate .po file in the /po
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
2 directory. Please see the gettext info pages for an overview and instructions.
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
3 Basically: Add your language code to the ALL_LINGUAS= line in configure.in,
1640
ab5945017b4a Update documentation
mow
parents: 611
diff changeset
4 then get started translating the strings in your ??.po file. Note: The strings
ab5945017b4a Update documentation
mow
parents: 611
diff changeset
5 for debug output is intentionally not marked for translation.
611
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
6
1642
a78ac3a4c32e use intltool for desktop file translation
nadvornik
parents: 1640
diff changeset
7 To update a specific translation, one may use intltool-update [lang] (ie.
a78ac3a4c32e use intltool for desktop file translation
nadvornik
parents: 1640
diff changeset
8 intltool-update fr).
611
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
9
1640
ab5945017b4a Update documentation
mow
parents: 611
diff changeset
10 To update all translation files, use make update-po. You should only use it when
ab5945017b4a Update documentation
mow
parents: 611
diff changeset
11 needed (before a release or when there were many changes in source code).
611
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
12
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
13
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
14 Helper scripts:
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
15
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
16 gen_translations_stats.sh generate statistics about translations
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
17 regen_potfiles.sh generate a patch to sync POTFILES.in with current source files