/usr/share/doc/ganyremote/README is in ganyremote 6.3.3-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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | README gAnyRemote
=================================================================================
gAnyRemote package is GTK GUI frontend for anyRemote (http://anyremote.sourceforge.net/)
- remote control software for applications using Bluetooth or Wi-Fi.
Prerequisites:
python-2.4 or newer
gtk2
pygtk2 2.10 or newer
pybluez (if planned to use bluetooth connection)
anyremote >= 6.5
Documentation is supplied with anyRemote package.
--------------------------------------------
Adding new translations:
(see http://www.heiner-eichmann.de/autotools/adding_gettext.html for details)
0. (Only if You want to recreate *pot)
xgettext --language=Python --keyword=_ --output=po/ganyremote.pot ganyremote
1. run
make update-po
msginit --input=po/ganyremote.pot --locale=<locale> --output-file po/<locale>.po
Where <locale> is Your locale. (for example: ru_RU, pl_PL or de_AT)
2. Translate po/<locale>.po
3. Send translation to anyremote at mail.ru
4. To add new translation locally:
a) add new language to po/LINGUAS
b) touch po/LINGUAS;make update-po
c) make install
The code is licensed under the GNU Public licence (GPL).
(C) by Mikhail Fedotov 2007-2015
|