add missing file for translation
[enigma2.git] / po / Makefile.am
index d3d50085746df7ddc78e31544b95d1b09b47e869..62497366c47371e33c6bd6b1baec10034b0ba20c 100644 (file)
@@ -5,7 +5,7 @@ GETTEXT=xgettext
 #MSGFMT = ./msgfmt.py
 MSGFMT = msgfmt
 
-LANGS := de en ar nl es
+LANGS := de en ar nl es is it da sv no fr
 LANGPO := $(foreach LANG, $(LANGS),$(LANG).po)
 LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo)
 
@@ -39,12 +39,14 @@ enigma2.pot:
                        ../lib/python/Screens/InfoBar.py \
                        ../lib/python/Screens/TimerEdit.py \
                        ../lib/python/Screens/TimerEntry.py \
+                       ../lib/python/Screens/TimeDateInput.py \
                        ../lib/python/Screens/Wizard.py \
                        ../lib/python/Screens/ServiceScan.py \
                        ../lib/python/Screens/InfoBarGenerics.py \
                        ../lib/python/Screens/ChannelSelection.py \
                        ../lib/python/Screens/PluginBrowser.py \
                        ../lib/python/Screens/Console.py \
+                       ../lib/python/Screens/MediaPlayer.py \
                        ../lib/python/Components/DiskInfo.py \
                        ../lib/python/Components/ServiceScan.py \
                        ../lib/python/Components/Lcd.py \
@@ -55,8 +57,11 @@ enigma2.pot:
                        ../lib/python/Components/EventInfo.py \
                        ../lib/python/Components/Network.py \
                        ../lib/python/Components/RecordingConfig.py \
+                       ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py \
                        ../lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py \
                        ../lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py \
+                       ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py \
+                       ../lib/python/Tools/FuzzyDate.py \
                        ../RecordTimer.py
        ./xml2po.py     ../data/ >> enigma2.pot