Codebase list kanyremote / upstream/5.11.2
upstream/5.11.2

Tree @upstream/5.11.2 (Download .tar.gz)

README kAnyRemote

=================================================================================           

kAnyRemote package is KDE GUI frontend for anyRemote (http://anyremote.sourceforge.net/) written on PyKDE/PyQt.

The overall goal of this project is to provide wireless remote control service on Linux 
through Bluetooth, InfraRed, Wi-Fi or TCP/IP connection.

Prerequisites:

PyQt4, PyKDE4
pybluez (if planned to use bluetooth connection)
anyremote >= 4.18.1

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=_tr --output=po/kanyremote.pot kanyremote
1. run 
	make update-po
        msginit --input=po/kanyremote.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-2010.