-add translations
authorMladen Horvat <acid-burn@opendreambox.org>
Fri, 11 Jul 2008 12:30:57 +0000 (12:30 +0000)
committerMladen Horvat <acid-burn@opendreambox.org>
Fri, 11 Jul 2008 12:30:57 +0000 (12:30 +0000)
-some fixes

31 files changed:
wirelesslan/Makefile.am
wirelesslan/po/.cvsignore [new file with mode: 0755]
wirelesslan/po/Makefile.am [new file with mode: 0755]
wirelesslan/po/WirelessLan.pot [new file with mode: 0755]
wirelesslan/po/ar.po [new file with mode: 0755]
wirelesslan/po/ca.po [new file with mode: 0755]
wirelesslan/po/cs.po [new file with mode: 0755]
wirelesslan/po/da.po [new file with mode: 0755]
wirelesslan/po/de.po [new file with mode: 0755]
wirelesslan/po/el.po [new file with mode: 0755]
wirelesslan/po/en.po [new file with mode: 0755]
wirelesslan/po/es.po [new file with mode: 0755]
wirelesslan/po/fi.po [new file with mode: 0755]
wirelesslan/po/fr.po [new file with mode: 0755]
wirelesslan/po/hr.po [new file with mode: 0755]
wirelesslan/po/hu.po [new file with mode: 0755]
wirelesslan/po/is.po [new file with mode: 0755]
wirelesslan/po/it.po [new file with mode: 0755]
wirelesslan/po/lt.po [new file with mode: 0755]
wirelesslan/po/nl.po [new file with mode: 0755]
wirelesslan/po/no.po [new file with mode: 0755]
wirelesslan/po/pl.po [new file with mode: 0755]
wirelesslan/po/pt.po [new file with mode: 0755]
wirelesslan/po/ru.po [new file with mode: 0755]
wirelesslan/po/sv.po [new file with mode: 0755]
wirelesslan/po/tr.po [new file with mode: 0755]
wirelesslan/po/xml2po.py [new file with mode: 0755]
wirelesslan/src/Makefile.am
wirelesslan/src/Wlan.py
wirelesslan/src/__init__.py
wirelesslan/src/plugin.py

index c7c48ca..ed503b9 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = src
+SUBDIRS = src po
 
 PWD=$(shell pwd)
 
diff --git a/wirelesslan/po/.cvsignore b/wirelesslan/po/.cvsignore
new file mode 100755 (executable)
index 0000000..75c55b9
--- /dev/null
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+*.mo
+de en ar nl es is it da sv no fr fi tr ca cs hr hu
diff --git a/wirelesslan/po/Makefile.am b/wirelesslan/po/Makefile.am
new file mode 100755 (executable)
index 0000000..93470fd
--- /dev/null
@@ -0,0 +1,51 @@
+INSTALLDIR = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/WirelessLan
+DOMAIN=WirelessLan
+#GETTEXT=./pygettext.py
+GETTEXT=xgettext
+
+#MSGFMT = ./msgfmt.py
+MSGFMT = msgfmt
+
+LANGS := de en ar nl es is it da sv no fr fi tr ca cs hr hu ru pt el lt pl
+LANGPO := $(foreach LANG, $(LANGS),$(LANG).po)
+LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo)
+
+default: WirelessLan.pot $(LANGPO) merge $(LANGMO)
+       for lang in $(LANGS); do \
+               mkdir -p $$lang/LC_MESSAGES; \
+               cp $$lang.mo $$lang/LC_MESSAGES/WirelessLan.mo; \
+       done
+
+merge:
+       for lang in $(LANGS); do \
+               msgmerge --no-location -s -N -U $$lang.po WirelessLan.pot; \
+       done
+
+
+# the TRANSLATORS: allows putting translation comments before the to-be-translated line.
+WirelessLan.pot:
+       $(GETTEXT) -L python --add-comments="TRANSLATORS:" -d WirelessLan -s -o WirelessLan.pot ../src/*.py
+
+       msguniq -o WirelessLanuniq.pot WirelessLan.pot
+       $(RM) WirelessLan.pot
+       mv WirelessLanuniq.pot WirelessLan.pot
+
+.PHONY: WirelessLan.pot
+
+
+%.mo: %.po
+       $(MSGFMT) -o $@ $<
+
+%.po:
+       msginit -l $@ -o $@ -i WirelessLan.pot --no-translator
+
+CLEANFILES = $(foreach LANG, $(LANGS),$(LANG).mo)
+
+clean-local:
+       $(RM) -r $(LANGS)
+
+install-data-am: default
+       for lang in $(LANGS); do \
+               mkdir -p $(DESTDIR)$(INSTALLDIR)/po/$$lang/LC_MESSAGES; \
+               cp $$lang.mo $(DESTDIR)$(INSTALLDIR)/po/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
+       done
diff --git a/wirelesslan/po/WirelessLan.pot b/wirelesslan/po/WirelessLan.pot
new file mode 100755 (executable)
index 0000000..abdd4c0
--- /dev/null
@@ -0,0 +1,164 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../src/plugin.py:278
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+#: ../src/plugin.py:126
+msgid "Accesspoint:"
+msgstr ""
+
+#: ../src/plugin.py:130
+msgid "Bitrate:"
+msgstr ""
+
+#: ../src/plugin.py:131
+msgid "Channel:"
+msgstr ""
+
+#: ../src/plugin.py:248
+msgid "Choose a Wireless Network"
+msgstr ""
+
+#: ../src/plugin.py:149 ../src/plugin.py:229 ../src/plugin.py:309
+msgid "Close"
+msgstr ""
+
+#: ../src/plugin.py:230
+msgid "Connect"
+msgstr ""
+
+#: ../src/plugin.py:402
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+#: ../src/plugin.py:50
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#: ../src/Wlan.py:178
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+#: ../src/plugin.py:334
+msgid "Encryption"
+msgstr ""
+
+#: ../src/plugin.py:338
+msgid "Encryption Key"
+msgstr ""
+
+#: ../src/plugin.py:337
+msgid "Encryption Type"
+msgstr ""
+
+#: ../src/plugin.py:306
+msgid "Interface: "
+msgstr ""
+
+#: ../src/Wlan.py:179
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+#: ../src/plugin.py:128
+msgid "Link Quality:"
+msgstr ""
+
+#: ../src/plugin.py:185
+msgid "Link:"
+msgstr ""
+
+#: ../src/Wlan.py:177
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+#: ../src/Wlan.py:140
+msgid "N/A"
+msgstr ""
+
+#: ../src/plugin.py:332
+msgid "Network SSID"
+msgstr ""
+
+#: ../src/plugin.py:183 ../src/plugin.py:307
+msgid "Network:"
+msgstr ""
+
+#: ../src/Wlan.py:173
+msgid "No"
+msgstr ""
+
+#: ../src/plugin.py:169
+msgid "No Connection!"
+msgstr ""
+
+#: ../src/plugin.py:305
+msgid "Press OK to activate the settings."
+msgstr ""
+
+#: ../src/plugin.py:231
+msgid "Refresh"
+msgstr ""
+
+#: ../src/plugin.py:127
+msgid "SSID:"
+msgstr ""
+
+#: ../src/plugin.py:48
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+#: ../src/plugin.py:49
+msgid "Show WLAN Status"
+msgstr ""
+
+#: ../src/plugin.py:129
+msgid "Signal Strength:"
+msgstr ""
+
+#: ../src/Wlan.py:175
+msgid "Signal: "
+msgstr ""
+
+#: ../src/Wlan.py:13 ../src/plugin.py:18
+msgid "WEP"
+msgstr ""
+
+#: ../src/Wlan.py:14 ../src/Wlan.py:22 ../src/plugin.py:19 ../src/plugin.py:27
+msgid "WPA"
+msgstr ""
+
+#: ../src/Wlan.py:15 ../src/plugin.py:20
+msgid "WPA2"
+msgstr ""
+
+#: ../src/plugin.py:402
+msgid "Wireless LAN"
+msgstr ""
+
+#: ../src/plugin.py:163
+msgid "Wireless Network State"
+msgstr ""
+
+#: ../src/Wlan.py:173
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/ar.po b/wirelesslan/po/ar.po
new file mode 100755 (executable)
index 0000000..d9cc267
--- /dev/null
@@ -0,0 +1,131 @@
+# Arabic translations for tuxbox-enigma package.
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2006-01-10 01:17+0300\n"
+"Last-Translator: hazem <moustafagamal@hotmail.com>\n"
+"Language-Team: Arabic <moustafagamal@hotmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Arabic\n"
+"X-Poedit-Country: EGYPT\n"
+"X-Poedit-SourceCharset: iso-8859-15\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/ca.po b/wirelesslan/po/ca.po
new file mode 100755 (executable)
index 0000000..a0cb886
--- /dev/null
@@ -0,0 +1,133 @@
+# translation of ca.po to
+# Copyright (C) 2006 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# 
+# Automatically generated, 2006.
+# Oriol Pellicer i SabriĆ  <oriol@elsud.org>, 2006, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: ca\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2007-08-14 10:23+0200\n"
+"Last-Translator: Oriol Pellicer <oriol@elsud.org>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Catalan\n"
+"X-Poedit-Country: CATALONIA\n"
+"X-Poedit-SourceCharset: iso-8859-1\n"
+"X-Generator: KBabel 1.11.4\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/cs.po b/wirelesslan/po/cs.po
new file mode 100755 (executable)
index 0000000..f27f287
--- /dev/null
@@ -0,0 +1,127 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-04-03 19:16+0100\n"
+"Last-Translator: ws79 <ws79@centrum.cz>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/da.po b/wirelesslan/po/da.po
new file mode 100755 (executable)
index 0000000..205fe6c
--- /dev/null
@@ -0,0 +1,130 @@
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-05-12 14:00+0100\n"
+"Last-Translator: Gaj1 <jagg@tdcadsl.dk>\n"
+"Language-Team: Gaj1 <jagg@tdcadsl.dk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Danish\n"
+"X-Poedit-Country: DENMARK\n"
+"X-Poedit-SourceCharset: iso-8859-15\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/de.po b/wirelesslan/po/de.po
new file mode 100755 (executable)
index 0000000..1ad2675
--- /dev/null
@@ -0,0 +1,131 @@
+# German translations for tuxbox-enigma package.
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-05-16 17:15+0100\n"
+"Last-Translator: Stefan Pluecken <stefan.pluecken@multimedia-labs.de>\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: German\n"
+"X-Poedit-Country: GERMANY\n"
+"X-Poedit-SourceCharset: iso-8859-15\n"
+
+msgid " Wireless Network(s) found!"
+msgstr "Funk Netzwerk(e) gefunden!"
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr "Kanal"
+
+msgid "Choose a Wireless Network"
+msgstr "WƤhle ein Funk-Netzwerk"
+
+msgid "Close"
+msgstr "Schliessen"
+
+msgid "Connect"
+msgstr "Verbinden"
+
+msgid "Connect to a Wireless Network"
+msgstr "Mit Funknetzwerk verbinden"
+
+msgid "Edit Wireless Settings"
+msgstr "Funknetzwerk-Einstellungen bearbeiten"
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr "verschlĆ¼sselt: %s"
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr "Adapter"
+
+#, python-format
+msgid "Interface: %s"
+msgstr "Adapter: %s"
+
+msgid "Link Quality:"
+msgstr "QualitƤt:"
+
+msgid "Link:"
+msgstr "Verbindung:"
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr "Netzwerk"
+
+msgid "No"
+msgstr "Nein"
+
+msgid "No Connection!"
+msgstr "Keine Verbindung!"
+
+msgid "Press OK to activate the settings."
+msgstr "OK drĆ¼cken zum aktivieren"
+
+msgid "Refresh"
+msgstr "Aktualisieren"
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr "Nach Funknetzwerken suchen"
+
+msgid "Show WLAN Status"
+msgstr "Zeige WLAN Status"
+
+msgid "Signal Strength:"
+msgstr "Signal StƤrke:"
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr "WEP"
+
+msgid "WPA"
+msgstr "WPA"
+
+msgid "WPA2"
+msgstr "WPA2"
+
+msgid "Wireless LAN"
+msgstr "Funknetzwerk"
+
+msgid "Wireless Network State"
+msgstr "Funk-Netzwerk Status"
+
+msgid "Yes"
+msgstr "Ja"
diff --git a/wirelesslan/po/el.po b/wirelesslan/po/el.po
new file mode 100755 (executable)
index 0000000..857bff2
--- /dev/null
@@ -0,0 +1,126 @@
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2007-03-03 22:09+0200\n"
+"Last-Translator: stefanos <...>\n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/en.po b/wirelesslan/po/en.po
new file mode 100755 (executable)
index 0000000..ce1a09f
--- /dev/null
@@ -0,0 +1,128 @@
+# English translations for tuxbox-enigma package.
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2005-11-17 20:53+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/es.po b/wirelesslan/po/es.po
new file mode 100755 (executable)
index 0000000..53ad49d
--- /dev/null
@@ -0,0 +1,131 @@
+# Spanish translations for tuxbox-enigma package.
+# Copyright (C) 2006 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-05-08 01:20+0100\n"
+"Last-Translator: JosĆ© Juan Zapater <josej@zapater.fdns.net>\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Spanish\n"
+"X-Poedit-Country: SPAIN\n"
+"X-Poedit-SourceCharset: iso-8859-1\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/fi.po b/wirelesslan/po/fi.po
new file mode 100755 (executable)
index 0000000..2c8c030
--- /dev/null
@@ -0,0 +1,127 @@
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-03-15 12:00+0200\n"
+"Last-Translator: Timo Jarvenpaa <timojarvenpaa@hotmail.com>\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/fr.po b/wirelesslan/po/fr.po
new file mode 100755 (executable)
index 0000000..16f0188
--- /dev/null
@@ -0,0 +1,127 @@
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: enigma 2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-04-06 23:54+0100\n"
+"Last-Translator: mimi74 <remi.jarrige@cegetel.net>\n"
+"Language-Team: french\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/hr.po b/wirelesslan/po/hr.po
new file mode 100755 (executable)
index 0000000..f4e25bc
--- /dev/null
@@ -0,0 +1,128 @@
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-01-27 23:38+0100\n"
+"Last-Translator: Jurica <jurica@clarkdigital.com>\n"
+"Language-Team:  <jurica@dream-multimedia.eu>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Croatian\n"
+"X-Poedit-Country: CROATIA\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/hu.po b/wirelesslan/po/hu.po
new file mode 100755 (executable)
index 0000000..54033c3
--- /dev/null
@@ -0,0 +1,129 @@
+# English translations for tuxbox-enigma package.
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-04-08 10:29+0100\n"
+"Last-Translator: MediaVox-Extrasat <info@mediavox.hu>\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Bookmarks: -1,-1,-1,706,-1,-1,-1,-1,-1,-1\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/is.po b/wirelesslan/po/is.po
new file mode 100755 (executable)
index 0000000..f05a38e
--- /dev/null
@@ -0,0 +1,129 @@
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Icelandic translation v.1.36\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-04-01 21:39-0000\n"
+"Last-Translator: Baldur Sveinsson <baddi@oreind.is>\n"
+"Language-Team: Polar Team/LT Team <baddi@oreind.is>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Icelandic\n"
+"X-Poedit-Country: ICELAND\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/it.po b/wirelesslan/po/it.po
new file mode 100755 (executable)
index 0000000..3100ea7
--- /dev/null
@@ -0,0 +1,131 @@
+# Italian translations for tuxbox-enigma package.
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2006-04-01 02:52+0100\n"
+"Last-Translator: Musicbob <musicbob@satnews.tv.it>\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Italian\n"
+"X-Poedit-Country: ITALY\n"
+"X-Poedit-SourceCharset: iso-8859-15\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/lt.po b/wirelesslan/po/lt.po
new file mode 100755 (executable)
index 0000000..870a392
--- /dev/null
@@ -0,0 +1,129 @@
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-03-30 18:12+0200\n"
+"Last-Translator: Audronis Grincevicius <audrgrin@takas.lt>\n"
+"Language-Team: Adga / enigma2 (c) <audrgrin@takas.lt>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Lithuanian\n"
+"X-Poedit-Country: LITHUANIA\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/nl.po b/wirelesslan/po/nl.po
new file mode 100755 (executable)
index 0000000..246f0f3
--- /dev/null
@@ -0,0 +1,130 @@
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-03-08 14:26+0100\n"
+"Last-Translator: Michel Weeren <michel@weeren.net>\n"
+"Language-Team: none <michel@weeren.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Nederlands\n"
+"X-Poedit-Country: NEDERLAND\n"
+"X-Poedit-SourceCharset: iso-8859-15\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/no.po b/wirelesslan/po/no.po
new file mode 100755 (executable)
index 0000000..334eeaf
--- /dev/null
@@ -0,0 +1,131 @@
+# Norwegian translations for tuxbox-enigma package.
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-02-14 11:44+0100\n"
+"Last-Translator: theMMMMMM <theMMMMMM@gmail.com>\n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Norwegian\n"
+"X-Poedit-Country: NORWAY\n"
+"X-Poedit-SourceCharset: iso-8859-15\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/pl.po b/wirelesslan/po/pl.po
new file mode 100755 (executable)
index 0000000..c25ff1b
--- /dev/null
@@ -0,0 +1,129 @@
+# PL translations for tuxbox-enigma package.
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-04-06 16:20+0100\n"
+"Last-Translator: Sebastian <zbigzbig2@op.pl> Corrections: SileliS "
+"<silelis@tlen.pl> \n"
+"Language-Team: none\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/pt.po b/wirelesslan/po/pt.po
new file mode 100755 (executable)
index 0000000..6efb526
--- /dev/null
@@ -0,0 +1,129 @@
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma Portuguese\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-03-30 18:45-0000\n"
+"Last-Translator: Muaitai <muaitai@gmail.com>\n"
+"Language-Team: Muaitai <muaitai@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Country: PORTUGAL\n"
+"X-Poedit-SourceCharset: iso-8859-15\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/ru.po b/wirelesslan/po/ru.po
new file mode 100755 (executable)
index 0000000..47ec483
--- /dev/null
@@ -0,0 +1,131 @@
+# Russian translations for tuxbox-enigma package.
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2007-06-14 10:15+0300\n"
+"Last-Translator: enigmaĀ® <enigma.ua@gmail.com>\n"
+"Language-Team: Russian / enigma(c) Ukraine, Kiev>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Š ŃƒŃŃŠŗŠøŠ¹\n"
+"X-Poedit-Country: RUSSIA\n"
+"X-Poedit-SourceCharset: iso-8859-15\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/sv.po b/wirelesslan/po/sv.po
new file mode 100755 (executable)
index 0000000..c756dc6
--- /dev/null
@@ -0,0 +1,131 @@
+# Swedish translations for tuxbox-enigma package.
+# Copyright (C) 2005 THE tuxbox-enigma'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the tuxbox-enigma package.
+# Automatically generated, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tuxbox-enigma 0.0.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2008-05-14 15:07+0100\n"
+"Last-Translator: WeeGull <weegull@hotmail.com>\n"
+"Language-Team: WeeGull <weegull@hotmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Swedish\n"
+"X-Poedit-Country: SWEDEN\n"
+"X-Poedit-SourceCharset: iso-8859-15\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/tr.po b/wirelesslan/po/tr.po
new file mode 100755 (executable)
index 0000000..47b4cab
--- /dev/null
@@ -0,0 +1,128 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Tr 01\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2008-06-17 17:26+0200\n"
+"PO-Revision-Date: 2006-06-16 12:51+0200\n"
+"Last-Translator: koksal <goksel@goksel.com>\n"
+"Language-Team: GƶkselD& <gok_68@hotmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Turkish\n"
+
+msgid " Wireless Network(s) found!"
+msgstr ""
+
+msgid "Accesspoint:"
+msgstr ""
+
+msgid "Bitrate:"
+msgstr ""
+
+msgid "Channel:"
+msgstr ""
+
+msgid "Choose a Wireless Network"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect to a Wireless Network"
+msgstr ""
+
+msgid "Edit Wireless Settings"
+msgstr ""
+
+#, python-format
+msgid "Encrypted: %s"
+msgstr ""
+
+msgid "Encryption"
+msgstr ""
+
+msgid "Encryption Key"
+msgstr ""
+
+msgid "Encryption Type"
+msgstr ""
+
+msgid "Interface: "
+msgstr ""
+
+#, python-format
+msgid "Interface: %s"
+msgstr ""
+
+msgid "Link Quality:"
+msgstr ""
+
+msgid "Link:"
+msgstr ""
+
+#, python-format
+msgid "Max. Bitrate: %s"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Network SSID"
+msgstr ""
+
+msgid "Network:"
+msgstr ""
+
+msgid "No"
+msgstr ""
+
+msgid "No Connection!"
+msgstr ""
+
+msgid "Press OK to activate the settings."
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "SSID:"
+msgstr ""
+
+msgid "Scan for Wireless Networks"
+msgstr ""
+
+msgid "Show WLAN Status"
+msgstr ""
+
+msgid "Signal Strength:"
+msgstr ""
+
+msgid "Signal: "
+msgstr ""
+
+msgid "WEP"
+msgstr ""
+
+msgid "WPA"
+msgstr ""
+
+msgid "WPA2"
+msgstr ""
+
+msgid "Wireless LAN"
+msgstr ""
+
+msgid "Wireless Network State"
+msgstr ""
+
+msgid "Yes"
+msgstr ""
diff --git a/wirelesslan/po/xml2po.py b/wirelesslan/po/xml2po.py
new file mode 100755 (executable)
index 0000000..8108cae
--- /dev/null
@@ -0,0 +1,61 @@
+#!/usr/bin/python
+import sys
+import os
+import string
+from xml.sax import make_parser
+from xml.sax.handler import ContentHandler, property_lexical_handler
+try:
+       from _xmlplus.sax.saxlib import LexicalHandler
+       no_comments = False
+except ImportError:
+       class LexicalHandler:
+               pass
+       no_comments = True
+
+class parseXML(ContentHandler, LexicalHandler):
+       def __init__(self, attrlist):
+               self.isPointsElement, self.isReboundsElement = 0, 0
+               self.attrlist = attrlist
+               self.last_comment = None
+
+       def comment(self, comment):
+               if comment.find("TRANSLATORS:") != -1:
+                       self.last_comment = comment
+
+       def startElement(self, name, attrs):
+               for x in ["text", "title", "value", "caption"]:
+                       try:
+                               attrlist.add((attrs[x], self.last_comment))
+                               self.last_comment = None
+                       except KeyError:
+                               pass
+
+parser = make_parser()
+
+attrlist = set()
+
+contentHandler = parseXML(attrlist)
+parser.setContentHandler(contentHandler)
+if not no_comments:
+       parser.setProperty(property_lexical_handler, contentHandler)
+dir = os.listdir(sys.argv[1])
+for x in dir:
+       if (str(x[-4:]) == ".xml"):
+               parser.parse(sys.argv[1] + str(x))
+
+#parser.parse(sys.argv[1])
+
+attrlist = list(attrlist)
+attrlist.sort(key=lambda a: a[0])
+
+for (k,c) in attrlist:
+       print
+       print '#: ' + sys.argv[1]
+       string.replace(k, "\\n", "\"\n\"")
+       if c:
+               for l in c.split('\n'):
+                       print "#. ", l
+       if str(k) != "":
+               print 'msgid "' + str(k) + '"'
+               print 'msgstr ""'
+
index e255e94..0579e8b 100644 (file)
@@ -1,4 +1,3 @@
 installdir = /usr/lib/enigma2/python/Plugins/SystemPlugins/WirelessLan/
 
 install_PYTHON = __init__.py plugin.py Wlan.py flags.py iwlibs.py
-install_DATA = key-red.png key-green.png key-yellow.png
\ No newline at end of file
index 26087c5..8f8d927 100644 (file)
@@ -1,3 +1,6 @@
+# for localized messages
+from __init__ import _
+
 from enigma import eListboxPythonMultiContent, eListbox, gFont, RT_HALIGN_LEFT, RT_HALIGN_RIGHT, RT_HALIGN_CENTER
 from Components.MultiContent import MultiContentEntryText
 from Components.GUIComponent import GUIComponent
@@ -329,3 +332,5 @@ class wpaSupplicant:
        def restart(self, iface):
                system("start-stop-daemon -K -x /usr/sbin/wpa_supplicant")
                system("start-stop-daemon -S -x /usr/sbin/wpa_supplicant -- -B -i"+iface+" -c/etc/wpa_supplicant.conf")
+
+
index e69de29..ced98af 100644 (file)
@@ -0,0 +1,32 @@
+# -*- coding: ISO-8859-1 -*-\r
+#===============================================================================\r
+# WirelessLan Plugin by Reichi\r
+#                   modified by Mladen Horvat 2008\r
+#\r
+# This is free software; you can redistribute it and/or modify it under\r
+# the terms of the GNU General Public License as published by the Free\r
+# Software Foundation; either version 2, or (at your option) any later\r
+# version.\r
+#===============================================================================\r
+\r
+from Components.Language import language\r
+from Tools.Directories import resolveFilename, SCOPE_PLUGINS, SCOPE_LANGUAGE\r
+import os,gettext\r
+PluginLanguageDomain = "WirelessLan"\r
+PluginLanguagePath = "SystemPlugins/WirelessLan/po"\r
+\r
+def localeInit():\r
+       lang = language.getLanguage()[:2] # getLanguage returns e.g. "fi_FI" for "language_country"\r
+       os.environ["LANGUAGE"] = lang # Enigma doesn't set this (or LC_ALL, LC_MESSAGES, LANG). gettext needs it!\r
+       print "[WirelessLan] set language to ", lang\r
+       gettext.bindtextdomain(PluginLanguageDomain, resolveFilename(SCOPE_PLUGINS, PluginLanguagePath))\r
+\r
+def _(txt):\r
+       t = gettext.dgettext(PluginLanguageDomain, txt)\r
+       if t == txt:\r
+               print "[WirelessLan] fallback to default translation for", txt\r
+               t = gettext.gettext(txt)\r
+       return t\r
+       \r
+localeInit()\r
+language.addCallback(localeInit)
\ No newline at end of file
index 50f5eb1..5b9be9c 100644 (file)
@@ -1,3 +1,6 @@
+# for localized messages
+from __init__ import _
+
 from enigma import eTimer
 from Screens.Screen import Screen
 from Components.ActionMap import ActionMap, NumberActionMap
@@ -8,10 +11,11 @@ from Components.config import config, getConfigListEntry, ConfigYesNo, NoSave, C
 from Components.ConfigList import ConfigListScreen
 from Components.Network import Network, iNetwork
 from Plugins.Plugin import PluginDescriptor
-from os import system
+from os import system, path as os_path, listdir
 from Wlan import Wlan, WlanList, wpaSupplicant
 
 plugin_path = "/usr/lib/enigma2/python/Plugins/SystemPlugins/WirelessLan"
+
 list = []
 list.append(_("WEP"))
 list.append(_("WPA"))
@@ -25,64 +29,10 @@ config.plugins.wlan.encryption.enabled = NoSave(ConfigYesNo(default = False))
 config.plugins.wlan.encryption.type = NoSave(ConfigSelection(list, default = _("WPA")))
 config.plugins.wlan.encryption.psk = NoSave(ConfigText(default = "mysecurewlan", fixed_size = False))
 
-class WlanSelectScreen(Screen):
-       skin = """
-       <screen position="185,238" size="350,100" title="Wireless Network Tools" >
-               <widget name="menu" position="10,10" size="330,80" scrollbarMode="showOnDemand" />
-       </screen>
-       """
-       
-       
-       def __init__(self, session, iface):
-               Screen.__init__(self, session)
-               self.session = session
-               
-               self.skin = WlanSelectScreen.skin
-               self.skin_path = plugin_path            
-               
-               self.iface = iface
-               
-               list = []
-               list.append(_("Scan for Wireless Networks")) 
-               list.append(_("Show WLAN Status"))
-               list.append(_("Edit Wireless Settings"))
-               
-               
-               self["menu"] = MenuList(list)
-               
-               self["actions"] = NumberActionMap(["WizardActions", "InputActions", "EPGSelectActions"],
-               {
-                       "ok": self.ok,
-                       "back": self.exit,
-               }, -1)
-
-
-       def ok(self):
-               idx = self["menu"].getSelectedIndex()
-               if idx is 0:
-                       self.session.open(WlanScan, self.iface)
-                       print "[plugin.py:Wireless] Starting WlanScan"
-               elif idx is 1:
-                       self.session.open(WlanStatus, self.iface)
-                       print "[plugin.py:Wireless] Starting WlanStatus"
-
-               elif idx is 2:
-                       self.session.open(WlanConfiguration, self.iface)
-                       print "[plugin.py:Wireless] Starting Manual Configuration"
-
-               else:
-                       print "[plugin.py:Wireless] Unkown Menupoint"
-                               
-       
-       def exit(self):
-               self.close()
-
-
 
 class WlanStatus(Screen):
-       #<screen position="185,188" size="350,223" title="Wireless Network Status" >
        skin = """
-       <screen position="90,150" size="550,300" title="Wireless Network Status" >
+       <screen position="90,150" size="550,300" title="Wireless Network State" >
                <widget name="LabelBSSID" position="10,10" size="150,25" valign="left" font="Regular;20" transparent="1" foregroundColor="#FFFFFF" />
                <widget name="LabelESSID" position="10,38" size="150,25" valign="center" font="Regular;20" transparent="1" foregroundColor="#FFFFFF" />
                <widget name="LabelQuality" position="10,66" size="150,25" valign="center" font="Regular;20" transparent="1" foregroundColor="#FFFFFF" />
@@ -150,13 +100,17 @@ class WlanStatus(Screen):
                self.resetList()
                self.updateStatusbar()
                
-               self["actions"] = NumberActionMap(["WizardActions", "InputActions", "EPGSelectActions"],
+               self["actions"] = NumberActionMap(["WizardActions", "InputActions", "EPGSelectActions", "ShortcutActions"],
                {
                        "ok": self.exit,
                        "back": self.exit,
+                       "red": self.exit,
                }, -1)
+               self.onLayoutFinish.append(self.layoutFinished)
+               
+       def layoutFinished(self):
+               self.setTitle(_("Wireless Network State"))
                
-       
        def resetList(self):
                w = Wlan(self.iface)
                stats = w.getStatus()
@@ -237,7 +191,10 @@ class WlanScan(Screen):
                        "green": self.select,
                        "yellow": self.rescan,
                })
-
+               self.onLayoutFinish.append(self.layoutFinished)
+               
+       def layoutFinished(self):
+               self.setTitle(_("Choose a Wireless Network"))
        
        def select(self):
                cur = self["list"].getCurrent()
@@ -270,104 +227,8 @@ class WlanScan(Screen):
                self["info"].setText(str(length)+_(" Wireless Network(s) found!"))      
 
 
-       
-class WlanConfiguration(ConfigListScreen, Screen):
-       skin = """
-               <screen position="90,100" size="550,400" title="Wireless Network Configuration" >
-                       <widget name="interface" position="10,10" size="530,30" font="Regular;24" valign="center" />
-                       <widget name="config" position="10,60" size="530,150" scrollbarMode="showOnDemand" />
-                       
-                       <ePixmap name="BottomBG" pixmap="skin_default/bottombar.png" position="5,310" size="540,120" zPosition="1" transparent="1" alphatest="on" />
-                       <widget name="Adaptertext" position="20,325" size="100,21" zPosition="10" font="Regular;19" transparent="1" />
-                       <widget name="Adapter" position="110,325" size="300,21" zPosition="10" font="Regular;19" transparent="1" />
-                       <widget name="introduction" position="110,360" size="300,20" zPosition="10" font="Regular;21" halign="center" transparent="1" />
-                       <widget name="ButtonRedtext" position="430,325" size="80,21" zPosition="10" font="Regular;21" transparent="1" />
-                       <ePixmap name="ButtonRed" pixmap="skin_default/buttons/button_red.png" position="410,325" zPosition="10" size="15,16" transparent="1" alphatest="on" />
-               </screen>
-       """
-       
-       def __init__(self, session, iface = "wlan0", essid = None, encrypted = False):          
-               Screen.__init__(self, session)          
-               self.skin = WlanConfiguration.skin
-               print "ESSID,",essid
-               self.iface = iface
-               self.list = []
-               self.ws = wpaSupplicant()
-               
-               self["introduction"] = Label(_("Press OK to activate the settings."))
-               self["interface"] = Label(_("Interface: ")+self.iface)
-               self["Adaptertext"] = Label(_("Network:"))
-               self["Adapter"] = Label(iNetwork.getFriendlyAdapterName(self.iface))
-               self["ButtonRedtext"] = Label(_("Close"))
-               
-               if essid is None:
-                       self.ws.loadConfig()
-               
-               else:
-                       config.plugins.wlan.essid.value = essid
-                       config.plugins.wlan.encryption.enabled.value = True
-                       
-
-               self["actions"] = ActionMap(["SetupActions"],
-               {
-                       "ok": self.ok,
-                       "cancel": self.cancel,
-               }, -2)
-               
-               ConfigListScreen.__init__(self, self.list)
-               self.createSetup()
-
-       
-       def createSetup(self):
-               self.list = [ ]
-                                               
-               self.list.append(getConfigListEntry(_("Network SSID"), config.plugins.wlan.essid))
-               #self.list.append(getConfigListEntry(_("Encryption"), config.plugins.wlan.encryption.enabled))
-               self.encryptionEnabled = getConfigListEntry(_("Encryption"), config.plugins.wlan.encryption.enabled)
-               self.list.append(self.encryptionEnabled)                
-               if config.plugins.wlan.encryption.enabled.value:
-                       self.list.append(getConfigListEntry(_("Encryption Type"), config.plugins.wlan.encryption.type))
-                       self.list.append(getConfigListEntry(_("Encryption Key"), config.plugins.wlan.encryption.psk))
-               
-               self["config"].list = self.list
-               self["config"].l.setList(self.list)
-
-       def keyLeft(self):
-               ConfigListScreen.keyLeft(self)
-               self.createSetup()
-
-       
-       def keyRight(self):
-               ConfigListScreen.keyRight(self)
-               self.createSetup()
-
-       
-       def ok(self):
-               self.ws.writeConfig()
-               iNetwork.deactivateNetworkConfig()
-               iNetwork.activateNetworkConfig()
-               self.close(2)
-
-       def cancel(self):
-               self.close(1)
-
-
-
-def EntryChosen(parms):
-       if parms[0]:
-               session = parms[0]
-               if parms[1] is not None:
-                       val = parms[1]
-                       essid = val[0]
-                       encrypted = val[2]
-                       iface = val[3]
-                       session.open(WlanConfiguration, iface, essid, encrypted)
-               else:
-                       session.open(WlanConfiguration)
-
-
-def WlanSelectScreenMain(session, iface):
-       session.open(WlanSelectScreen, iface)
+def WlanStatusScreenMain(session, iface):
+       session.open(WlanStatus, iface)
 
 
 def callFunction(iface):
@@ -376,19 +237,28 @@ def callFunction(iface):
        i = w.getWirelessInterfaces()
        if i:
                if iface in i:
-                       return WlanSelectScreenMain     
+                       return WlanStatusScreenMain     
        
        return None
 
 
 def configStrings(iface):
-       ret=system("dmesg | grep \"rt73: using permanent MAC addr\"")
+       driver = iNetwork.detectWlanModule()
+       print "WLAN-MODULE",driver
+       if driver == 'ralink':
+               return "        pre-up /usr/sbin/wpa_supplicant -i"+iface+" -c/etc/wpa_supplicant.conf -B -Dralink\n    post-down killall -q wpa_supplicant"
+       if driver == 'madwifi':
+               return "        pre-up /usr/sbin/wpa_supplicant -i"+iface+" -c/etc/wpa_supplicant.conf -B -Dmadwifi\n   post-down killall -q wpa_supplicant"
+       if driver == 'zydas':
+               return "        pre-up /usr/sbin/wpa_supplicant -i"+iface+" -c/etc/wpa_supplicant.conf -B\n     post-down killall -q wpa_supplicant"
+
+       """ret=system("dmesg | grep \"rt73: using permanent MAC addr\"")
        ret2=system("dmesg | grep \"rt73: using net dev supplied MAC addr\"")
        if ret == 0 or ret2 == 0:
                return "        pre-up /usr/sbin/wpa_supplicant -i"+iface+" -c/etc/wpa_supplicant.conf -B -Dralink\n    post-down killall -q wpa_supplicant"
        else:
                return "        pre-up /usr/sbin/wpa_supplicant -i"+iface+" -c/etc/wpa_supplicant.conf -B\n     post-down killall -q wpa_supplicant"
-       
+       """
 
 def Plugins(**kwargs):
        return PluginDescriptor(name=_("Wireless LAN"), description=_("Connect to a Wireless Network"), where = PluginDescriptor.WHERE_NETWORKSETUP, fnc={"ifaceSupported": callFunction, "configStrings": configStrings, "menuEntryName": lambda x: "Wireless Network Configuartion..."})