translate the update plugin
[enigma2.git] / po / Makefile.am
index a7709e4c3fb79911f36389970ed2045ddfa930a1..25cefb8db163127aaf5abc4b3028601f1f1d6fc7 100644 (file)
@@ -30,21 +30,29 @@ enigma2.pot:
                        ../lib/python/Screens/Satconfig.py \
                        ../lib/python/Screens/EventView.py \
                        ../lib/python/Screens/Ci.py \
+                       ../lib/python/Screens/EpgSelection.py \
+                       ../lib/python/Screens/LanguageSelection.py \
                        ../lib/python/Screens/About.py \
                        ../lib/python/Screens/HarddiskSetup.py \
+                       ../lib/python/Screens/MovieSelection.py \
                        ../lib/python/Screens/InfoBar.py \
                        ../lib/python/Screens/TimerEdit.py \
                        ../lib/python/Screens/TimerEntry.py \
                        ../lib/python/Screens/Wizard.py \
                        ../lib/python/Screens/ServiceScan.py \
                        ../lib/python/Screens/InfoBarGenerics.py \
+                       ../lib/python/Screens/ChannelSelection.py \
+                       ../lib/python/Components/DiskInfo.py \
                        ../lib/python/Components/ServiceScan.py \
                        ../lib/python/Components/Lcd.py \
                        ../lib/python/Components/SetupDevices.py \
                        ../lib/python/Components/Language.py \
                        ../lib/python/Components/NimManager.py \
                        ../lib/python/Components/EventInfo.py \
-                       ../lib/python/Components/Network.py 
+                       ../lib/python/Components/Network.py \
+                       ../lib/python/Components/RecordingConfig.py \
+                       ../lib/python/Plugins/update.py \
+                       ../RecordTimer.py
        ./xml2po.py     ../data/ >> enigma2.pot
 
 
@@ -60,5 +68,5 @@ clean:
 install-data-am: default
        for lang in $(LANGS); do \
                mkdir -p $(DESTDIR)$(DATADIR)/enigma2/po/$$lang/LC_MESSAGES; \
-               cp $$lang.po $(DESTDIR)$(DATADIR)/enigma2/po/$$lang/LC_MESSAGES/$(DOMAIN).po; \
+               cp $$lang.mo $(DESTDIR)$(DATADIR)/enigma2/po/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
        done