From: Stefan Pluecken Date: Wed, 25 Jan 2006 00:50:16 +0000 (+0000) Subject: fixed repeated timer displays and translated the weekdays to German X-Git-Tag: 2.6.0~4296 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/335929cf7b8838d4543484d2a76f383eb3b4017d fixed repeated timer displays and translated the weekdays to German --- diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index 2750c7a7..6349466b 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -31,8 +31,8 @@ def TimerEntryComponent(timer, processed): res.append((eListboxPythonMultiContent.TYPE_TEXT, 0, 30, 560, 20, 1, RT_HALIGN_LEFT|RT_VALIGN_CENTER, timer.name)) repeatedtext = "" - days = [ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ] - if not timer.repeated: + days = [ _("Mon"), _("Tue"), _("Wed"), _("Thu"), _("Fri"), _("Sat"), _("Sun") ] + if timer.repeated: flags = timer.repeated count = 0 for x in range(0, 7): @@ -42,9 +42,9 @@ def TimerEntryComponent(timer, processed): repeatedtext += days[x] count += 1 flags = flags >> 1 - res.append((eListboxPythonMultiContent.TYPE_TEXT, 0, 50, 300, 20, 1, RT_HALIGN_LEFT|RT_VALIGN_CENTER, repeatedtext + (" %s ... %s" % (FuzzyTime(timer.begin)[1], FuzzyTime(timer.end)[1])))) + res.append((eListboxPythonMultiContent.TYPE_TEXT, 0, 50, 400, 20, 1, RT_HALIGN_LEFT|RT_VALIGN_CENTER, repeatedtext + (" %s ... %s" % (FuzzyTime(timer.begin)[1], FuzzyTime(timer.end)[1])))) else: - res.append((eListboxPythonMultiContent.TYPE_TEXT, 0, 50, 300, 20, 1, RT_HALIGN_LEFT|RT_VALIGN_CENTER, repeatedtext + ("%s, %s ... %s" % (FuzzyTime(timer.begin) + FuzzyTime(timer.end)[1:])))) + res.append((eListboxPythonMultiContent.TYPE_TEXT, 0, 50, 400, 20, 1, RT_HALIGN_LEFT|RT_VALIGN_CENTER, repeatedtext + ("%s, %s ... %s" % (FuzzyTime(timer.begin) + FuzzyTime(timer.end)[1:])))) if not processed: if timer.state == TimerEntry.StateWaiting: diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index e12e29ae..b7a91ca5 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -66,9 +66,9 @@ class TimerEditList(Screen): def updateState(self): if self["timerlist"].getCurrent()[0].disabled: - self["key_yellow"].setText(_("enable")) + self["key_yellow"].setText(_("Enable")) else: - self["key_yellow"].setText(_("disable")) + self["key_yellow"].setText(_("Disable")) self["key_yellow"].instance.invalidate() def fillTimerList(self): diff --git a/po/Makefile.am b/po/Makefile.am index 1944be75..7e723c46 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -49,6 +49,7 @@ enigma2.pot: ../lib/python/Components/SetupDevices.py \ ../lib/python/Components/Language.py \ ../lib/python/Components/NimManager.py \ + ../lib/python/Components/TimerList.py \ ../lib/python/Components/EventInfo.py \ ../lib/python/Components/Network.py \ ../lib/python/Components/RecordingConfig.py \ diff --git a/po/ar.po b/po/ar.po index a2302ab2..232f7d6e 100755 --- 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: 2006-01-19 18:06+0100\n" +"POT-Creation-Date: 2006-01-25 01:48+0100\n" "PO-Revision-Date: 2006-01-10 01:17+0300\n" "Last-Translator: hazem \n" "Language-Team: Arabic \n" @@ -24,8 +24,8 @@ msgstr "" msgid "%d min" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:93 #: ../lib/python/Screens/TimerEntry.py:96 +#: ../lib/python/Screens/TimerEntry.py:99 msgid "%d.%B %Y" msgstr "" @@ -34,43 +34,43 @@ msgstr "" msgid "%s (%s, %d MB free)" msgstr "%s (%s, %d MB frei)" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "0 V" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.0" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.1" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.2" msgstr "" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "12 V" msgstr "" -#: ../lib/python/Screens/Satconfig.py:110 +#: ../lib/python/Screens/Satconfig.py:107 msgid "12V Output" msgstr "مخرج 12 فولت" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "13 V" msgstr "" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "18 V" msgstr "" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "A" msgstr "أ" -#: ../RecordTimer.py:125 +#: ../RecordTimer.py:126 msgid "" "A timer failed to record!\n" "Disable TV and try again?\n" @@ -78,15 +78,15 @@ msgstr "" "فشل عمليه التسجيل بالمؤقت\n" "حاول مره ثانيه؟\n" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AA" msgstr "أأ" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AB" msgstr "أب" -#: ../lib/python/Screens/TimerEdit.py:24 +#: ../lib/python/Screens/TimerEdit.py:25 msgid "Add" msgstr "أضف" @@ -94,12 +94,12 @@ msgstr "أضف" msgid "Add timer" msgstr "أضف مؤقت" -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:620 msgid "Advanced" msgstr "متقدم" -#: ../lib/python/Screens/ChannelSelection.py:253 +#: ../lib/python/Screens/ChannelSelection.py:359 msgid "All" msgstr "الكل" @@ -127,19 +127,19 @@ msgstr "آلـى" msgid "Automatic Scan" msgstr "بحث آلـى" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "B" msgstr "ب" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BA" msgstr "ب أ" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BB" msgstr "ب ب" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Band" msgstr "" @@ -151,15 +151,15 @@ msgstr "" msgid "Bus: " msgstr "الناقل" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "C-Band" msgstr "" -#: ../lib/python/Screens/Satconfig.py:113 +#: ../lib/python/Screens/Satconfig.py:110 msgid "Cable provider" msgstr "مقدم خدمه الكابل" -#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:21 +#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:24 msgid "Cancel" msgstr "إلغاء" @@ -167,15 +167,15 @@ msgstr "إلغاء" msgid "Capacity: " msgstr "السعه:" -#: ../lib/python/Screens/TimerEntry.py:177 ../data/ +#: ../lib/python/Screens/TimerEntry.py:180 ../data/ msgid "Channel" msgstr "قناه" -#: ../lib/python/Screens/ChannelSelection.py:70 ../data/ +#: ../lib/python/Screens/ChannelSelection.py:78 ../data/ msgid "Channel Selection" msgstr "إختيار القناه" -#: ../lib/python/Screens/InfoBarGenerics.py:123 +#: ../lib/python/Screens/InfoBarGenerics.py:125 msgid "Channel:" msgstr "قناه:" @@ -183,6 +183,14 @@ msgstr "قناه:" msgid "Classic" msgstr "كلاسيك" +#: ../lib/python/Screens/TimerEdit.py:27 +msgid "Cleanup" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:300 +msgid "Clear log" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:128 msgid "Code rate high" msgstr "" @@ -191,11 +199,11 @@ msgstr "" msgid "Code rate low" msgstr "" -#: ../lib/python/Screens/Satconfig.py:90 ../lib/python/Screens/Satconfig.py:92 +#: ../lib/python/Screens/Satconfig.py:87 ../lib/python/Screens/Satconfig.py:89 msgid "Command order" msgstr "" -#: ../lib/python/Screens/Satconfig.py:86 +#: ../lib/python/Screens/Satconfig.py:83 msgid "Committed DiSEqC command" msgstr "" @@ -207,15 +215,19 @@ msgstr "وضع التهيئه" msgid "Default" msgstr "المعتاد" -#: ../lib/python/Screens/TimerEdit.py:23 +#: ../lib/python/Screens/TimerEdit.py:24 msgid "Delete" msgstr "أمسح" +#: ../lib/python/Screens/TimerEntry.py:297 +msgid "Delete entry" +msgstr "" + #: ../lib/python/Screens/MovieSelection.py:53 msgid "Delete failed!" msgstr "فشل المسح" -#: ../lib/python/Screens/TimerEntry.py:138 +#: ../lib/python/Screens/TimerEntry.py:141 msgid "Description" msgstr "الوصـف" @@ -227,11 +239,11 @@ msgstr "موجود قرص صلب:" msgid "Detected NIMs:" msgstr "موجود تيونر:" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B" msgstr "دايزك أ/ب" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B/C/D" msgstr "دايزك أ/ب/ج/د" @@ -239,16 +251,17 @@ msgstr "دايزك أ/ب/ج/د" msgid "DiSEqC Mode" msgstr "وضع الدايزك" -#: ../lib/python/Screens/Satconfig.py:82 +#: ../lib/python/Screens/Satconfig.py:79 msgid "DiSEqC mode" msgstr "وضعيـه الدايزك" -#: ../lib/python/Screens/Satconfig.py:94 +#: ../lib/python/Screens/Satconfig.py:91 msgid "DiSEqC repeats" msgstr "" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:71 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -263,7 +276,7 @@ msgstr "إبطال" msgid "Do you really want to delete this recording?" msgstr "هل تريد مسح هذا التسجيل؟" -#: ../lib/python/Screens/InfoBarGenerics.py:802 +#: ../lib/python/Screens/InfoBarGenerics.py:956 msgid "" "Do you want to stop the current\n" "(instant) recording?" @@ -284,7 +297,7 @@ msgstr "" msgid "Dutch" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:428 +#: ../lib/python/Screens/ChannelSelection.py:577 msgid "E" msgstr "O" @@ -293,13 +306,14 @@ msgstr "O" msgid "ERROR - failed to scan (%s)!" msgstr "خطأ - فشل البحث (%s)!" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "East" msgstr "شرق" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:69 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -310,42 +324,50 @@ msgstr "شرق" msgid "Enable" msgstr "تفعيل" -#: ../lib/python/Screens/TimerEntry.py:172 +#: ../lib/python/Screens/TimerEntry.py:175 msgid "End" msgstr "النهايه" -#: ../lib/python/Screens/TimerEntry.py:175 +#: ../lib/python/Screens/TimerEntry.py:178 msgid "EndTime" msgstr " إنتهاء الوقت" -#: ../lib/python/Screens/LanguageSelection.py:39 +#: ../lib/python/Screens/LanguageSelection.py:41 #: ../lib/python/Components/SetupDevices.py:24 #: ../lib/python/Components/Language.py:13 msgid "English" msgstr "إنجليزى" +#: ../lib/python/Components/NimManager.py:615 +msgid "Equal to Socket A" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:91 #: ../lib/python/Screens/ScanSetup.py:119 msgid "FEC" msgstr "" -#: ../lib/python/Screens/Satconfig.py:87 +#: ../lib/python/Screens/Satconfig.py:84 msgid "Fast DiSEqC" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:256 +#: ../lib/python/Screens/ChannelSelection.py:362 msgid "Favourites" msgstr "المفضله" #: ../lib/python/Screens/ScanSetup.py:87 #: ../lib/python/Screens/ScanSetup.py:115 #: ../lib/python/Screens/ScanSetup.py:125 -#: ../lib/python/Screens/TimerEntry.py:145 +#: ../lib/python/Screens/TimerEntry.py:148 msgid "Frequency" msgstr "التردد" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:159 +#: ../lib/python/Components/TimerList.py:34 +msgid "Fri" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:162 msgid "Friday" msgstr "الجمعه" @@ -370,11 +392,11 @@ msgstr "" msgid "IP Address" msgstr "عنوان IP" -#: ../lib/python/Screens/Satconfig.py:111 +#: ../lib/python/Screens/Satconfig.py:108 msgid "Increased voltage" msgstr "فولت زائد" -#: ../lib/python/Screens/Ci.py:226 +#: ../lib/python/Screens/Ci.py:214 msgid "Init" msgstr "" @@ -392,37 +414,37 @@ msgstr "تفعيل القرص الصلب" msgid "Inversion" msgstr "عكـس" -#: ../lib/python/Screens/Satconfig.py:79 +#: ../lib/python/Screens/Satconfig.py:76 msgid "LNB" msgstr "" -#: ../lib/python/Screens/Satconfig.py:104 +#: ../lib/python/Screens/Satconfig.py:101 msgid "LOF" msgstr "" -#: ../lib/python/Screens/Satconfig.py:108 +#: ../lib/python/Screens/Satconfig.py:105 msgid "LOF/H" msgstr "" -#: ../lib/python/Screens/Satconfig.py:107 +#: ../lib/python/Screens/Satconfig.py:104 msgid "LOF/L" msgstr "" -#: ../lib/python/Screens/LanguageSelection.py:34 ../data/ +#: ../lib/python/Screens/LanguageSelection.py:36 ../data/ msgid "Language selection" msgstr "إختيار اللغه" -#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:98 +#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:95 #: ../data/ msgid "Latitude" msgstr "خط العرض" -#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:96 +#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:93 #: ../data/ msgid "Longitude" msgstr "خط الطول" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:616 msgid "Loopthrough to Socket A" msgstr "" @@ -435,12 +457,16 @@ msgstr "موديل :" msgid "Modulation" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Components/TimerList.py:34 +msgid "Mon" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "Mon-Fri" msgstr "الاثنين - الجمعه" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:155 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:158 msgid "Monday" msgstr "الاثنين" @@ -448,11 +474,11 @@ msgstr "الاثنين" msgid "Movie Menu" msgstr "قائمه الافلام" -#: ../lib/python/Components/NimManager.py:452 +#: ../lib/python/Components/NimManager.py:471 msgid "N/A" msgstr "غير موجود" -#: ../lib/python/Screens/TimerEntry.py:137 +#: ../lib/python/Screens/TimerEntry.py:140 msgid "Name" msgstr "الاسم" @@ -468,15 +494,15 @@ msgstr "" msgid "Next" msgstr "التالى" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "No" msgstr "لا" -#: ../lib/python/Screens/InfoBarGenerics.py:798 +#: ../lib/python/Screens/InfoBarGenerics.py:952 msgid "No HDD found or HDD not initialized!" msgstr "" "لا يوجد قرص صلب\n" @@ -487,39 +513,39 @@ msgstr "" #: ../lib/python/Screens/ScanSetup.py:187 #: ../lib/python/Screens/ScanSetup.py:188 #: ../lib/python/Screens/ScanSetup.py:192 -#: ../lib/python/Components/NimManager.py:675 -#: ../lib/python/Components/NimManager.py:676 -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:684 +#: ../lib/python/Components/NimManager.py:685 #: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "None" msgstr "لاشيئ" -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "North" msgstr "شمال" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:617 msgid "Nothing connected" msgstr "لاشيئ متصل" -#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:20 +#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:23 msgid "OK" msgstr "موافق" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Off" msgstr "لا يعمل" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "On" msgstr "يعمل" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "One" msgstr "واحد" -#: ../lib/python/Screens/InfoBar.py:37 +#: ../lib/python/Screens/InfoBar.py:38 msgid "Play recorded movies..." msgstr "عرض الافلام المسجله" @@ -535,7 +561,7 @@ msgstr "انتظر من فضلك ...يتم تحميل القائمه..." msgid "Polarity" msgstr "القطبيه" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "Polarization" msgstr "الاستقطاب" @@ -555,7 +581,7 @@ msgstr "مدخل ج" msgid "Port D" msgstr "مدخل د" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Positioner" msgstr "الموتور" @@ -579,71 +605,83 @@ msgstr "اضغط موافق لبدأ البحث" msgid "Prev" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:255 +#: ../lib/python/Screens/ChannelSelection.py:361 msgid "Provider" msgstr "مقدم الخدمه" -#: ../lib/python/Screens/ChannelSelection.py:418 +#: ../lib/python/Screens/ChannelSelection.py:567 msgid "Providers" msgstr "مقدمو الخدمه" -#: ../lib/python/Screens/InfoBarGenerics.py:851 +#: ../lib/python/Screens/TimerEdit.py:91 +msgid "Really delete done timers?" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:1005 msgid "Record" msgstr "تسجيل" -#: ../lib/python/Screens/Ci.py:225 +#: ../lib/python/Screens/Ci.py:213 msgid "Reset" msgstr "إعاده الضبط" +#: ../lib/python/Components/TimerList.py:34 +msgid "Sat" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:86 ../lib/python/Screens/ScanSetup.py:95 -#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:65 +#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:62 msgid "Satellite" msgstr "قمر صناعى" -#: ../lib/python/Screens/ChannelSelection.py:254 +#: ../lib/python/Screens/ChannelSelection.py:360 msgid "Satellites" msgstr "اقمار صناعيه" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:160 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:163 msgid "Saturday" msgstr "السبت" -#: ../lib/python/Screens/TimerEntry.py:215 +#: ../lib/python/Components/NimManager.py:618 +msgid "Secondary cable from Rotor-LNB" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:218 msgid "Select channel to record from" msgstr "اختار القناه التى تريد ان تسجل منها" -#: ../lib/python/Screens/Satconfig.py:88 +#: ../lib/python/Screens/Satconfig.py:85 msgid "Sequence repeat" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:420 +#: ../lib/python/Screens/ChannelSelection.py:569 msgid "Services" msgstr "القنوات/الخدمات" -#: ../lib/python/Screens/InfoBar.py:38 +#: ../lib/python/Screens/InfoBar.py:39 msgid "Show the radio player..." msgstr "" -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:619 msgid "Simple" msgstr "بسيطه" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Single" msgstr "مفرد" -#: ../lib/python/Components/NimManager.py:639 +#: ../lib/python/Components/NimManager.py:647 msgid "Slot " msgstr "" -#: ../lib/python/Components/NimManager.py:515 +#: ../lib/python/Components/NimManager.py:534 msgid "Socket " msgstr "" -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "South" msgstr "جنوب" @@ -651,36 +689,40 @@ msgstr "جنوب" msgid "Spanish" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:167 +#: ../lib/python/Screens/TimerEntry.py:170 msgid "Start" msgstr "أبـدأ" -#: ../lib/python/Screens/InfoBarGenerics.py:804 +#: ../lib/python/Screens/InfoBarGenerics.py:958 msgid "Start recording?" msgstr "أبـدأ التسجيل؟" -#: ../lib/python/Screens/TimerEntry.py:170 +#: ../lib/python/Screens/TimerEntry.py:173 msgid "StartTime" msgstr "وقت البـدأ" -#: ../lib/python/Screens/Wizard.py:200 +#: ../lib/python/Screens/Wizard.py:208 msgid "Step " msgstr "خطوه " -#: ../lib/python/Screens/InfoBar.py:85 +#: ../lib/python/Screens/InfoBar.py:92 msgid "Stop playing this movie?" msgstr "إيقاف عرض هذا الفيلم؟" -#: ../lib/python/Screens/Satconfig.py:76 +#: ../lib/python/Screens/Satconfig.py:73 msgid "Stored position" msgstr "الوضع المخزن" -#: ../lib/python/Screens/InfoBarGenerics.py:856 ../data/ +#: ../lib/python/Screens/InfoBarGenerics.py:1010 ../data/ msgid "Subservices" msgstr "الخدمات الفرعيه" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:161 +#: ../lib/python/Components/TimerList.py:34 +msgid "Sun" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:164 msgid "Sunday" msgstr "الاحد" @@ -689,40 +731,44 @@ msgstr "الاحد" msgid "Symbol Rate" msgstr "" -#: ../lib/python/Screens/Satconfig.py:115 +#: ../lib/python/Screens/Satconfig.py:112 msgid "Terrestrial provider" msgstr "Region" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Three" msgstr "ثلاثه" -#: ../lib/python/Screens/Satconfig.py:109 +#: ../lib/python/Screens/Satconfig.py:106 msgid "Threshold" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:158 +#: ../lib/python/Components/TimerList.py:34 +msgid "Thu" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:161 msgid "Thursday" msgstr "الخميس" -#: ../lib/python/Screens/TimerEntry.py:139 +#: ../lib/python/Screens/TimerEntry.py:142 msgid "Timer Type" msgstr "نوع المؤقت" -#: ../lib/python/Screens/InfoBarGenerics.py:704 +#: ../lib/python/Screens/InfoBarGenerics.py:801 msgid "Timeshift not possible!" msgstr "" -#: ../lib/python/Screens/Satconfig.py:71 +#: ../lib/python/Screens/Satconfig.py:68 msgid "Tone mode" msgstr "" -#: ../lib/python/Screens/Satconfig.py:85 +#: ../lib/python/Screens/Satconfig.py:82 msgid "Toneburst" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Toneburst A/B" msgstr "Toneburst A/B" @@ -730,8 +776,12 @@ msgstr "Toneburst A/B" msgid "Transmission mode" msgstr "وضع النقل" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:156 +#: ../lib/python/Components/TimerList.py:34 +msgid "Tue" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:159 msgid "Tuesday" msgstr "الثلاثاء" @@ -740,7 +790,7 @@ msgstr "الثلاثاء" msgid "Tuner" msgstr "التيونر(الموالف)" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Two" msgstr "اثنين" @@ -750,7 +800,7 @@ msgstr "اثنين" msgid "Type of scan" msgstr "نوع البحث" -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "USALS" msgstr "USALS" @@ -764,11 +814,11 @@ msgstr "" "من فضلك راجع تعليمات التشغيل\n" "خطـأ .. " -#: ../lib/python/Screens/Satconfig.py:93 +#: ../lib/python/Screens/Satconfig.py:90 msgid "Uncommitted DiSEqC command" msgstr "" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "Universal LNB" msgstr "" @@ -786,41 +836,45 @@ msgstr "جارى التحديث ..انتظر..قد يستغرق بعض الوق msgid "Use DHCP" msgstr "استخدمDHCP" -#: ../lib/python/Screens/Satconfig.py:73 +#: ../lib/python/Screens/Satconfig.py:70 msgid "Use usals for this sat" msgstr "USALS für diesen Sat benutzen" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "User defined" msgstr "يحددها المستخدم" -#: ../lib/python/Screens/Satconfig.py:70 +#: ../lib/python/Screens/Satconfig.py:67 msgid "Voltage mode" msgstr "وضعيه الفولت" -#: ../lib/python/Screens/ChannelSelection.py:426 +#: ../lib/python/Screens/ChannelSelection.py:575 msgid "W" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:157 +#: ../lib/python/Components/TimerList.py:34 +msgid "Wed" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:160 msgid "Wednesday" msgstr "الاربعاء" -#: ../lib/python/Screens/TimerEntry.py:152 +#: ../lib/python/Screens/TimerEntry.py:155 msgid "Weekday" msgstr "يوم الاسبوع" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "West" msgstr "غرب" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "Yes" msgstr "نعم" @@ -828,36 +882,36 @@ msgstr "نعم" msgid "You cannot delete this!" msgstr "لايمكنك مسح هذه !" -#: ../lib/python/Screens/ChannelSelection.py:140 +#: ../lib/python/Screens/ChannelSelection.py:246 msgid "[bouquet edit]" msgstr "تحرير الباقه" -#: ../lib/python/Screens/ChannelSelection.py:142 +#: ../lib/python/Screens/ChannelSelection.py:248 msgid "[favourite edit]" msgstr "تحرير المفضله" -#: ../lib/python/Screens/ChannelSelection.py:219 +#: ../lib/python/Screens/ChannelSelection.py:327 msgid "[move mode]" msgstr "وضع التحريك" -#: ../lib/python/Screens/ChannelSelection.py:63 +#: ../lib/python/Screens/ChannelSelection.py:71 msgid "abort bouquet edit" msgstr "الغاء تحرير الباقه" -#: ../lib/python/Screens/ChannelSelection.py:66 +#: ../lib/python/Screens/ChannelSelection.py:74 msgid "abort favourites edit" msgstr "الغاء تحرير المفضله" -#: ../lib/python/Screens/ChannelSelection.py:43 +#: ../lib/python/Screens/ChannelSelection.py:46 msgid "add service to bouquet" msgstr "إضافه القناه الى الباقه" -#: ../lib/python/Screens/ChannelSelection.py:45 +#: ../lib/python/Screens/ChannelSelection.py:48 msgid "add service to favourites" msgstr "إضافه القناه الى المفضله" #: ../lib/python/Screens/MovieSelection.py:21 -#: ../lib/python/Screens/ChannelSelection.py:68 +#: ../lib/python/Screens/ChannelSelection.py:76 msgid "back" msgstr "للخلف" @@ -869,7 +923,11 @@ msgstr "دائرى يسار" msgid "circular right" msgstr "دائرى يمين" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/ChannelSelection.py:51 +msgid "copy to favourites" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "daily" msgstr "يومى" @@ -877,31 +935,31 @@ msgstr "يومى" msgid "delete..." msgstr "مسح ..." -#: ../lib/python/Screens/ChannelSelection.py:59 +#: ../lib/python/Screens/ChannelSelection.py:67 msgid "disable move mode" msgstr "ألغاء وضع التحريك" -#: ../lib/python/Components/NimManager.py:517 +#: ../lib/python/Components/NimManager.py:536 msgid "empty/unknown" msgstr "فارغ/غير معروف" -#: ../lib/python/Screens/ChannelSelection.py:55 +#: ../lib/python/Screens/ChannelSelection.py:63 msgid "enable bouquet edit" msgstr "تفعيل تحرير الباقه" -#: ../lib/python/Screens/ChannelSelection.py:57 +#: ../lib/python/Screens/ChannelSelection.py:65 msgid "enable favourite edit" msgstr "تفعيل تحرير المفضله" -#: ../lib/python/Screens/ChannelSelection.py:52 +#: ../lib/python/Screens/ChannelSelection.py:60 msgid "enable move mode" msgstr "تفعيل وضع التحريك" -#: ../lib/python/Screens/ChannelSelection.py:62 +#: ../lib/python/Screens/ChannelSelection.py:70 msgid "end bouquet edit" msgstr "إنتهاء تحرير الباقه" -#: ../lib/python/Screens/ChannelSelection.py:65 +#: ../lib/python/Screens/ChannelSelection.py:73 msgid "end favourites edit" msgstr "إنتهاء تحرير المفضله" @@ -913,24 +971,24 @@ msgstr "المساحه المتبقيه فى القرص" msgid "horizontal" msgstr "عرضى" -#: ../lib/python/Screens/Ci.py:232 +#: ../lib/python/Screens/Ci.py:220 msgid "init module" msgstr "تفعيل الكـام" -#: ../lib/python/Screens/InfoBar.py:73 +#: ../lib/python/Screens/InfoBar.py:75 msgid "leave movie player..." msgstr "اترك عارض الافلام .." -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "manual" msgstr "يدوى" -#: ../lib/python/Screens/InfoBarGenerics.py:263 +#: ../lib/python/Screens/InfoBarGenerics.py:265 msgid "next channel" msgstr "القناه التاليه" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "no" @@ -940,7 +998,7 @@ msgstr "لا." msgid "no HDD found" msgstr "لم يتم العثور على قرص صلب" -#: ../lib/python/Screens/Ci.py:230 +#: ../lib/python/Screens/Ci.py:218 msgid "no module found" msgstr "لم يتم العثور على كامه" @@ -960,19 +1018,27 @@ msgstr "لا يعمـل!" msgid "on" msgstr "يعمل!" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "once" msgstr "مره واحده" -#: ../lib/python/Screens/InfoBarGenerics.py:264 +#: ../lib/python/Screens/Ci.py:84 +msgid "please press OK when ready" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:266 msgid "previous channel" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:47 +#: ../lib/python/Screens/ChannelSelection.py:55 +msgid "remove bouquet" +msgstr "" + +#: ../lib/python/Screens/ChannelSelection.py:53 msgid "remove service" msgstr "حذف القناه" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "repeated" msgstr "متكرر" @@ -1014,11 +1080,11 @@ msgstr "" msgid "scan state" msgstr "حاله البحث" -#: ../lib/python/Screens/InfoBarGenerics.py:306 +#: ../lib/python/Screens/InfoBarGenerics.py:308 msgid "show EPG..." msgstr "إظهار دليل البرامج الالكترونى" -#: ../lib/python/Screens/Wizard.py:204 ../lib/python/Screens/Wizard.py:205 +#: ../lib/python/Screens/Wizard.py:212 ../lib/python/Screens/Wizard.py:213 msgid "text" msgstr "" @@ -1026,7 +1092,7 @@ msgstr "" msgid "unknown service" msgstr "قناه غير معروفه" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "user defined" msgstr "محدده من قبل المستخدم" @@ -1034,12 +1100,12 @@ msgstr "محدده من قبل المستخدم" msgid "vertical" msgstr "رأسى" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "weekly" msgstr "اسبوعى" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "yes" @@ -1417,6 +1483,10 @@ msgstr "نعم : ابحث الان" msgid "Information" msgstr "معلومات" +#: ../data/ +msgid "Timer log" +msgstr "" + #: ../data/ msgid "Menu" msgstr "قائمه" diff --git a/po/de.po b/po/de.po index aab3d684..79665661 100644 --- 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: 2006-01-19 18:06+0100\n" +"POT-Creation-Date: 2006-01-25 01:48+0100\n" "PO-Revision-Date: 2005-12-14 03:29+0100\n" "Last-Translator: Stefan Pluecken \n" "Language-Team: none\n" @@ -24,8 +24,8 @@ msgstr "" msgid "%d min" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:93 #: ../lib/python/Screens/TimerEntry.py:96 +#: ../lib/python/Screens/TimerEntry.py:99 msgid "%d.%B %Y" msgstr "" @@ -34,43 +34,43 @@ msgstr "" msgid "%s (%s, %d MB free)" msgstr "%s (%s, %d MB frei)" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "0 V" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.0" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.1" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.2" msgstr "" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "12 V" msgstr "" -#: ../lib/python/Screens/Satconfig.py:110 +#: ../lib/python/Screens/Satconfig.py:107 msgid "12V Output" msgstr "" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "13 V" msgstr "" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "18 V" msgstr "" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "A" msgstr "" -#: ../RecordTimer.py:125 +#: ../RecordTimer.py:126 msgid "" "A timer failed to record!\n" "Disable TV and try again?\n" @@ -78,15 +78,15 @@ msgstr "" "Timeraufnahme fehlgeschlagen.\n" "Fernsehprogramm ändern und erneut versuchen?\n" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AA" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AB" msgstr "" -#: ../lib/python/Screens/TimerEdit.py:24 +#: ../lib/python/Screens/TimerEdit.py:25 msgid "Add" msgstr "Hinzufügen" @@ -94,12 +94,12 @@ msgstr "Hinzufügen" msgid "Add timer" msgstr "Timer setzen" -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:620 msgid "Advanced" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:253 +#: ../lib/python/Screens/ChannelSelection.py:359 msgid "All" msgstr "Alle" @@ -127,19 +127,19 @@ msgstr "" msgid "Automatic Scan" msgstr "Automatische Suche" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "B" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BA" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BB" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Band" msgstr "" @@ -151,15 +151,15 @@ msgstr "Bandbreite" msgid "Bus: " msgstr "" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "C-Band" msgstr "" -#: ../lib/python/Screens/Satconfig.py:113 +#: ../lib/python/Screens/Satconfig.py:110 msgid "Cable provider" msgstr "Kabelanbieter" -#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:21 +#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:24 msgid "Cancel" msgstr "Abbruch" @@ -167,15 +167,15 @@ msgstr "Abbruch" msgid "Capacity: " msgstr "Kapazität: " -#: ../lib/python/Screens/TimerEntry.py:177 ../data/ +#: ../lib/python/Screens/TimerEntry.py:180 ../data/ msgid "Channel" msgstr "Kanal" -#: ../lib/python/Screens/ChannelSelection.py:70 ../data/ +#: ../lib/python/Screens/ChannelSelection.py:78 ../data/ msgid "Channel Selection" msgstr "Kanalliste" -#: ../lib/python/Screens/InfoBarGenerics.py:123 +#: ../lib/python/Screens/InfoBarGenerics.py:125 msgid "Channel:" msgstr "Kanal:" @@ -183,6 +183,14 @@ msgstr "Kanal:" msgid "Classic" msgstr "klassisch" +#: ../lib/python/Screens/TimerEdit.py:27 +msgid "Cleanup" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:300 +msgid "Clear log" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:128 msgid "Code rate high" msgstr "" @@ -191,11 +199,11 @@ msgstr "" msgid "Code rate low" msgstr "" -#: ../lib/python/Screens/Satconfig.py:90 ../lib/python/Screens/Satconfig.py:92 +#: ../lib/python/Screens/Satconfig.py:87 ../lib/python/Screens/Satconfig.py:89 msgid "Command order" msgstr "" -#: ../lib/python/Screens/Satconfig.py:86 +#: ../lib/python/Screens/Satconfig.py:83 msgid "Committed DiSEqC command" msgstr "" @@ -207,15 +215,19 @@ msgstr "Konfiguration" msgid "Default" msgstr "Standard" -#: ../lib/python/Screens/TimerEdit.py:23 +#: ../lib/python/Screens/TimerEdit.py:24 msgid "Delete" msgstr "Löschen" +#: ../lib/python/Screens/TimerEntry.py:297 +msgid "Delete entry" +msgstr "" + #: ../lib/python/Screens/MovieSelection.py:53 msgid "Delete failed!" msgstr "Löschen fehlgeschlagen." -#: ../lib/python/Screens/TimerEntry.py:138 +#: ../lib/python/Screens/TimerEntry.py:141 msgid "Description" msgstr "Beschreibung" @@ -227,11 +239,11 @@ msgstr "Erkannte Festplatten" msgid "Detected NIMs:" msgstr "Erkannte Tuner:" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B" msgstr "DiSEqC A/B" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B/C/D" msgstr "DiSEqC A/B/C/D" @@ -239,16 +251,17 @@ msgstr "DiSEqC A/B/C/D" msgid "DiSEqC Mode" msgstr "DiSEqC-Modus" -#: ../lib/python/Screens/Satconfig.py:82 +#: ../lib/python/Screens/Satconfig.py:79 msgid "DiSEqC mode" msgstr "" -#: ../lib/python/Screens/Satconfig.py:94 +#: ../lib/python/Screens/Satconfig.py:91 msgid "DiSEqC repeats" msgstr "" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:71 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -263,7 +276,7 @@ msgstr "Aus" msgid "Do you really want to delete this recording?" msgstr "Wollen Sie diese Aufnahme wirklich löschen?" -#: ../lib/python/Screens/InfoBarGenerics.py:802 +#: ../lib/python/Screens/InfoBarGenerics.py:956 msgid "" "Do you want to stop the current\n" "(instant) recording?" @@ -284,7 +297,7 @@ msgstr "" msgid "Dutch" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:428 +#: ../lib/python/Screens/ChannelSelection.py:577 msgid "E" msgstr "O" @@ -293,13 +306,14 @@ msgstr "O" msgid "ERROR - failed to scan (%s)!" msgstr "FEHLER - Suche fehlgeschlagen (%s)!" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "East" msgstr "Ost" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:69 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -310,42 +324,50 @@ msgstr "Ost" msgid "Enable" msgstr "Ein" -#: ../lib/python/Screens/TimerEntry.py:172 +#: ../lib/python/Screens/TimerEntry.py:175 msgid "End" msgstr "Ende" -#: ../lib/python/Screens/TimerEntry.py:175 +#: ../lib/python/Screens/TimerEntry.py:178 msgid "EndTime" msgstr "Endzeit" -#: ../lib/python/Screens/LanguageSelection.py:39 +#: ../lib/python/Screens/LanguageSelection.py:41 #: ../lib/python/Components/SetupDevices.py:24 #: ../lib/python/Components/Language.py:13 msgid "English" msgstr "Englisch" +#: ../lib/python/Components/NimManager.py:615 +msgid "Equal to Socket A" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:91 #: ../lib/python/Screens/ScanSetup.py:119 msgid "FEC" msgstr "" -#: ../lib/python/Screens/Satconfig.py:87 +#: ../lib/python/Screens/Satconfig.py:84 msgid "Fast DiSEqC" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:256 +#: ../lib/python/Screens/ChannelSelection.py:362 msgid "Favourites" msgstr "Favoriten" #: ../lib/python/Screens/ScanSetup.py:87 #: ../lib/python/Screens/ScanSetup.py:115 #: ../lib/python/Screens/ScanSetup.py:125 -#: ../lib/python/Screens/TimerEntry.py:145 +#: ../lib/python/Screens/TimerEntry.py:148 msgid "Frequency" msgstr "Frequenz" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:159 +#: ../lib/python/Components/TimerList.py:34 +msgid "Fri" +msgstr "Fr" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:162 msgid "Friday" msgstr "Freitag" @@ -370,11 +392,11 @@ msgstr "" msgid "IP Address" msgstr "IP-Adresse" -#: ../lib/python/Screens/Satconfig.py:111 +#: ../lib/python/Screens/Satconfig.py:108 msgid "Increased voltage" msgstr "" -#: ../lib/python/Screens/Ci.py:226 +#: ../lib/python/Screens/Ci.py:214 msgid "Init" msgstr "" @@ -392,37 +414,37 @@ msgstr "Initialisiere Festplatte..." msgid "Inversion" msgstr "" -#: ../lib/python/Screens/Satconfig.py:79 +#: ../lib/python/Screens/Satconfig.py:76 msgid "LNB" msgstr "" -#: ../lib/python/Screens/Satconfig.py:104 +#: ../lib/python/Screens/Satconfig.py:101 msgid "LOF" msgstr "" -#: ../lib/python/Screens/Satconfig.py:108 +#: ../lib/python/Screens/Satconfig.py:105 msgid "LOF/H" msgstr "" -#: ../lib/python/Screens/Satconfig.py:107 +#: ../lib/python/Screens/Satconfig.py:104 msgid "LOF/L" msgstr "" -#: ../lib/python/Screens/LanguageSelection.py:34 ../data/ +#: ../lib/python/Screens/LanguageSelection.py:36 ../data/ msgid "Language selection" msgstr "Sprachauswahl" -#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:98 +#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:95 #: ../data/ msgid "Latitude" msgstr "Breitengrad" -#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:96 +#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:93 #: ../data/ msgid "Longitude" msgstr "Längengrad" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:616 msgid "Loopthrough to Socket A" msgstr "Verbunden mit Tuner A" @@ -435,12 +457,16 @@ msgstr "Modell:" msgid "Modulation" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Components/TimerList.py:34 +msgid "Mon" +msgstr "Mo" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "Mon-Fri" msgstr "Montag bis Freitag" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:155 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:158 msgid "Monday" msgstr "Montag" @@ -448,11 +474,11 @@ msgstr "Montag" msgid "Movie Menu" msgstr "Filmauswahl" -#: ../lib/python/Components/NimManager.py:452 +#: ../lib/python/Components/NimManager.py:471 msgid "N/A" msgstr "Nicht verfügbar" -#: ../lib/python/Screens/TimerEntry.py:137 +#: ../lib/python/Screens/TimerEntry.py:140 msgid "Name" msgstr "" @@ -468,15 +494,15 @@ msgstr "Netzmaske" msgid "Next" msgstr "" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "No" msgstr "Nein" -#: ../lib/python/Screens/InfoBarGenerics.py:798 +#: ../lib/python/Screens/InfoBarGenerics.py:952 msgid "No HDD found or HDD not initialized!" msgstr "" "Keine Festplatte gefunden oder\n" @@ -487,39 +513,39 @@ msgstr "" #: ../lib/python/Screens/ScanSetup.py:187 #: ../lib/python/Screens/ScanSetup.py:188 #: ../lib/python/Screens/ScanSetup.py:192 -#: ../lib/python/Components/NimManager.py:675 -#: ../lib/python/Components/NimManager.py:676 -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:684 +#: ../lib/python/Components/NimManager.py:685 #: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "None" msgstr "Keins" -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "North" msgstr "Nord" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:617 msgid "Nothing connected" msgstr "Nichts angeschlossen" -#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:20 +#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:23 msgid "OK" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Off" msgstr "Aus" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "On" msgstr "An" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "One" msgstr "Eins" -#: ../lib/python/Screens/InfoBar.py:37 +#: ../lib/python/Screens/InfoBar.py:38 msgid "Play recorded movies..." msgstr "Aufgenommene Filme abspielen..." @@ -535,7 +561,7 @@ msgstr "Bitte warten... Liste wird geladen..." msgid "Polarity" msgstr "Polarität" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "Polarization" msgstr "" @@ -555,7 +581,7 @@ msgstr "" msgid "Port D" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Positioner" msgstr "Rotor" @@ -579,71 +605,83 @@ msgstr "Zum Starten der Suche OK drücken." msgid "Prev" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:255 +#: ../lib/python/Screens/ChannelSelection.py:361 msgid "Provider" msgstr "Provider" -#: ../lib/python/Screens/ChannelSelection.py:418 +#: ../lib/python/Screens/ChannelSelection.py:567 msgid "Providers" msgstr "Anbieter" -#: ../lib/python/Screens/InfoBarGenerics.py:851 +#: ../lib/python/Screens/TimerEdit.py:91 +msgid "Really delete done timers?" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:1005 msgid "Record" msgstr "Aufnahme" -#: ../lib/python/Screens/Ci.py:225 +#: ../lib/python/Screens/Ci.py:213 msgid "Reset" msgstr "Zurücksetzen" +#: ../lib/python/Components/TimerList.py:34 +msgid "Sat" +msgstr "Sa" + #: ../lib/python/Screens/ScanSetup.py:86 ../lib/python/Screens/ScanSetup.py:95 -#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:65 +#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:62 msgid "Satellite" msgstr "Satellit" -#: ../lib/python/Screens/ChannelSelection.py:254 +#: ../lib/python/Screens/ChannelSelection.py:360 msgid "Satellites" msgstr "Satelliten" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:160 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:163 msgid "Saturday" msgstr "Samstag" -#: ../lib/python/Screens/TimerEntry.py:215 +#: ../lib/python/Components/NimManager.py:618 +msgid "Secondary cable from Rotor-LNB" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:218 msgid "Select channel to record from" msgstr "Kanal auswahlen, von dem aufgenommen werden soll" -#: ../lib/python/Screens/Satconfig.py:88 +#: ../lib/python/Screens/Satconfig.py:85 msgid "Sequence repeat" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:420 +#: ../lib/python/Screens/ChannelSelection.py:569 msgid "Services" msgstr "Kanäle" -#: ../lib/python/Screens/InfoBar.py:38 +#: ../lib/python/Screens/InfoBar.py:39 msgid "Show the radio player..." msgstr "" -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:619 msgid "Simple" msgstr "Einfach" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Single" msgstr "Einzeln" -#: ../lib/python/Components/NimManager.py:639 +#: ../lib/python/Components/NimManager.py:647 msgid "Slot " msgstr "" -#: ../lib/python/Components/NimManager.py:515 +#: ../lib/python/Components/NimManager.py:534 msgid "Socket " msgstr "Sockel " -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "South" msgstr "Süd" @@ -651,36 +689,40 @@ msgstr "Süd" msgid "Spanish" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:167 +#: ../lib/python/Screens/TimerEntry.py:170 msgid "Start" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:804 +#: ../lib/python/Screens/InfoBarGenerics.py:958 msgid "Start recording?" msgstr "Aufnahme beginnen?" -#: ../lib/python/Screens/TimerEntry.py:170 +#: ../lib/python/Screens/TimerEntry.py:173 msgid "StartTime" msgstr "Startzeit" -#: ../lib/python/Screens/Wizard.py:200 +#: ../lib/python/Screens/Wizard.py:208 msgid "Step " msgstr "Schritt " -#: ../lib/python/Screens/InfoBar.py:85 +#: ../lib/python/Screens/InfoBar.py:92 msgid "Stop playing this movie?" msgstr "Das Abspielen dieses Films beenden?" -#: ../lib/python/Screens/Satconfig.py:76 +#: ../lib/python/Screens/Satconfig.py:73 msgid "Stored position" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:856 ../data/ +#: ../lib/python/Screens/InfoBarGenerics.py:1010 ../data/ msgid "Subservices" msgstr "Unterkanäle" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:161 +#: ../lib/python/Components/TimerList.py:34 +msgid "Sun" +msgstr "So" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:164 msgid "Sunday" msgstr "Sonntag" @@ -689,40 +731,44 @@ msgstr "Sonntag" msgid "Symbol Rate" msgstr "Symbolrate" -#: ../lib/python/Screens/Satconfig.py:115 +#: ../lib/python/Screens/Satconfig.py:112 msgid "Terrestrial provider" msgstr "Region" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Three" msgstr "" -#: ../lib/python/Screens/Satconfig.py:109 +#: ../lib/python/Screens/Satconfig.py:106 msgid "Threshold" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:158 +#: ../lib/python/Components/TimerList.py:34 +msgid "Thu" +msgstr "Do" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:161 msgid "Thursday" msgstr "Donnerstag" -#: ../lib/python/Screens/TimerEntry.py:139 +#: ../lib/python/Screens/TimerEntry.py:142 msgid "Timer Type" msgstr "Timer-Art" -#: ../lib/python/Screens/InfoBarGenerics.py:704 +#: ../lib/python/Screens/InfoBarGenerics.py:801 msgid "Timeshift not possible!" msgstr "" -#: ../lib/python/Screens/Satconfig.py:71 +#: ../lib/python/Screens/Satconfig.py:68 msgid "Tone mode" msgstr "" -#: ../lib/python/Screens/Satconfig.py:85 +#: ../lib/python/Screens/Satconfig.py:82 msgid "Toneburst" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Toneburst A/B" msgstr "Toneburst A/B" @@ -730,8 +776,12 @@ msgstr "Toneburst A/B" msgid "Transmission mode" msgstr "Übertragungstyp" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:156 +#: ../lib/python/Components/TimerList.py:34 +msgid "Tue" +msgstr "Di" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:159 msgid "Tuesday" msgstr "Dienstag" @@ -740,7 +790,7 @@ msgstr "Dienstag" msgid "Tuner" msgstr "" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Two" msgstr "" @@ -750,7 +800,7 @@ msgstr "" msgid "Type of scan" msgstr "Art der Suche" -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "USALS" msgstr "USALS" @@ -764,11 +814,11 @@ msgstr "" "Bitte lesen Sie im Handbuch nach.\n" "Fehler: " -#: ../lib/python/Screens/Satconfig.py:93 +#: ../lib/python/Screens/Satconfig.py:90 msgid "Uncommitted DiSEqC command" msgstr "" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "Universal LNB" msgstr "" @@ -788,41 +838,45 @@ msgstr "" msgid "Use DHCP" msgstr "Adresse automatisch beziehen (DHCP)" -#: ../lib/python/Screens/Satconfig.py:73 +#: ../lib/python/Screens/Satconfig.py:70 msgid "Use usals for this sat" msgstr "USALS für diesen Sat benutzen" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "User defined" msgstr "Benutzerdefiniert" -#: ../lib/python/Screens/Satconfig.py:70 +#: ../lib/python/Screens/Satconfig.py:67 msgid "Voltage mode" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:426 +#: ../lib/python/Screens/ChannelSelection.py:575 msgid "W" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:157 +#: ../lib/python/Components/TimerList.py:34 +msgid "Wed" +msgstr "Mi" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:160 msgid "Wednesday" msgstr "Mittwoch" -#: ../lib/python/Screens/TimerEntry.py:152 +#: ../lib/python/Screens/TimerEntry.py:155 msgid "Weekday" msgstr "Wochentag" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "West" msgstr "" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "Yes" msgstr "Ja" @@ -830,36 +884,36 @@ msgstr "Ja" msgid "You cannot delete this!" msgstr "Sie können dies nicht löschen." -#: ../lib/python/Screens/ChannelSelection.py:140 +#: ../lib/python/Screens/ChannelSelection.py:246 msgid "[bouquet edit]" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:142 +#: ../lib/python/Screens/ChannelSelection.py:248 msgid "[favourite edit]" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:219 +#: ../lib/python/Screens/ChannelSelection.py:327 msgid "[move mode]" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:63 +#: ../lib/python/Screens/ChannelSelection.py:71 msgid "abort bouquet edit" msgstr "Bouqueteditieren abbrechen" -#: ../lib/python/Screens/ChannelSelection.py:66 +#: ../lib/python/Screens/ChannelSelection.py:74 msgid "abort favourites edit" msgstr "Favoriteneditor abbrechen" -#: ../lib/python/Screens/ChannelSelection.py:43 +#: ../lib/python/Screens/ChannelSelection.py:46 msgid "add service to bouquet" msgstr "Zu Bouquet hinzufügen" -#: ../lib/python/Screens/ChannelSelection.py:45 +#: ../lib/python/Screens/ChannelSelection.py:48 msgid "add service to favourites" msgstr "Kanal zu Favoriten hinzufügen" #: ../lib/python/Screens/MovieSelection.py:21 -#: ../lib/python/Screens/ChannelSelection.py:68 +#: ../lib/python/Screens/ChannelSelection.py:76 msgid "back" msgstr "zurück" @@ -871,7 +925,11 @@ msgstr "" msgid "circular right" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/ChannelSelection.py:51 +msgid "copy to favourites" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "daily" msgstr "täglich" @@ -879,31 +937,31 @@ msgstr "täglich" msgid "delete..." msgstr "löschen..." -#: ../lib/python/Screens/ChannelSelection.py:59 +#: ../lib/python/Screens/ChannelSelection.py:67 msgid "disable move mode" msgstr "Verschiebemodus ausschalten" -#: ../lib/python/Components/NimManager.py:517 +#: ../lib/python/Components/NimManager.py:536 msgid "empty/unknown" msgstr "leer/unbekannt" -#: ../lib/python/Screens/ChannelSelection.py:55 +#: ../lib/python/Screens/ChannelSelection.py:63 msgid "enable bouquet edit" msgstr "Bouqueteditieren anschalten" -#: ../lib/python/Screens/ChannelSelection.py:57 +#: ../lib/python/Screens/ChannelSelection.py:65 msgid "enable favourite edit" msgstr "Favoriteneditor anschalten" -#: ../lib/python/Screens/ChannelSelection.py:52 +#: ../lib/python/Screens/ChannelSelection.py:60 msgid "enable move mode" msgstr "Verschiebemodus aktivieren" -#: ../lib/python/Screens/ChannelSelection.py:62 +#: ../lib/python/Screens/ChannelSelection.py:70 msgid "end bouquet edit" msgstr "Bouqueteditieren beenden" -#: ../lib/python/Screens/ChannelSelection.py:65 +#: ../lib/python/Screens/ChannelSelection.py:73 msgid "end favourites edit" msgstr "Favoriteneditor beenden" @@ -915,24 +973,24 @@ msgstr "freier Festplattenspeicher" msgid "horizontal" msgstr "" -#: ../lib/python/Screens/Ci.py:232 +#: ../lib/python/Screens/Ci.py:220 msgid "init module" msgstr "Modul initialisieren" -#: ../lib/python/Screens/InfoBar.py:73 +#: ../lib/python/Screens/InfoBar.py:75 msgid "leave movie player..." msgstr "Abspielmodus verlassen..." -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "manual" msgstr "manuell" -#: ../lib/python/Screens/InfoBarGenerics.py:263 +#: ../lib/python/Screens/InfoBarGenerics.py:265 msgid "next channel" msgstr "nächster Kanal" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "no" @@ -942,7 +1000,7 @@ msgstr "nein" msgid "no HDD found" msgstr "keine Festplatte gefunden" -#: ../lib/python/Screens/Ci.py:230 +#: ../lib/python/Screens/Ci.py:218 msgid "no module found" msgstr "Kein Modul gefunden" @@ -962,19 +1020,27 @@ msgstr "aus" msgid "on" msgstr "an" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "once" msgstr "einmalig" -#: ../lib/python/Screens/InfoBarGenerics.py:264 +#: ../lib/python/Screens/Ci.py:84 +msgid "please press OK when ready" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:266 msgid "previous channel" msgstr "vorheriger Kanal" -#: ../lib/python/Screens/ChannelSelection.py:47 +#: ../lib/python/Screens/ChannelSelection.py:55 +msgid "remove bouquet" +msgstr "" + +#: ../lib/python/Screens/ChannelSelection.py:53 msgid "remove service" msgstr "Kanal löschen" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "repeated" msgstr "wiederholend" @@ -1016,11 +1082,11 @@ msgstr "" msgid "scan state" msgstr "Status" -#: ../lib/python/Screens/InfoBarGenerics.py:306 +#: ../lib/python/Screens/InfoBarGenerics.py:308 msgid "show EPG..." msgstr "zeige EPG..." -#: ../lib/python/Screens/Wizard.py:204 ../lib/python/Screens/Wizard.py:205 +#: ../lib/python/Screens/Wizard.py:212 ../lib/python/Screens/Wizard.py:213 msgid "text" msgstr "" @@ -1028,7 +1094,7 @@ msgstr "" msgid "unknown service" msgstr "unbekannter Service" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "user defined" msgstr "benutzerdefiniert" @@ -1036,12 +1102,12 @@ msgstr "benutzerdefiniert" msgid "vertical" msgstr "vertikal" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "weekly" msgstr "wöchentlich" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "yes" @@ -1422,6 +1488,10 @@ msgstr "Ja, jetzt suchen." msgid "Information" msgstr "Informationen" +#: ../data/ +msgid "Timer log" +msgstr "" + #: ../data/ msgid "Menu" msgstr "Menü" diff --git a/po/en.po b/po/en.po index a16fd29f..89831657 100644 --- 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: 2006-01-19 18:06+0100\n" +"POT-Creation-Date: 2006-01-25 01:48+0100\n" "PO-Revision-Date: 2005-11-17 20:53+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -21,8 +21,8 @@ msgstr "" msgid "%d min" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:93 #: ../lib/python/Screens/TimerEntry.py:96 +#: ../lib/python/Screens/TimerEntry.py:99 msgid "%d.%B %Y" msgstr "" @@ -31,57 +31,57 @@ msgstr "" msgid "%s (%s, %d MB free)" msgstr "" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "0 V" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.0" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.1" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.2" msgstr "" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "12 V" msgstr "" -#: ../lib/python/Screens/Satconfig.py:110 +#: ../lib/python/Screens/Satconfig.py:107 msgid "12V Output" msgstr "" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "13 V" msgstr "" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "18 V" msgstr "" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "A" msgstr "" -#: ../RecordTimer.py:125 +#: ../RecordTimer.py:126 msgid "" "A timer failed to record!\n" "Disable TV and try again?\n" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AA" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AB" msgstr "" -#: ../lib/python/Screens/TimerEdit.py:24 +#: ../lib/python/Screens/TimerEdit.py:25 msgid "Add" msgstr "" @@ -89,12 +89,12 @@ msgstr "" msgid "Add timer" msgstr "" -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:620 msgid "Advanced" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:253 +#: ../lib/python/Screens/ChannelSelection.py:359 msgid "All" msgstr "" @@ -122,19 +122,19 @@ msgstr "" msgid "Automatic Scan" msgstr "" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "B" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BA" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BB" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Band" msgstr "" @@ -146,15 +146,15 @@ msgstr "" msgid "Bus: " msgstr "" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "C-Band" msgstr "" -#: ../lib/python/Screens/Satconfig.py:113 +#: ../lib/python/Screens/Satconfig.py:110 msgid "Cable provider" msgstr "" -#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:21 +#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:24 msgid "Cancel" msgstr "" @@ -162,15 +162,15 @@ msgstr "" msgid "Capacity: " msgstr "" -#: ../lib/python/Screens/TimerEntry.py:177 ../data/ +#: ../lib/python/Screens/TimerEntry.py:180 ../data/ msgid "Channel" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:70 ../data/ +#: ../lib/python/Screens/ChannelSelection.py:78 ../data/ msgid "Channel Selection" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:123 +#: ../lib/python/Screens/InfoBarGenerics.py:125 msgid "Channel:" msgstr "" @@ -178,6 +178,14 @@ msgstr "" msgid "Classic" msgstr "" +#: ../lib/python/Screens/TimerEdit.py:27 +msgid "Cleanup" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:300 +msgid "Clear log" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:128 msgid "Code rate high" msgstr "" @@ -186,11 +194,11 @@ msgstr "" msgid "Code rate low" msgstr "" -#: ../lib/python/Screens/Satconfig.py:90 ../lib/python/Screens/Satconfig.py:92 +#: ../lib/python/Screens/Satconfig.py:87 ../lib/python/Screens/Satconfig.py:89 msgid "Command order" msgstr "" -#: ../lib/python/Screens/Satconfig.py:86 +#: ../lib/python/Screens/Satconfig.py:83 msgid "Committed DiSEqC command" msgstr "" @@ -202,15 +210,19 @@ msgstr "" msgid "Default" msgstr "" -#: ../lib/python/Screens/TimerEdit.py:23 +#: ../lib/python/Screens/TimerEdit.py:24 msgid "Delete" msgstr "" +#: ../lib/python/Screens/TimerEntry.py:297 +msgid "Delete entry" +msgstr "" + #: ../lib/python/Screens/MovieSelection.py:53 msgid "Delete failed!" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:138 +#: ../lib/python/Screens/TimerEntry.py:141 msgid "Description" msgstr "" @@ -222,11 +234,11 @@ msgstr "" msgid "Detected NIMs:" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B/C/D" msgstr "" @@ -234,16 +246,17 @@ msgstr "" msgid "DiSEqC Mode" msgstr "" -#: ../lib/python/Screens/Satconfig.py:82 +#: ../lib/python/Screens/Satconfig.py:79 msgid "DiSEqC mode" msgstr "" -#: ../lib/python/Screens/Satconfig.py:94 +#: ../lib/python/Screens/Satconfig.py:91 msgid "DiSEqC repeats" msgstr "" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:71 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -258,7 +271,7 @@ msgstr "" msgid "Do you really want to delete this recording?" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:802 +#: ../lib/python/Screens/InfoBarGenerics.py:956 msgid "" "Do you want to stop the current\n" "(instant) recording?" @@ -275,7 +288,7 @@ msgstr "" msgid "Dutch" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:428 +#: ../lib/python/Screens/ChannelSelection.py:577 msgid "E" msgstr "" @@ -284,13 +297,14 @@ msgstr "" msgid "ERROR - failed to scan (%s)!" msgstr "" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "East" msgstr "" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:69 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -301,42 +315,50 @@ msgstr "" msgid "Enable" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:172 +#: ../lib/python/Screens/TimerEntry.py:175 msgid "End" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:175 +#: ../lib/python/Screens/TimerEntry.py:178 msgid "EndTime" msgstr "" -#: ../lib/python/Screens/LanguageSelection.py:39 +#: ../lib/python/Screens/LanguageSelection.py:41 #: ../lib/python/Components/SetupDevices.py:24 #: ../lib/python/Components/Language.py:13 msgid "English" msgstr "" +#: ../lib/python/Components/NimManager.py:615 +msgid "Equal to Socket A" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:91 #: ../lib/python/Screens/ScanSetup.py:119 msgid "FEC" msgstr "" -#: ../lib/python/Screens/Satconfig.py:87 +#: ../lib/python/Screens/Satconfig.py:84 msgid "Fast DiSEqC" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:256 +#: ../lib/python/Screens/ChannelSelection.py:362 msgid "Favourites" msgstr "" #: ../lib/python/Screens/ScanSetup.py:87 #: ../lib/python/Screens/ScanSetup.py:115 #: ../lib/python/Screens/ScanSetup.py:125 -#: ../lib/python/Screens/TimerEntry.py:145 +#: ../lib/python/Screens/TimerEntry.py:148 msgid "Frequency" msgstr "Frequency" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:159 +#: ../lib/python/Components/TimerList.py:34 +msgid "Fri" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:162 msgid "Friday" msgstr "" @@ -361,11 +383,11 @@ msgstr "" msgid "IP Address" msgstr "IP Address" -#: ../lib/python/Screens/Satconfig.py:111 +#: ../lib/python/Screens/Satconfig.py:108 msgid "Increased voltage" msgstr "" -#: ../lib/python/Screens/Ci.py:226 +#: ../lib/python/Screens/Ci.py:214 msgid "Init" msgstr "" @@ -383,37 +405,37 @@ msgstr "" msgid "Inversion" msgstr "Inversion" -#: ../lib/python/Screens/Satconfig.py:79 +#: ../lib/python/Screens/Satconfig.py:76 msgid "LNB" msgstr "" -#: ../lib/python/Screens/Satconfig.py:104 +#: ../lib/python/Screens/Satconfig.py:101 msgid "LOF" msgstr "" -#: ../lib/python/Screens/Satconfig.py:108 +#: ../lib/python/Screens/Satconfig.py:105 msgid "LOF/H" msgstr "" -#: ../lib/python/Screens/Satconfig.py:107 +#: ../lib/python/Screens/Satconfig.py:104 msgid "LOF/L" msgstr "" -#: ../lib/python/Screens/LanguageSelection.py:34 ../data/ +#: ../lib/python/Screens/LanguageSelection.py:36 ../data/ msgid "Language selection" msgstr "" -#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:98 +#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:95 #: ../data/ msgid "Latitude" msgstr "" -#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:96 +#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:93 #: ../data/ msgid "Longitude" msgstr "" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:616 msgid "Loopthrough to Socket A" msgstr "" @@ -426,12 +448,16 @@ msgstr "" msgid "Modulation" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Components/TimerList.py:34 +msgid "Mon" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "Mon-Fri" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:155 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:158 msgid "Monday" msgstr "" @@ -439,11 +465,11 @@ msgstr "" msgid "Movie Menu" msgstr "" -#: ../lib/python/Components/NimManager.py:452 +#: ../lib/python/Components/NimManager.py:471 msgid "N/A" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:137 +#: ../lib/python/Screens/TimerEntry.py:140 msgid "Name" msgstr "" @@ -459,15 +485,15 @@ msgstr "Netmask" msgid "Next" msgstr "" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "No" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:798 +#: ../lib/python/Screens/InfoBarGenerics.py:952 msgid "No HDD found or HDD not initialized!" msgstr "" @@ -476,39 +502,39 @@ msgstr "" #: ../lib/python/Screens/ScanSetup.py:187 #: ../lib/python/Screens/ScanSetup.py:188 #: ../lib/python/Screens/ScanSetup.py:192 -#: ../lib/python/Components/NimManager.py:675 -#: ../lib/python/Components/NimManager.py:676 -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:684 +#: ../lib/python/Components/NimManager.py:685 #: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "None" msgstr "" -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "North" msgstr "" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:617 msgid "Nothing connected" msgstr "" -#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:20 +#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:23 msgid "OK" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Off" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "On" msgstr "" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "One" msgstr "" -#: ../lib/python/Screens/InfoBar.py:37 +#: ../lib/python/Screens/InfoBar.py:38 msgid "Play recorded movies..." msgstr "" @@ -524,7 +550,7 @@ msgstr "" msgid "Polarity" msgstr "" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "Polarization" msgstr "" @@ -544,7 +570,7 @@ msgstr "" msgid "Port D" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Positioner" msgstr "" @@ -568,71 +594,83 @@ msgstr "" msgid "Prev" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:255 +#: ../lib/python/Screens/ChannelSelection.py:361 msgid "Provider" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:418 +#: ../lib/python/Screens/ChannelSelection.py:567 msgid "Providers" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:851 +#: ../lib/python/Screens/TimerEdit.py:91 +msgid "Really delete done timers?" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:1005 msgid "Record" msgstr "" -#: ../lib/python/Screens/Ci.py:225 +#: ../lib/python/Screens/Ci.py:213 msgid "Reset" msgstr "" +#: ../lib/python/Components/TimerList.py:34 +msgid "Sat" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:86 ../lib/python/Screens/ScanSetup.py:95 -#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:65 +#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:62 msgid "Satellite" msgstr "Satellite" -#: ../lib/python/Screens/ChannelSelection.py:254 +#: ../lib/python/Screens/ChannelSelection.py:360 msgid "Satellites" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:160 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:163 msgid "Saturday" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:215 +#: ../lib/python/Components/NimManager.py:618 +msgid "Secondary cable from Rotor-LNB" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:218 msgid "Select channel to record from" msgstr "" -#: ../lib/python/Screens/Satconfig.py:88 +#: ../lib/python/Screens/Satconfig.py:85 msgid "Sequence repeat" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:420 +#: ../lib/python/Screens/ChannelSelection.py:569 msgid "Services" msgstr "" -#: ../lib/python/Screens/InfoBar.py:38 +#: ../lib/python/Screens/InfoBar.py:39 msgid "Show the radio player..." msgstr "" -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:619 msgid "Simple" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Single" msgstr "" -#: ../lib/python/Components/NimManager.py:639 +#: ../lib/python/Components/NimManager.py:647 msgid "Slot " msgstr "" -#: ../lib/python/Components/NimManager.py:515 +#: ../lib/python/Components/NimManager.py:534 msgid "Socket " msgstr "" -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "South" msgstr "" @@ -640,36 +678,40 @@ msgstr "" msgid "Spanish" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:167 +#: ../lib/python/Screens/TimerEntry.py:170 msgid "Start" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:804 +#: ../lib/python/Screens/InfoBarGenerics.py:958 msgid "Start recording?" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:170 +#: ../lib/python/Screens/TimerEntry.py:173 msgid "StartTime" msgstr "" -#: ../lib/python/Screens/Wizard.py:200 +#: ../lib/python/Screens/Wizard.py:208 msgid "Step " msgstr "" -#: ../lib/python/Screens/InfoBar.py:85 +#: ../lib/python/Screens/InfoBar.py:92 msgid "Stop playing this movie?" msgstr "" -#: ../lib/python/Screens/Satconfig.py:76 +#: ../lib/python/Screens/Satconfig.py:73 msgid "Stored position" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:856 ../data/ +#: ../lib/python/Screens/InfoBarGenerics.py:1010 ../data/ msgid "Subservices" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:161 +#: ../lib/python/Components/TimerList.py:34 +msgid "Sun" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:164 msgid "Sunday" msgstr "" @@ -678,40 +720,44 @@ msgstr "" msgid "Symbol Rate" msgstr "" -#: ../lib/python/Screens/Satconfig.py:115 +#: ../lib/python/Screens/Satconfig.py:112 msgid "Terrestrial provider" msgstr "" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Three" msgstr "" -#: ../lib/python/Screens/Satconfig.py:109 +#: ../lib/python/Screens/Satconfig.py:106 msgid "Threshold" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:158 +#: ../lib/python/Components/TimerList.py:34 +msgid "Thu" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:161 msgid "Thursday" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:139 +#: ../lib/python/Screens/TimerEntry.py:142 msgid "Timer Type" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:704 +#: ../lib/python/Screens/InfoBarGenerics.py:801 msgid "Timeshift not possible!" msgstr "" -#: ../lib/python/Screens/Satconfig.py:71 +#: ../lib/python/Screens/Satconfig.py:68 msgid "Tone mode" msgstr "" -#: ../lib/python/Screens/Satconfig.py:85 +#: ../lib/python/Screens/Satconfig.py:82 msgid "Toneburst" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Toneburst A/B" msgstr "" @@ -719,8 +765,12 @@ msgstr "" msgid "Transmission mode" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:156 +#: ../lib/python/Components/TimerList.py:34 +msgid "Tue" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:159 msgid "Tuesday" msgstr "" @@ -729,7 +779,7 @@ msgstr "" msgid "Tuner" msgstr "" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Two" msgstr "" @@ -739,7 +789,7 @@ msgstr "" msgid "Type of scan" msgstr "" -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "USALS" msgstr "" @@ -750,11 +800,11 @@ msgid "" "Error: " msgstr "" -#: ../lib/python/Screens/Satconfig.py:93 +#: ../lib/python/Screens/Satconfig.py:90 msgid "Uncommitted DiSEqC command" msgstr "" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "Universal LNB" msgstr "" @@ -772,41 +822,45 @@ msgstr "" msgid "Use DHCP" msgstr "" -#: ../lib/python/Screens/Satconfig.py:73 +#: ../lib/python/Screens/Satconfig.py:70 msgid "Use usals for this sat" msgstr "" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "User defined" msgstr "" -#: ../lib/python/Screens/Satconfig.py:70 +#: ../lib/python/Screens/Satconfig.py:67 msgid "Voltage mode" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:426 +#: ../lib/python/Screens/ChannelSelection.py:575 msgid "W" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:157 +#: ../lib/python/Components/TimerList.py:34 +msgid "Wed" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:160 msgid "Wednesday" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:152 +#: ../lib/python/Screens/TimerEntry.py:155 msgid "Weekday" msgstr "" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "West" msgstr "" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "Yes" msgstr "" @@ -814,36 +868,36 @@ msgstr "" msgid "You cannot delete this!" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:140 +#: ../lib/python/Screens/ChannelSelection.py:246 msgid "[bouquet edit]" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:142 +#: ../lib/python/Screens/ChannelSelection.py:248 msgid "[favourite edit]" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:219 +#: ../lib/python/Screens/ChannelSelection.py:327 msgid "[move mode]" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:63 +#: ../lib/python/Screens/ChannelSelection.py:71 msgid "abort bouquet edit" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:66 +#: ../lib/python/Screens/ChannelSelection.py:74 msgid "abort favourites edit" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:43 +#: ../lib/python/Screens/ChannelSelection.py:46 msgid "add service to bouquet" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:45 +#: ../lib/python/Screens/ChannelSelection.py:48 msgid "add service to favourites" msgstr "" #: ../lib/python/Screens/MovieSelection.py:21 -#: ../lib/python/Screens/ChannelSelection.py:68 +#: ../lib/python/Screens/ChannelSelection.py:76 msgid "back" msgstr "" @@ -855,7 +909,11 @@ msgstr "" msgid "circular right" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/ChannelSelection.py:51 +msgid "copy to favourites" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "daily" msgstr "" @@ -863,31 +921,31 @@ msgstr "" msgid "delete..." msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:59 +#: ../lib/python/Screens/ChannelSelection.py:67 msgid "disable move mode" msgstr "" -#: ../lib/python/Components/NimManager.py:517 +#: ../lib/python/Components/NimManager.py:536 msgid "empty/unknown" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:55 +#: ../lib/python/Screens/ChannelSelection.py:63 msgid "enable bouquet edit" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:57 +#: ../lib/python/Screens/ChannelSelection.py:65 msgid "enable favourite edit" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:52 +#: ../lib/python/Screens/ChannelSelection.py:60 msgid "enable move mode" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:62 +#: ../lib/python/Screens/ChannelSelection.py:70 msgid "end bouquet edit" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:65 +#: ../lib/python/Screens/ChannelSelection.py:73 msgid "end favourites edit" msgstr "" @@ -899,24 +957,24 @@ msgstr "" msgid "horizontal" msgstr "" -#: ../lib/python/Screens/Ci.py:232 +#: ../lib/python/Screens/Ci.py:220 msgid "init module" msgstr "" -#: ../lib/python/Screens/InfoBar.py:73 +#: ../lib/python/Screens/InfoBar.py:75 msgid "leave movie player..." msgstr "" -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "manual" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:263 +#: ../lib/python/Screens/InfoBarGenerics.py:265 msgid "next channel" msgstr "" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "no" @@ -926,7 +984,7 @@ msgstr "" msgid "no HDD found" msgstr "" -#: ../lib/python/Screens/Ci.py:230 +#: ../lib/python/Screens/Ci.py:218 msgid "no module found" msgstr "" @@ -946,19 +1004,27 @@ msgstr "" msgid "on" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "once" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:264 +#: ../lib/python/Screens/Ci.py:84 +msgid "please press OK when ready" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:266 msgid "previous channel" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:47 +#: ../lib/python/Screens/ChannelSelection.py:55 +msgid "remove bouquet" +msgstr "" + +#: ../lib/python/Screens/ChannelSelection.py:53 msgid "remove service" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "repeated" msgstr "" @@ -992,11 +1058,11 @@ msgstr "" msgid "scan state" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:306 +#: ../lib/python/Screens/InfoBarGenerics.py:308 msgid "show EPG..." msgstr "" -#: ../lib/python/Screens/Wizard.py:204 ../lib/python/Screens/Wizard.py:205 +#: ../lib/python/Screens/Wizard.py:212 ../lib/python/Screens/Wizard.py:213 msgid "text" msgstr "" @@ -1004,7 +1070,7 @@ msgstr "" msgid "unknown service" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "user defined" msgstr "" @@ -1012,12 +1078,12 @@ msgstr "" msgid "vertical" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "weekly" msgstr "" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "yes" @@ -1395,6 +1461,10 @@ msgstr "" msgid "Information" msgstr "" +#: ../data/ +msgid "Timer log" +msgstr "" + #: ../data/ msgid "Menu" msgstr "" diff --git a/po/es.po b/po/es.po index 9463dfd8..8e7bb6e1 100644 --- 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: 2006-01-19 18:06+0100\n" +"POT-Creation-Date: 2006-01-25 01:48+0100\n" "PO-Revision-Date: 2006-01-19 09:00+0100\n" "Last-Translator: Jose Juan Zapater \n" "Language-Team: none\n" @@ -24,8 +24,8 @@ msgstr "" msgid "%d min" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:93 #: ../lib/python/Screens/TimerEntry.py:96 +#: ../lib/python/Screens/TimerEntry.py:99 msgid "%d.%B %Y" msgstr "" @@ -34,43 +34,43 @@ msgstr "" msgid "%s (%s, %d MB free)" msgstr "%s (%s, %d MB libres)" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "0 V" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.0" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.1" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.2" msgstr "" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "12 V" msgstr "" -#: ../lib/python/Screens/Satconfig.py:110 +#: ../lib/python/Screens/Satconfig.py:107 msgid "12V Output" msgstr "12V Salida" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "13 V" msgstr "" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "18 V" msgstr "" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "A" msgstr "" -#: ../RecordTimer.py:125 +#: ../RecordTimer.py:126 msgid "" "A timer failed to record!\n" "Disable TV and try again?\n" @@ -78,15 +78,15 @@ msgstr "" "¡Ha fallado la grabacion!\n" "¿Desactivar TV y probar otra vez?\n" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AA" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AB" msgstr "" -#: ../lib/python/Screens/TimerEdit.py:24 +#: ../lib/python/Screens/TimerEdit.py:25 msgid "Add" msgstr "Añadir" @@ -94,12 +94,12 @@ msgstr "Añadir" msgid "Add timer" msgstr "Añadir temporizador" -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:620 msgid "Advanced" msgstr "Avanzado" -#: ../lib/python/Screens/ChannelSelection.py:253 +#: ../lib/python/Screens/ChannelSelection.py:359 msgid "All" msgstr "Todo" @@ -127,19 +127,19 @@ msgstr "" msgid "Automatic Scan" msgstr "Escaneo automatico" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "B" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BA" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BB" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Band" msgstr "Banda" @@ -151,15 +151,15 @@ msgstr "Ancho de banda" msgid "Bus: " msgstr "" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "C-Band" msgstr "Banda-C" -#: ../lib/python/Screens/Satconfig.py:113 +#: ../lib/python/Screens/Satconfig.py:110 msgid "Cable provider" msgstr "Proveedor de cable" -#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:21 +#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:24 msgid "Cancel" msgstr "Cancelar" @@ -167,15 +167,15 @@ msgstr "Cancelar" msgid "Capacity: " msgstr "Capacidad: " -#: ../lib/python/Screens/TimerEntry.py:177 ../data/ +#: ../lib/python/Screens/TimerEntry.py:180 ../data/ msgid "Channel" msgstr "Canal" -#: ../lib/python/Screens/ChannelSelection.py:70 ../data/ +#: ../lib/python/Screens/ChannelSelection.py:78 ../data/ msgid "Channel Selection" msgstr "Seleccion de Canal" -#: ../lib/python/Screens/InfoBarGenerics.py:123 +#: ../lib/python/Screens/InfoBarGenerics.py:125 msgid "Channel:" msgstr "Canal:" @@ -183,6 +183,14 @@ msgstr "Canal:" msgid "Classic" msgstr "Clasico" +#: ../lib/python/Screens/TimerEdit.py:27 +msgid "Cleanup" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:300 +msgid "Clear log" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:128 msgid "Code rate high" msgstr "" @@ -191,11 +199,11 @@ msgstr "" msgid "Code rate low" msgstr "" -#: ../lib/python/Screens/Satconfig.py:90 ../lib/python/Screens/Satconfig.py:92 +#: ../lib/python/Screens/Satconfig.py:87 ../lib/python/Screens/Satconfig.py:89 msgid "Command order" msgstr "Orden de comando" -#: ../lib/python/Screens/Satconfig.py:86 +#: ../lib/python/Screens/Satconfig.py:83 msgid "Committed DiSEqC command" msgstr "Comando DISEqC enviado" @@ -207,15 +215,19 @@ msgstr "Modo Configuracion" msgid "Default" msgstr "Por defecto" -#: ../lib/python/Screens/TimerEdit.py:23 +#: ../lib/python/Screens/TimerEdit.py:24 msgid "Delete" msgstr "Borrar" +#: ../lib/python/Screens/TimerEntry.py:297 +msgid "Delete entry" +msgstr "" + #: ../lib/python/Screens/MovieSelection.py:53 msgid "Delete failed!" msgstr "¡Borrado fallado!" -#: ../lib/python/Screens/TimerEntry.py:138 +#: ../lib/python/Screens/TimerEntry.py:141 msgid "Description" msgstr "Descripcion" @@ -227,11 +239,11 @@ msgstr "HDD: Detectado" msgid "Detected NIMs:" msgstr "Detectado NIMs:" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B/C/D" msgstr "" @@ -239,16 +251,17 @@ msgstr "" msgid "DiSEqC Mode" msgstr "Modo DiSEqC" -#: ../lib/python/Screens/Satconfig.py:82 +#: ../lib/python/Screens/Satconfig.py:79 msgid "DiSEqC mode" msgstr "modo DiSEqC" -#: ../lib/python/Screens/Satconfig.py:94 +#: ../lib/python/Screens/Satconfig.py:91 msgid "DiSEqC repeats" msgstr "Repetir DiSEqC" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:71 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -263,7 +276,7 @@ msgstr "Desabilitar" msgid "Do you really want to delete this recording?" msgstr "¿Borrar esta grabacion?" -#: ../lib/python/Screens/InfoBarGenerics.py:802 +#: ../lib/python/Screens/InfoBarGenerics.py:956 msgid "" "Do you want to stop the current\n" "(instant) recording?" @@ -284,7 +297,7 @@ msgstr "" msgid "Dutch" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:428 +#: ../lib/python/Screens/ChannelSelection.py:577 msgid "E" msgstr "" @@ -293,13 +306,14 @@ msgstr "" msgid "ERROR - failed to scan (%s)!" msgstr "ERROR - fallo la busqueda (%s)!" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "East" msgstr "Este" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:69 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -310,42 +324,50 @@ msgstr "Este" msgid "Enable" msgstr "Activado" -#: ../lib/python/Screens/TimerEntry.py:172 +#: ../lib/python/Screens/TimerEntry.py:175 msgid "End" msgstr "Fin" -#: ../lib/python/Screens/TimerEntry.py:175 +#: ../lib/python/Screens/TimerEntry.py:178 msgid "EndTime" msgstr "HoraFin" -#: ../lib/python/Screens/LanguageSelection.py:39 +#: ../lib/python/Screens/LanguageSelection.py:41 #: ../lib/python/Components/SetupDevices.py:24 #: ../lib/python/Components/Language.py:13 msgid "English" msgstr "Ingles" +#: ../lib/python/Components/NimManager.py:615 +msgid "Equal to Socket A" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:91 #: ../lib/python/Screens/ScanSetup.py:119 msgid "FEC" msgstr "" -#: ../lib/python/Screens/Satconfig.py:87 +#: ../lib/python/Screens/Satconfig.py:84 msgid "Fast DiSEqC" msgstr "DiSEqC Rapido" -#: ../lib/python/Screens/ChannelSelection.py:256 +#: ../lib/python/Screens/ChannelSelection.py:362 msgid "Favourites" msgstr "Favoritos" #: ../lib/python/Screens/ScanSetup.py:87 #: ../lib/python/Screens/ScanSetup.py:115 #: ../lib/python/Screens/ScanSetup.py:125 -#: ../lib/python/Screens/TimerEntry.py:145 +#: ../lib/python/Screens/TimerEntry.py:148 msgid "Frequency" msgstr "Frecuencia" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:159 +#: ../lib/python/Components/TimerList.py:34 +msgid "Fri" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:162 msgid "Friday" msgstr "Viernes" @@ -370,11 +392,11 @@ msgstr "Modo jerarquico" msgid "IP Address" msgstr "Direccion IP" -#: ../lib/python/Screens/Satconfig.py:111 +#: ../lib/python/Screens/Satconfig.py:108 msgid "Increased voltage" msgstr "Voltage incrementado" -#: ../lib/python/Screens/Ci.py:226 +#: ../lib/python/Screens/Ci.py:214 msgid "Init" msgstr "Iniciar" @@ -392,37 +414,37 @@ msgstr "Inicializando Disco duro..." msgid "Inversion" msgstr "" -#: ../lib/python/Screens/Satconfig.py:79 +#: ../lib/python/Screens/Satconfig.py:76 msgid "LNB" msgstr "" -#: ../lib/python/Screens/Satconfig.py:104 +#: ../lib/python/Screens/Satconfig.py:101 msgid "LOF" msgstr "" -#: ../lib/python/Screens/Satconfig.py:108 +#: ../lib/python/Screens/Satconfig.py:105 msgid "LOF/H" msgstr "" -#: ../lib/python/Screens/Satconfig.py:107 +#: ../lib/python/Screens/Satconfig.py:104 msgid "LOF/L" msgstr "" -#: ../lib/python/Screens/LanguageSelection.py:34 ../data/ +#: ../lib/python/Screens/LanguageSelection.py:36 ../data/ msgid "Language selection" msgstr "Seleccion de Idioma" -#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:98 +#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:95 #: ../data/ msgid "Latitude" msgstr "Latitud" -#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:96 +#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:93 #: ../data/ msgid "Longitude" msgstr "Longitud" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:616 msgid "Loopthrough to Socket A" msgstr "" @@ -435,12 +457,16 @@ msgstr "Modelo: " msgid "Modulation" msgstr "Modulacion" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Components/TimerList.py:34 +msgid "Mon" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "Mon-Fri" msgstr "Lun-Vie" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:155 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:158 msgid "Monday" msgstr "Lunes" @@ -448,11 +474,11 @@ msgstr "Lunes" msgid "Movie Menu" msgstr "Menu de Peliculas" -#: ../lib/python/Components/NimManager.py:452 +#: ../lib/python/Components/NimManager.py:471 msgid "N/A" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:137 +#: ../lib/python/Screens/TimerEntry.py:140 msgid "Name" msgstr "Nombre" @@ -468,15 +494,15 @@ msgstr "Mascara" msgid "Next" msgstr "Siguiente" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "No" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:798 +#: ../lib/python/Screens/InfoBarGenerics.py:952 msgid "No HDD found or HDD not initialized!" msgstr "No HDD encontrado o no inicializado" @@ -485,39 +511,39 @@ msgstr "No HDD encontrado o no inicializado" #: ../lib/python/Screens/ScanSetup.py:187 #: ../lib/python/Screens/ScanSetup.py:188 #: ../lib/python/Screens/ScanSetup.py:192 -#: ../lib/python/Components/NimManager.py:675 -#: ../lib/python/Components/NimManager.py:676 -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:684 +#: ../lib/python/Components/NimManager.py:685 #: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "None" msgstr "Ninguno" -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "North" msgstr "Norte" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:617 msgid "Nothing connected" msgstr "Nada conectado" -#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:20 +#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:23 msgid "OK" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Off" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "On" msgstr "" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "One" msgstr "Uno" -#: ../lib/python/Screens/InfoBar.py:37 +#: ../lib/python/Screens/InfoBar.py:38 msgid "Play recorded movies..." msgstr "Reproducir peliculas grabadas..." @@ -533,7 +559,7 @@ msgstr "Espere... Cargando lista..." msgid "Polarity" msgstr "Polaridad" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "Polarization" msgstr "Polarizacion" @@ -553,7 +579,7 @@ msgstr "" msgid "Port D" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Positioner" msgstr "Motor" @@ -577,71 +603,83 @@ msgstr "Pulse OK para comenzar la busqueda" msgid "Prev" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:255 +#: ../lib/python/Screens/ChannelSelection.py:361 msgid "Provider" msgstr "Proveedor" -#: ../lib/python/Screens/ChannelSelection.py:418 +#: ../lib/python/Screens/ChannelSelection.py:567 msgid "Providers" msgstr "Proveedores" -#: ../lib/python/Screens/InfoBarGenerics.py:851 +#: ../lib/python/Screens/TimerEdit.py:91 +msgid "Really delete done timers?" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:1005 msgid "Record" msgstr "Grabar" -#: ../lib/python/Screens/Ci.py:225 +#: ../lib/python/Screens/Ci.py:213 msgid "Reset" msgstr "Resetear" +#: ../lib/python/Components/TimerList.py:34 +msgid "Sat" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:86 ../lib/python/Screens/ScanSetup.py:95 -#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:65 +#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:62 msgid "Satellite" msgstr "Satelite" -#: ../lib/python/Screens/ChannelSelection.py:254 +#: ../lib/python/Screens/ChannelSelection.py:360 msgid "Satellites" msgstr "Satelites" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:160 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:163 msgid "Saturday" msgstr "Sabado" -#: ../lib/python/Screens/TimerEntry.py:215 +#: ../lib/python/Components/NimManager.py:618 +msgid "Secondary cable from Rotor-LNB" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:218 msgid "Select channel to record from" msgstr "Seleccionar canal del que grabar" -#: ../lib/python/Screens/Satconfig.py:88 +#: ../lib/python/Screens/Satconfig.py:85 msgid "Sequence repeat" msgstr "Repetir secuencia" -#: ../lib/python/Screens/ChannelSelection.py:420 +#: ../lib/python/Screens/ChannelSelection.py:569 msgid "Services" msgstr "Canales" -#: ../lib/python/Screens/InfoBar.py:38 +#: ../lib/python/Screens/InfoBar.py:39 msgid "Show the radio player..." msgstr "" -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:619 msgid "Simple" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Single" msgstr "" -#: ../lib/python/Components/NimManager.py:639 +#: ../lib/python/Components/NimManager.py:647 msgid "Slot " msgstr "" -#: ../lib/python/Components/NimManager.py:515 +#: ../lib/python/Components/NimManager.py:534 msgid "Socket " msgstr "" -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "South" msgstr "Sur" @@ -649,36 +687,40 @@ msgstr "Sur" msgid "Spanish" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:167 +#: ../lib/python/Screens/TimerEntry.py:170 msgid "Start" msgstr "Inicio" -#: ../lib/python/Screens/InfoBarGenerics.py:804 +#: ../lib/python/Screens/InfoBarGenerics.py:958 msgid "Start recording?" msgstr "¿Iniciar grabacion?" -#: ../lib/python/Screens/TimerEntry.py:170 +#: ../lib/python/Screens/TimerEntry.py:173 msgid "StartTime" msgstr "HoraInicio" -#: ../lib/python/Screens/Wizard.py:200 +#: ../lib/python/Screens/Wizard.py:208 msgid "Step " msgstr "Paso " -#: ../lib/python/Screens/InfoBar.py:85 +#: ../lib/python/Screens/InfoBar.py:92 msgid "Stop playing this movie?" msgstr "¿Parar grabar esta pelicula?" -#: ../lib/python/Screens/Satconfig.py:76 +#: ../lib/python/Screens/Satconfig.py:73 msgid "Stored position" msgstr "Posicion almacenada" -#: ../lib/python/Screens/InfoBarGenerics.py:856 ../data/ +#: ../lib/python/Screens/InfoBarGenerics.py:1010 ../data/ msgid "Subservices" msgstr "Subservicios" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:161 +#: ../lib/python/Components/TimerList.py:34 +msgid "Sun" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:164 msgid "Sunday" msgstr "Domingo" @@ -687,40 +729,44 @@ msgstr "Domingo" msgid "Symbol Rate" msgstr "Symbolrate" -#: ../lib/python/Screens/Satconfig.py:115 +#: ../lib/python/Screens/Satconfig.py:112 msgid "Terrestrial provider" msgstr "Proveedor terrestre" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Three" msgstr "Tres" -#: ../lib/python/Screens/Satconfig.py:109 +#: ../lib/python/Screens/Satconfig.py:106 msgid "Threshold" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:158 +#: ../lib/python/Components/TimerList.py:34 +msgid "Thu" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:161 msgid "Thursday" msgstr "Jueves" -#: ../lib/python/Screens/TimerEntry.py:139 +#: ../lib/python/Screens/TimerEntry.py:142 msgid "Timer Type" msgstr "Tipo Temporizador" -#: ../lib/python/Screens/InfoBarGenerics.py:704 +#: ../lib/python/Screens/InfoBarGenerics.py:801 msgid "Timeshift not possible!" msgstr "" -#: ../lib/python/Screens/Satconfig.py:71 +#: ../lib/python/Screens/Satconfig.py:68 msgid "Tone mode" msgstr "Modo tono" -#: ../lib/python/Screens/Satconfig.py:85 +#: ../lib/python/Screens/Satconfig.py:82 msgid "Toneburst" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Toneburst A/B" msgstr "" @@ -728,8 +774,12 @@ msgstr "" msgid "Transmission mode" msgstr "Modo trasmision" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:156 +#: ../lib/python/Components/TimerList.py:34 +msgid "Tue" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:159 msgid "Tuesday" msgstr "Martes" @@ -738,7 +788,7 @@ msgstr "Martes" msgid "Tuner" msgstr "" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Two" msgstr "Dos" @@ -748,7 +798,7 @@ msgstr "Dos" msgid "Type of scan" msgstr "Tipo de busqueda" -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "USALS" msgstr "USALS" @@ -762,11 +812,11 @@ msgstr "" "Por favor mirar el manual de usuario.\n" "Error: " -#: ../lib/python/Screens/Satconfig.py:93 +#: ../lib/python/Screens/Satconfig.py:90 msgid "Uncommitted DiSEqC command" msgstr "Comando DiSEqC no enviado" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "Universal LNB" msgstr "" @@ -784,41 +834,45 @@ msgstr "Actualizando... Espere... Esto tomara algunos minutos..." msgid "Use DHCP" msgstr "Usar DHCP" -#: ../lib/python/Screens/Satconfig.py:73 +#: ../lib/python/Screens/Satconfig.py:70 msgid "Use usals for this sat" msgstr "Usar usals para este sat" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "User defined" msgstr "Definido por el usuario" -#: ../lib/python/Screens/Satconfig.py:70 +#: ../lib/python/Screens/Satconfig.py:67 msgid "Voltage mode" msgstr "Modo voltaje" -#: ../lib/python/Screens/ChannelSelection.py:426 +#: ../lib/python/Screens/ChannelSelection.py:575 msgid "W" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:157 +#: ../lib/python/Components/TimerList.py:34 +msgid "Wed" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:160 msgid "Wednesday" msgstr "Miercoles" -#: ../lib/python/Screens/TimerEntry.py:152 +#: ../lib/python/Screens/TimerEntry.py:155 msgid "Weekday" msgstr "DiaSemana" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "West" msgstr "Oeste" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "Yes" msgstr "Si" @@ -826,36 +880,36 @@ msgstr "Si" msgid "You cannot delete this!" msgstr "¡No puede borrar esto!" -#: ../lib/python/Screens/ChannelSelection.py:140 +#: ../lib/python/Screens/ChannelSelection.py:246 msgid "[bouquet edit]" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:142 +#: ../lib/python/Screens/ChannelSelection.py:248 msgid "[favourite edit]" msgstr "[edit favoritos]" -#: ../lib/python/Screens/ChannelSelection.py:219 +#: ../lib/python/Screens/ChannelSelection.py:327 msgid "[move mode]" msgstr "[modo mover]" -#: ../lib/python/Screens/ChannelSelection.py:63 +#: ../lib/python/Screens/ChannelSelection.py:71 msgid "abort bouquet edit" msgstr "abortar la edición bouquet" -#: ../lib/python/Screens/ChannelSelection.py:66 +#: ../lib/python/Screens/ChannelSelection.py:74 msgid "abort favourites edit" msgstr "abortar la edición de favoritos" -#: ../lib/python/Screens/ChannelSelection.py:43 +#: ../lib/python/Screens/ChannelSelection.py:46 msgid "add service to bouquet" msgstr "añadir canal a bouquet" -#: ../lib/python/Screens/ChannelSelection.py:45 +#: ../lib/python/Screens/ChannelSelection.py:48 msgid "add service to favourites" msgstr "añadir canal a favoritos" #: ../lib/python/Screens/MovieSelection.py:21 -#: ../lib/python/Screens/ChannelSelection.py:68 +#: ../lib/python/Screens/ChannelSelection.py:76 msgid "back" msgstr "atrás" @@ -867,7 +921,11 @@ msgstr "circular izda" msgid "circular right" msgstr "circular dcha" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/ChannelSelection.py:51 +msgid "copy to favourites" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "daily" msgstr "diariamente" @@ -875,31 +933,31 @@ msgstr "diariamente" msgid "delete..." msgstr "borrar..." -#: ../lib/python/Screens/ChannelSelection.py:59 +#: ../lib/python/Screens/ChannelSelection.py:67 msgid "disable move mode" msgstr "inabilitar modo movimiento" -#: ../lib/python/Components/NimManager.py:517 +#: ../lib/python/Components/NimManager.py:536 msgid "empty/unknown" msgstr "vacío/desconocido" -#: ../lib/python/Screens/ChannelSelection.py:55 +#: ../lib/python/Screens/ChannelSelection.py:63 msgid "enable bouquet edit" msgstr "habilitar edición bouquet" -#: ../lib/python/Screens/ChannelSelection.py:57 +#: ../lib/python/Screens/ChannelSelection.py:65 msgid "enable favourite edit" msgstr "habilitar edición de favoritos" -#: ../lib/python/Screens/ChannelSelection.py:52 +#: ../lib/python/Screens/ChannelSelection.py:60 msgid "enable move mode" msgstr "habilitar modo movimiento" -#: ../lib/python/Screens/ChannelSelection.py:62 +#: ../lib/python/Screens/ChannelSelection.py:70 msgid "end bouquet edit" msgstr "fin de edición bouquet" -#: ../lib/python/Screens/ChannelSelection.py:65 +#: ../lib/python/Screens/ChannelSelection.py:73 msgid "end favourites edit" msgstr "fin edición de favoritos" @@ -911,24 +969,24 @@ msgstr "espacio libre en disco" msgid "horizontal" msgstr "" -#: ../lib/python/Screens/Ci.py:232 +#: ../lib/python/Screens/Ci.py:220 msgid "init module" msgstr "iniciar módulo" -#: ../lib/python/Screens/InfoBar.py:73 +#: ../lib/python/Screens/InfoBar.py:75 msgid "leave movie player..." msgstr "dejar reproductor de pelis..." -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "manual" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:263 +#: ../lib/python/Screens/InfoBarGenerics.py:265 msgid "next channel" msgstr "siguiente canal" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "no" @@ -938,7 +996,7 @@ msgstr "" msgid "no HDD found" msgstr "disco no encontrado" -#: ../lib/python/Screens/Ci.py:230 +#: ../lib/python/Screens/Ci.py:218 msgid "no module found" msgstr "módulo no encontrado" @@ -958,19 +1016,27 @@ msgstr "" msgid "on" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "once" msgstr "una vez" -#: ../lib/python/Screens/InfoBarGenerics.py:264 +#: ../lib/python/Screens/Ci.py:84 +msgid "please press OK when ready" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:266 msgid "previous channel" msgstr "canal anterior" -#: ../lib/python/Screens/ChannelSelection.py:47 +#: ../lib/python/Screens/ChannelSelection.py:55 +msgid "remove bouquet" +msgstr "" + +#: ../lib/python/Screens/ChannelSelection.py:53 msgid "remove service" msgstr "borrar canal" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "repeated" msgstr "repetido" @@ -1012,11 +1078,11 @@ msgstr "" msgid "scan state" msgstr "estado de la búsqueda" -#: ../lib/python/Screens/InfoBarGenerics.py:306 +#: ../lib/python/Screens/InfoBarGenerics.py:308 msgid "show EPG..." msgstr "mostrar EPG..." -#: ../lib/python/Screens/Wizard.py:204 ../lib/python/Screens/Wizard.py:205 +#: ../lib/python/Screens/Wizard.py:212 ../lib/python/Screens/Wizard.py:213 msgid "text" msgstr "texto" @@ -1024,7 +1090,7 @@ msgstr "texto" msgid "unknown service" msgstr "servicio desconocido" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "user defined" msgstr "definido por el usuario" @@ -1032,12 +1098,12 @@ msgstr "definido por el usuario" msgid "vertical" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "weekly" msgstr "semanalmente" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "yes" @@ -1418,6 +1484,10 @@ msgstr "Si, buscar ahora" msgid "Information" msgstr "Información" +#: ../data/ +msgid "Timer log" +msgstr "" + #: ../data/ msgid "Menu" msgstr "Menú" diff --git a/po/nl.po b/po/nl.po index b9785d76..1cedf688 100755 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: tuxbox-enigma 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-01-19 18:06+0100\n" +"POT-Creation-Date: 2006-01-25 01:48+0100\n" "PO-Revision-Date: 2006-01-21 03:29+0100\n" "Last-Translator: Kees Aerts \n" "Language-Team: none\n" @@ -24,8 +24,8 @@ msgstr "" msgid "%d min" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:93 #: ../lib/python/Screens/TimerEntry.py:96 +#: ../lib/python/Screens/TimerEntry.py:99 msgid "%d.%B %Y" msgstr "" @@ -34,43 +34,43 @@ msgstr "" msgid "%s (%s, %d MB free)" msgstr "%s (%s, %d MB vrij)" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "0 V" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.0" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.1" msgstr "" -#: ../lib/python/Components/NimManager.py:676 +#: ../lib/python/Components/NimManager.py:685 msgid "1.2" msgstr "" -#: ../lib/python/Components/NimManager.py:673 +#: ../lib/python/Components/NimManager.py:682 msgid "12 V" msgstr "" -#: ../lib/python/Screens/Satconfig.py:110 +#: ../lib/python/Screens/Satconfig.py:107 msgid "12V Output" msgstr "" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "13 V" msgstr "" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "18 V" msgstr "" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "A" msgstr "" -#: ../RecordTimer.py:125 +#: ../RecordTimer.py:126 msgid "" "A timer failed to record!\n" "Disable TV and try again?\n" @@ -78,15 +78,15 @@ msgstr "" "Timeropname mislukt.\n" "Verander Tvprogramma en probeer opnieuw?\n" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AA" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "AB" msgstr "" -#: ../lib/python/Screens/TimerEdit.py:24 +#: ../lib/python/Screens/TimerEdit.py:25 msgid "Add" msgstr "Toevoegen" @@ -94,12 +94,12 @@ msgstr "Toevoegen" msgid "Add timer" msgstr "Timer instellen" -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:620 msgid "Advanced" msgstr "Expert" -#: ../lib/python/Screens/ChannelSelection.py:253 +#: ../lib/python/Screens/ChannelSelection.py:359 msgid "All" msgstr "Alles" @@ -127,19 +127,19 @@ msgstr "" msgid "Automatic Scan" msgstr "Automatische scan" -#: ../lib/python/Components/NimManager.py:675 +#: ../lib/python/Components/NimManager.py:684 msgid "B" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BA" msgstr "" -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:686 msgid "BB" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Band" msgstr "" @@ -151,15 +151,15 @@ msgstr "Bandbreedte" msgid "Bus: " msgstr "" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "C-Band" msgstr "" -#: ../lib/python/Screens/Satconfig.py:113 +#: ../lib/python/Screens/Satconfig.py:110 msgid "Cable provider" msgstr "Kabel provider" -#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:21 +#: ../lib/python/Screens/Setup.py:110 ../lib/python/Screens/TimerEntry.py:24 msgid "Cancel" msgstr "Stoppen" @@ -167,15 +167,15 @@ msgstr "Stoppen" msgid "Capacity: " msgstr "Groote van harddisk: " -#: ../lib/python/Screens/TimerEntry.py:177 ../data/ +#: ../lib/python/Screens/TimerEntry.py:180 ../data/ msgid "Channel" msgstr "Kanaal" -#: ../lib/python/Screens/ChannelSelection.py:70 ../data/ +#: ../lib/python/Screens/ChannelSelection.py:78 ../data/ msgid "Channel Selection" msgstr "Kanaal lijst" -#: ../lib/python/Screens/InfoBarGenerics.py:123 +#: ../lib/python/Screens/InfoBarGenerics.py:125 msgid "Channel:" msgstr "Kanaal:" @@ -183,6 +183,14 @@ msgstr "Kanaal:" msgid "Classic" msgstr "klassiek" +#: ../lib/python/Screens/TimerEdit.py:27 +msgid "Cleanup" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:300 +msgid "Clear log" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:128 msgid "Code rate high" msgstr "" @@ -191,11 +199,11 @@ msgstr "" msgid "Code rate low" msgstr "" -#: ../lib/python/Screens/Satconfig.py:90 ../lib/python/Screens/Satconfig.py:92 +#: ../lib/python/Screens/Satconfig.py:87 ../lib/python/Screens/Satconfig.py:89 msgid "Command order" msgstr "" -#: ../lib/python/Screens/Satconfig.py:86 +#: ../lib/python/Screens/Satconfig.py:83 msgid "Committed DiSEqC command" msgstr "" @@ -207,15 +215,19 @@ msgstr "Konfiguratie" msgid "Default" msgstr "Standaard" -#: ../lib/python/Screens/TimerEdit.py:23 +#: ../lib/python/Screens/TimerEdit.py:24 msgid "Delete" msgstr "Verwijderen" +#: ../lib/python/Screens/TimerEntry.py:297 +msgid "Delete entry" +msgstr "" + #: ../lib/python/Screens/MovieSelection.py:53 msgid "Delete failed!" msgstr "Verwijderen mislukt." -#: ../lib/python/Screens/TimerEntry.py:138 +#: ../lib/python/Screens/TimerEntry.py:141 msgid "Description" msgstr "Beschrijving" @@ -227,11 +239,11 @@ msgstr "Gevonden Harddisk:" msgid "Detected NIMs:" msgstr "Gevonden Tuners:" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B" msgstr "DiSEqC A/B" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "DiSEqC A/B/C/D" msgstr "DiSEqC A/B/C/D" @@ -239,16 +251,17 @@ msgstr "DiSEqC A/B/C/D" msgid "DiSEqC Mode" msgstr "DiSEqC-Mode" -#: ../lib/python/Screens/Satconfig.py:82 +#: ../lib/python/Screens/Satconfig.py:79 msgid "DiSEqC mode" msgstr "" -#: ../lib/python/Screens/Satconfig.py:94 +#: ../lib/python/Screens/Satconfig.py:91 msgid "DiSEqC repeats" msgstr "" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:71 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -263,7 +276,7 @@ msgstr "Uit" msgid "Do you really want to delete this recording?" msgstr "Wilt u deze opname werkelijk wissen?" -#: ../lib/python/Screens/InfoBarGenerics.py:802 +#: ../lib/python/Screens/InfoBarGenerics.py:956 msgid "" "Do you want to stop the current\n" "(instant) recording?" @@ -284,7 +297,7 @@ msgstr "" msgid "Dutch" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:428 +#: ../lib/python/Screens/ChannelSelection.py:577 msgid "E" msgstr "O" @@ -293,13 +306,14 @@ msgstr "O" msgid "ERROR - failed to scan (%s)!" msgstr "Fout - Scannen mislukt (%s)!" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "East" msgstr "Oost" #: ../lib/python/Screens/ScanSetup.py:104 -#: ../lib/python/Screens/ScanSetup.py:375 ../lib/python/Components/Lcd.py:31 +#: ../lib/python/Screens/ScanSetup.py:375 +#: ../lib/python/Screens/TimerEdit.py:69 ../lib/python/Components/Lcd.py:31 #: ../lib/python/Components/SetupDevices.py:38 #: ../lib/python/Components/SetupDevices.py:39 #: ../lib/python/Components/SetupDevices.py:43 @@ -310,42 +324,50 @@ msgstr "Oost" msgid "Enable" msgstr "Aan" -#: ../lib/python/Screens/TimerEntry.py:172 +#: ../lib/python/Screens/TimerEntry.py:175 msgid "End" msgstr "Einde" -#: ../lib/python/Screens/TimerEntry.py:175 +#: ../lib/python/Screens/TimerEntry.py:178 msgid "EndTime" msgstr "Eindtijd" -#: ../lib/python/Screens/LanguageSelection.py:39 +#: ../lib/python/Screens/LanguageSelection.py:41 #: ../lib/python/Components/SetupDevices.py:24 #: ../lib/python/Components/Language.py:13 msgid "English" msgstr "English" +#: ../lib/python/Components/NimManager.py:615 +msgid "Equal to Socket A" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:91 #: ../lib/python/Screens/ScanSetup.py:119 msgid "FEC" msgstr "" -#: ../lib/python/Screens/Satconfig.py:87 +#: ../lib/python/Screens/Satconfig.py:84 msgid "Fast DiSEqC" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:256 +#: ../lib/python/Screens/ChannelSelection.py:362 msgid "Favourites" msgstr "Favorieten" #: ../lib/python/Screens/ScanSetup.py:87 #: ../lib/python/Screens/ScanSetup.py:115 #: ../lib/python/Screens/ScanSetup.py:125 -#: ../lib/python/Screens/TimerEntry.py:145 +#: ../lib/python/Screens/TimerEntry.py:148 msgid "Frequency" msgstr "Frequency" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:159 +#: ../lib/python/Components/TimerList.py:34 +msgid "Fri" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:162 msgid "Friday" msgstr "Vrijdag" @@ -370,11 +392,11 @@ msgstr "" msgid "IP Address" msgstr "IP-Adres" -#: ../lib/python/Screens/Satconfig.py:111 +#: ../lib/python/Screens/Satconfig.py:108 msgid "Increased voltage" msgstr "Verhoogd Voltage" -#: ../lib/python/Screens/Ci.py:226 +#: ../lib/python/Screens/Ci.py:214 msgid "Init" msgstr "" @@ -392,37 +414,37 @@ msgstr "Formatting Harddisk..." msgid "Inversion" msgstr "" -#: ../lib/python/Screens/Satconfig.py:79 +#: ../lib/python/Screens/Satconfig.py:76 msgid "LNB" msgstr "" -#: ../lib/python/Screens/Satconfig.py:104 +#: ../lib/python/Screens/Satconfig.py:101 msgid "LOF" msgstr "" -#: ../lib/python/Screens/Satconfig.py:108 +#: ../lib/python/Screens/Satconfig.py:105 msgid "LOF/H" msgstr "" -#: ../lib/python/Screens/Satconfig.py:107 +#: ../lib/python/Screens/Satconfig.py:104 msgid "LOF/L" msgstr "" -#: ../lib/python/Screens/LanguageSelection.py:34 ../data/ +#: ../lib/python/Screens/LanguageSelection.py:36 ../data/ msgid "Language selection" msgstr "Taal Keuze" -#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:98 +#: ../lib/python/Screens/Satconfig.py:28 ../lib/python/Screens/Satconfig.py:95 #: ../data/ msgid "Latitude" msgstr "Breedtegraad" -#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:96 +#: ../lib/python/Screens/Satconfig.py:26 ../lib/python/Screens/Satconfig.py:93 #: ../data/ msgid "Longitude" msgstr "Lengtegraad" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:616 msgid "Loopthrough to Socket A" msgstr "Loopthrough met Tuner A" @@ -435,12 +457,16 @@ msgstr "Model:" msgid "Modulation" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Components/TimerList.py:34 +msgid "Mon" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "Mon-Fri" msgstr "Maandag tot Vrijdag" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:155 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:158 msgid "Monday" msgstr "Maandag" @@ -448,11 +474,11 @@ msgstr "Maandag" msgid "Movie Menu" msgstr "Film Keuze" -#: ../lib/python/Components/NimManager.py:452 +#: ../lib/python/Components/NimManager.py:471 msgid "N/A" msgstr "Niet Aanwezig" -#: ../lib/python/Screens/TimerEntry.py:137 +#: ../lib/python/Screens/TimerEntry.py:140 msgid "Name" msgstr "Naam" @@ -468,15 +494,15 @@ msgstr "Netmask" msgid "Next" msgstr "Volgende" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "No" msgstr "Nee" -#: ../lib/python/Screens/InfoBarGenerics.py:798 +#: ../lib/python/Screens/InfoBarGenerics.py:952 msgid "No HDD found or HDD not initialized!" msgstr "" "Geen Harddisk gevonden of\n" @@ -487,39 +513,39 @@ msgstr "" #: ../lib/python/Screens/ScanSetup.py:187 #: ../lib/python/Screens/ScanSetup.py:188 #: ../lib/python/Screens/ScanSetup.py:192 -#: ../lib/python/Components/NimManager.py:675 -#: ../lib/python/Components/NimManager.py:676 -#: ../lib/python/Components/NimManager.py:677 +#: ../lib/python/Components/NimManager.py:684 +#: ../lib/python/Components/NimManager.py:685 #: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "None" msgstr "Geen" -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "North" msgstr "Noord" -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:617 msgid "Nothing connected" msgstr "Niks aangesloten" -#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:20 +#: ../lib/python/Screens/Setup.py:109 ../lib/python/Screens/TimerEntry.py:23 msgid "OK" msgstr "" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "Off" msgstr "Uit" -#: ../lib/python/Components/NimManager.py:661 +#: ../lib/python/Components/NimManager.py:670 msgid "On" msgstr "Aan" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "One" msgstr "Een" -#: ../lib/python/Screens/InfoBar.py:37 +#: ../lib/python/Screens/InfoBar.py:38 msgid "Play recorded movies..." msgstr "Opgenomen film afspelen..." @@ -535,7 +561,7 @@ msgstr "Mom... Lijst word geladen..." msgid "Polarity" msgstr "Polariteit" -#: ../lib/python/Components/NimManager.py:660 +#: ../lib/python/Components/NimManager.py:669 msgid "Polarization" msgstr "" @@ -555,7 +581,7 @@ msgstr "" msgid "Port D" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Positioner" msgstr "Rotor" @@ -579,71 +605,83 @@ msgstr "Druk OK om Scannen te starten." msgid "Prev" msgstr "Vorigge" -#: ../lib/python/Screens/ChannelSelection.py:255 +#: ../lib/python/Screens/ChannelSelection.py:361 msgid "Provider" msgstr "Provider" -#: ../lib/python/Screens/ChannelSelection.py:418 +#: ../lib/python/Screens/ChannelSelection.py:567 msgid "Providers" msgstr "Providers" -#: ../lib/python/Screens/InfoBarGenerics.py:851 +#: ../lib/python/Screens/TimerEdit.py:91 +msgid "Really delete done timers?" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:1005 msgid "Record" msgstr "Opnemen" -#: ../lib/python/Screens/Ci.py:225 +#: ../lib/python/Screens/Ci.py:213 msgid "Reset" msgstr "Reset" +#: ../lib/python/Components/TimerList.py:34 +msgid "Sat" +msgstr "" + #: ../lib/python/Screens/ScanSetup.py:86 ../lib/python/Screens/ScanSetup.py:95 -#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:65 +#: ../lib/python/Screens/Satconfig.py:13 ../lib/python/Screens/Satconfig.py:62 msgid "Satellite" msgstr "Satellite" -#: ../lib/python/Screens/ChannelSelection.py:254 +#: ../lib/python/Screens/ChannelSelection.py:360 msgid "Satellites" msgstr "Satelliten" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:160 +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:163 msgid "Saturday" msgstr "Zaterdag" -#: ../lib/python/Screens/TimerEntry.py:215 +#: ../lib/python/Components/NimManager.py:618 +msgid "Secondary cable from Rotor-LNB" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:218 msgid "Select channel to record from" msgstr "Selecteer een kanaal waarvan u wilt opnemen" -#: ../lib/python/Screens/Satconfig.py:88 +#: ../lib/python/Screens/Satconfig.py:85 msgid "Sequence repeat" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:420 +#: ../lib/python/Screens/ChannelSelection.py:569 msgid "Services" msgstr "Services" -#: ../lib/python/Screens/InfoBar.py:38 +#: ../lib/python/Screens/InfoBar.py:39 msgid "Show the radio player..." msgstr "Toon de radiospeler..." -#: ../lib/python/Components/NimManager.py:609 -#: ../lib/python/Components/NimManager.py:611 +#: ../lib/python/Components/NimManager.py:612 +#: ../lib/python/Components/NimManager.py:619 msgid "Simple" msgstr "Simpel" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Single" msgstr "Single" -#: ../lib/python/Components/NimManager.py:639 +#: ../lib/python/Components/NimManager.py:647 msgid "Slot " msgstr "" -#: ../lib/python/Components/NimManager.py:515 +#: ../lib/python/Components/NimManager.py:534 msgid "Socket " msgstr "Socket " -#: ../lib/python/Components/NimManager.py:635 -#: ../lib/python/Components/NimManager.py:690 +#: ../lib/python/Components/NimManager.py:643 +#: ../lib/python/Components/NimManager.py:699 msgid "South" msgstr "Zuid" @@ -651,36 +689,40 @@ msgstr "Zuid" msgid "Spanish" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:167 +#: ../lib/python/Screens/TimerEntry.py:170 msgid "Start" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:804 +#: ../lib/python/Screens/InfoBarGenerics.py:958 msgid "Start recording?" msgstr "Start Opnemen?" -#: ../lib/python/Screens/TimerEntry.py:170 +#: ../lib/python/Screens/TimerEntry.py:173 msgid "StartTime" msgstr "Startijd" -#: ../lib/python/Screens/Wizard.py:200 +#: ../lib/python/Screens/Wizard.py:208 msgid "Step " msgstr "Stap " -#: ../lib/python/Screens/InfoBar.py:85 +#: ../lib/python/Screens/InfoBar.py:92 msgid "Stop playing this movie?" msgstr "Stop afspelen deze film?" -#: ../lib/python/Screens/Satconfig.py:76 +#: ../lib/python/Screens/Satconfig.py:73 msgid "Stored position" msgstr "" -#: ../lib/python/Screens/InfoBarGenerics.py:856 ../data/ +#: ../lib/python/Screens/InfoBarGenerics.py:1010 ../data/ msgid "Subservices" msgstr "Subservices" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:161 +#: ../lib/python/Components/TimerList.py:34 +msgid "Sun" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:164 msgid "Sunday" msgstr "Zondag" @@ -689,40 +731,44 @@ msgstr "Zondag" msgid "Symbol Rate" msgstr "Symbolrate" -#: ../lib/python/Screens/Satconfig.py:115 +#: ../lib/python/Screens/Satconfig.py:112 msgid "Terrestrial provider" msgstr "Regio" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Three" msgstr "Drie" -#: ../lib/python/Screens/Satconfig.py:109 +#: ../lib/python/Screens/Satconfig.py:106 msgid "Threshold" msgstr "Drempel" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:158 +#: ../lib/python/Components/TimerList.py:34 +msgid "Thu" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:161 msgid "Thursday" msgstr "Donderdag" -#: ../lib/python/Screens/TimerEntry.py:139 +#: ../lib/python/Screens/TimerEntry.py:142 msgid "Timer Type" msgstr "Timer-Type" -#: ../lib/python/Screens/InfoBarGenerics.py:704 +#: ../lib/python/Screens/InfoBarGenerics.py:801 msgid "Timeshift not possible!" msgstr "Timeshift is niet mogelijk!" -#: ../lib/python/Screens/Satconfig.py:71 +#: ../lib/python/Screens/Satconfig.py:68 msgid "Tone mode" msgstr "" -#: ../lib/python/Screens/Satconfig.py:85 +#: ../lib/python/Screens/Satconfig.py:82 msgid "Toneburst" msgstr "" -#: ../lib/python/Components/NimManager.py:626 +#: ../lib/python/Components/NimManager.py:634 msgid "Toneburst A/B" msgstr "Toneburst A/B" @@ -730,8 +776,12 @@ msgstr "Toneburst A/B" msgid "Transmission mode" msgstr "Overdragings type" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:156 +#: ../lib/python/Components/TimerList.py:34 +msgid "Tue" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:159 msgid "Tuesday" msgstr "Dinsdag" @@ -740,7 +790,7 @@ msgstr "Dinsdag" msgid "Tuner" msgstr "Tuner" -#: ../lib/python/Components/NimManager.py:686 +#: ../lib/python/Components/NimManager.py:695 msgid "Two" msgstr "Twee" @@ -750,7 +800,7 @@ msgstr "Twee" msgid "Type of scan" msgstr "Type van scan" -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "USALS" msgstr "USALS" @@ -764,11 +814,11 @@ msgstr "" "Lees handboek na AUB.\n" "Fout: " -#: ../lib/python/Screens/Satconfig.py:93 +#: ../lib/python/Screens/Satconfig.py:90 msgid "Uncommitted DiSEqC command" msgstr "" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "Universal LNB" msgstr "Universeel LNB" @@ -786,41 +836,45 @@ msgstr "Update is bezig. Wacht AUB. Dit kan enkele minuten duren." msgid "Use DHCP" msgstr "automatisch IP verkrijgen (DHCP)" -#: ../lib/python/Screens/Satconfig.py:73 +#: ../lib/python/Screens/Satconfig.py:70 msgid "Use usals for this sat" msgstr "Gebruik USALS voor deze Sat" -#: ../lib/python/Components/NimManager.py:669 +#: ../lib/python/Components/NimManager.py:678 msgid "User defined" msgstr "Gebruikers mode" -#: ../lib/python/Screens/Satconfig.py:70 +#: ../lib/python/Screens/Satconfig.py:67 msgid "Voltage mode" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:426 +#: ../lib/python/Screens/ChannelSelection.py:575 msgid "W" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:99 -#: ../lib/python/Screens/TimerEntry.py:157 +#: ../lib/python/Components/TimerList.py:34 +msgid "Wed" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:102 +#: ../lib/python/Screens/TimerEntry.py:160 msgid "Wednesday" msgstr "Woensdag" -#: ../lib/python/Screens/TimerEntry.py:152 +#: ../lib/python/Screens/TimerEntry.py:155 msgid "Weekday" msgstr "Weekdag" -#: ../lib/python/Components/NimManager.py:633 -#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:641 +#: ../lib/python/Components/NimManager.py:697 msgid "West" msgstr "" -#: ../lib/python/Components/NimManager.py:662 -#: ../lib/python/Components/NimManager.py:674 -#: ../lib/python/Components/NimManager.py:678 -#: ../lib/python/Components/NimManager.py:679 -#: ../lib/python/Components/NimManager.py:691 +#: ../lib/python/Components/NimManager.py:671 +#: ../lib/python/Components/NimManager.py:683 +#: ../lib/python/Components/NimManager.py:687 +#: ../lib/python/Components/NimManager.py:688 +#: ../lib/python/Components/NimManager.py:700 msgid "Yes" msgstr "Ja" @@ -828,36 +882,36 @@ msgstr "Ja" msgid "You cannot delete this!" msgstr "U kunt dit niet wissen." -#: ../lib/python/Screens/ChannelSelection.py:140 +#: ../lib/python/Screens/ChannelSelection.py:246 msgid "[bouquet edit]" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:142 +#: ../lib/python/Screens/ChannelSelection.py:248 msgid "[favourite edit]" msgstr "" -#: ../lib/python/Screens/ChannelSelection.py:219 +#: ../lib/python/Screens/ChannelSelection.py:327 msgid "[move mode]" msgstr "Verplaats modus" -#: ../lib/python/Screens/ChannelSelection.py:63 +#: ../lib/python/Screens/ChannelSelection.py:71 msgid "abort bouquet edit" msgstr "Bouquet edit stoppen" -#: ../lib/python/Screens/ChannelSelection.py:66 +#: ../lib/python/Screens/ChannelSelection.py:74 msgid "abort favourites edit" msgstr "Favoriet edit stoppen" -#: ../lib/python/Screens/ChannelSelection.py:43 +#: ../lib/python/Screens/ChannelSelection.py:46 msgid "add service to bouquet" msgstr "Toevoegen aan Bouquet" -#: ../lib/python/Screens/ChannelSelection.py:45 +#: ../lib/python/Screens/ChannelSelection.py:48 msgid "add service to favourites" msgstr "Kanaal aan Favorieten toevoegen" #: ../lib/python/Screens/MovieSelection.py:21 -#: ../lib/python/Screens/ChannelSelection.py:68 +#: ../lib/python/Screens/ChannelSelection.py:76 msgid "back" msgstr "Terug" @@ -869,7 +923,11 @@ msgstr "" msgid "circular right" msgstr "" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/ChannelSelection.py:51 +msgid "copy to favourites" +msgstr "" + +#: ../lib/python/Screens/TimerEntry.py:94 msgid "daily" msgstr "Dagelijks" @@ -877,31 +935,31 @@ msgstr "Dagelijks" msgid "delete..." msgstr "Verwijderen..." -#: ../lib/python/Screens/ChannelSelection.py:59 +#: ../lib/python/Screens/ChannelSelection.py:67 msgid "disable move mode" msgstr "Verplaats modus uitzetten" -#: ../lib/python/Components/NimManager.py:517 +#: ../lib/python/Components/NimManager.py:536 msgid "empty/unknown" msgstr "leeg/onbekent" -#: ../lib/python/Screens/ChannelSelection.py:55 +#: ../lib/python/Screens/ChannelSelection.py:63 msgid "enable bouquet edit" msgstr "Bouquet edit aanzetten" -#: ../lib/python/Screens/ChannelSelection.py:57 +#: ../lib/python/Screens/ChannelSelection.py:65 msgid "enable favourite edit" msgstr "Favorieten edit aanzetten" -#: ../lib/python/Screens/ChannelSelection.py:52 +#: ../lib/python/Screens/ChannelSelection.py:60 msgid "enable move mode" msgstr "Verplaats modus aanzetten" -#: ../lib/python/Screens/ChannelSelection.py:62 +#: ../lib/python/Screens/ChannelSelection.py:70 msgid "end bouquet edit" msgstr "Bouquet edit stoppen" -#: ../lib/python/Screens/ChannelSelection.py:65 +#: ../lib/python/Screens/ChannelSelection.py:73 msgid "end favourites edit" msgstr "Favorieten edit stoppen" @@ -913,24 +971,24 @@ msgstr "Vrije ruimte op Harddisk:" msgid "horizontal" msgstr "" -#: ../lib/python/Screens/Ci.py:232 +#: ../lib/python/Screens/Ci.py:220 msgid "init module" msgstr "Ci-Module initializeren" -#: ../lib/python/Screens/InfoBar.py:73 +#: ../lib/python/Screens/InfoBar.py:75 msgid "leave movie player..." msgstr "Afspelen stoppen..." -#: ../lib/python/Components/NimManager.py:631 +#: ../lib/python/Components/NimManager.py:639 msgid "manual" msgstr "Handmatig" -#: ../lib/python/Screens/InfoBarGenerics.py:263 +#: ../lib/python/Screens/InfoBarGenerics.py:265 msgid "next channel" msgstr "Volgende Kanaal" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "no" @@ -940,7 +998,7 @@ msgstr "nee" msgid "no HDD found" msgstr "Geen Harddisk gevonden" -#: ../lib/python/Screens/Ci.py:230 +#: ../lib/python/Screens/Ci.py:218 msgid "no module found" msgstr "Geen Ci-Modul gevonden" @@ -960,19 +1018,27 @@ msgstr "uit" msgid "on" msgstr "aan" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "once" msgstr "Eenmalig" -#: ../lib/python/Screens/InfoBarGenerics.py:264 +#: ../lib/python/Screens/Ci.py:84 +msgid "please press OK when ready" +msgstr "" + +#: ../lib/python/Screens/InfoBarGenerics.py:266 msgid "previous channel" msgstr "Vorig Kanaal" -#: ../lib/python/Screens/ChannelSelection.py:47 +#: ../lib/python/Screens/ChannelSelection.py:55 +msgid "remove bouquet" +msgstr "" + +#: ../lib/python/Screens/ChannelSelection.py:53 msgid "remove service" msgstr "Kanaal verwijderen" -#: ../lib/python/Screens/TimerEntry.py:87 +#: ../lib/python/Screens/TimerEntry.py:90 msgid "repeated" msgstr "Herhalen" @@ -1014,11 +1080,11 @@ msgstr "" msgid "scan state" msgstr "Status" -#: ../lib/python/Screens/InfoBarGenerics.py:306 +#: ../lib/python/Screens/InfoBarGenerics.py:308 msgid "show EPG..." msgstr "laat EPG zien..." -#: ../lib/python/Screens/Wizard.py:204 ../lib/python/Screens/Wizard.py:205 +#: ../lib/python/Screens/Wizard.py:212 ../lib/python/Screens/Wizard.py:213 msgid "text" msgstr "" @@ -1026,7 +1092,7 @@ msgstr "" msgid "unknown service" msgstr "onbekende Service" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "user defined" msgstr "gebruikers mode" @@ -1034,12 +1100,12 @@ msgstr "gebruikers mode" msgid "vertical" msgstr "vertikaal" -#: ../lib/python/Screens/TimerEntry.py:91 +#: ../lib/python/Screens/TimerEntry.py:94 msgid "weekly" msgstr "wekelijks" #: ../lib/python/Screens/ScanSetup.py:197 -#: ../lib/python/Screens/TimerEntry.py:103 +#: ../lib/python/Screens/TimerEntry.py:106 #: ../lib/python/Components/Network.py:146 #: ../lib/python/Components/RecordingConfig.py:7 msgid "yes" @@ -1421,6 +1487,10 @@ msgstr "Ja, nu scannen." msgid "Information" msgstr "Informatie" +#: ../data/ +msgid "Timer log" +msgstr "" + #: ../data/ msgid "Menu" msgstr "Menu"