cleanup eConsoleAppContainer code.. execute is now only possible to call with
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 28 Oct 2008 09:20:18 +0000 (09:20 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 28 Oct 2008 09:20:18 +0000 (09:20 +0000)
one single string argument

25 files changed:
lib/base/console.cpp
lib/python/Components/Task.py
po/ar.po
po/ca.po
po/cs.po
po/da.po
po/de.po
po/el.po
po/en.po
po/enigma2.pot
po/es.po
po/fi.po
po/fr.po
po/hr.po
po/hu.po
po/is.po
po/it.po
po/lt.po
po/nl.po
po/no.po
po/pl.po
po/pt.po
po/ru.po
po/sv.po
po/tr.po

index b1502d7..9204bcc 100644 (file)
@@ -617,35 +617,11 @@ eConsolePy_running(eConsolePy* self)
 static PyObject *
 eConsolePy_execute(eConsolePy* self, PyObject *argt)
 {
-       if (PyTuple_Size(argt) > 1)
-       {
-               PyObject *cmdline, *args;
-               PyArg_ParseTuple(argt, "OO", &cmdline, &args);
-               if (!PyString_Check(cmdline) || !PySequence_Check(args))
-                       return PyInt_FromLong(-2);
-               else
-               {
-                       PyObject *fast = PySequence_Fast(args, "2nd arg is not a sequence");
-                       Py_ssize_t size = PySequence_Fast_GET_SIZE(fast);
-                       const char *argv[size + 1];
-                       int i=0;
-                       for (; i < size; ++i)
-                       {
-                               PyObject *arg = PySequence_Fast_GET_ITEM(fast, i); /* borrowed ref */
-                               if (!PyString_Check(arg))
-                                       return PyInt_FromLong(-3);
-                               argv[i] = PyString_AsString(arg); /* borrowed pointer */
-                       }
-                       argv[i] = 0;
-                       return PyInt_FromLong(self->cont->execute(PyString_AsString(cmdline), argv)); /* borrowed pointer */
-               }
-       }
-       else
-       {
-               const char *str;
-               if (PyArg_ParseTuple(argt, "s", &str))
-                       return PyInt_FromLong(self->cont->execute(str));
-       }
+       const char *str;
+       if (PyArg_ParseTuple(argt, "s", &str))
+               return PyInt_FromLong(self->cont->execute(str));
+       PyErr_SetString(PyExc_TypeError,
+               "argument is not a string");
        return NULL;
 }
 
@@ -660,7 +636,11 @@ eConsolePy_write(eConsolePy* self, PyObject *args)
        {
                PyObject *ob;
                if (!PyArg_ParseTuple(args, "O", &ob) || !PyString_Check(ob))
+               {
+                       PyErr_SetString(PyExc_TypeError,
+                               "1st arg must be a string, optionaly 2nd arg can be the string length");
                        return NULL;
+               }
                else
                {
                        Py_ssize_t length;
@@ -716,7 +696,11 @@ eConsolePy_dumpToFile(eConsolePy* self, PyObject *args)
 {
        char *filename;
        if (!PyArg_ParseTuple(args, "s", &filename))
+       {
+               PyErr_SetString(PyExc_TypeError,
+                       "arg must be a string (filename)");
                return NULL;
+       }
        else
        {
                int fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0644);
@@ -731,7 +715,11 @@ eConsolePy_readFromFile(eConsolePy* self, PyObject *args)
 {
        char *filename;
        if (!PyArg_ParseTuple(args, "s", &filename))
+       {
+               PyErr_SetString(PyExc_TypeError,
+                       "arg must be a string (filename)");
                return NULL;
+       }
        else
        {
                int fd = open(filename, O_RDONLY);
index 659660e..022ca1f 100644 (file)
@@ -172,7 +172,8 @@ class Task(object):
                if self.cwd is not None:
                        self.container.setCWD(self.cwd)
 
-               print "execute:", self.container.execute(self.cmd, self.args), self.cmd, " ".join(self.args)
+               execstr = self.cmd + " ".join(self.args)
+               print "execute:", self.container.execute(execstr), execstr
                if self.initial_input:
                        self.writeInput(self.initial_input)
 
index 0c9f024..645eefb 100755 (executable)
--- a/po/ar.po
+++ b/po/ar.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\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"
@@ -19,6 +19,11 @@ msgstr ""
 "X-Poedit-Country: EGYPT\n"
 "X-Poedit-SourceCharset: iso-8859-15\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+
 msgid " "
 msgstr ""
 
@@ -3344,6 +3349,9 @@ msgstr ""
 msgid "Yes"
 msgstr "نعم"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr ""
 
index 331ebe3..da6921f 100755 (executable)
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ca\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2007-08-14 10:23+0200\n"
 "Last-Translator: Oriol Pellicer <oriol@elsud.org>\n"
 "Language-Team: \n"
@@ -21,6 +21,13 @@ msgstr ""
 "X-Poedit-SourceCharset: iso-8859-1\n"
 "X-Generator: KBabel 1.11.4\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 tornarà a arrencar després de la restauració"
+
 msgid " "
 msgstr ""
 
@@ -3441,6 +3448,9 @@ msgstr "Any:"
 msgid "Yes"
 msgstr "Si"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Sí, fes un backup de la configuració!"
 
@@ -4353,13 +4363,6 @@ msgstr "zappejar"
 msgid "zapped"
 msgstr "zappejat"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 tornarà a arrencar després de la restauració"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 1638798..dd616cb 100755 (executable)
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-09-28 18:09+0100\n"
 "Last-Translator: ws79 <ws79@centrum.cz>\n"
 "Language-Team: \n"
@@ -15,6 +15,13 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 se restartuje po obnovení"
+
 msgid " "
 msgstr " "
 
@@ -3483,6 +3490,9 @@ msgstr "Rok:"
 msgid "Yes"
 msgstr "Ano"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Ano, zazálohuj mé nastavení!"
 
@@ -4397,13 +4407,6 @@ msgstr "přepnout"
 msgid "zapped"
 msgstr "přepnutý"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 se restartuje po obnovení"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 636b700..c54fcda 100755 (executable)
--- a/po/da.po
+++ b/po/da.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Enigma2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-10-15 13:34+0100\n"
 "Last-Translator: jazzydane <dreambox@ingmar.dk>\n"
 "Language-Team: jazzydane <dreambox@ingmar.dk>\n"
@@ -14,6 +14,13 @@ msgstr ""
 "X-Poedit-Country: DENMARK\n"
 "X-Poedit-SourceCharset: iso-8859-15\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 vil genstarte efter gendannelse"
+
 msgid " "
 msgstr " "
 
@@ -3537,6 +3544,9 @@ msgstr "År:"
 msgid "Yes"
 msgstr "Ja"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Ja, start kopiering af mine indstillinger!"
 
@@ -4454,13 +4464,6 @@ msgstr "Zap"
 msgid "zapped"
 msgstr "Zappet"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 vil genstarte efter gendannelse"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index d06fb6e..5a506f5 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-10-15 12:10+0100\n"
 "Last-Translator: Andreas Frisch <andreas.frisch@multimedia-labs.de>\n"
 "Language-Team: none\n"
@@ -19,6 +19,13 @@ msgstr ""
 "X-Poedit-Country: GERMANY\n"
 "X-Poedit-SourceCharset: iso-8859-15\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 wird nach der Wiederherstellung neu starten"
+
 msgid " "
 msgstr ""
 
@@ -3523,6 +3530,9 @@ msgstr "Jahr:"
 msgid "Yes"
 msgstr "Ja"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Ja, meine Einstellungen sichern!"
 
@@ -4449,13 +4459,6 @@ msgid "zapped"
 msgstr "umgeschaltet"
 
 #~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 wird nach der Wiederherstellung neu starten"
-
-#~ msgid ""
 #~ "Are you sure you want to enable WLAN support?\n"
 #~ "Connect your Wlan USB Stick to your Dreambox and press OK.\n"
 #~ "\n"
index 3053587..f89e3f3 100755 (executable)
--- a/po/el.po
+++ b/po/el.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-07-17 12:13+0100\n"
 "Last-Translator: \n"
 "Language-Team: \n"
@@ -11,6 +11,13 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Greek\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Το Enigma2 θα επανεκκινήσει μετά το restore"
+
 msgid " "
 msgstr ""
 
@@ -3491,6 +3498,9 @@ msgstr "Έτος:"
 msgid "Yes"
 msgstr "Ναι"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Ναι, κάνε backup τα settings!"
 
@@ -4404,13 +4414,6 @@ msgstr "zap"
 msgid "zapped"
 msgstr "zapped"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Το Enigma2 θα επανεκκινήσει μετά το restore"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index daff316..93023be 100644 (file)
--- a/po/en.po
+++ b/po/en.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:05+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2005-11-17 20:53+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -16,6 +16,11 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+
 msgid " "
 msgstr ""
 
@@ -3328,6 +3333,9 @@ msgstr ""
 msgid "Yes"
 msgstr ""
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr ""
 
index 375931b..d215786 100644 (file)
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
-#: ../lib/python/Screens/About.py:62
+#: ../lib/python/Screens/About.py:63
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-10 11:43+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\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"
@@ -17,37 +17,55 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:205
+#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:202
 msgid ""
 "\n"
 "Enigma2 will restart after the restore"
 msgstr ""
 
-#: ../lib/python/Screens/PluginBrowser.py:117
-#: ../lib/python/Screens/PluginBrowser.py:119
-msgid "\"?"
+#: ../lib/python/Screens/TimerEdit.py:118
+#: ../lib/python/Screens/TimerEdit.py:120
+#: ../lib/python/Screens/TimerEdit.py:127
+#: ../lib/python/Screens/TimerEdit.py:129
+#: ../lib/python/Screens/TimerEdit.py:131
+#: ../lib/python/Screens/TimerEdit.py:133
+#: ../lib/python/Screens/TimerEdit.py:147
+#: ../lib/python/Screens/TimerEdit.py:149 ../data/
+msgid " "
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:759
-#: ../lib/python/Components/NimManager.py:761
-#: ../lib/python/Components/NimManager.py:834
-#: ../lib/python/Components/NimManager.py:836
+#: ../lib/python/Components/NimManager.py:903
+#: ../lib/python/Components/NimManager.py:905
+#: ../lib/python/Components/NimManager.py:978
+#: ../lib/python/Components/NimManager.py:980
 msgid "%H:%M"
 msgstr ""
 
-#: ../lib/python/Screens/EventView.py:106
+#: ../lib/python/Screens/Standby.py:113
+#, python-format
+msgid "%d jobs are running in the background!"
+msgstr ""
+
+#: ../lib/python/Screens/EventView.py:121
 #, python-format
 msgid "%d min"
 msgstr ""
 
+#: ../lib/python/Components/ServiceScan.py:33
+#: ../lib/python/Components/ServiceScan.py:92
+#: ../lib/python/Components/ServiceScan.py:94
+#, python-format
+msgid "%d services found!"
+msgstr ""
+
 #: ../lib/python/Screens/TimeDateInput.py:40
-#: ../lib/python/Screens/TimerEntry.py:103
+#: ../lib/python/Screens/TimerEntry.py:94
+#: ../lib/python/Screens/TimerEntry.py:97
 #: ../lib/python/Screens/TimerEntry.py:106
-#: ../lib/python/Screens/TimerEntry.py:111
 msgid "%d.%B %Y"
 msgstr ""
 
-#: ../lib/python/Screens/About.py:37
+#: ../lib/python/Screens/About.py:38
 #, python-format
 msgid ""
 "%s\n"
@@ -64,14 +82,28 @@ msgstr ""
 msgid "(ZAP)"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:408
+#: ../lib/python/Components/NimManager.py:462
 msgid "(empty)"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:305
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:316
 msgid "(show optional DVD audio menu)"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:383
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:386
+msgid ".NFI Download failed:"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:625
+msgid ".NFI Flasher bootable USB stick successfully created."
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:426
+msgid ""
+".NFI file passed md5sum signature check. You can safely flash this image!"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:107
 msgid "/usr/share/enigma2 directory"
 msgstr ""
@@ -80,19 +112,21 @@ msgstr ""
 msgid "/var directory"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:811
+#: ../lib/python/Components/NimManager.py:955
 msgid "1.0"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:811
+#: ../lib/python/Components/NimManager.py:955
 msgid "1.1"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:811
+#: ../lib/python/Components/NimManager.py:953
+#: ../lib/python/Components/NimManager.py:955
 msgid "1.2"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:786
+#: ../lib/python/Components/NimManager.py:918
+#: ../lib/python/Components/NimManager.py:926
 msgid "13 V"
 msgstr ""
 
@@ -121,7 +155,8 @@ msgstr ""
 msgid "16:9 always"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:786
+#: ../lib/python/Components/NimManager.py:918
+#: ../lib/python/Components/NimManager.py:926
 msgid "18 V"
 msgstr ""
 
@@ -149,16 +184,16 @@ msgstr ""
 msgid "60 minutes"
 msgstr ""
 
-#: ../lib/python/Components/TimerList.py:56
+#: ../lib/python/Components/TimerList.py:58
 msgid "<unknown>"
 msgstr ""
 
 #: ../lib/python/Screens/Menu.py:109 ../lib/python/Screens/Menu.py:156
-#: ../lib/python/Screens/Menu.py:159 ../lib/python/Screens/Setup.py:141
+#: ../lib/python/Screens/Menu.py:159 ../lib/python/Screens/Setup.py:139
 msgid "??"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:810 ../data/
+#: ../lib/python/Components/NimManager.py:951 ../data/
 msgid "A"
 msgstr ""
 
@@ -170,13 +205,13 @@ msgid ""
 "Do you want to keep your version?"
 msgstr ""
 
-#: ../RecordTimer.py:268
+#: ../RecordTimer.py:274
 msgid ""
 "A finished record timer wants to set your\n"
 "Dreambox to standby. Do that now?"
 msgstr ""
 
-#: ../RecordTimer.py:274
+#: ../RecordTimer.py:280
 msgid ""
 "A finished record timer wants to shut down\n"
 "your Dreambox. Shutdown now?"
@@ -186,59 +221,64 @@ msgstr ""
 msgid "A graphical EPG for all services of an specific bouquet"
 msgstr ""
 
-#: ../RecordTimer.py:327
+#: ../RecordTimer.py:332
 #, python-format
 msgid ""
 "A record has been started:\n"
 "%s"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1494
+#: ../lib/python/Screens/InfoBarGenerics.py:1538
 msgid ""
 "A recording is currently running.\n"
 "What do you want to do?"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:565
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:571
 msgid ""
 "A recording is currently running. Please stop the recording before trying to "
 "configure the positioner."
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:276
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:289
 msgid ""
 "A recording is currently running. Please stop the recording before trying to "
 "start the satfinder."
 msgstr ""
 
-#: ../SleepTimer.py:30
+#: ../lib/python/Components/Task.py:372
+#, python-format
+msgid "A required tool (%s) was not found."
+msgstr ""
+
+#: ../lib/python/Screens/TaskView.py:118 ../SleepTimer.py:34
 msgid ""
 "A sleep timer wants to set your\n"
 "Dreambox to standby. Do that now?"
 msgstr ""
 
-#: ../SleepTimer.py:25
+#: ../lib/python/Screens/TaskView.py:115 ../SleepTimer.py:29
 msgid ""
 "A sleep timer wants to shut down\n"
 "your Dreambox. Shutdown now?"
 msgstr ""
 
-#: ../RecordTimer.py:223
+#: ../RecordTimer.py:229
 msgid ""
 "A timer failed to record!\n"
 "Disable TV and try again?\n"
 msgstr ""
 
 #: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:34
-#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:204 ../data/
+#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:210 ../data/
 msgid "A/V Settings"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:792
+#: ../lib/python/Components/NimManager.py:933
 msgid "AA"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:792
+#: ../lib/python/Components/NimManager.py:933
 msgid "AB"
 msgstr ""
 
@@ -246,8 +286,8 @@ msgstr ""
 msgid "AC3 default"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1557
-#: ../lib/python/Screens/InfoBarGenerics.py:1575
+#: ../lib/python/Screens/InfoBarGenerics.py:1601
+#: ../lib/python/Screens/InfoBarGenerics.py:1619
 #: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:96 ../data/
 msgid "AC3 downmix"
 msgstr ""
@@ -256,38 +296,59 @@ msgstr ""
 msgid "About..."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1309
+#: ../lib/python/Screens/SleepTimerEdit.py:73
+#: ../lib/python/Screens/SleepTimerEdit.py:75
+msgid "Action:"
+msgstr ""
+
+#: ../lib/python/Screens/InfoBarGenerics.py:1332
 msgid "Activate Picture in Picture"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:484
+#: ../lib/python/Screens/NetworkSetup.py:630
 msgid "Adapter settings"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:77
-#: ../lib/python/Screens/TimerEdit.py:26
+#: ../lib/python/Screens/NetworkSetup.py:159
+#: ../lib/python/Screens/TimerEdit.py:27
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:126
 msgid "Add"
 msgstr ""
 
+#: ../lib/python/Screens/LocationBox.py:199
+msgid "Add Bookmark"
+msgstr ""
+
 #: ../lib/python/Plugins/Extensions/CutListEditor/plugin.py:199
 msgid "Add a mark"
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:59
-#: ../lib/python/Screens/EventView.py:31
-#: ../lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py:346
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:44
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:85
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:129
+msgid "Add a new title"
+msgstr ""
+
+#: ../lib/python/Screens/EpgSelection.py:60
+#: ../lib/python/Screens/EventView.py:34
+#: ../lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py:348
 msgid "Add timer"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1675
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:44
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:62
+msgid "Add title"
+msgstr ""
+
+#: ../lib/python/Screens/InfoBarGenerics.py:1721
 msgid "Add to bouquet"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1677
+#: ../lib/python/Screens/InfoBarGenerics.py:1723
 msgid "Add to favourites"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py:204
+#: ../lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py:205
 msgid ""
 "Adjust the color settings so that all the color shades are distinguishable, "
 "but appear as saturated as possible. If you are happy with the result, press "
@@ -299,66 +360,64 @@ msgstr ""
 msgid "Advanced"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:213
+#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:219
 msgid "Advanced Video Setup"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:195
+#: ../lib/python/Screens/TaskView.py:52
+#: ../lib/python/Screens/TimerEntry.py:191
 msgid "After event"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:83
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:86
 msgid "Album:"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:652
-#: ../lib/python/Screens/ChannelSelection.py:792
+#: ../lib/python/Screens/ChannelSelection.py:651
+#: ../lib/python/Screens/ChannelSelection.py:791
 msgid "All"
 msgstr ""
 
+#: ../lib/python/Components/NimManager.py:909
+msgid "All Satellites"
+msgstr ""
+
 #: ../lib/python/Screens/MovieSelection.py:181
 msgid "All..."
 msgstr ""
 
-#: ../lib/python/Screens/LocationBox.py:207
+#: ../lib/python/Screens/LocationBox.py:384
 msgid "An empty filename is illegal."
 msgstr ""
 
-#: ../lib/python/Components/Language.py:15
-msgid "Arabic"
+#: ../lib/python/Components/Task.py:338
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:165
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:255
+msgid "An unknown error occured!"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:408
-msgid ""
-"Are you sure you want to enable WLAN support?\n"
-"Connect your Wlan USB Stick to your Dreambox and press OK.\n"
-"\n"
-msgstr ""
-
-#: ../lib/python/Screens/NetworkSetup.py:410
-msgid ""
-"Are you sure you want to enable your local network?\n"
-"\n"
+#: ../lib/python/Components/Language.py:18
+msgid "Arabic"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:406
+#: ../lib/python/Screens/NetworkSetup.py:557
 msgid ""
 "Are you sure you want to restart your network interfaces?\n"
 "\n"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:79
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:82
 msgid "Artist:"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:67
-#: ../lib/python/Screens/SleepTimerEdit.py:69
+#: ../lib/python/Screens/SleepTimerEdit.py:83
+#: ../lib/python/Screens/SleepTimerEdit.py:85
 msgid "Ask before shutdown:"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:33
-#: ../lib/python/Components/UsageConfig.py:35
-#: ../lib/python/Components/UsageConfig.py:37
+#: ../lib/python/Components/UsageConfig.py:34
+#: ../lib/python/Components/UsageConfig.py:36
+#: ../lib/python/Components/UsageConfig.py:38
 msgid "Ask user"
 msgstr ""
 
@@ -366,25 +425,37 @@ msgstr ""
 msgid "Aspect Ratio"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1518
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:133 ../data/
+msgid "Audio"
+msgstr ""
+
+#: ../lib/python/Screens/InfoBarGenerics.py:1562
 msgid "Audio Options..."
 msgstr ""
 
-#: ../lib/python/Screens/Ci.py:19 ../lib/python/Screens/ScanSetup.py:564
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:122
+msgid "Authoring mode"
+msgstr ""
+
+#: ../lib/python/Screens/Ci.py:19 ../lib/python/Screens/ScanSetup.py:544
+#: ../lib/python/Screens/ScanSetup.py:547
+#: ../lib/python/Screens/ScanSetup.py:551
+#: ../lib/python/Screens/ScanSetup.py:555
+#: ../lib/python/Screens/ScanSetup.py:557
+#: ../lib/python/Screens/ScanSetup.py:562
+#: ../lib/python/Screens/ScanSetup.py:566
 #: ../lib/python/Screens/ScanSetup.py:567
+#: ../lib/python/Screens/ScanSetup.py:568
+#: ../lib/python/Screens/ScanSetup.py:569
+#: ../lib/python/Screens/ScanSetup.py:570
 #: ../lib/python/Screens/ScanSetup.py:571
-#: ../lib/python/Screens/ScanSetup.py:575
-#: ../lib/python/Screens/ScanSetup.py:577
-#: ../lib/python/Screens/ScanSetup.py:582
-#: ../lib/python/Screens/ScanSetup.py:586
-#: ../lib/python/Screens/ScanSetup.py:587
-#: ../lib/python/Screens/ScanSetup.py:588
-#: ../lib/python/Screens/ScanSetup.py:589
-#: ../lib/python/Screens/ScanSetup.py:590
-#: ../lib/python/Screens/ScanSetup.py:591
 msgid "Auto"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:136
+msgid "Auto chapter split every ? minutes (0=never)"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:91 ../data/
 msgid "Auto scart switching"
 msgstr ""
@@ -393,30 +464,42 @@ msgstr ""
 msgid "Automatic"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:869 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:385
+msgid "Automatic SSID lookup"
+msgstr ""
+
+#: ../lib/python/Screens/ScanSetup.py:837 ../data/
 msgid "Automatic Scan"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:810 ../data/
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+msgid "Available format variables"
+msgstr ""
+
+#: ../lib/python/Components/NimManager.py:951 ../data/
 msgid "B"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:792
+#: ../lib/python/Components/NimManager.py:933
 msgid "BA"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:792
+#: ../lib/python/Components/NimManager.py:933
 msgid "BB"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:825
-#: ../lib/python/Screens/NetworkSetup.py:830
-#: ../lib/python/Screens/NetworkSetup.py:835
-#: ../lib/python/Screens/NetworkSetup.py:840
-#: ../lib/python/Screens/NetworkSetup.py:845
+#: ../lib/python/Screens/NetworkSetup.py:958
+#: ../lib/python/Screens/NetworkSetup.py:963
+#: ../lib/python/Screens/NetworkSetup.py:968
+#: ../lib/python/Screens/NetworkSetup.py:973
+#: ../lib/python/Screens/NetworkSetup.py:978
 msgid "Back"
 msgstr ""
 
+#: ../lib/python/Screens/TaskView.py:31
+msgid "Background"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:73
 msgid "Backup"
 msgstr ""
@@ -429,29 +512,47 @@ msgstr ""
 msgid "Backup Mode"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:787
+#: ../lib/python/Components/NimManager.py:919
+#: ../lib/python/Components/NimManager.py:927
 msgid "Band"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:433
+#: ../lib/python/Screens/ScanSetup.py:426
 #: ../lib/python/Screens/ServiceInfo.py:140
 msgid "Bandwidth"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:41
-#: ../lib/python/Screens/Satconfig.py:217
+#: ../lib/python/Screens/Satconfig.py:42
+#: ../lib/python/Screens/Satconfig.py:265
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
 msgid "Begin time"
 msgstr ""
 
+#: ../lib/python/Screens/LocationBox.py:71
+msgid "Bookmarks"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py:85 ../data/
 msgid "Brightness"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:644
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:48
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:81
+msgid "Burn DVD"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/plugin.py:15
+#: ../lib/python/Plugins/Extensions/DVDBurn/plugin.py:16
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:261
+msgid "Burn to DVD..."
+msgstr ""
+
 #: ../lib/python/Screens/HarddiskSetup.py:49
 msgid "Bus: "
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:804
+#: ../lib/python/Components/NimManager.py:945
 msgid "C-Band"
 msgstr ""
 
@@ -463,7 +564,7 @@ msgstr ""
 msgid "CVBS"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:908
+#: ../lib/python/Screens/ChannelSelection.py:907
 #: ../lib/python/Components/ServiceScan.py:69
 msgid "Cable"
 msgstr ""
@@ -476,27 +577,40 @@ msgstr ""
 msgid "Call monitoring"
 msgstr ""
 
-#: ../lib/python/Screens/Setup.py:95 ../lib/python/Screens/TimeDateInput.py:14
-#: ../lib/python/Screens/TimerEntry.py:28
+#: ../lib/python/Screens/LocationBox.py:94
+#: ../lib/python/Screens/LocationBox.py:128 ../lib/python/Screens/Setup.py:93
+#: ../lib/python/Screens/TimeDateInput.py:14
+#: ../lib/python/Screens/TimerEntry.py:29
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:88
 #: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:72
-#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:163
-#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:37
+#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:160
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:195
+#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:37 ../data/
 msgid "Cancel"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:321
+msgid "Cannot parse feed directory"
+msgstr ""
+
 #: ../lib/python/Screens/HarddiskSetup.py:48
 msgid "Capacity: "
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:279
+#: ../lib/python/Components/Harddisk.py:265
 msgid "Card"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:16
+#: ../lib/python/Components/Language.py:19
 msgid "Catalan"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:185
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:205
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:241
+msgid "Change dir."
+msgstr ""
+
+#: ../lib/python/Screens/ChannelSelection.py:184
 #: ../lib/python/Screens/ParentalControlSetup.py:18 ../data/
 msgid "Change pin code"
 msgstr ""
@@ -513,7 +627,8 @@ msgstr ""
 msgid "Change setup pin"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:197 ../data/
+#: ../lib/python/Screens/TimerEntry.py:193
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93 ../data/
 msgid "Channel"
 msgstr ""
 
@@ -521,15 +636,15 @@ msgstr ""
 msgid "Channel:"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:375
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:400
 msgid "Chap."
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:376
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:401
 msgid "Chapter"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:131
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:142
 msgid "Chapter:"
 msgstr ""
 
@@ -545,39 +660,40 @@ msgstr ""
 msgid "Choose source"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:344
+#: ../lib/python/Screens/TimerEntry.py:234
 msgid "Choose target folder"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEdit.py:28
+#: ../lib/python/Screens/TimerEdit.py:29
+#: ../lib/python/Screens/TimerEdit.py:143
+#: ../lib/python/Screens/TimerEdit.py:145
 msgid "Cleanup"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:403
-#: ../lib/python/Screens/ScanSetup.py:408
-#: ../lib/python/Screens/ScanSetup.py:428
-#: ../lib/python/Screens/ScanSetup.py:442
-#: ../lib/python/Screens/ScanSetup.py:860
+#: ../lib/python/Screens/ScanSetup.py:434
+#: ../lib/python/Screens/ScanSetup.py:828
 msgid "Clear before scan"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:370
+#: ../lib/python/Screens/TimerEntry.py:369
 msgid "Clear log"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:79
-#: ../lib/python/Screens/NetworkSetup.py:230
-#: ../lib/python/Screens/NetworkSetup.py:347
-#: ../lib/python/Screens/NetworkSetup.py:618
-#: ../lib/python/Screens/NetworkSetup.py:940
+#: ../lib/python/Screens/NetworkSetup.py:54
+#: ../lib/python/Screens/NetworkSetup.py:161
+#: ../lib/python/Screens/NetworkSetup.py:271
+#: ../lib/python/Screens/NetworkSetup.py:484
+#: ../lib/python/Screens/NetworkSetup.py:753
+#: ../lib/python/Screens/NetworkSetup.py:1045
+#: ../lib/python/Screens/TaskView.py:47
 msgid "Close"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:434
+#: ../lib/python/Screens/ScanSetup.py:427
 msgid "Code rate high"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:435
+#: ../lib/python/Screens/ScanSetup.py:428
 msgid "Code rate low"
 msgstr ""
 
@@ -589,31 +705,41 @@ msgstr ""
 msgid "Coderate LP"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:121
+msgid "Collection name"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:47
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:84
+msgid "Collection settings"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:87 ../data/
 msgid "Color Format"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:188
-#: ../lib/python/Screens/Satconfig.py:200
+#: ../lib/python/Screens/Satconfig.py:236
+#: ../lib/python/Screens/Satconfig.py:248
 msgid "Command order"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:184
+#: ../lib/python/Screens/Satconfig.py:232
 msgid "Committed DiSEqC command"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:280
+#: ../lib/python/Components/Harddisk.py:266
 msgid "Compact Flash"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:540
-#: ../lib/python/Screens/ScanSetup.py:541
+#: ../lib/python/Screens/ScanSetup.py:519
+#: ../lib/python/Screens/ScanSetup.py:520
 msgid "Complete"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:70 ../lib/python/Screens/Satconfig.py:95
-#: ../lib/python/Screens/Satconfig.py:129
-#: ../lib/python/Screens/Satconfig.py:236 ../data/
+#: ../lib/python/Screens/Satconfig.py:87
+#: ../lib/python/Screens/Satconfig.py:139
+#: ../lib/python/Screens/Satconfig.py:173
+#: ../lib/python/Screens/Satconfig.py:284 ../data/
 msgid "Configuration Mode"
 msgstr ""
 
@@ -622,12 +748,12 @@ msgstr ""
 msgid "Configuring"
 msgstr ""
 
-#: ../lib/python/Screens/LocationBox.py:68
-msgid "Confirm"
+#: ../lib/python/Screens/TimerEdit.py:309
+msgid "Conflicting timer"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEdit.py:238
-msgid "Conflicting timer"
+#: ../lib/python/Screens/Satconfig.py:123
+msgid "Connected to"
 msgstr ""
 
 #: ../lib/python/Plugins/Extensions/FritzCall/plugin.py:99
@@ -650,31 +776,52 @@ msgstr ""
 msgid "Constellation"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:445
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:251
+msgid "Content does not fit on DVD!"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:474
 msgid "Continue playing"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py:144 ../data/
+#: ../lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py:145 ../data/
 msgid "Contrast"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:166
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:591
+msgid "Copying USB flasher boot image to stick..."
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:293
+msgid "Could not connect to Dreambox .NFI Image Feed Server:"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:250
+msgid "Could not load Medium! No disc inserted?"
+msgstr ""
+
+#: ../lib/python/Components/Harddisk.py:169
 msgid "Create movie folder failed"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:166
+#: ../lib/python/Screens/LocationBox.py:250
+#, python-format
+msgid "Creating directory %s failed."
+msgstr ""
+
+#: ../lib/python/Components/Harddisk.py:169
 msgid "Creating partition failed"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:17
+#: ../lib/python/Components/Language.py:20
 msgid "Croatian"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:929
+#: ../lib/python/Screens/ChannelSelection.py:928
 msgid "Current Transponder"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:215
+#: ../lib/python/Screens/NetworkSetup.py:256
 msgid "Current settings:"
 msgstr ""
 
@@ -686,51 +833,36 @@ msgstr ""
 msgid "Cut"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/CutListEditor/plugin.py:409
+#: ../lib/python/Plugins/Extensions/CutListEditor/plugin.py:406
 msgid "Cutlist editor..."
 msgstr ""
 
-#: ../lib/python/Components/Language.py:18
+#: ../lib/python/Components/Language.py:21
 msgid "Czech"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:912
+#: ../lib/python/Screens/NetworkSetup.py:1024
 msgid "DHCP"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:562
+#: ../lib/python/Screens/ScanSetup.py:542
 msgid "DVB-S"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:562
+#: ../lib/python/Screens/ScanSetup.py:542
 msgid "DVB-S2"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:291
-msgid "DVD ENTER key"
-msgstr ""
-
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:606
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:635
 msgid "DVD Player"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:274
-msgid "DVD down key"
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:148
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:83
+msgid "DVD media toolbox"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:271
-msgid "DVD left key"
-msgstr ""
-
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:272
-msgid "DVD right key"
-msgstr ""
-
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:273
-msgid "DVD up key"
-msgstr ""
-
-#: ../lib/python/Components/Language.py:19
+#: ../lib/python/Components/Language.py:22
 msgid "Danish"
 msgstr ""
 
@@ -738,34 +870,45 @@ msgstr ""
 msgid "Date"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:62 ../data/
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:565
+msgid "Decompressing USB stick flasher boot image..."
+msgstr ""
+
+#: ../lib/python/Screens/SleepTimerEdit.py:78 ../data/
 msgid "Deep Standby"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:78
-#: ../lib/python/Screens/TimerEdit.py:25
+#: ../lib/python/Screens/NetworkSetup.py:160
+#: ../lib/python/Screens/TimerEdit.py:26
+#: ../lib/python/Screens/TimerEdit.py:109
+#: ../lib/python/Screens/TimerEdit.py:111
 msgid "Delete"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:367
+#: ../lib/python/Screens/TimerEntry.py:366
 msgid "Delete entry"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:125
+#: ../lib/python/Screens/MovieSelection.py:123
 msgid "Delete failed!"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:274
+#: ../lib/python/Screens/Satconfig.py:322
 #, python-format
 msgid ""
 "Delete no more configured satellite\n"
 "%s?"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:144
+#: ../lib/python/Screens/TimerEntry.py:139
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
 msgid "Description"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:239
+msgid "Destination directory"
+msgstr ""
+
 #: ../lib/python/Screens/About.py:34
 msgid "Detected HDD:"
 msgstr ""
@@ -774,31 +917,45 @@ msgstr ""
 msgid "Detected NIMs:"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:737
+#: ../lib/python/Components/NimManager.py:876
 msgid "DiSEqC A/B"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:738
+#: ../lib/python/Components/NimManager.py:877
 msgid "DiSEqC A/B/C/D"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:74
+#: ../lib/python/Screens/Satconfig.py:91
 msgid "DiSEqC Mode"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:180
+#: ../lib/python/Screens/Satconfig.py:228
 msgid "DiSEqC mode"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:203
+#: ../lib/python/Screens/Satconfig.py:251
 msgid "DiSEqC repeats"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEdit.py:103
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDProject.py:35
+msgid "Direct playback of linked titles without menu"
+msgstr ""
+
+#: ../lib/python/Screens/MovieSelection.py:355
+#, python-format
+msgid "Directory %s nonexistent."
+msgstr ""
+
+#: ../lib/python/Screens/TimerEdit.py:122
+#: ../lib/python/Screens/TimerEdit.py:124
+#: ../lib/python/Screens/TimerEdit.py:390
+#: ../lib/python/Screens/TimerEdit.py:392
+#: ../lib/python/Screens/TimerEdit.py:406
+#: ../lib/python/Screens/TimerEdit.py:408
 msgid "Disable"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1307
+#: ../lib/python/Screens/InfoBarGenerics.py:1330
 msgid "Disable Picture in Picture"
 msgstr ""
 
@@ -806,7 +963,11 @@ msgstr ""
 msgid "Disable Subtitles"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:59
+#: ../lib/python/Screens/SleepTimerEdit.py:75
+msgid "Disable timer"
+msgstr ""
+
+#: ../lib/python/Screens/SleepTimerEdit.py:29
 msgid "Disabled"
 msgstr ""
 
@@ -827,9 +988,10 @@ msgid "Display 4:3 content as"
 msgstr ""
 
 #: ../lib/python/Screens/PluginBrowser.py:119
+#, python-format
 msgid ""
 "Do you really want to REMOVE\n"
-"the plugin \""
+"the plugin \"%s\"?"
 msgstr ""
 
 #: ../lib/python/Screens/HarddiskSetup.py:84
@@ -838,19 +1000,21 @@ msgid ""
 "This could take lots of time!"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:108
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:522
+#: ../lib/python/Screens/InfoBar.py:195
+#: ../lib/python/Screens/MovieSelection.py:106
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:613
 #, python-format
 msgid "Do you really want to delete %s?"
 msgstr ""
 
 #: ../lib/python/Screens/PluginBrowser.py:117
+#, python-format
 msgid ""
 "Do you really want to download\n"
-"the plugin \""
+"the plugin \"%s\"?"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:179
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:195
 msgid "Do you really want to exit?"
 msgstr ""
 
@@ -860,17 +1024,35 @@ msgid ""
 "All data on the disk will be lost!"
 msgstr ""
 
+#: ../lib/python/Screens/LocationBox.py:269
+#, python-format
+msgid "Do you really want to remove directory %s from the disk?"
+msgstr ""
+
+#: ../lib/python/Screens/LocationBox.py:224
+#, python-format
+msgid "Do you really want to remove your bookmark of %s?"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:120
 msgid ""
 "Do you want to backup now?\n"
 "After pressing OK, please wait!"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:520
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:355
+msgid "Do you want to burn this collection to DVD medium?"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:553
 msgid "Do you want to play DVD in drive?"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1821
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:340
+msgid "Do you want to preview this DVD before burning?"
+msgstr ""
+
+#: ../lib/python/Screens/InfoBarGenerics.py:1870
 msgid "Do you want to resume this playback?"
 msgstr ""
 
@@ -883,7 +1065,7 @@ msgid ""
 "After pressing OK, please wait!"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEdit.py:77
+#: ../lib/python/Screens/TimerEdit.py:86
 msgid "Don't stop current event but disable coming events"
 msgstr ""
 
@@ -897,10 +1079,24 @@ msgstr ""
 msgid "Done - Installed or upgraded %d packages with %d errors"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:203
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:332
+msgid "Download"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:665
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/plugin.py:16
+msgid "Download .NFI-Files for USB-Flasher"
+msgstr ""
+
 #: ../lib/python/Screens/PluginBrowser.py:21
 msgid "Download Plugins"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:467
+msgid "Download of USB flasher boot image failed: "
+msgstr ""
+
 #: ../lib/python/Screens/PluginBrowser.py:130
 msgid "Downloadable new plugins"
 msgstr ""
@@ -910,109 +1106,121 @@ msgstr ""
 msgid "Downloading"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:338
+msgid "Downloading image description..."
+msgstr ""
+
 #: ../lib/python/Screens/PluginBrowser.py:89
 msgid "Downloading plugin information. Please wait..."
 msgstr ""
 
-#: ../lib/python/Components/Language.py:20
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDProject.py:35
+msgid "Dreambox format data DVD (HDTV compatible)"
+msgstr ""
+
+#: ../lib/python/Components/Language.py:23
 msgid "Dutch"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:916
-#: ../lib/python/Screens/Satconfig.py:272
+#: ../lib/python/Screens/ChannelSelection.py:915
+#: ../lib/python/Screens/Satconfig.py:320
 #: ../lib/python/Components/ServiceScan.py:55
 msgid "E"
 msgstr ""
 
-#: ../lib/python/Components/ServiceScan.py:99
+#: ../lib/python/Components/ServiceScan.py:97
 #, python-format
 msgid "ERROR - failed to scan (%s)!"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:752
-#: ../lib/python/Components/NimManager.py:827
+#: ../lib/python/Components/NimManager.py:896
+#: ../lib/python/Components/NimManager.py:971
 msgid "East"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:232
+#: ../lib/python/Screens/NetworkSetup.py:273
 msgid "Edit DNS"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:45
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:87
+msgid "Edit chapters of current title"
+msgstr ""
+
 #: ../lib/python/Screens/ParentalControlSetup.py:78
 msgid "Edit services list"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:936
+#: ../lib/python/Screens/NetworkSetup.py:1042
 msgid "Edit settings"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:444
+#: ../lib/python/Screens/NetworkSetup.py:592
 msgid "Edit the Nameserver configuration of your Dreambox.\n"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:438
+#: ../lib/python/Screens/NetworkSetup.py:588
 msgid "Edit the network configuration of your Dreambox.\n"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:45
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:63
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:125
+msgid "Edit title"
+msgstr ""
+
 #: ../lib/python/Screens/Subtitles.py:44
-#: ../lib/python/Screens/TimerEdit.py:101
+#: ../lib/python/Screens/TimerEdit.py:114
+#: ../lib/python/Screens/TimerEdit.py:116
+#: ../lib/python/Screens/TimerEdit.py:382
+#: ../lib/python/Screens/TimerEdit.py:384
+#: ../lib/python/Screens/TimerEdit.py:398
+#: ../lib/python/Screens/TimerEdit.py:400
 msgid "Enable"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:134
+#: ../lib/python/Screens/Satconfig.py:178
 msgid "Enable 5V for active antenna"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:496
-#: ../lib/python/Screens/NetworkSetup.py:500
-msgid "Enable LAN"
-msgstr ""
-
-#: ../lib/python/Screens/NetworkSetup.py:498
-msgid "Enable WLAN"
-msgstr ""
-
 #: ../lib/python/Screens/ParentalControlSetup.py:60
 msgid "Enable parental control"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:442
-msgid ""
-"Enable the local network of your Dreambox.\n"
-"\n"
+#: ../lib/python/Screens/SleepTimerEdit.py:73
+msgid "Enable timer"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:57
+#: ../lib/python/Screens/SleepTimerEdit.py:27
 msgid "Enabled"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:271
+#: ../lib/python/Screens/NetworkSetup.py:389
 msgid "Encryption"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:276
+#: ../lib/python/Screens/NetworkSetup.py:394
 msgid "Encryption Key"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:275
+#: ../lib/python/Screens/NetworkSetup.py:393
 msgid "Encryption Type"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:183
+#: ../lib/python/Screens/TimerEntry.py:178
 msgid "End"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:42
-#: ../lib/python/Screens/Satconfig.py:218
+#: ../lib/python/Screens/Satconfig.py:43
+#: ../lib/python/Screens/Satconfig.py:266
 msgid "End time"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:190
+#: ../lib/python/Screens/TimerEntry.py:185
 msgid "EndTime"
 msgstr ""
 
-#: ../lib/python/Screens/LanguageSelection.py:72
-#: ../lib/python/Components/Language.py:13
+#: ../lib/python/Components/Language.py:16
 #: ../lib/python/Components/SetupDevices.py:15
 msgid "English"
 msgstr ""
@@ -1031,15 +1239,28 @@ msgstr ""
 msgid "Enter main menu..."
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:185
+#: ../lib/python/Screens/ChannelSelection.py:184
 msgid "Enter the service pin"
 msgstr ""
 
+#: ../lib/python/Components/Task.py:275
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:175
 #: ../lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py:337
 msgid "Error"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:166
+#: ../lib/python/Plugins/Extensions/TuxboxPlugins/pluginrunner.py:34
+msgid "Error executing plugin"
+msgstr ""
+
+#: ../lib/python/Components/Task.py:273
+#, python-format
+msgid ""
+"Error: %s\n"
+"Retry?"
+msgstr ""
+
+#: ../lib/python/Components/Harddisk.py:169
 msgid "Everything is fine"
 msgstr ""
 
@@ -1051,7 +1272,10 @@ msgstr ""
 msgid "Execution finished!!"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:445
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:33
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:88
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:474
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:201
 msgid "Exit"
 msgstr ""
 
@@ -1059,87 +1283,122 @@ msgstr ""
 msgid "Exit editor"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:42
+#: ../lib/python/Components/UsageConfig.py:43
 msgid "Expert"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:390
-#: ../lib/python/Screens/ScanSetup.py:392
-#: ../lib/python/Screens/ScanSetup.py:425
+#: ../lib/python/Screens/NetworkSetup.py:654
+msgid "Extended Networksetup Plugin..."
+msgstr ""
+
+#: ../lib/python/Screens/NetworkSetup.py:650
+msgid "Extended Setup..."
+msgstr ""
+
+#: ../lib/python/Screens/ScanSetup.py:391
+#: ../lib/python/Screens/ScanSetup.py:393
+#: ../lib/python/Screens/ScanSetup.py:421
 #: ../lib/python/Screens/ServiceInfo.py:145
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:442
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:133
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:448
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:137
 msgid "FEC"
 msgstr ""
 
-#: ../lib/python/Screens/TaskView.py:41
+#: ../lib/python/Components/Task.py:41
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:400
 msgid "Failed"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:757
-#: ../lib/python/Components/NimManager.py:832
+#: ../lib/python/Components/NimManager.py:901
+#: ../lib/python/Components/NimManager.py:976
 msgid "Fast"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:185
+#: ../lib/python/Screens/Satconfig.py:233
 msgid "Fast DiSEqC"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:757
-#: ../lib/python/Components/NimManager.py:832
+#: ../lib/python/Components/NimManager.py:901
+#: ../lib/python/Components/NimManager.py:976
 msgid "Fast epoch"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:655
+#: ../lib/python/Screens/ChannelSelection.py:654
 msgid "Favourites"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:166
+#: ../lib/python/Components/Harddisk.py:169
 msgid "Filesystem contains uncorrectable errors"
 msgstr ""
 
-#: ../lib/python/Screens/TaskView.py:41
+#: ../lib/python/Components/Task.py:41
 msgid "Finished"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:21
+#: ../lib/python/Components/Language.py:24
 msgid "Finnish"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:22
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:446
+msgid ""
+"First we need to download the latest boot environment for the USB flasher."
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:208
+msgid "Fix USB stick"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:144
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:251
+msgid "Flash"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:247
+msgid "Flashing failed"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:131
+msgid "Font size"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:121
+msgid "Format"
+msgstr ""
+
+#: ../lib/python/Components/Language.py:25
 msgid "French"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:385
-#: ../lib/python/Screens/ScanSetup.py:421
-#: ../lib/python/Screens/ScanSetup.py:431
+#: ../lib/python/Screens/ScanSetup.py:386
+#: ../lib/python/Screens/ScanSetup.py:417
+#: ../lib/python/Screens/ScanSetup.py:424
 #: ../lib/python/Screens/ServiceInfo.py:138
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:438
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:129
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:444
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:133
 msgid "Frequency"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:850
+#: ../lib/python/Components/NimManager.py:994
 msgid "Frequency bands"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:117
+#: ../lib/python/Screens/Satconfig.py:161
 msgid "Frequency scan step size(khz)"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:850
+#: ../lib/python/Components/NimManager.py:994
 msgid "Frequency steps"
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:249
+#: ../lib/python/Screens/EpgSelection.py:262
 #: ../lib/python/Components/EpgList.py:38
 #: ../lib/python/Components/TimerList.py:24
 #: ../lib/python/Tools/FuzzyDate.py:13
 msgid "Fri"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:113
-#: ../lib/python/Screens/TimerEntry.py:169
+#: ../lib/python/Screens/TimerEntry.py:108
+#: ../lib/python/Screens/TimerEntry.py:164
 msgid "Friday"
 msgstr ""
 
@@ -1152,7 +1411,7 @@ msgstr ""
 msgid "Frontprocessor version: %d"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:166
+#: ../lib/python/Components/Harddisk.py:169
 msgid "Fsck failed"
 msgstr ""
 
@@ -1166,16 +1425,16 @@ msgid ""
 "Do you want to Restart the GUI now?"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:219
-#: ../lib/python/Screens/NetworkSetup.py:256 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:260
+#: ../lib/python/Screens/NetworkSetup.py:373 ../data/
 msgid "Gateway"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:87
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:90
 msgid "Genre:"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:14
+#: ../lib/python/Components/Language.py:17
 #: ../lib/python/Components/SetupDevices.py:15
 msgid "German"
 msgstr ""
@@ -1184,12 +1443,12 @@ msgstr ""
 msgid "Getting plugin information. Please wait..."
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:176
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:234
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:181
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:239
 msgid "Goto 0"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:231
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:236
 msgid "Goto position"
 msgstr ""
 
@@ -1197,7 +1456,7 @@ msgstr ""
 msgid "Graphical Multi EPG"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:23
+#: ../lib/python/Components/Language.py:26
 msgid "Greek"
 msgstr ""
 
@@ -1205,11 +1464,11 @@ msgstr ""
 msgid "Guard Interval"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:438
+#: ../lib/python/Screens/ScanSetup.py:431
 msgid "Guard interval mode"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:278
+#: ../lib/python/Components/Harddisk.py:264
 #: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:108
 #: ../data/
 msgid "Harddisk"
@@ -1219,25 +1478,25 @@ msgstr ""
 msgid "Hierarchy Information"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:439
+#: ../lib/python/Screens/ScanSetup.py:432
 msgid "Hierarchy mode"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1477
+#: ../lib/python/Screens/InfoBarGenerics.py:1515
 msgid "How many minutes do you want to record?"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:24
+#: ../lib/python/Components/Language.py:27
 msgid "Hungarian"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:217
-#: ../lib/python/Screens/NetworkSetup.py:252
-#: ../lib/python/Screens/NetworkSetup.py:920 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:258
+#: ../lib/python/Screens/NetworkSetup.py:368
+#: ../lib/python/Screens/NetworkSetup.py:1030 ../data/
 msgid "IP Address"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:26
+#: ../lib/python/Components/Language.py:29
 msgid "Icelandic"
 msgstr ""
 
@@ -1260,20 +1519,24 @@ msgid ""
 "If you are happy with the result, press OK."
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:52
+msgid "Image flash utility"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py:32
 msgid "Image-Upgrade"
 msgstr ""
 
-#: ../lib/python/Screens/TaskView.py:41
+#: ../lib/python/Components/Task.py:41
 msgid "In Progress"
 msgstr ""
 
-#: ../RecordTimer.py:226
+#: ../RecordTimer.py:232
 msgid ""
 "In order to record a timer, the TV was switched to the recording service!\n"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:232
+#: ../lib/python/Screens/Satconfig.py:280
 msgid "Increased voltage"
 msgstr ""
 
@@ -1298,88 +1561,93 @@ msgstr ""
 msgid "Installing"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1367
+#: ../lib/python/Screens/InfoBarGenerics.py:1390
 msgid "Instant Record..."
 msgstr ""
 
-#: ../lib/python/Components/Network.py:211
+#: ../lib/python/Components/Network.py:237
 msgid "Integrated Ethernet"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:41
+#: ../lib/python/Components/Network.py:239
+msgid "Integrated Wireless"
+msgstr ""
+
+#: ../lib/python/Components/UsageConfig.py:42
 msgid "Intermediate"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:285
+#: ../lib/python/Components/Harddisk.py:271
 msgid "Internal Flash"
 msgstr ""
 
-#: ../lib/python/Screens/LocationBox.py:218
+#: ../lib/python/Screens/LocationBox.py:396
 msgid "Invalid Location"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:386
-#: ../lib/python/Screens/ScanSetup.py:422
-#: ../lib/python/Screens/ScanSetup.py:432
+#: ../lib/python/Screens/LocationBox.py:275
+#, python-format
+msgid "Invalid directory selected: %s"
+msgstr ""
+
+#: ../lib/python/Screens/ScanSetup.py:387
+#: ../lib/python/Screens/ScanSetup.py:418
+#: ../lib/python/Screens/ScanSetup.py:425
 #: ../lib/python/Screens/ServiceInfo.py:142
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:439
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:130
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:445
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:134
 msgid "Inversion"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:27
+#: ../lib/python/Components/Language.py:30
 msgid "Italian"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:308
-msgid "Jump to video title 1 (play movie from start)"
-msgstr ""
-
 #. TRANSLATORS: (aspect ratio policy: display as fullscreen, even if this breaks the aspect)
 #: ../lib/python/Components/AVSwitch.py:111
 #: ../lib/python/Components/AVSwitch.py:121
 msgid "Just Scale"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:893
+#: ../lib/python/Screens/NetworkSetup.py:1008
 msgid "LAN Adapter"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:177
+#: ../lib/python/Screens/Satconfig.py:224
 msgid "LNB"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:225
+#: ../lib/python/Screens/Satconfig.py:273
 msgid "LOF"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:229
+#: ../lib/python/Screens/Satconfig.py:277
 msgid "LOF/H"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:228
+#: ../lib/python/Screens/Satconfig.py:276
 msgid "LOF/L"
 msgstr ""
 
-#: ../lib/python/Screens/LanguageSelection.py:63 ../data/
+#: ../lib/python/Components/Language.py:91 ../data/
 msgid "Language selection"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:94
+#: ../lib/python/Components/UsageConfig.py:97
 msgid "Last speed"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:31
-#: ../lib/python/Screens/Satconfig.py:207 ../data/
+#: ../lib/python/Screens/Satconfig.py:32
+#: ../lib/python/Screens/Satconfig.py:255 ../data/
 msgid "Latitude"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:445
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:477
 msgid "Leave DVD Player?"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1558
-#: ../lib/python/Screens/InfoBarGenerics.py:1563
+#: ../lib/python/Screens/InfoBarGenerics.py:1602
+#: ../lib/python/Screens/InfoBarGenerics.py:1607
 msgid "Left"
 msgstr ""
 
@@ -1388,53 +1656,60 @@ msgstr ""
 msgid "Letterbox"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:226
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:231
 msgid "Limit east"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:225
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:230
 msgid "Limit west"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:224
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:229
 msgid "Limits off"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:227
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:232
 msgid "Limits on"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:460
+#: ../lib/python/Screens/NetworkSetup.py:607
 msgid "Link:"
 msgstr ""
 
-#: ../lib/python/Components/FileList.py:140
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDProject.py:35
+msgid "Linked titles with a DVD menu"
+msgstr ""
+
+#: ../lib/python/Components/FileList.py:166
 msgid "List of Storage Devices"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:25
+#: ../lib/python/Components/Language.py:28
 msgid "Lithuanian"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:903
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:90
+msgid "Load"
+msgstr ""
+
+#: ../lib/python/Screens/NetworkSetup.py:1017
 msgid "Local Network"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:29
-#: ../lib/python/Screens/TimerEntry.py:194
+#: ../lib/python/Screens/TimerEntry.py:189
 msgid "Location"
 msgstr ""
 
-#: ../lib/python/Screens/HelpMenu.py:40
+#: ../lib/python/Screens/HelpMenu.py:36
 msgid "Long Keypress"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:29
-#: ../lib/python/Screens/Satconfig.py:205 ../data/
+#: ../lib/python/Screens/Satconfig.py:30
+#: ../lib/python/Screens/Satconfig.py:253 ../data/
 msgid "Longitude"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:281
+#: ../lib/python/Components/Harddisk.py:267
 msgid "MMC Card"
 msgstr ""
 
@@ -1450,16 +1725,38 @@ msgstr ""
 msgid "Make this mark just a mark"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:460
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:164
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:466
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:172
 msgid "Manual transponder"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:735
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:832
 msgid "Media player"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:166
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:135
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:164
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:249
+msgid "Medium is not a writeable DVD!"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:254
+msgid "Medium is not empty!"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:124
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:125
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:126
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:127
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:128
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:129
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:130
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:132
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:133 ../data/
+msgid "Menu"
+msgstr ""
+
+#: ../lib/python/Components/Harddisk.py:169
 msgid "Mkfs failed"
 msgstr ""
 
@@ -1471,46 +1768,46 @@ msgstr ""
 msgid "Model: "
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:393
-#: ../lib/python/Screens/ScanSetup.py:424
-#: ../lib/python/Screens/ScanSetup.py:436
+#: ../lib/python/Screens/ScanSetup.py:394
+#: ../lib/python/Screens/ScanSetup.py:420
+#: ../lib/python/Screens/ScanSetup.py:429
 #: ../lib/python/Screens/ServiceInfo.py:136
 msgid "Modulation"
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:249
+#: ../lib/python/Screens/EpgSelection.py:262
 #: ../lib/python/Components/EpgList.py:38
 #: ../lib/python/Components/TimerList.py:24
 #: ../lib/python/Tools/FuzzyDate.py:13
 msgid "Mon"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:101
+#: ../lib/python/Screens/TimerEntry.py:92
 msgid "Mon-Fri"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:113
-#: ../lib/python/Screens/TimerEntry.py:165
+#: ../lib/python/Screens/TimerEntry.py:108
+#: ../lib/python/Screens/TimerEntry.py:160
 msgid "Monday"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:166
+#: ../lib/python/Components/Harddisk.py:169
 msgid "Mount failed"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1315
+#: ../lib/python/Screens/InfoBarGenerics.py:1338
 msgid "Move Picture in Picture"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:217
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:222
 msgid "Move east"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:214
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:219
 msgid "Move west"
 msgstr ""
 
-#: ../lib/python/Screens/EventView.py:153
+#: ../lib/python/Screens/EventView.py:168
 msgid "Multi EPG"
 msgstr ""
 
@@ -1518,69 +1815,72 @@ msgstr ""
 msgid "Multiple service support"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:539
+#: ../lib/python/Screens/ScanSetup.py:518
 msgid "Multisat"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:524
-#: ../lib/python/Components/NimManager.py:529
+#: ../lib/python/Components/NimManager.py:584
+#: ../lib/python/Components/NimManager.py:589
+#: ../lib/python/Components/NimManager.py:701
 msgid "N/A"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:242
+msgid "NFI image flashing completed. Press Yellow to Reboot!"
+msgstr ""
+
 #: ../lib/python/Components/AVSwitch.py:123
 msgid "NTSC"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:143
+#: ../lib/python/Screens/TimerEntry.py:138
 msgid "Name"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:928 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:1036 ../data/
 msgid "Nameserver"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:106
+#: ../lib/python/Screens/NetworkSetup.py:189
 #, python-format
 msgid "Nameserver %d"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:485
+#: ../lib/python/Screens/NetworkSetup.py:631
 msgid "Nameserver settings"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:218
-#: ../lib/python/Screens/NetworkSetup.py:253 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:259
+#: ../lib/python/Screens/NetworkSetup.py:369 ../data/
 msgid "Netmask"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:282
+#: ../lib/python/Components/Harddisk.py:268
 msgid "Network Mount"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:270
+#: ../lib/python/Screens/NetworkSetup.py:387
 msgid "Network SSID"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:398
-#: ../lib/python/Screens/ScanSetup.py:426
-#: ../lib/python/Screens/ScanSetup.py:440
+#: ../lib/python/Screens/ScanSetup.py:433
 msgid "Network scan"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:486
+#: ../lib/python/Screens/NetworkSetup.py:632
 msgid "Network test"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:226
-#: ../lib/python/Screens/NetworkSetup.py:458
+#: ../lib/python/Screens/NetworkSetup.py:267
+#: ../lib/python/Screens/NetworkSetup.py:605
 msgid "Network:"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:503
+#: ../lib/python/Screens/NetworkSetup.py:659
 msgid "NetworkWizard"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:900
+#: ../lib/python/Screens/ChannelSelection.py:899
 msgid "New"
 msgstr ""
 
@@ -1592,31 +1892,40 @@ msgstr ""
 msgid "New version:"
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:45
+#: ../lib/python/Screens/EpgSelection.py:46
 msgid "Next"
 msgstr ""
 
-#: ../lib/python/Screens/Ci.py:19 ../lib/python/Screens/InfoBar.py:158
-#: ../lib/python/Screens/InfoBar.py:190 ../data/
-#: ../lib/python/Plugins/SystemPlugins/Videomode/
+#: ../lib/python/Screens/Ci.py:19 ../lib/python/Screens/InfoBar.py:167
+#: ../data/ ../lib/python/Plugins/SystemPlugins/Videomode/
 msgid "No"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1489
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:253
+msgid "No (supported) DVDROM found!"
+msgstr ""
+
+#: ../lib/python/Screens/InfoBarGenerics.py:1533
 msgid "No HDD found or HDD not initialized!"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:2129
+#: ../lib/python/Screens/InfoBarGenerics.py:2178
 msgid ""
 "No data on transponder!\n"
 "(Timeout reading PAT)"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1407
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:342
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:357
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:155
+msgid "No details for this image file"
+msgstr ""
+
+#: ../lib/python/Screens/InfoBarGenerics.py:1430
 msgid "No event info found, recording indefinitely."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:2127
+#: ../lib/python/Screens/InfoBarGenerics.py:2176
 msgid "No free tuner!"
 msgstr ""
 
@@ -1625,24 +1934,28 @@ msgid ""
 "No packages were upgraded yet. So you can check your network and try again."
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:562
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:568
 msgid "No positioner capable frontend found."
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:273
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:286
 msgid "No satellite frontend found!!"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:577
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:583
 msgid "No tuner is configured for use with a diseqc positioner!"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:672
+#: ../lib/python/Screens/ScanSetup.py:651
 msgid ""
 "No tuner is enabled!\n"
 "Please setup your tuner settings before you start a service scan."
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:537
+msgid "No useable USB stick found"
+msgstr ""
+
 #: ../lib/python/Screens/ParentalControlSetup.py:131
 msgid ""
 "No valid service PIN found!\n"
@@ -1657,39 +1970,39 @@ msgid ""
 "When you say 'No' here the setup protection stay disabled!"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:34
+#: ../lib/python/Screens/NetworkSetup.py:51
 msgid ""
 "No working local networkadapter found.\n"
 "Please verify that you have attached a network cable and your Network is "
 "configured correctly."
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:351
+#: ../lib/python/Screens/NetworkSetup.py:488
 msgid ""
 "No working wireless interface found.\n"
-" Please verify that you have attached a compatible WLAN USB Stick or enable "
-"you local network interface."
+" Please verify that you have attached a compatible WLAN device or enable "
+"your local network interface."
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:33
+#: ../lib/python/Screens/NetworkSetup.py:50
 msgid ""
 "No working wireless networkadapter found.\n"
 "Please verify that you have attached a compatible WLAN USB Stick and your "
 "Network is configured correctly."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBar.py:160 ../lib/python/Screens/InfoBar.py:192
+#: ../lib/python/Screens/InfoBar.py:169
 msgid "No, but restart from begin"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:567
-#: ../lib/python/Screens/ScanSetup.py:577
-#: ../lib/python/Screens/ScanSetup.py:591
-#: ../lib/python/Components/NimManager.py:792
-#: ../lib/python/Components/NimManager.py:796
-#: ../lib/python/Components/NimManager.py:810
-#: ../lib/python/Components/NimManager.py:811
-#: ../lib/python/Components/NimManager.py:825
+#: ../lib/python/Screens/ScanSetup.py:547
+#: ../lib/python/Screens/ScanSetup.py:557
+#: ../lib/python/Screens/ScanSetup.py:571
+#: ../lib/python/Components/NimManager.py:933
+#: ../lib/python/Components/NimManager.py:937
+#: ../lib/python/Components/NimManager.py:951
+#: ../lib/python/Components/NimManager.py:955
+#: ../lib/python/Components/NimManager.py:969
 msgid "None"
 msgstr ""
 
@@ -1698,52 +2011,75 @@ msgstr ""
 msgid "Nonlinear"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:754
-#: ../lib/python/Components/NimManager.py:829
+#: ../lib/python/Components/NimManager.py:898
+#: ../lib/python/Components/NimManager.py:973
 msgid "North"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:28
+#: ../lib/python/Components/Language.py:31
 msgid "Norwegian"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:787
-#: ../lib/python/Screens/ScanSetup.py:789
-#: ../lib/python/Screens/ScanSetup.py:945
-#: ../lib/python/Screens/ScanSetup.py:947
-#: ../lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py:86
+#: ../lib/python/Components/Task.py:359
+#, python-format
+msgid ""
+"Not enough diskspace. Please free up some diskspace and try again. (%d MB "
+"required, %d MB available)"
+msgstr ""
+
+#: ../lib/python/Screens/ScanSetup.py:767
+#: ../lib/python/Screens/ScanSetup.py:769
+#: ../lib/python/Screens/ScanSetup.py:913
+#: ../lib/python/Screens/ScanSetup.py:915
+#: ../lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py:90
 msgid ""
 "Nothing to scan!\n"
 "Please setup your tuner settings before you start a service scan."
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py:146
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:503
+msgid ""
+"Now please insert the USB stick (minimum size is 64 MB) that you want to "
+"format and use as .NFI image flasher. Press OK after you've put the stick "
+"back in."
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/VideoTune/VideoFinetune.py:147
 msgid ""
 "Now, use the contrast setting to turn up the brightness of the background as "
 "much as possible, but make sure that you can still see the difference "
 "between the two brightest levels of shades.If you have done that, press OK."
 msgstr ""
 
-#: ../lib/python/Screens/Setup.py:94 ../lib/python/Screens/TimeDateInput.py:13
-#: ../lib/python/Screens/TimerEntry.py:27
+#: ../lib/python/Screens/LocationBox.py:91 ../lib/python/Screens/Setup.py:92
+#: ../lib/python/Screens/TimeDateInput.py:13
+#: ../lib/python/Screens/TimerEntry.py:28
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:89
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:172
 #: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:71
 #: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:36 ../data/
 msgid "OK"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1557
-#: ../lib/python/Screens/InfoBarGenerics.py:1575
-#: ../lib/python/Components/NimManager.py:787
+#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:99
+msgid "OSD visibility"
+msgstr ""
+
+#: ../lib/python/Screens/InfoBarGenerics.py:1601
+#: ../lib/python/Screens/InfoBarGenerics.py:1619
+#: ../lib/python/Components/NimManager.py:919
+#: ../lib/python/Components/NimManager.py:927
 msgid "Off"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1557
-#: ../lib/python/Screens/InfoBarGenerics.py:1575
-#: ../lib/python/Components/NimManager.py:787
+#: ../lib/python/Screens/InfoBarGenerics.py:1601
+#: ../lib/python/Screens/InfoBarGenerics.py:1619
+#: ../lib/python/Components/NimManager.py:919
+#: ../lib/python/Components/NimManager.py:927
 msgid "On"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:825
+#: ../lib/python/Components/NimManager.py:969
 msgid "One"
 msgstr ""
 
@@ -1751,11 +2087,15 @@ msgstr ""
 msgid "Online-Upgrade"
 msgstr ""
 
+#: ../lib/python/Screens/ScanSetup.py:435
+msgid "Only Free scan"
+msgstr ""
+
 #: ../lib/python/Screens/ServiceInfo.py:137
 msgid "Orbital Position"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:311
+#: ../lib/python/Screens/MovieSelection.py:307
 msgid "Other..."
 msgstr ""
 
@@ -1786,6 +2126,10 @@ msgstr ""
 msgid "Pan&Scan"
 msgstr ""
 
+#: ../lib/python/Components/FileList.py:168
+msgid "Parent Directory"
+msgstr ""
+
 #: ../lib/python/Components/ParentalControl.py:80 ../data/
 msgid "Parental control"
 msgstr ""
@@ -1794,7 +2138,11 @@ msgstr ""
 msgid "Parental control type"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:37
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:543
+msgid "Partitioning USB stick..."
+msgstr ""
+
+#: ../lib/python/Components/UsageConfig.py:38
 msgid "Pause movie at end"
 msgstr ""
 
@@ -1803,59 +2151,75 @@ msgstr ""
 msgid "Pillarbox"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:397
+#: ../lib/python/Screens/ScanSetup.py:398
 #: ../lib/python/Screens/ServiceInfo.py:143
 msgid "Pilot"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:92
+#: ../lib/python/Components/UsageConfig.py:95
 msgid "Play"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBar.py:48
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:474
+msgid "Play Audio-CD..."
+msgstr ""
+
+#: ../lib/python/Screens/InfoBar.py:45
 msgid "Play recorded movies..."
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:166
+#: ../lib/python/Components/Harddisk.py:169
 msgid "Please Reboot"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaScanner/plugin.py:40
+#: ../lib/python/Plugins/Extensions/MediaScanner/plugin.py:44
 msgid "Please Select Medium to be Scanned"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1464
+#: ../lib/python/Screens/InfoBarGenerics.py:1500
 msgid "Please change recording endtime"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:293
+msgid "Please check your network settings!"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:235
+msgid "Please choose .NFI image file from feed server to download"
+msgstr ""
+
 #: ../lib/python/Screens/InfoBarGenerics.py:1252
 msgid "Please choose an extension..."
 msgstr ""
 
-#: ../lib/python/Screens/DefaultWizard.py:96
+#: ../lib/python/Screens/DefaultWizard.py:95
 msgid "Please choose he package..."
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py:52
+#: ../lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py:53
 msgid "Please do not change any values unless you know what you are doing!"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:173
+#: ../lib/python/Screens/ChannelSelection.py:172
 msgid "Please enter a name for the new bouquet"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:230
+#: ../lib/python/Screens/ChannelSelection.py:229
 msgid "Please enter a name for the new marker"
 msgstr ""
 
-#: ../lib/python/Screens/LocationBox.py:195
+#: ../lib/python/Screens/LocationBox.py:372
 msgid "Please enter a new filename"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:476
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:567
 msgid "Please enter filename (empty = use current date)"
 msgstr ""
 
+#: ../lib/python/Screens/LocationBox.py:239
+msgid "Please enter name of the new directory"
+msgstr ""
+
 #: ../lib/python/Screens/ParentalControlSetup.py:24
 msgid "Please enter the correct pin code"
 msgstr ""
@@ -1864,32 +2228,52 @@ msgstr ""
 msgid "Please enter the old pin code"
 msgstr ""
 
+#: ../RecordTimer.py:334
+msgid ""
+"Please note that the previously selected media could not be accessed and "
+"therefore the default directory is being used instead."
+msgstr ""
+
+#: ../lib/python/Screens/ScanSetup.py:299
+msgid "Please press OK to continue."
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py:21
 msgid "Please press OK!"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:517
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:53
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:87
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:203
+msgid "Please select .NFI flash image file from medium"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:608
 msgid "Please select a playlist to delete..."
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:497
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:588
 msgid "Please select a playlist..."
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:320
+#: ../lib/python/Screens/TimerEntry.py:331
 msgid "Please select a subservice to record..."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1684
-#: ../lib/python/Screens/SubservicesQuickzap.py:101
+#: ../lib/python/Screens/InfoBarGenerics.py:1730
+#: ../lib/python/Screens/SubservicesQuickzap.py:106
 msgid "Please select a subservice..."
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:376
+#: ../lib/python/Screens/MovieSelection.py:388
 msgid "Please select keyword to filter..."
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:337
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:225
+msgid "Please select target directory or medium"
+msgstr ""
+
+#: ../lib/python/Screens/MovieSelection.py:340
 msgid "Please select the movie path..."
 msgstr ""
 
@@ -1900,73 +2284,88 @@ msgid ""
 "Press OK to go back to the TV mode or EXIT to cancel the moving."
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:164
+#: ../lib/python/Components/Language.py:90
+msgid ""
+"Please use the UP and DOWN keys to select your language. Afterwards press "
+"the OK button."
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:403
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:177
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:178
+msgid "Please wait for md5 signature verification..."
+msgstr ""
+
+#: ../lib/python/Screens/MovieSelection.py:159
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:65
 msgid "Please wait... Loading list..."
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:388
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:441
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:132
+#: ../lib/python/Screens/ScanSetup.py:389
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:447
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:136
 msgid "Polarity"
 msgstr ""
 
 #: ../lib/python/Screens/ServiceInfo.py:141
-#: ../lib/python/Components/NimManager.py:786
+#: ../lib/python/Components/NimManager.py:918
+#: ../lib/python/Components/NimManager.py:926
 msgid "Polarization"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:29
+#: ../lib/python/Components/Language.py:32
 msgid "Polish"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:19
+#: ../lib/python/Screens/Satconfig.py:20
 msgid "Port A"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:22
+#: ../lib/python/Screens/Satconfig.py:23
 msgid "Port B"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:24
+#: ../lib/python/Screens/Satconfig.py:25
 msgid "Port C"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:25
+#: ../lib/python/Screens/Satconfig.py:26
 msgid "Port D"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:30
+#: ../lib/python/Components/Language.py:33
 msgid "Portuguese"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:739
+#: ../lib/python/Screens/Satconfig.py:417
+#: ../lib/python/Components/NimManager.py:878
 msgid "Positioner"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:173
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:178
 msgid "Positioner fine movement"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:172
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:177
 msgid "Positioner movement"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:581
 #: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:587
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:593
 msgid "Positioner setup"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:175
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:180
 msgid "Positioner storage"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:37
-#: ../lib/python/Screens/Satconfig.py:213
+#: ../lib/python/Screens/Satconfig.py:38
+#: ../lib/python/Screens/Satconfig.py:261
 msgid "Power threshold in mA"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:461
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:164
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:467
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:172
 msgid "Predefined transponder"
 msgstr ""
 
@@ -1974,15 +2373,20 @@ msgstr ""
 msgid "Preparing... Please wait"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:349
+#: ../lib/python/Screens/NetworkSetup.py:486
 msgid "Press OK on your remote control to continue."
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:228
+#: ../lib/python/Screens/NetworkSetup.py:162
+#: ../lib/python/Screens/NetworkSetup.py:269
 msgid "Press OK to activate the settings."
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:870
+#: ../lib/python/Screens/NetworkSetup.py:55
+msgid "Press OK to edit the settings."
+msgstr ""
+
+#: ../lib/python/Screens/ScanSetup.py:838
 msgid "Press OK to scan"
 msgstr ""
 
@@ -1990,19 +2394,15 @@ msgstr ""
 msgid "Press OK to start the scan"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:452
-msgid ""
-"Pressing OK enables the built in wireless LAN support of your Dreambox.\n"
-"Wlan USB Sticks with Zydas ZD1211B and RAlink RT73 Chipset are supported.\n"
-"Connect your Wlan USB Stick to your Dreambox before pressing OK.\n"
-"\n"
+#: ../lib/python/Screens/EpgSelection.py:45
+msgid "Prev"
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:44
-msgid "Prev"
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:82
+msgid "Preview menu"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:210
+#: ../lib/python/Screens/NetworkSetup.py:251
 msgid "Primary DNS"
 msgstr ""
 
@@ -2014,23 +2414,23 @@ msgstr ""
 msgid "Protect setup"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:654
-#: ../lib/python/Screens/ChannelSelection.py:788
-#: ../lib/python/Components/NimManager.py:852
+#: ../lib/python/Screens/ChannelSelection.py:653
+#: ../lib/python/Screens/ChannelSelection.py:787
+#: ../lib/python/Components/NimManager.py:996
 msgid "Provider"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:101
+#: ../lib/python/Screens/Satconfig.py:145
 msgid "Provider to scan"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:898
+#: ../lib/python/Screens/ChannelSelection.py:897
 msgid "Providers"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1675
-#: ../lib/python/Screens/InfoBarGenerics.py:1677
-#: ../lib/python/Screens/InfoBarGenerics.py:1680
+#: ../lib/python/Screens/InfoBarGenerics.py:1721
+#: ../lib/python/Screens/InfoBarGenerics.py:1723
+#: ../lib/python/Screens/InfoBarGenerics.py:1726
 msgid "Quickzap"
 msgstr ""
 
@@ -2042,50 +2442,56 @@ msgstr ""
 msgid "RSS Feed URI"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:283
+#: ../lib/python/Components/Harddisk.py:269
 msgid "Ram Disk"
 msgstr ""
 
-#: ../lib/python/Components/ConfigList.py:193
+#: ../lib/python/Components/ConfigList.py:196
 msgid "Really close without saving settings?"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEdit.py:127
+#: ../lib/python/Screens/TimerEdit.py:174
 msgid "Really delete done timers?"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEdit.py:137
+#: ../lib/python/Screens/TimerEdit.py:185
 msgid "Really delete this timer?"
 msgstr ""
 
-#: ../lib/python/Screens/SubservicesQuickzap.py:112
+#: ../lib/python/Screens/SubservicesQuickzap.py:117
 msgid "Really exit the subservices quickzap?"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:326
-msgid "Recorded files..."
+#: ../lib/python/Screens/Standby.py:118
+msgid "Really reboot now?"
 msgstr ""
 
-#: ../lib/python/Screens/EventView.py:73
-msgid "Recording"
+#: ../lib/python/Screens/Standby.py:122
+msgid "Really restart now?"
 msgstr ""
 
-#: ../lib/python/Screens/Standby.py:104
-msgid ""
-"Recording(s) are in progress or coming up in few seconds... really reboot "
-"now?"
+#: ../lib/python/Screens/Standby.py:116
+msgid "Really shutdown now?"
 msgstr ""
 
-#: ../lib/python/Screens/Standby.py:108
-msgid ""
-"Recording(s) are in progress or coming up in few seconds... really restart "
-"now?"
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:243
+msgid "Reboot"
 msgstr ""
 
-#: ../lib/python/Screens/Standby.py:102
-msgid ""
-"Recording(s) are in progress or coming up in few seconds... really shutdown "
-"now?"
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93 ../data/
+msgid "Record"
+msgstr ""
+
+#: ../lib/python/Screens/MovieSelection.py:328
+msgid "Recorded files..."
+msgstr ""
+
+#: ../lib/python/Screens/EventView.py:88
+msgid "Recording"
+msgstr ""
+
+#: ../lib/python/Screens/Standby.py:107
+msgid "Recording(s) are in progress or coming up in few seconds!"
 msgstr ""
 
 #: ../lib/python/Screens/ParentalControlSetup.py:236
@@ -2096,6 +2502,15 @@ msgstr ""
 msgid "Refresh Rate"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:610
+msgid "Remounting stick partition..."
+msgstr ""
+
+#: ../lib/python/Screens/LocationBox.py:93
+#: ../lib/python/Screens/LocationBox.py:206
+msgid "Remove Bookmark"
+msgstr ""
+
 #: ../lib/python/Screens/PluginBrowser.py:20
 msgid "Remove Plugins"
 msgstr ""
@@ -2104,23 +2519,46 @@ msgstr ""
 msgid "Remove a mark"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:46
+msgid "Remove currently selected title"
+msgstr ""
+
 #: ../lib/python/Screens/PluginBrowser.py:132
 msgid "Remove plugins"
 msgstr ""
 
-#: ../lib/python/Screens/LocationBox.py:69
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:430
+msgid "Remove the broken .NFI file?"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:383
+msgid "Remove the incomplete .NFI file?"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:46
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:61
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:86
+msgid "Remove title"
+msgstr ""
+
+#: ../lib/python/Screens/LocationBox.py:285
+#, python-format
+msgid "Removing directory %s failed. (Maybe not empty.)"
+msgstr ""
+
+#: ../lib/python/Screens/LocationBox.py:92
 msgid "Rename"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:147
+#: ../lib/python/Screens/TimerEntry.py:142
 msgid "Repeat Type"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEdit.py:78
+#: ../lib/python/Screens/TimerEdit.py:87
 msgid "Repeating event currently recording... What do you want to do?"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:153
+#: ../lib/python/Screens/TimerEntry.py:148
 msgid "Repeats"
 msgstr ""
 
@@ -2136,25 +2574,25 @@ msgstr ""
 msgid "Restart GUI now?"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:487
+#: ../lib/python/Screens/NetworkSetup.py:633
 msgid "Restart network"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:771
-#: ../lib/python/Screens/NetworkSetup.py:855
+#: ../lib/python/Screens/NetworkSetup.py:912
+#: ../lib/python/Screens/NetworkSetup.py:987
 msgid "Restart test"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:450
+#: ../lib/python/Screens/NetworkSetup.py:598
 msgid "Restart your network connection and interfaces.\n"
 msgstr ""
 
 #: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:74
-#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:164
+#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:161
 msgid "Restore"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:33
+#: ../lib/python/Components/UsageConfig.py:34
 msgid "Resume from last position"
 msgstr ""
 
@@ -2165,36 +2603,36 @@ msgstr ""
 #. TRANSLATORS: in the middle somewhere and not from the beginning.
 #. TRANSLATORS: (Some translators seem to have interpreted it as a
 #. TRANSLATORS: question or a choice, but it is a statement.)
-#: ../lib/python/Screens/InfoBarGenerics.py:1830
+#: ../lib/python/Screens/InfoBarGenerics.py:1879
 msgid "Resuming playback"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:445
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:476
 msgid "Return to file browser"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:35
-#: ../lib/python/Components/UsageConfig.py:37
+#: ../lib/python/Components/UsageConfig.py:36
+#: ../lib/python/Components/UsageConfig.py:38
 msgid "Return to movie list"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:35
-#: ../lib/python/Components/UsageConfig.py:37
+#: ../lib/python/Components/UsageConfig.py:36
+#: ../lib/python/Components/UsageConfig.py:38
 msgid "Return to previous service"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1558
-#: ../lib/python/Screens/InfoBarGenerics.py:1563
+#: ../lib/python/Screens/InfoBarGenerics.py:1602
+#: ../lib/python/Screens/InfoBarGenerics.py:1607
 msgid "Right"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:395
+#: ../lib/python/Screens/ScanSetup.py:396
 #: ../lib/python/Screens/ServiceInfo.py:144
 msgid "Rolloff"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:38
-#: ../lib/python/Screens/Satconfig.py:214
+#: ../lib/python/Screens/Satconfig.py:39
+#: ../lib/python/Screens/Satconfig.py:262
 msgid "Rotor turning speed"
 msgstr ""
 
@@ -2202,7 +2640,7 @@ msgstr ""
 msgid "Running"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:31
+#: ../lib/python/Components/Language.py:34
 msgid "Russian"
 msgstr ""
 
@@ -2210,44 +2648,55 @@ msgstr ""
 msgid "S-Video"
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:249
+#: ../lib/python/Screens/EpgSelection.py:262
 #: ../lib/python/Components/EpgList.py:38
 #: ../lib/python/Components/TimerList.py:24
 #: ../lib/python/Tools/FuzzyDate.py:13
 msgid "Sat"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:17 ../lib/python/Screens/Satconfig.py:84
-#: ../lib/python/Screens/Satconfig.py:238
-#: ../lib/python/Screens/ScanSetup.py:384
+#: ../lib/python/Screens/Satconfig.py:18
+#: ../lib/python/Screens/Satconfig.py:128
+#: ../lib/python/Screens/Satconfig.py:286
+#: ../lib/python/Screens/ScanSetup.py:385
 #: ../lib/python/Screens/ScanSetup.py:402
 #: ../lib/python/Components/ServiceScan.py:42
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:435
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:126
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:441
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:130
 msgid "Satellite"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py:64
-#: ../lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py:70
+#: ../lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py:65
+#: ../lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py:71
 msgid "Satellite Equipment Setup"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:653
-#: ../lib/python/Screens/ChannelSelection.py:790
+#: ../lib/python/Screens/ChannelSelection.py:652
+#: ../lib/python/Screens/ChannelSelection.py:789
 msgid "Satellites"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:285
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:291 ../data/
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:298
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:304 ../data/
 msgid "Satfinder"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:113
-#: ../lib/python/Screens/TimerEntry.py:170
+#: ../lib/python/Screens/Satconfig.py:410
+msgid "Sats"
+msgstr ""
+
+#: ../lib/python/Screens/TimerEntry.py:108
+#: ../lib/python/Screens/TimerEntry.py:165
 msgid "Saturday"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:476
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:91
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:172
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:175
+msgid "Save"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:567
 msgid "Save Playlist"
 msgstr ""
 
@@ -2255,127 +2704,127 @@ msgstr ""
 msgid "Scaling Mode"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:866
+#: ../lib/python/Screens/ScanSetup.py:834
 msgid "Scan "
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:121
+#: ../lib/python/Screens/Satconfig.py:165
 msgid "Scan QAM128"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:118
+#: ../lib/python/Screens/Satconfig.py:162
 msgid "Scan QAM16"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:122
+#: ../lib/python/Screens/Satconfig.py:166
 msgid "Scan QAM256"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:119
+#: ../lib/python/Screens/Satconfig.py:163
 msgid "Scan QAM32"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:120
+#: ../lib/python/Screens/Satconfig.py:164
 msgid "Scan QAM64"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:124
+#: ../lib/python/Screens/Satconfig.py:168
 msgid "Scan SR6875"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:123
+#: ../lib/python/Screens/Satconfig.py:167
 msgid "Scan SR6900"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:494
+#: ../lib/python/Screens/NetworkSetup.py:643
 msgid "Scan Wireless Networks"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:125
-#: ../lib/python/Screens/Satconfig.py:126
+#: ../lib/python/Screens/Satconfig.py:169
+#: ../lib/python/Screens/Satconfig.py:170
 msgid "Scan additional SR"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:110
+#: ../lib/python/Screens/Satconfig.py:154
 msgid "Scan band EU HYPER"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:105
+#: ../lib/python/Screens/Satconfig.py:149
 msgid "Scan band EU MID"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:109
+#: ../lib/python/Screens/Satconfig.py:153
 msgid "Scan band EU SUPER"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:107
+#: ../lib/python/Screens/Satconfig.py:151
 msgid "Scan band EU UHF IV"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:108
+#: ../lib/python/Screens/Satconfig.py:152
 msgid "Scan band EU UHF V"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:104
+#: ../lib/python/Screens/Satconfig.py:148
 msgid "Scan band EU VHF I"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:106
+#: ../lib/python/Screens/Satconfig.py:150
 msgid "Scan band EU VHF III"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:113
+#: ../lib/python/Screens/Satconfig.py:157
 msgid "Scan band US HIGH"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:115
+#: ../lib/python/Screens/Satconfig.py:159
 msgid "Scan band US HYPER"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:111
+#: ../lib/python/Screens/Satconfig.py:155
 msgid "Scan band US LOW"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:112
+#: ../lib/python/Screens/Satconfig.py:156
 msgid "Scan band US MID"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:114
+#: ../lib/python/Screens/Satconfig.py:158
 msgid "Scan band US SUPER"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:446
+#: ../lib/python/Screens/NetworkSetup.py:594
 msgid ""
 "Scan your network for wireless Access Points and connect to them using your "
 "WLAN USB Stick\n"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py:129
+#: ../lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py:137
 msgid ""
 "Scans default lamedbs sorted by satellite with a connected dish positioner"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:216
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:221
 msgid "Search east"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:215
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:220
 msgid "Search west"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:211
+#: ../lib/python/Screens/NetworkSetup.py:252
 msgid "Secondary DNS"
 msgstr ""
 
-#: ../lib/python/Screens/LocationBox.py:39 ../data/
+#: ../lib/python/Screens/LocationBox.py:51
 msgid "Select Location"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1590
+#: ../lib/python/Screens/InfoBarGenerics.py:1634
 msgid "Select audio mode"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1566
+#: ../lib/python/Screens/InfoBarGenerics.py:1610
 msgid "Select audio track"
 msgstr ""
 
@@ -2383,31 +2832,44 @@ msgstr ""
 msgid "Select channel to record from"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:186
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:207
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:231
+msgid "Select image"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:229
+msgid "Selected source image"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDProject.py:35
+msgid "Seperate titles with a main menu"
+msgstr ""
+
+#: ../lib/python/Screens/Satconfig.py:234
 msgid "Sequence repeat"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1708
+#: ../lib/python/Screens/InfoBarGenerics.py:1754
 msgid "Service has been added to the favourites."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1714
+#: ../lib/python/Screens/InfoBarGenerics.py:1760
 msgid "Service has been added to the selected bouquet."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:2131
+#: ../lib/python/Screens/InfoBarGenerics.py:2180
 msgid ""
 "Service invalid!\n"
 "(Timeout reading PMT)"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:2130
+#: ../lib/python/Screens/InfoBarGenerics.py:2179
 msgid ""
 "Service not found!\n"
 "(SID not found in PAT)"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:2136
+#: ../lib/python/Screens/InfoBarGenerics.py:2185
 msgid ""
 "Service unavailable!\n"
 "Check tuner configuration!"
@@ -2417,28 +2879,34 @@ msgstr ""
 msgid "Serviceinfo"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:902
+#: ../lib/python/Screens/ChannelSelection.py:901
 msgid "Services"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:174
+#: ../lib/python/Screens/NetworkSetup.py:53
+msgid "Set as default Interface"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:179
 msgid "Set limits"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:70
+#: ../lib/python/Screens/SleepTimerEdit.py:86
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:47
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:64
 #: ../lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py:38
 msgid "Settings"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:897
-#: ../lib/python/Screens/NetworkSetup.py:908
-#: ../lib/python/Screens/NetworkSetup.py:916
-#: ../lib/python/Screens/NetworkSetup.py:924
-#: ../lib/python/Screens/NetworkSetup.py:932
+#: ../lib/python/Screens/NetworkSetup.py:1011
+#: ../lib/python/Screens/NetworkSetup.py:1021
+#: ../lib/python/Screens/NetworkSetup.py:1027
+#: ../lib/python/Screens/NetworkSetup.py:1033
+#: ../lib/python/Screens/NetworkSetup.py:1039
 msgid "Show Info"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:495
+#: ../lib/python/Screens/NetworkSetup.py:645
 msgid "Show WLAN Status"
 msgstr ""
 
@@ -2446,62 +2914,66 @@ msgstr ""
 msgid "Show services beginning with"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBar.py:49
+#: ../lib/python/Screens/InfoBar.py:46
 msgid "Show the radio player..."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBar.py:50
+#: ../lib/python/Screens/InfoBar.py:47
 msgid "Show the tv player..."
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:448
+#: ../lib/python/Screens/NetworkSetup.py:596
 msgid "Shows the state of your wireless LAN connection.\n"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:24
+#: ../lib/python/Screens/SleepTimerEdit.py:41
 msgid "Shutdown Dreambox after"
 msgstr ""
 
-#: ../lib/python/Screens/EventView.py:132
+#: ../lib/python/Screens/EventView.py:147
 msgid "Similar"
 msgstr ""
 
-#: ../lib/python/Screens/EventView.py:126
+#: ../lib/python/Screens/EventView.py:141
 msgid "Similar broadcasts:"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:40
+#: ../lib/python/Components/UsageConfig.py:41
 msgid "Simple"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:735
+#: ../lib/python/Components/NimManager.py:874
 msgid "Single"
 msgstr ""
 
-#: ../lib/python/Screens/EventView.py:152
+#: ../lib/python/Screens/EventView.py:167
 msgid "Single EPG"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:539
+#: ../lib/python/Screens/ScanSetup.py:518
 msgid "Single satellite"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:539
-#: ../lib/python/Screens/ScanSetup.py:540
-#: ../lib/python/Screens/ScanSetup.py:541
+#: ../lib/python/Screens/ScanSetup.py:518
+#: ../lib/python/Screens/ScanSetup.py:519
+#: ../lib/python/Screens/ScanSetup.py:520
 msgid "Single transponder"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:93
+#: ../lib/python/Components/UsageConfig.py:96
 msgid "Singlestep (GOP)"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1285 ../data/
+#: ../lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py:134
+msgid "Skin..."
+msgstr ""
+
+#: ../lib/python/Screens/InfoBarGenerics.py:1308 ../data/
 msgid "Sleep Timer"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:62
-#: ../lib/python/Screens/SleepTimerEdit.py:64
+#: ../lib/python/Screens/SleepTimerEdit.py:78
+#: ../lib/python/Screens/SleepTimerEdit.py:80
 msgid "Sleep timer action:"
 msgstr ""
 
@@ -2514,8 +2986,8 @@ msgstr ""
 msgid "Slot %d"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:757
-#: ../lib/python/Components/NimManager.py:832
+#: ../lib/python/Components/NimManager.py:901
+#: ../lib/python/Components/NimManager.py:976
 msgid "Slow"
 msgstr ""
 
@@ -2523,7 +2995,7 @@ msgstr ""
 msgid "Some plugins are not available:\n"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:146
+#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:143
 msgid ""
 "Sorry your Backup destination does not exist\n"
 "\n"
@@ -2531,77 +3003,73 @@ msgid ""
 msgstr ""
 
 #. TRANSLATORS: This must fit into the header button in the EPG-List
-#: ../lib/python/Screens/EpgSelection.py:175
+#: ../lib/python/Screens/EpgSelection.py:176
 msgid "Sort A-Z"
 msgstr ""
 
 #. TRANSLATORS: This must fit into the header button in the EPG-List
-#: ../lib/python/Screens/EpgSelection.py:172
+#: ../lib/python/Screens/EpgSelection.py:173
 msgid "Sort Time"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:754
-#: ../lib/python/Components/NimManager.py:829
+#: ../lib/python/Components/NimManager.py:898
+#: ../lib/python/Components/NimManager.py:973
 msgid "South"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:32
+#: ../lib/python/Components/Language.py:35
 msgid "Spanish"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:64 ../data/
+#: ../lib/python/Screens/SleepTimerEdit.py:80 ../data/
 msgid "Standby"
 msgstr ""
 
-#: ../mytest.py:438 ../data/
+#: ../mytest.py:365 ../data/
 msgid "Standby / Restart"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:176
+#: ../lib/python/Screens/TimerEntry.py:171
 msgid "Start"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:33
+#: ../lib/python/Components/UsageConfig.py:34
 msgid "Start from the beginning"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1505
+#: ../lib/python/Screens/InfoBarGenerics.py:1549
 msgid "Start recording?"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:942
+#: ../lib/python/Screens/NetworkSetup.py:1048
 msgid "Start test"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:181
+#: ../lib/python/Screens/TimerEntry.py:176
 msgid "StartTime"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:155
+#: ../lib/python/Screens/TimerEntry.py:150
 msgid "Starting on"
 msgstr ""
 
-#: ../lib/python/Screens/Wizard.py:428
-msgid "Step "
-msgstr ""
-
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:221
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:226
 msgid "Step east"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:220
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:225
 msgid "Step west"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1558
-#: ../lib/python/Screens/InfoBarGenerics.py:1563
+#: ../lib/python/Screens/InfoBarGenerics.py:1602
+#: ../lib/python/Screens/InfoBarGenerics.py:1607
 msgid "Stereo"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:209
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:210
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:211
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:212
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:214
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:215
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:216
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:217
 msgid "Stop"
 msgstr ""
 
@@ -2609,66 +3077,77 @@ msgstr ""
 msgid "Stop Timeshift?"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEdit.py:76
+#: ../lib/python/Screens/TimerEdit.py:85
 msgid "Stop current event and disable coming events"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEdit.py:75
+#: ../lib/python/Screens/TimerEdit.py:84
 msgid "Stop current event but not coming events"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBar.py:161 ../lib/python/Screens/InfoBar.py:193
+#: ../lib/python/Screens/InfoBar.py:172
 msgid "Stop playing this movie?"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:945
+#: ../lib/python/Screens/NetworkSetup.py:1051
 msgid "Stop test"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:230
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:235
 msgid "Store position"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:174
+#: ../lib/python/Screens/Satconfig.py:221
 msgid "Stored position"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1608
+#: ../lib/python/Screens/InfoBarGenerics.py:1652
 msgid "Subservice list..."
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:249
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:129 ../data/
+msgid "Subtitle selection"
+msgstr ""
+
+#: ../lib/python/Screens/Subtitles.py:61 ../lib/python/Screens/Subtitles.py:64
+#: ../lib/python/Screens/Subtitles.py:66
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:126
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:131 ../data/
+msgid "Subtitles"
+msgstr ""
+
+#: ../lib/python/Screens/EpgSelection.py:262
 #: ../lib/python/Components/EpgList.py:38
 #: ../lib/python/Components/TimerList.py:24
 #: ../lib/python/Tools/FuzzyDate.py:13
 msgid "Sun"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:113
-#: ../lib/python/Screens/TimerEntry.py:171
+#: ../lib/python/Screens/TimerEntry.py:108
+#: ../lib/python/Screens/TimerEntry.py:166
 msgid "Sunday"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1312
+#: ../lib/python/Screens/InfoBarGenerics.py:1335
 msgid "Swap Services"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:33
+#: ../lib/python/Components/Language.py:36
 msgid "Swedish"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1613
+#: ../lib/python/Screens/InfoBarGenerics.py:1657
 msgid "Switch to next subservice"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1614
+#: ../lib/python/Screens/InfoBarGenerics.py:1658
 msgid "Switch to previous subservice"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:387
-#: ../lib/python/Screens/ScanSetup.py:423
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:440
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:131
+#: ../lib/python/Screens/ScanSetup.py:388
+#: ../lib/python/Screens/ScanSetup.py:419
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:446
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:135
 msgid "Symbol Rate"
 msgstr ""
 
@@ -2676,26 +3155,30 @@ msgstr ""
 msgid "Symbolrate"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:379
+#: ../lib/python/Screens/ScanSetup.py:380
 #: ../lib/python/Screens/ServiceInfo.py:135 ../data/
 msgid "System"
 msgstr ""
 
 #. TRANSLATORS: Add here whatever should be shown in the "translator" about screen, up to 6 lines (use \n for newline)
-#: ../lib/python/Screens/About.py:57
+#: ../lib/python/Screens/About.py:58
 msgid "TRANSLATOR_INFO"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:910
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:176
+msgid "Table of content for collection"
+msgstr ""
+
+#: ../lib/python/Screens/ChannelSelection.py:909
 #: ../lib/python/Components/ServiceScan.py:78
 msgid "Terrestrial"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:133
+#: ../lib/python/Screens/Satconfig.py:177
 msgid "Terrestrial provider"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:440
+#: ../lib/python/Screens/NetworkSetup.py:590
 msgid "Test the network configuration of your Dreambox.\n"
 msgstr ""
 
@@ -2703,21 +3186,64 @@ msgstr ""
 msgid "Test-Messagebox?"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:626
+msgid ""
+"The .NFI Image flasher USB stick is now ready to use. Please download an ."
+"NFI image file from the feed server and save it on the stick. Then reboot "
+"and hold the 'Down' key on the front panel to boot the .NFI flasher from the "
+"stick!"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:257
+msgid ""
+"The DVD standard doesn't support H.264 (HDTV) video streams. Do you want to "
+"create a Dreambox format data DVD (which will not play in stand-alone DVD "
+"players) instead?"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:539
+#, python-format
+msgid ""
+"The following device was found:\n"
+"\n"
+"%s\n"
+"\n"
+"Do you want to write the USB flasher to this stick?"
+msgstr ""
+
 #: ../lib/python/Screens/ScanSetup.py:299
 msgid "The installation of the default services lists is finished."
 msgstr ""
 
-#: ../lib/python/Screens/DefaultWizard.py:42
+#: ../lib/python/Screens/DefaultWizard.py:40
 msgid ""
 "The installation of the default settings is finished. You can now continue "
 "configuring your Dreambox by pressing the OK button on the remote control."
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:197
+msgid ""
+"The md5sum validation failed, the file may be corrupted! Are you sure that "
+"you want to burn this image to flash memory? You are doing this at your own "
+"risk!"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:430
+msgid ""
+"The md5sum validation failed, the file may be downloaded incompletely or be "
+"corrupted!"
+msgstr ""
+
+#: ../lib/python/Screens/LocationBox.py:258
+#, python-format
+msgid "The path %s already exists."
+msgstr ""
+
 #: ../lib/python/Screens/ParentalControlSetup.py:274
 msgid "The pin code has been changed successfully."
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:192
+#: ../lib/python/Screens/ChannelSelection.py:191
 #: ../lib/python/Screens/ParentalControlSetup.py:36
 #: ../lib/python/Components/ParentalControl.py:141
 msgid "The pin code you entered is wrong."
@@ -2727,25 +3253,61 @@ msgstr ""
 msgid "The pin codes you entered are different."
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:80
+#: ../lib/python/Screens/SleepTimerEdit.py:98
 msgid "The sleep timer has been activated."
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:83
+#: ../lib/python/Screens/SleepTimerEdit.py:101
 msgid "The sleep timer has been disabled."
 msgstr ""
 
-#: ../RecordTimer.py:402
+#: ../RecordTimer.py:411
 msgid "The timer file (timers.xml) is corrupt and could not be loaded."
 msgstr ""
 
-#: ../lib/python/Screens/LocationBox.py:181
+#: ../lib/python/Screens/NetworkSetup.py:512
+#: ../lib/python/Screens/NetworkSetup.py:532
+#: ../lib/python/Screens/NetworkSetup.py:546
+msgid ""
+"The wireless LAN plugin is not installed!\n"
+"Please install it."
+msgstr ""
+
+#: ../lib/python/Screens/LocationBox.py:359
 msgid ""
 "There might not be enough Space on the selected Partition.\n"
 "Do you really want to continue?"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:842
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:188
+#, python-format
+msgid "This .NFI file does not contain a valid %s image!"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:186
+msgid ""
+"This .NFI file does not have a md5sum signature and is not guaranteed to "
+"work. Do you really want to burn this image to flash memory?"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:195
+msgid ""
+"This .NFI file has a valid md5 signature. Continue programming this image to "
+"flash memory?"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:163
+msgid ""
+"This DVD RW medium is already formatted - reformatting will erase all "
+"content on the disc."
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:230
+#, python-format
+msgid "This Dreambox can't decode %s video streams!"
+msgstr ""
+
+#: ../lib/python/Screens/NetworkSetup.py:975
 msgid ""
 "This test checks for configured Nameservers.\n"
 "If you get a \"unconfirmed\" message:\n"
@@ -2754,7 +3316,7 @@ msgid ""
 "the \"Nameserver\" Configuration"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:827
+#: ../lib/python/Screens/NetworkSetup.py:960
 msgid ""
 "This test checks whether a network cable is connected to your LAN-Adapter.\n"
 "If you get a \"disconnected\" message:\n"
@@ -2762,7 +3324,7 @@ msgid ""
 "- verify that the cable is not broken"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:837
+#: ../lib/python/Screens/NetworkSetup.py:970
 msgid ""
 "This test checks whether a valid IP Address is found for your LAN Adapter.\n"
 "If you get a \"unconfirmed\" message:\n"
@@ -2770,7 +3332,7 @@ msgid ""
 "- please check your DHCP, cabling and adapter setup"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:832
+#: ../lib/python/Screens/NetworkSetup.py:965
 msgid ""
 "This test checks whether your LAN Adapter is set up for automatic IP Address "
 "configuration with DHCP.\n"
@@ -2782,27 +3344,27 @@ msgid ""
 "-verify that you have a configured and working DHCP Server in your network."
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:822
+#: ../lib/python/Screens/NetworkSetup.py:955
 msgid "This test detects your configured LAN-Adapter."
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:825
+#: ../lib/python/Components/NimManager.py:969
 msgid "Three"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:230
+#: ../lib/python/Screens/Satconfig.py:278
 msgid "Threshold"
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:249
+#: ../lib/python/Screens/EpgSelection.py:262
 #: ../lib/python/Components/EpgList.py:38
 #: ../lib/python/Components/TimerList.py:24
 #: ../lib/python/Tools/FuzzyDate.py:13
 msgid "Thu"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:113
-#: ../lib/python/Screens/TimerEntry.py:168
+#: ../lib/python/Screens/TimerEntry.py:108
+#: ../lib/python/Screens/TimerEntry.py:163
 msgid "Thursday"
 msgstr ""
 
@@ -2810,12 +3372,18 @@ msgstr ""
 msgid "Time"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:145
+#: ../lib/python/Screens/TimerEntry.py:140
 msgid "Timer Type"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:57
-#: ../lib/python/Screens/SleepTimerEdit.py:59
+#: ../RecordTimer.py:430
+msgid ""
+"Timer overlap in timers.xml detected!\n"
+"Please recheck it!"
+msgstr ""
+
+#: ../lib/python/Screens/SleepTimerEdit.py:27
+#: ../lib/python/Screens/SleepTimerEdit.py:29
 msgid "Timer status:"
 msgstr ""
 
@@ -2823,42 +3391,55 @@ msgstr ""
 msgid "Timeshift not possible!"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:377
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:125
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:131
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:402
 msgid "Title"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:81
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:84
 msgid "Title:"
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:260
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:492
+msgid ""
+"To make sure you intend to do this, please remove the target USB stick now "
+"and stick it back in upon prompt. Press OK when you have taken the stick out."
+msgstr ""
+
+#: ../lib/python/Screens/EpgSelection.py:273
 #: ../lib/python/Tools/FuzzyDate.py:10
 msgid "Today"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:169
+#: ../lib/python/Screens/Satconfig.py:215
 msgid "Tone mode"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:183
+#: ../lib/python/Screens/Satconfig.py:231
 msgid "Toneburst"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:736
+#: ../lib/python/Components/NimManager.py:875
 msgid "Toneburst A/B"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+msgid "Track"
+msgstr ""
+
 #: ../lib/python/Screens/ServiceInfo.py:149
 msgid "Transmission Mode"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:437
+#: ../lib/python/Screens/ScanSetup.py:430
 msgid "Transmission mode"
 msgstr ""
 
 #: ../lib/python/Screens/ServiceInfo.py:87
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:444
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:135
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:450
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:139
 msgid "Transponder"
 msgstr ""
 
@@ -2878,35 +3459,38 @@ msgstr ""
 msgid "Try to find used transponders in cable network.. please wait..."
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:249
+#: ../lib/python/Screens/EpgSelection.py:262
 #: ../lib/python/Components/EpgList.py:38
 #: ../lib/python/Components/TimerList.py:24
 #: ../lib/python/Tools/FuzzyDate.py:13
 msgid "Tue"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:113
-#: ../lib/python/Screens/TimerEntry.py:166
+#: ../lib/python/Screens/TimerEntry.py:108
+#: ../lib/python/Screens/TimerEntry.py:161
 msgid "Tuesday"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:171
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:203
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:433
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:124
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:176
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:208
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:439
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:128
 msgid "Tune"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:2128
+#: ../lib/python/Screens/InfoBarGenerics.py:2177
 msgid "Tune failed!"
 msgstr ""
 
+#: ../lib/python/Screens/Satconfig.py:105
+#: ../lib/python/Screens/Satconfig.py:114
+#: ../lib/python/Screens/Satconfig.py:405
 #: ../lib/python/Screens/ScanSetup.py:355
-#: ../lib/python/Components/ServiceScan.py:135
+#: ../lib/python/Components/ServiceScan.py:133
 msgid "Tuner"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:384
+#: ../lib/python/Components/NimManager.py:432
 msgid "Tuner "
 msgstr ""
 
@@ -2914,11 +3498,11 @@ msgstr ""
 msgid "Tuner status"
 msgstr ""
 
-#: ../lib/python/Components/Language.py:34
+#: ../lib/python/Components/Language.py:37
 msgid "Turkish"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:825
+#: ../lib/python/Components/NimManager.py:969
 msgid "Two"
 msgstr ""
 
@@ -2928,11 +3512,12 @@ msgstr ""
 msgid "Type of scan"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:748
+#: ../lib/python/Screens/Satconfig.py:419
+#: ../lib/python/Components/NimManager.py:892
 msgid "USALS"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:284
+#: ../lib/python/Components/Harddisk.py:270
 #: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:108
 msgid "USB Stick"
 msgstr ""
@@ -2949,18 +3534,22 @@ msgid ""
 "Error: "
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:201
+#: ../lib/python/Screens/Satconfig.py:249
 msgid "Uncommitted DiSEqC command"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:804
+#: ../lib/python/Components/NimManager.py:945
 msgid "Universal LNB"
 msgstr ""
 
-#: ../lib/python/Components/Harddisk.py:166
+#: ../lib/python/Components/Harddisk.py:169
 msgid "Unmount failed"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:34
+msgid "Update"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py:360
 msgid "Updates your receiver's software"
 msgstr ""
@@ -2991,35 +3580,43 @@ msgstr ""
 msgid "Upgrading Dreambox... Please wait"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:249 ../data/
+#: ../lib/python/Screens/NetworkSetup.py:365 ../data/
 msgid "Use DHCP"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:34
-#: ../lib/python/Screens/Satconfig.py:210
+#: ../lib/python/Screens/NetworkSetup.py:361
+msgid "Use Interface"
+msgstr ""
+
+#: ../lib/python/Screens/Satconfig.py:35
+#: ../lib/python/Screens/Satconfig.py:258
 msgid "Use Power Measurement"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:254
+#: ../lib/python/Screens/NetworkSetup.py:370
 msgid "Use a gateway"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:454
+#: ../lib/python/Screens/NetworkSetup.py:600
 msgid "Use the Networkwizard to configure your Network\n"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:171
+#: ../lib/python/Screens/Satconfig.py:218
 msgid "Use usals for this sat"
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:98
+#: ../lib/python/Screens/Satconfig.py:142
 msgid "Used service scan type"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:804
+#: ../lib/python/Components/NimManager.py:945
 msgid "User defined"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:135
+msgid "VMGM (intro trailer)"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/VideoTune/plugin.py:33
 #: ../lib/python/Plugins/SystemPlugins/VideoTune/plugin.py:37
 msgid "Video Fine-Tuning"
@@ -3033,46 +3630,41 @@ msgstr ""
 msgid "Video Output"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:213
+#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:219
 msgid "Video Setup"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:216
+#: ../lib/python/Plugins/SystemPlugins/Videomode/plugin.py:222
 msgid "Video Wizard"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:1370
+#: ../lib/python/Screens/ChannelSelection.py:1369
 msgid "View Rass interactive..."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:2043
+#: ../lib/python/Screens/InfoBarGenerics.py:2092
 msgid "View teletext..."
 msgstr ""
 
-#: ../lib/python/Screens/Satconfig.py:168
+#: ../lib/python/Screens/Satconfig.py:214
 msgid "Voltage mode"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:914
-#: ../lib/python/Screens/Satconfig.py:270
+#: ../lib/python/Screens/ChannelSelection.py:913
+#: ../lib/python/Screens/Satconfig.py:318
 #: ../lib/python/Components/ServiceScan.py:53
 msgid "W"
 msgstr ""
 
-#: ../lib/python/Screens/InetWizard.py:16
-#: ../lib/python/Screens/NetworkSetup.py:157
+#: ../lib/python/Screens/NetworkSetup.py:307
 msgid "WEP"
 msgstr ""
 
-#: ../lib/python/Screens/InetWizard.py:17
-#: ../lib/python/Screens/InetWizard.py:25
-#: ../lib/python/Screens/NetworkSetup.py:158
-#: ../lib/python/Screens/NetworkSetup.py:184
+#: ../lib/python/Screens/NetworkSetup.py:308
 msgid "WPA"
 msgstr ""
 
-#: ../lib/python/Screens/InetWizard.py:18
-#: ../lib/python/Screens/NetworkSetup.py:159
+#: ../lib/python/Screens/NetworkSetup.py:309
 msgid "WPA2"
 msgstr ""
 
@@ -3080,77 +3672,114 @@ msgstr ""
 msgid "WSS on 4:3"
 msgstr ""
 
-#: ../lib/python/Screens/TaskView.py:41
+#: ../lib/python/Components/Task.py:41
 msgid "Waiting"
 msgstr ""
 
-#: ../lib/python/Screens/EpgSelection.py:249
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:506
+msgid "Waiting for USB stick to settle..."
+msgstr ""
+
+#: ../lib/python/Screens/EpgSelection.py:262
 #: ../lib/python/Components/EpgList.py:38
 #: ../lib/python/Components/TimerList.py:24
 #: ../lib/python/Tools/FuzzyDate.py:13
 msgid "Wed"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:113
-#: ../lib/python/Screens/TimerEntry.py:167
+#: ../lib/python/Screens/TimerEntry.py:108
+#: ../lib/python/Screens/TimerEntry.py:162
 msgid "Wednesday"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:162
+#: ../lib/python/Screens/TimerEntry.py:157
 msgid "Weekday"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:752
-#: ../lib/python/Components/NimManager.py:827
+#: ../lib/python/Plugins/Extensions/CutListEditor/plugin.py:224
+msgid ""
+"Welcome to the Cutlist editor.\n"
+"\n"
+"Seek to the start of the stuff you want to cut away. Press OK, select 'start "
+"cut'.\n"
+"\n"
+"Then seek to the end, press OK, select 'end cut'. That's it."
+msgstr ""
+
+#: ../lib/python/Components/NimManager.py:896
+#: ../lib/python/Components/NimManager.py:971
 msgid "West"
 msgstr ""
 
-#: ../lib/python/Components/Network.py:212
+#: ../lib/python/Components/Network.py:238
 msgid "Wireless"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:901
+#: ../lib/python/Screens/NetworkSetup.py:1015
 msgid "Wireless Network"
 msgstr ""
 
-#: ../RecordTimer.py:321
+#: ../RecordTimer.py:327
 msgid "Write error while recording. Disk full?\n"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:252
+msgid "Write failed!"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:241
+msgid "Writing NFI image file to flash completed"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:20
+msgid "Writing image file to NAND Flash"
+msgstr ""
+
 #: ../lib/python/Components/AVSwitch.py:86
 msgid "YPbPr"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:85
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:88
 msgid "Year:"
 msgstr ""
 
-#: ../lib/python/Screens/Ci.py:19 ../lib/python/Screens/InfoBar.py:155
-#: ../lib/python/Screens/InfoBar.py:187 ../data/
-#: ../lib/python/Plugins/SystemPlugins/Videomode/
+#: ../lib/python/Screens/Ci.py:19 ../lib/python/Screens/InfoBar.py:162
+#: ../data/ ../lib/python/Plugins/SystemPlugins/Videomode/
 msgid "Yes"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBar.py:157 ../lib/python/Screens/InfoBar.py:189
+#: ../lib/python/Screens/InfoBar.py:166
+msgid "Yes, and delete this movie"
+msgstr ""
+
+#: ../lib/python/Screens/InfoBar.py:164
 msgid "Yes, returning to movie list"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:110
+#: ../lib/python/Screens/InfoBar.py:202
+#: ../lib/python/Screens/MovieSelection.py:108
 msgid "You cannot delete this!"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:445
+msgid ""
+"You have chosen to create a new .NFI flasher bootable USB stick. This will "
+"repartition the USB stick and therefore all data on it will be erased."
+msgstr ""
+
 #: ../lib/python/Screens/InputBox.py:102
-msgid "You have to wait for"
+#, python-format
+msgid "You have to wait %s!"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:380
+#: ../lib/python/Screens/MovieSelection.py:392
 msgid ""
 "You need to define some keywords first!\n"
 "Press the menu-key to define keywords.\n"
 "Do you want to define keywords now?"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:350
+#: ../lib/python/Screens/NetworkSetup.py:487
 msgid "Your Dreambox will restart after pressing OK on your remote control."
 msgstr ""
 
@@ -3166,51 +3795,39 @@ msgid ""
 "Press OK to start upgrade."
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:529
-msgid ""
-"Your wired LAN Adapter could not be started.\n"
-"Do you want to reboot your Dreambox to apply the new configuration?\n"
-msgstr ""
-
-#: ../lib/python/Screens/NetworkSetup.py:518
-msgid ""
-"Your wireless LAN Adapter could not be started.\n"
-"Do you want to reboot your Dreambox to apply the new configuration?\n"
-msgstr ""
-
-#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:139
+#: ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py:144
 msgid "Zap back to service before positioner setup?"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:235
+#: ../lib/python/Plugins/SystemPlugins/Satfinder/plugin.py:248
 msgid "Zap back to service before satfinder?"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:522
+#: ../lib/python/Screens/ChannelSelection.py:521
 msgid "[alternative edit]"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:526
+#: ../lib/python/Screens/ChannelSelection.py:525
 msgid "[bouquet edit]"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:528
+#: ../lib/python/Screens/ChannelSelection.py:527
 msgid "[favourite edit]"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:620
+#: ../lib/python/Screens/ChannelSelection.py:619
 msgid "[move mode]"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:158
+#: ../lib/python/Screens/ChannelSelection.py:157
 msgid "abort alternatives edit"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:152
+#: ../lib/python/Screens/ChannelSelection.py:151
 msgid "abort bouquet edit"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:155
+#: ../lib/python/Screens/ChannelSelection.py:154
 msgid "abort favourites edit"
 msgstr ""
 
@@ -3218,82 +3835,95 @@ msgstr ""
 msgid "about to start"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:145
+#: ../lib/python/Screens/ChannelSelection.py:144
 msgid "add alternatives"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:127
+#: ../lib/python/Screens/LocationBox.py:403
+msgid "add bookmark"
+msgstr ""
+
+#: ../lib/python/Screens/ChannelSelection.py:126
 msgid "add bouquet"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:391
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:446
 msgid "add directory to playlist"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:105
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:110
 msgid "add file to playlist"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:393
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:448
 msgid "add files to playlist"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:135
+#: ../lib/python/Screens/ChannelSelection.py:134
 msgid "add marker"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1500
-#: ../lib/python/Screens/InfoBarGenerics.py:1508
+#: ../lib/python/Screens/InfoBarGenerics.py:1544
+#: ../lib/python/Screens/InfoBarGenerics.py:1552
 msgid "add recording (enter recording duration)"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1501
-#: ../lib/python/Screens/InfoBarGenerics.py:1509
+#: ../lib/python/Screens/InfoBarGenerics.py:1545
+#: ../lib/python/Screens/InfoBarGenerics.py:1553
 msgid "add recording (enter recording endtime)"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1498
-#: ../lib/python/Screens/InfoBarGenerics.py:1506
+#: ../lib/python/Screens/InfoBarGenerics.py:1542
+#: ../lib/python/Screens/InfoBarGenerics.py:1550
 msgid "add recording (indefinitely)"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1499
-#: ../lib/python/Screens/InfoBarGenerics.py:1507
+#: ../lib/python/Screens/InfoBarGenerics.py:1543
+#: ../lib/python/Screens/InfoBarGenerics.py:1551
 msgid "add recording (stop after current event)"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:111
+#: ../lib/python/Screens/ChannelSelection.py:110
 msgid "add service to bouquet"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:113
+#: ../lib/python/Screens/ChannelSelection.py:112
 msgid "add service to favourites"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:107
+#: ../lib/python/Screens/ChannelSelection.py:106
 msgid "add to parental protection"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:702
-#: ../lib/python/Components/NimManager.py:714
+#: ../lib/python/Screens/Satconfig.py:55
+#: ../lib/python/Screens/Satconfig.py:425
+#: ../lib/python/Components/NimManager.py:857
 msgid "advanced"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:52
+#: ../lib/python/Screens/MovieSelection.py:53
 msgid "alphabetic sort"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:205
+#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:202
 msgid ""
 "are you sure you want to restore\n"
 "following backup:\n"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:160
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+msgid "audio tracks"
+msgstr ""
+
+#: ../lib/python/Screens/ChannelSelection.py:159
 #: ../lib/python/Plugins/Extensions/CutListEditor/plugin.py:51
 msgid "back"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:124
+msgid "background image"
+msgstr ""
+
 #: ../lib/python/Plugins/Extensions/PicturePlayer/plugin.py:19
 msgid "better"
 msgstr ""
@@ -3306,38 +3936,52 @@ msgstr ""
 msgid "by Exif"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1496
+#: ../lib/python/Screens/InfoBarGenerics.py:1540
 msgid "change recording (duration)"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1497
+#: ../lib/python/Screens/InfoBarGenerics.py:1541
 msgid "change recording (endtime)"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:566
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+msgid "chapters"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:226
+msgid "choose destination directory"
+msgstr ""
+
+#: ../lib/python/Screens/ScanSetup.py:546
 msgid "circular left"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:566
+#: ../lib/python/Screens/ScanSetup.py:546
 msgid "circular right"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:122
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:401
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:127
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:456
 msgid "clear playlist"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:127
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:128
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:129
+msgid "color"
+msgstr ""
+
 #: ../lib/python/Components/ParentalControl.py:12
 msgid "complex"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:740
-#: ../lib/python/Screens/NetworkSetup.py:757
+#: ../lib/python/Screens/NetworkSetup.py:880
+#: ../lib/python/Screens/NetworkSetup.py:898
 msgid "confirmed"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:965
-#: ../lib/python/Screens/NetworkSetup.py:983
+#: ../lib/python/Screens/NetworkSetup.py:1070
+#: ../lib/python/Screens/NetworkSetup.py:1088
 msgid "connected"
 msgstr ""
 
@@ -3345,15 +3989,23 @@ msgstr ""
 msgid "continue"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:119
+#: ../lib/python/Screens/ChannelSelection.py:118
 msgid "copy to bouquets"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:101
+#: ../lib/python/Screens/LocationBox.py:405
+msgid "create directory"
+msgstr ""
+
+#: ../lib/python/Screens/TimerEntry.py:92
 msgid "daily"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:400
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+msgid "day"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:455
 msgid "delete"
 msgstr ""
 
@@ -3362,90 +4014,92 @@ msgstr ""
 msgid "delete cut"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:121
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:126
 msgid "delete playlist entry"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:405
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:460
 msgid "delete saved playlist"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:44
+#: ../lib/python/Screens/MovieSelection.py:45
 msgid "delete..."
 msgstr ""
 
-#: ../lib/python/Components/config.py:309
+#: ../lib/python/Components/config.py:317
 msgid "disable"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:147
+#: ../lib/python/Screens/ChannelSelection.py:146
 msgid "disable move mode"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:729
-#: ../lib/python/Components/NimManager.py:892
-#: ../lib/python/Components/TimerList.py:61
+#: ../lib/python/Screens/NetworkSetup.py:868
+#: ../lib/python/Components/NimManager.py:1036
+#: ../lib/python/Components/TimerList.py:63
 msgid "disabled"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:960
-#: ../lib/python/Screens/NetworkSetup.py:970
-#: ../lib/python/Screens/NetworkSetup.py:988
+#: ../lib/python/Screens/NetworkSetup.py:1065
+#: ../lib/python/Screens/NetworkSetup.py:1075
+#: ../lib/python/Screens/NetworkSetup.py:1092
 msgid "disconnected"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:26
+#: ../lib/python/Components/UsageConfig.py:27
 msgid "do not change"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1502
-#: ../lib/python/Screens/TimerEntry.py:96
+#: ../lib/python/Screens/InfoBarGenerics.py:1546
+#: ../lib/python/Screens/TaskView.py:47 ../lib/python/Screens/TimerEntry.py:87
 msgid "do nothing"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1510
+#: ../lib/python/Screens/InfoBarGenerics.py:1554
 msgid "don't record"
 msgstr ""
 
-#: ../lib/python/Components/TimerList.py:58
+#: ../lib/python/Components/TimerList.py:56
+#: ../lib/python/Components/TimerList.py:60
 msgid "done!"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:141
+#: ../lib/python/Screens/ChannelSelection.py:140
 msgid "edit alternatives"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:399
+#: ../lib/python/Components/NimManager.py:453
 msgid "empty"
 msgstr ""
 
-#: ../lib/python/Components/config.py:309
+#: ../lib/python/Components/config.py:317
 msgid "enable"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:137
+#: ../lib/python/Screens/ChannelSelection.py:136
 msgid "enable bouquet edit"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:139
+#: ../lib/python/Screens/ChannelSelection.py:138
 msgid "enable favourite edit"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:133
+#: ../lib/python/Screens/ChannelSelection.py:132
 msgid "enable move mode"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:724
-#: ../lib/python/Components/NimManager.py:840
-#: ../lib/python/Components/NimManager.py:880
+#: ../lib/python/Screens/NetworkSetup.py:864
+#: ../lib/python/Screens/Satconfig.py:430
+#: ../lib/python/Components/NimManager.py:984
+#: ../lib/python/Components/NimManager.py:1024
 msgid "enabled"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:157
+#: ../lib/python/Screens/ChannelSelection.py:156
 msgid "end alternatives edit"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:151
+#: ../lib/python/Screens/ChannelSelection.py:150
 msgid "end bouquet edit"
 msgstr ""
 
@@ -3454,76 +4108,109 @@ msgstr ""
 msgid "end cut here"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:154
+#: ../lib/python/Screens/ChannelSelection.py:153
 msgid "end favourites edit"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:709
-msgid "equal to Socket A"
+#: ../lib/python/Screens/Satconfig.py:60
+#: ../lib/python/Screens/Satconfig.py:403
+#: ../lib/python/Components/NimManager.py:859
+msgid "equal to"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:228
+msgid "exceeds dual layer medium!"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:304
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:315
 msgid "exit DVD player or return to file browser"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:106
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:111
 msgid "exit mediaplayer"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:212
+#: ../lib/python/Screens/MovieSelection.py:211
 msgid "exit movielist"
 msgstr ""
 
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:577
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:601
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:617
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:629
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:246
+msgid "failed"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+msgid "filename"
+msgstr ""
+
 #: ../lib/python/Plugins/SystemPlugins/VideoTune/plugin.py:37
 msgid "fine-tune your display"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:300
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:130
+msgid "font face"
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:311
 msgid "forward to the next chapter"
 msgstr ""
 
-#: ../lib/python/Components/DiskInfo.py:30
-msgid "free diskspace"
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:228
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:232
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:236
+msgid "free"
 msgstr ""
 
-#: ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py:107
-msgid "full /etc directory"
+#: ../lib/python/Components/DiskInfo.py:30
+msgid "free diskspace"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:96
+#: ../lib/python/Screens/TaskView.py:47 ../lib/python/Screens/TimerEntry.py:87
 msgid "go to deep standby"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:96
+#: ../lib/python/Screens/TaskView.py:47 ../lib/python/Screens/TimerEntry.py:87
 msgid "go to standby"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBar.py:64
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:127
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:131
+msgid "headline"
+msgstr ""
+
+#: ../lib/python/Screens/InfoBar.py:61
 msgid "hear radio..."
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:60
+#: ../lib/python/Screens/MovieSelection.py:61
 msgid "hide extended description"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:402
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:457
 msgid "hide player"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:566
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:129
+msgid "highlighted button"
+msgstr ""
+
+#: ../lib/python/Screens/ScanSetup.py:546
 msgid "horizontal"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:23
+#: ../lib/python/Components/UsageConfig.py:24
 msgid "hour"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:23
 #: ../lib/python/Components/UsageConfig.py:24
+#: ../lib/python/Components/UsageConfig.py:25
 msgid "hours"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:46
+#: ../lib/python/Components/UsageConfig.py:47
 msgid "immediate shutdown"
 msgstr ""
 
@@ -3542,55 +4229,59 @@ msgstr ""
 msgid "insert mark here"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:303
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:314
 msgid "jump back to the previous title"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:302
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:313
 msgid "jump forward to the next title"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:117
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:122
 msgid "jump to listbegin"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:118
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:123
 msgid "jump to listend"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1794
+#: ../lib/python/Screens/InfoBarGenerics.py:1843
 msgid "jump to next marked position"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1793
+#: ../lib/python/Screens/InfoBarGenerics.py:1842
 msgid "jump to previous marked position"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBar.py:135
+#: ../lib/python/Screens/InfoBar.py:139
 msgid "leave movie player..."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1589
+#: ../lib/python/Screens/InfoBarGenerics.py:1633
 msgid "left"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:56
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+msgid "length"
+msgstr ""
+
+#: ../lib/python/Screens/MovieSelection.py:57
 msgid "list style compact"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:55
+#: ../lib/python/Screens/MovieSelection.py:56
 msgid "list style compact with description"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:54
+#: ../lib/python/Screens/MovieSelection.py:55
 msgid "list style default"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:57
+#: ../lib/python/Screens/MovieSelection.py:58
 msgid "list style single line"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:404
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:459
 msgid "load playlist"
 msgstr ""
 
@@ -3598,42 +4289,52 @@ msgstr ""
 msgid "locked"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:710
-msgid "loopthrough to socket A"
+#: ../lib/python/Screens/Satconfig.py:64
+#: ../lib/python/Screens/Satconfig.py:402
+#: ../lib/python/Components/NimManager.py:862
+msgid "loopthrough to"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:749
+#: ../lib/python/Screens/Satconfig.py:421
+#: ../lib/python/Components/NimManager.py:893
 #: ../lib/python/Plugins/Extensions/PicturePlayer/plugin.py:22
 msgid "manual"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:198
+#: ../lib/python/Screens/LocationBox.py:147
+#: ../lib/python/Screens/MovieSelection.py:197
 #: ../lib/python/Plugins/Extensions/CutListEditor/plugin.py:202
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:116
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:53
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:121
 msgid "menu"
 msgstr ""
 
+#: ../lib/python/Screens/NetworkSetup.py:602
+msgid "menulist"
+msgstr ""
+
 #: ../lib/python/Components/TimerList.py:38
 #: ../lib/python/Components/TimerList.py:43
 msgid "mins"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:21
+#: ../lib/python/Components/UsageConfig.py:22
 msgid "minute"
 msgstr ""
 
-#: ../lib/python/Screens/SleepTimerEdit.py:26
-#: ../lib/python/Components/UsageConfig.py:21
+#: ../lib/python/Screens/InputBox.py:102
+#: ../lib/python/Screens/SleepTimerEdit.py:42
 #: ../lib/python/Components/UsageConfig.py:22
 #: ../lib/python/Components/UsageConfig.py:23
+#: ../lib/python/Components/UsageConfig.py:24
 msgid "minutes"
 msgstr ""
 
-#: ../lib/python/Screens/InputBox.py:102
-msgid "minutes and"
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+msgid "month"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:30
+#: ../lib/python/Components/UsageConfig.py:31
 msgid "move PiP to main picture"
 msgstr ""
 
@@ -3659,12 +4360,12 @@ msgstr ""
 msgid "next channel in history"
 msgstr ""
 
-#: ../lib/python/Screens/MessageBox.py:41
-#: ../lib/python/Screens/MessageBox.py:43
-#: ../lib/python/Screens/ScanSetup.py:542
-#: ../lib/python/Screens/ScanSetup.py:859
-#: ../lib/python/Screens/SleepTimerEdit.py:69
-#: ../lib/python/Components/config.py:301
+#: ../lib/python/Screens/MessageBox.py:42
+#: ../lib/python/Screens/MessageBox.py:44
+#: ../lib/python/Screens/ScanSetup.py:521
+#: ../lib/python/Screens/ScanSetup.py:827
+#: ../lib/python/Screens/SleepTimerEdit.py:85
+#: ../lib/python/Components/config.py:309
 msgid "no"
 msgstr ""
 
@@ -3680,15 +4381,15 @@ msgstr ""
 msgid "no module found"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:20
+#: ../lib/python/Components/UsageConfig.py:21
 msgid "no standby"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:13
+#: ../lib/python/Components/UsageConfig.py:14
 msgid "no timeout"
 msgstr ""
 
-#: ../lib/python/Screens/About.py:39
+#: ../lib/python/Screens/About.py:40
 #: ../lib/python/Plugins/Extensions/PicturePlayer/plugin.py:22
 msgid "none"
 msgstr ""
@@ -3697,32 +4398,48 @@ msgstr ""
 msgid "not locked"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:703
-#: ../lib/python/Components/NimManager.py:711
-#: ../lib/python/Components/NimManager.py:841
-#: ../lib/python/Components/NimManager.py:881
+#: ../lib/python/Screens/Satconfig.py:53
+#: ../lib/python/Screens/Satconfig.py:407
+#: ../lib/python/Screens/Satconfig.py:428
+#: ../lib/python/Components/NimManager.py:855
+#: ../lib/python/Components/NimManager.py:985
+#: ../lib/python/Components/NimManager.py:1025
 msgid "nothing connected"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:564
-#: ../lib/python/Screens/ScanSetup.py:571
-#: ../lib/python/Screens/ScanSetup.py:575
-#: ../lib/python/Screens/ScanSetup.py:582
-#: ../lib/python/Components/config.py:305
-#: ../lib/python/Components/UsageConfig.py:26
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:126
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:232
+msgid "of a DUAL layer medium used."
+msgstr ""
+
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:129
+#: ../lib/python/Plugins/Extensions/DVDBurn/TitleList.py:236
+msgid "of a SINGLE layer medium used."
+msgstr ""
+
+#: ../lib/python/Screens/ScanSetup.py:544
+#: ../lib/python/Screens/ScanSetup.py:551
+#: ../lib/python/Screens/ScanSetup.py:555
+#: ../lib/python/Screens/ScanSetup.py:562
+#: ../lib/python/Components/config.py:313
+#: ../lib/python/Components/UsageConfig.py:27
 msgid "off"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:564
-#: ../lib/python/Screens/ScanSetup.py:571
-#: ../lib/python/Screens/ScanSetup.py:575
-#: ../lib/python/Screens/ScanSetup.py:582
-#: ../lib/python/Components/config.py:305
-#: ../lib/python/Components/UsageConfig.py:26
+#: ../lib/python/Screens/ScanSetup.py:544
+#: ../lib/python/Screens/ScanSetup.py:551
+#: ../lib/python/Screens/ScanSetup.py:555
+#: ../lib/python/Screens/ScanSetup.py:562
+#: ../lib/python/Components/config.py:313
+#: ../lib/python/Components/UsageConfig.py:27
 msgid "on"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:97
+#: ../lib/python/Plugins/Extensions/DVDBurn/DVDToolbox.py:132
+msgid "on READ ONLY medium."
+msgstr ""
+
+#: ../lib/python/Screens/TimerEntry.py:88
 msgid "once"
 msgstr ""
 
@@ -3742,24 +4459,24 @@ msgstr ""
 msgid "open servicelist(up)"
 msgstr ""
 
-#: ../lib/python/Components/ServiceScan.py:135
+#: ../lib/python/Components/ServiceScan.py:133
 msgid "pass"
 msgstr ""
 
 #: ../lib/python/Screens/InfoBarGenerics.py:637
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:112
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:117
 msgid "pause"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:111
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:116
 msgid "play entry"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:115
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:120
 msgid "play from next mark or playlist entry"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:114
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:119
 msgid "play from previous mark or playlist entry"
 msgstr ""
 
@@ -3767,6 +4484,7 @@ msgstr ""
 msgid "please press OK when ready"
 msgstr ""
 
+#: ../lib/python/Plugins/Extensions/DVDBurn/Process.py:404
 #: ../lib/python/Plugins/Extensions/PicturePlayer/plugin.py:240
 msgid "please wait, loading picture..."
 msgstr ""
@@ -3779,7 +4497,11 @@ msgstr ""
 msgid "previous channel in history"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:95
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:255
+msgid "rebooting..."
+msgstr ""
+
+#: ../lib/python/Screens/TimerEntry.py:86
 msgid "record"
 msgstr ""
 
@@ -3791,11 +4513,11 @@ msgstr ""
 msgid "remove after this position"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:143
+#: ../lib/python/Screens/ChannelSelection.py:142
 msgid "remove all alternatives"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:121
+#: ../lib/python/Screens/ChannelSelection.py:120
 msgid "remove all new found flags"
 msgstr ""
 
@@ -3803,20 +4525,28 @@ msgstr ""
 msgid "remove before this position"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:123
-#: ../lib/python/Screens/ChannelSelection.py:128
+#: ../lib/python/Screens/LocationBox.py:409
+msgid "remove bookmark"
+msgstr ""
+
+#: ../lib/python/Screens/LocationBox.py:406
+msgid "remove directory"
+msgstr ""
+
+#: ../lib/python/Screens/ChannelSelection.py:122
+#: ../lib/python/Screens/ChannelSelection.py:127
 msgid "remove entry"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:109
+#: ../lib/python/Screens/ChannelSelection.py:108
 msgid "remove from parental protection"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:125
+#: ../lib/python/Screens/ChannelSelection.py:124
 msgid "remove new found flag"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:116
+#: ../lib/python/Screens/ChannelSelection.py:115
 msgid "remove selected satellite"
 msgstr ""
 
@@ -3824,68 +4554,75 @@ msgstr ""
 msgid "remove this mark"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:97
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:461
+msgid "repeat playlist"
+msgstr ""
+
+#: ../lib/python/Screens/TimerEntry.py:88
 msgid "repeated"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:301
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:312
 msgid "rewind to the previous chapter"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1589
+#: ../lib/python/Screens/InfoBarGenerics.py:1633
 msgid "right"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:403
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:458
 msgid "save playlist"
 msgstr ""
 
-#: ../lib/python/Components/ServiceScan.py:96
-#, python-format
-msgid "scan done! %d services found!"
-msgstr ""
-
-#: ../lib/python/Components/ServiceScan.py:94
-msgid "scan done! No service found!"
-msgstr ""
-
 #: ../lib/python/Components/ServiceScan.py:92
-msgid "scan done! One service found!"
+#: ../lib/python/Components/ServiceScan.py:94
+msgid "scan done!"
 msgstr ""
 
 #: ../lib/python/Components/ServiceScan.py:33
 #, python-format
-msgid "scan in progress - %d %% done! %d services found!"
+msgid "scan in progress - %d%% done!"
 msgstr ""
 
 #: ../lib/python/Screens/ServiceScan.py:48
 msgid "scan state"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:13
+#: ../lib/python/Components/UsageConfig.py:14
 msgid "second"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:712
+#: ../lib/python/Screens/Satconfig.py:62
+#: ../lib/python/Screens/Satconfig.py:404
+#: ../lib/python/Components/NimManager.py:860
 msgid "second cable of motorized LNB"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:13
+#: ../lib/python/Screens/InputBox.py:102
 #: ../lib/python/Components/UsageConfig.py:14
 #: ../lib/python/Components/UsageConfig.py:15
-#: ../lib/python/Components/UsageConfig.py:20
+#: ../lib/python/Components/UsageConfig.py:16
+#: ../lib/python/Components/UsageConfig.py:21
 msgid "seconds"
 msgstr ""
 
-#: ../lib/python/Screens/InputBox.py:102
-msgid "seconds."
+#: ../lib/python/Screens/LocationBox.py:127
+msgid "select"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/flasher.py:88
+msgid "select .NFI flash file"
+msgstr ""
+
+#: ../lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py:236
+msgid "select image from server"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:213
+#: ../lib/python/Screens/MovieSelection.py:212
 msgid "select movie"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:192
+#: ../lib/python/Screens/MovieSelection.py:191
 msgid "select the movie path"
 msgstr ""
 
@@ -3899,7 +4636,7 @@ msgstr ""
 msgid "setup pin"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:298
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:309
 msgid "show DVD main menu"
 msgstr ""
 
@@ -3907,33 +4644,33 @@ msgstr ""
 msgid "show EPG..."
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:204
+#: ../lib/python/Screens/MovieSelection.py:203
 msgid "show all"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:142
+#: ../lib/python/Screens/ChannelSelection.py:141
 msgid "show alternatives"
 msgstr ""
 
 #: ../lib/python/Screens/InfoBarGenerics.py:368
-#: ../lib/python/Screens/MovieSelection.py:199
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:128
+#: ../lib/python/Screens/MovieSelection.py:198
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:134
 msgid "show event details"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:62
+#: ../lib/python/Screens/MovieSelection.py:63
 msgid "show extended description"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:205
+#: ../lib/python/Screens/MovieSelection.py:204
 msgid "show first tag"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:206
+#: ../lib/python/Screens/MovieSelection.py:205
 msgid "show second tag"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:45
+#: ../lib/python/Components/UsageConfig.py:46
 msgid "show shutdown menu"
 msgstr ""
 
@@ -3941,25 +4678,26 @@ msgstr ""
 msgid "show single service EPG..."
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:207
+#: ../lib/python/Screens/MovieSelection.py:206
 msgid "show tag menu"
 msgstr ""
 
-#: ../lib/python/Screens/ChannelSelection.py:100
+#: ../lib/python/Screens/ChannelSelection.py:99
 msgid "show transponder info"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:123
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:398
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:128
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:453
 msgid "shuffle playlist"
 msgstr ""
 
-#: ../SleepTimer.py:53
+#: ../SleepTimer.py:14
 msgid "shutdown"
 msgstr ""
 
-#: ../lib/python/Components/NimManager.py:701
-#: ../lib/python/Components/NimManager.py:713
+#: ../lib/python/Screens/Satconfig.py:54
+#: ../lib/python/Screens/Satconfig.py:423
+#: ../lib/python/Components/NimManager.py:856
 #: ../lib/python/Components/ParentalControl.py:12
 #: ../lib/python/Plugins/Extensions/PicturePlayer/plugin.py:19
 msgid "simple"
@@ -3981,15 +4719,19 @@ msgstr ""
 msgid "skip forward (enter time)"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:50
+#: ../lib/python/Screens/MovieSelection.py:51
 msgid "sort by date"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:29
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:132
+msgid "spaces (top, between rows, left)"
+msgstr ""
+
+#: ../lib/python/Components/UsageConfig.py:30
 msgid "standard"
 msgstr ""
 
-#: ../SleepTimer.py:53
+#: ../SleepTimer.py:14
 msgid "standby"
 msgstr ""
 
@@ -4002,19 +4744,19 @@ msgstr ""
 msgid "start timeshift"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1589
+#: ../lib/python/Screens/InfoBarGenerics.py:1633
 msgid "stereo"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:30
+#: ../lib/python/Components/UsageConfig.py:31
 msgid "stop PiP"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:113
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:118
 msgid "stop entry"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1495
+#: ../lib/python/Screens/InfoBarGenerics.py:1539
 msgid "stop recording"
 msgstr ""
 
@@ -4022,33 +4764,41 @@ msgstr ""
 msgid "stop timeshift"
 msgstr ""
 
-#: ../lib/python/Components/UsageConfig.py:29
+#: ../lib/python/Components/UsageConfig.py:30
 msgid "swap PiP and main picture"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:120
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:396
+#: ../lib/python/Screens/LocationBox.py:141
+#: ../lib/python/Screens/LocationBox.py:402
+msgid "switch to bookmarks"
+msgstr ""
+
+#: ../lib/python/Screens/LocationBox.py:142
+#: ../lib/python/Screens/LocationBox.py:408
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:125
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:451
 msgid "switch to filelist"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:119
-#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:394
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:124
+#: ../lib/python/Plugins/Extensions/MediaPlayer/plugin.py:449
 msgid "switch to playlist"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:306
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:317
 msgid "switch to the next audio track"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:307
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:318
 msgid "switch to the next subtitle language"
 msgstr ""
 
-#: ../lib/python/Screens/Wizard.py:396 ../lib/python/Screens/Wizard.py:436
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:128
 msgid "text"
 msgstr ""
 
-#: ../lib/python/Screens/MovieSelection.py:101
+#: ../lib/python/Screens/InfoBar.py:191
+#: ../lib/python/Screens/MovieSelection.py:99
 msgid "this recording"
 msgstr ""
 
@@ -4056,20 +4806,20 @@ msgstr ""
 msgid "this service is protected by a parental control pin"
 msgstr ""
 
-#: ../lib/python/Screens/InfoBarGenerics.py:1795
+#: ../lib/python/Screens/InfoBarGenerics.py:1844
 msgid "toggle a cut mark at the current position"
 msgstr ""
 
-#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:299
+#: ../lib/python/Plugins/Extensions/DVDPlayer/plugin.py:310
 msgid "toggle time, chapter, audio, subtitle info"
 msgstr ""
 
-#: ../lib/python/Screens/NetworkSetup.py:745
-#: ../lib/python/Screens/NetworkSetup.py:762
+#: ../lib/python/Screens/NetworkSetup.py:884
+#: ../lib/python/Screens/NetworkSetup.py:902
 msgid "unconfirmed"
 msgstr ""
 
-#: ../lib/python/Screens/EventView.py:79
+#: ../lib/python/Screens/EventView.py:94
 msgid "unknown service"
 msgstr ""
 
@@ -4077,11 +4827,11 @@ msgstr ""
 msgid "until restart"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:101
+#: ../lib/python/Screens/TimerEntry.py:92
 msgid "user defined"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:566
+#: ../lib/python/Screens/ScanSetup.py:546
 msgid "vertical"
 msgstr ""
 
@@ -4089,7 +4839,7 @@ msgstr ""
 msgid "view extensions..."
 msgstr ""
 
-#: ../lib/python/Screens/InfoBar.py:63
+#: ../lib/python/Screens/InfoBar.py:60
 msgid "view recordings..."
 msgstr ""
 
@@ -4106,7 +4856,7 @@ msgstr ""
 msgid "waiting"
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:101
+#: ../lib/python/Screens/TimerEntry.py:92
 msgid "weekly"
 msgstr ""
 
@@ -4114,17 +4864,21 @@ msgstr ""
 msgid "whitelist"
 msgstr ""
 
-#: ../lib/python/Screens/MessageBox.py:41
-#: ../lib/python/Screens/MessageBox.py:43
-#: ../lib/python/Screens/ScanSetup.py:542
-#: ../lib/python/Screens/ScanSetup.py:859
-#: ../lib/python/Screens/SleepTimerEdit.py:67
-#: ../lib/python/Components/config.py:301
+#: ../lib/python/Plugins/Extensions/DVDBurn/ProjectSettings.py:93
+msgid "year"
+msgstr ""
+
+#: ../lib/python/Screens/MessageBox.py:42
+#: ../lib/python/Screens/MessageBox.py:44
+#: ../lib/python/Screens/ScanSetup.py:521
+#: ../lib/python/Screens/ScanSetup.py:827
+#: ../lib/python/Screens/SleepTimerEdit.py:83
+#: ../lib/python/Components/config.py:309
 msgid "yes"
 msgstr ""
 
-#: ../lib/python/Screens/ScanSetup.py:542
-#: ../lib/python/Screens/ScanSetup.py:859
+#: ../lib/python/Screens/ScanSetup.py:521
+#: ../lib/python/Screens/ScanSetup.py:827
 msgid "yes (keep feeds)"
 msgstr ""
 
@@ -4134,7 +4888,7 @@ msgid ""
 "assistance before rebooting your dreambox."
 msgstr ""
 
-#: ../lib/python/Screens/TimerEntry.py:95
+#: ../lib/python/Screens/TimerEntry.py:86
 msgid "zap"
 msgstr ""
 
@@ -4143,10 +4897,6 @@ msgid "zapped"
 msgstr ""
 
 #: ../data/
-msgid " "
-msgstr ""
-
-#: ../data/
 msgid "#000000"
 msgstr ""
 
@@ -4269,10 +5019,6 @@ msgid "Alternative services tuner priority"
 msgstr ""
 
 #: ../data/
-msgid "Audio"
-msgstr ""
-
-#: ../data/
 msgid "BER"
 msgstr ""
 
@@ -4311,6 +5057,10 @@ msgid ""
 msgstr ""
 
 #: ../data/
+msgid "C"
+msgstr ""
+
+#: ../data/
 msgid "Change bouquets in quickzap"
 msgstr ""
 
@@ -4347,27 +5097,7 @@ msgid "Compact flash card"
 msgstr ""
 
 #: ../data/
-msgid "Configure your internal LAN"
-msgstr ""
-
-#: ../data/
-msgid "Configure your internal LAN again"
-msgstr ""
-
-#: ../data/
-msgid "Configure your wireless LAN"
-msgstr ""
-
-#: ../data/
-msgid "Configure your wireless LAN again"
-msgstr ""
-
-#: ../data/
-msgid "Connect to the Internet with a USB Wlan Stick"
-msgstr ""
-
-#: ../data/
-msgid "Connect to the Internet with your local LAN"
+msgid "Continue in background"
 msgstr ""
 
 #: ../data/
@@ -4387,6 +5117,10 @@ msgid "Customize"
 msgstr ""
 
 #: ../data/
+msgid "D"
+msgstr ""
+
+#: ../data/
 msgid "Default services lists"
 msgstr ""
 
@@ -4423,6 +5157,10 @@ msgid "Do you want to enable the parental control feature on your dreambox?"
 msgstr ""
 
 #: ../data/
+msgid "Do you want to install default sat lists?"
+msgstr ""
+
+#: ../data/
 msgid "Do you want to restore your settings?"
 msgstr ""
 
@@ -4472,10 +5210,6 @@ msgid "Exit wizard"
 msgstr ""
 
 #: ../data/
-msgid "Exit wizard and configure later manually"
-msgstr ""
-
-#: ../data/
 msgid "Extensions"
 msgstr ""
 
@@ -4568,6 +5302,10 @@ msgid "Language..."
 msgstr ""
 
 #: ../data/
+msgid "Load Length of Movies in Movielist"
+msgstr ""
+
+#: ../data/
 msgid "Lock:"
 msgstr ""
 
@@ -4600,10 +5338,6 @@ msgid "MediaPlayer"
 msgstr ""
 
 #: ../data/
-msgid "Menu"
-msgstr ""
-
-#: ../data/
 msgid "Message"
 msgstr ""
 
@@ -4664,10 +5398,6 @@ msgid "No, just start my dreambox"
 msgstr ""
 
 #: ../data/
-msgid "No, let me choose default lists"
-msgstr ""
-
-#: ../data/
 msgid "No, scan later manually"
 msgstr ""
 
@@ -4700,35 +5430,10 @@ msgid "Pin code needed"
 msgstr ""
 
 #: ../data/
-msgid ""
-"Please attach your Zydas ZD1211B chipset compatibe WLAN USB Stick to your "
-"Dreambox and press the OK button on your remote control to enable the built "
-"in wireless network support"
-msgstr ""
-
-#: ../data/
 msgid "Please choose the default services lists you want to install."
 msgstr ""
 
 #: ../data/
-msgid ""
-"Please configure your local LAN internet connection by filling out the "
-"needed values.\n"
-"When you are ready please press OK to continue."
-msgstr ""
-
-#: ../data/
-msgid ""
-"Please configure your wireless LAN internet connection by filling out the "
-"needed values.\n"
-"When you are ready please press OK to continue."
-msgstr ""
-
-#: ../data/
-msgid "Please select below the wireless network you want to connect to."
-msgstr ""
-
-#: ../data/
 msgid "Please set up tuner B"
 msgstr ""
 
@@ -4765,10 +5470,6 @@ msgid "Reception Settings"
 msgstr ""
 
 #: ../data/
-msgid "Record"
-msgstr ""
-
-#: ../data/
 msgid "Recordings always have priority"
 msgstr ""
 
@@ -4785,10 +5486,6 @@ msgid "Restart GUI"
 msgstr ""
 
 #: ../data/
-msgid "Restart your wireless interface"
-msgstr ""
-
-#: ../data/
 msgid ""
 "Restoring the settings is done. Please press OK to activate the restored "
 "settings now."
@@ -4891,14 +5588,6 @@ msgid "Subservices"
 msgstr ""
 
 #: ../data/
-msgid "Subtitle selection"
-msgstr ""
-
-#: ../data/
-msgid "Subtitles"
-msgstr ""
-
-#: ../data/
 msgid "TV System"
 msgstr ""
 
@@ -4908,32 +5597,8 @@ msgstr ""
 
 #: ../data/
 msgid ""
-"Thank you for using the wizard. Your Dreambox is now ready to use.\n"
-"Please press OK to start using your Dreambox."
-msgstr ""
-
-#: ../data/
-msgid ""
-"Thank you for using the wizard. Your Dreambox is now ready to use.\n"
-"\n"
-"Your local LAN internet connection is working now.\n"
-"\n"
-"Please press OK to continue."
-msgstr ""
-
-#: ../data/
-msgid ""
-"Thank you for using the wizard. Your Dreambox is now ready to use.\n"
-"\n"
-"Your wireless internet connection is working now.\n"
-"\n"
-"Please press OK to continue."
-msgstr ""
-
-#: ../data/
-msgid ""
 "Thank you for using the wizard. Your box is now ready to use.\n"
-"Please press OK to start using you Dreambox."
+"Please press OK to start using your Dreambox."
 msgstr ""
 
 #: ../data/
@@ -5089,16 +5754,6 @@ msgstr ""
 msgid ""
 "Welcome.\n"
 "\n"
-"If you want to connect your Dreambox to the Internet, this wizard will guide "
-"you through the basic network setup of your Dreambox.\n"
-"\n"
-"Press the OK button on your remote control to move to the next step."
-msgstr ""
-
-#: ../data/
-msgid ""
-"Welcome.\n"
-"\n"
 "This start wizard will guide you through the basic setup of your Dreambox.\n"
 "Press the OK button on your remote control to move to the next step."
 msgstr ""
@@ -5217,24 +5872,6 @@ msgid "Your dreambox is shutting down. Please stand by..."
 msgstr ""
 
 #: ../data/
-msgid ""
-"Your local LAN internet connection is not working!\n"
-"Please choose what you want to do next."
-msgstr ""
-
-#: ../data/
-msgid ""
-"Your network is restarting.\n"
-"You will be automatically forwarded to the next step."
-msgstr ""
-
-#: ../data/
-msgid ""
-"Your wireless internet connection is not working!\n"
-"Please choose what you want to do next."
-msgstr ""
-
-#: ../data/
 msgid "config menu"
 msgstr ""
 
index 8f4d1e7..12052cb 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-10-06 12:56+0100\n"
 "Last-Translator: José Juan Zapater <josej@zapater.fdns.net>\n"
 "Language-Team: none\n"
@@ -19,6 +19,13 @@ msgstr ""
 "X-Poedit-Country: SPAIN\n"
 "X-Poedit-SourceCharset: iso-8859-1\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 reiniciará después de la restauración"
+
 msgid " "
 msgstr " "
 
@@ -3524,6 +3531,9 @@ msgstr "Año:"
 msgid "Yes"
 msgstr "Si"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Si, ¡backup mi configuración!"
 
@@ -4439,13 +4449,6 @@ msgstr "zapear"
 msgid "zapped"
 msgstr "zapeado"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 reiniciará después de la restauración"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 45c275a..187b6de 100755 (executable)
--- a/po/fi.po
+++ b/po/fi.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-10-21 22:46+0200\n"
 "Last-Translator: Timo Jarvenpaa <timojarvenpaa@hotmail.com>\n"
 "Language-Team: none\n"
@@ -13,6 +13,11 @@ msgstr ""
 "X-Poedit-Language: Finnish\n"
 "X-Poedit-Country: FINLAND\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+
 msgid " "
 msgstr ""
 
@@ -3589,6 +3594,9 @@ msgstr "Vuosi:"
 msgid "Yes"
 msgstr "Kyllä"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Kyllä, varmuuskopioi asetukset!"
 
index b71e1ce..5ef7bd1 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: enigma 2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-10-15 12:10+0100\n"
 "Last-Translator: mimi74 <remi.jarrige0293@wanadoo.fr>\n"
 "Language-Team: french\n"
@@ -14,6 +14,11 @@ msgstr ""
 "X-Poedit-Country: FRENCH\n"
 "X-Poedit-SourceCharset: iso-8859-15\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+
 msgid " "
 msgstr ""
 
@@ -3580,6 +3585,9 @@ msgstr "Année :"
 msgid "Yes"
 msgstr "Oui"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Oui, sauvegarder mes paramètres !"
 
index 26b554f..69aa951 100755 (executable)
--- a/po/hr.po
+++ b/po/hr.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\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"
@@ -12,6 +12,13 @@ msgstr ""
 "X-Poedit-Language: Croatian\n"
 "X-Poedit-Country: CROATIA\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 će se restartati nakon vraćanja sig.kopije"
+
 msgid " "
 msgstr ""
 
@@ -3427,6 +3434,9 @@ msgstr "Godina:"
 msgid "Yes"
 msgstr "Da"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Da, napravi sigurnosnu kopiju mojih postavki."
 
@@ -4338,13 +4348,6 @@ msgstr "zap"
 msgid "zapped"
 msgstr "prebačen"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 će se restartati nakon vraćanja sig.kopije"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 345f90b..6996d2c 100755 (executable)
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-10-02 10:56+0100\n"
 "Last-Translator: MediaVox-Extrasat <info@mediavox.hu>\n"
 "Language-Team: none\n"
@@ -17,6 +17,13 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Poedit-Bookmarks: -1,-1,-1,706,-1,-1,-1,-1,-1,-1\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"A visszaállítás után az Enigma2 újraindul"
+
 msgid " "
 msgstr " "
 
@@ -3511,6 +3518,9 @@ msgstr "Év:"
 msgid "Yes"
 msgstr "Igen"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Igen, mentse el a beállításaim!"
 
@@ -4429,13 +4439,6 @@ msgstr "átkapcsolás"
 msgid "zapped"
 msgstr "zap-elt"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "A visszaállítás után az Enigma2 újraindul"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 71e0d6d..a363066 100755 (executable)
--- a/po/is.po
+++ b/po/is.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Icelandic translation v.1.36\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\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"
@@ -17,6 +17,13 @@ msgstr ""
 "X-Poedit-Country: ICELAND\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 mun endurræsa eftir að hafa sett inn afrit"
+
 msgid " "
 msgstr ""
 
@@ -3454,6 +3461,9 @@ msgstr "Ár:"
 msgid "Yes"
 msgstr "Já"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Já, taka afrit að stilinunum!"
 
@@ -4361,13 +4371,6 @@ msgstr "stökk"
 msgid "zapped"
 msgstr "stokkið"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 mun endurræsa eftir að hafa sett inn afrit"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 0b1bde2..f4fc625 100755 (executable)
--- a/po/it.po
+++ b/po/it.po
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: enigma2 Italian Locale\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-09-23 09:02+0100\n"
 "Last-Translator: Spaeleus <spaeleus@croci.org>\n"
 "Language-Team: WWW.LINSAT.NET <spaeleus@croci.org>\n"
@@ -16,6 +16,13 @@ msgstr ""
 "X-Poedit-Country: ITALY\n"
 "X-Poedit-SourceCharset: iso-8859-1\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 sarà riavviato dopo il ripristino"
+
 msgid " "
 msgstr " "
 
@@ -3520,6 +3527,9 @@ msgstr "Anno:"
 msgid "Yes"
 msgstr "Sì"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Sì, eseguire backup configurazione!"
 
@@ -4434,13 +4444,6 @@ msgstr "Zap"
 msgid "zapped"
 msgstr "Zapped"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 sarà riavviato dopo il ripristino"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 78f18e3..3e9dad6 100755 (executable)
--- a/po/lt.po
+++ b/po/lt.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-10-15 14:53+0200\n"
 "Last-Translator: Audronis, Grincevicius <audrgrin@takas.lt>\n"
 "Language-Team: Adga / enigma2 (c) <audrgrin@takas.lt>\n"
@@ -13,6 +13,13 @@ msgstr ""
 "X-Poedit-Country: LITHUANIA\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 iš naujo pasileis po atkūrimo"
+
 msgid " "
 msgstr " "
 
@@ -3553,6 +3560,9 @@ msgstr "Metai:"
 msgid "Yes"
 msgstr "Taip"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Taip, padarykite atsarginę kopiją mano nustatymų!"
 
@@ -4471,13 +4481,6 @@ msgstr "Jungti"
 msgid "zapped"
 msgstr "įjungta"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 iš naujo pasileis po atkūrimo"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index e899ee8..46e02f7 100755 (executable)
--- a/po/nl.po
+++ b/po/nl.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-09-02 19:32+0100\n"
 "Last-Translator: Michel Weeren <michel@media-labs.nl>\n"
 "Language-Team: none <michel@weeren.net>\n"
@@ -18,6 +18,13 @@ msgstr ""
 "X-Poedit-Country: NEDERLAND\n"
 "X-Poedit-SourceCharset: iso-8859-15\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Na herstelling zal Enigma2 herstarten"
+
 msgid " "
 msgstr ""
 
@@ -3518,6 +3525,9 @@ msgstr "Jaar:"
 msgid "Yes"
 msgstr "Ja"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Ja, mijn instellingen opslaan!"
 
@@ -4435,13 +4445,6 @@ msgstr "zap"
 msgid "zapped"
 msgstr "zapte"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Na herstelling zal Enigma2 herstarten"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index a16e088..1ed6303 100755 (executable)
--- a/po/no.po
+++ b/po/no.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-06-12 14:34+0100\n"
 "Last-Translator: MMMMMM <theMMMMMM@gmail.com>\n"
 "Language-Team: none\n"
@@ -14,6 +14,13 @@ msgstr ""
 "X-Poedit-Country: NORWAY\n"
 "X-Poedit-SourceCharset: iso-8859-15\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 vil restarte etter gjenopprettelsen"
+
 msgid " "
 msgstr " "
 
@@ -3488,6 +3495,9 @@ msgstr "År:"
 msgid "Yes"
 msgstr "Ja"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Ja, ta backup av mine innstillinger!"
 
@@ -4402,13 +4412,6 @@ msgstr "zap"
 msgid "zapped"
 msgstr "zapped"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 vil restarte etter gjenopprettelsen"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 6a62278..5b9a58c 100755 (executable)
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-10-14 15:32+0100\n"
 "Last-Translator:  <silelis@tlen.pl>\n"
 "Language-Team: none\n"
@@ -16,6 +16,13 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 zostanie zrestartowana po przywróceniu"
+
 msgid " "
 msgstr " "
 
@@ -3542,6 +3549,9 @@ msgstr "Rok:"
 msgid "Yes"
 msgstr "Tak"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Tak, zrób kopie moich ustawień!"
 
@@ -4457,13 +4467,6 @@ msgstr "Przełącz"
 msgid "zapped"
 msgstr "Przełączony"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 zostanie zrestartowana po przywróceniu"
-
 #, fuzzy
 #~ msgid "\"?"
 #~ msgstr "\"?"
index d37a8e8..7d7ab68 100755 (executable)
--- a/po/pt.po
+++ b/po/pt.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma Portuguese\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\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"
@@ -17,6 +17,13 @@ msgstr ""
 "X-Poedit-Country: PORTUGAL\n"
 "X-Poedit-SourceCharset: iso-8859-15\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 vai reiniciar depois do restauro"
+
 msgid " "
 msgstr ""
 
@@ -3450,6 +3457,9 @@ msgstr "Ano:"
 msgid "Yes"
 msgstr "Sim"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Sim, guarde as minhas definições!"
 
@@ -4353,13 +4363,6 @@ msgstr "zap"
 msgid "zapped"
 msgstr "zapped"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 vai reiniciar depois do restauro"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index d5c8fff..f6a82e1 100755 (executable)
--- a/po/ru.po
+++ b/po/ru.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\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"
@@ -14,6 +14,13 @@ msgstr ""
 "X-Poedit-Country: RUSSIA\n"
 "X-Poedit-SourceCharset: iso-8859-15\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 будет запущена после восстановления."
+
 msgid " "
 msgstr ""
 
@@ -3377,6 +3384,9 @@ msgstr "Год:"
 msgid "Yes"
 msgstr "Да"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Да, сохранить мои установки!"
 
@@ -4276,13 +4286,6 @@ msgstr ""
 msgid "zapped"
 msgstr ""
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 будет запущена после восстановления."
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 3f3af66..7376f2d 100755 (executable)
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: tuxbox-enigma 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\n"
 "PO-Revision-Date: 2008-10-23 14:56+0100\n"
 "Last-Translator: WeeGull <weegull@hotmail.com>\n"
 "Language-Team: WeeGull <weegull@hotmail.com>\n"
@@ -19,6 +19,13 @@ msgstr ""
 "X-Poedit-Country: SWEDEN\n"
 "X-Poedit-SourceCharset: iso-8859-15\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 kommer startas om efter återställningen"
+
 msgid " "
 msgstr " "
 
@@ -3544,6 +3551,9 @@ msgstr "År:"
 msgid "Yes"
 msgstr "Ja"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Ja, ta backup på inställningar!"
 
@@ -4463,13 +4473,6 @@ msgstr "zap"
 msgid "zapped"
 msgstr "zapped"
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 kommer startas om efter återställningen"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"
 
index 2880423..a5c6e5e 100755 (executable)
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tr 01\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-23 17:06+0200\n"
+"POT-Creation-Date: 2008-10-28 10:06+0100\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"
@@ -16,6 +16,13 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Poedit-Language: Turkish\n"
 
+msgid ""
+"\n"
+"Enigma2 will restart after the restore"
+msgstr ""
+"\n"
+"Enigma2 yeniden başlat ve geriyükle"
+
 msgid " "
 msgstr ""
 
@@ -3354,6 +3361,9 @@ msgstr "Yıl:"
 msgid "Yes"
 msgstr "Evet"
 
+msgid "Yes, and delete this movie"
+msgstr ""
+
 msgid "Yes, backup my settings!"
 msgstr "Evet, Benim AYarlarımı Yedekle"
 
@@ -4240,13 +4250,6 @@ msgstr "Canlılık"
 msgid "zapped"
 msgstr ""
 
-#~ msgid ""
-#~ "\n"
-#~ "Enigma2 will restart after the restore"
-#~ msgstr ""
-#~ "\n"
-#~ "Enigma2 yeniden başlat ve geriyükle"
-
 #~ msgid "\"?"
 #~ msgstr "\"?"