Hello community,

here is the log from the commit of package yast2-tv for openSUSE:Factory
checked in at Wed Sep 21 17:34:22 CEST 2011.



--------
--- yast2-tv/yast2-tv.changes   2011-08-08 14:15:01.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-tv/yast2-tv.changes      2011-09-19 
14:56:13.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep 19 09:09:21 CEST 2011 - [email protected]
+
+- remove dependency on Wizard_hw 
+- 2.21.2
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-tv-2.21.1.tar.bz2

New:
----
  yast2-tv-2.21.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-tv.spec ++++++
--- /var/tmp/diff_new_pack.6O9qvk/_old  2011-09-21 17:34:15.000000000 +0200
+++ /var/tmp/diff_new_pack.6O9qvk/_new  2011-09-21 17:34:15.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-tv
-Version:        2.21.1
-Release:        1
+Version:        2.21.2
+Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-tv-2.21.1.tar.bz2
+Source0:        yast2-tv-2.21.2.tar.bz2
 
 Prefix:         /usr
 
@@ -34,7 +34,7 @@
 # .modprobe_blacklist agent
 Requires:       yast2-core >= 2.16.19
 # GetInstArgs::automatic_configuration
-Requires:       yast2 >= 2.16.46
+Requires:       yast2 >= 2.21.22
 Requires:       yast2-sound
 Provides:       yast2-config-tv yast2-db-tv
 Obsoletes:      yast2-config-tv yast2-db-tv
@@ -51,7 +51,7 @@
 This package contains the YaST2 component for TV card configuration.
 
 %prep
-%setup -n yast2-tv-2.21.1
+%setup -n yast2-tv-2.21.2
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -94,4 +94,5 @@
 /usr/share/YaST2/scrconf/*.scr
 /usr/share/YaST2/data/*.ycp
 %doc %{prefix}/share/doc/packages/yast2-tv
+
 %changelog

++++++ yast2-tv-2.21.1.tar.bz2 -> yast2-tv-2.21.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tv-2.21.1/VERSION new/yast2-tv-2.21.2/VERSION
--- old/yast2-tv-2.21.1/VERSION 2011-08-08 14:12:48.000000000 +0200
+++ new/yast2-tv-2.21.2/VERSION 2011-09-19 14:55:49.000000000 +0200
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tv-2.21.1/src/irc_ui.ycp 
new/yast2-tv-2.21.2/src/irc_ui.ycp
--- old/yast2-tv-2.21.1/src/irc_ui.ycp  2010-02-24 15:55:54.000000000 +0100
+++ new/yast2-tv-2.21.2/src/irc_ui.ycp  2011-09-19 09:09:54.000000000 +0200
@@ -4,7 +4,7 @@
  * Summary:    User interface functions.
  * Authors:    Jiri Suchomel <[email protected]>
  *
- * $Id: irc_ui.ycp 60999 2010-02-24 14:55:54Z lslezak $
+ * $Id: irc_ui.ycp 65766 2011-09-19 07:09:53Z visnov $
  *
  */
 
@@ -18,7 +18,7 @@
 import "Service";
 import "Tv";
 import "Wizard";
-import "Wizard_hw";
+import "UIHelper";
 import "Message";
 import "Report";
 
@@ -305,7 +305,7 @@
                if (Tv::irc_modules == $[])
                {
                    UI::OpenDialog (
-                       Wizard_hw::SpacingAround (
+                       UIHelper::SpacingAround (
                            // busy popup text (waiting for other action):
                            `Label(_("Retrieving list
 of kernel module descriptions...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tv-2.21.1/src/ui.ycp 
new/yast2-tv-2.21.2/src/ui.ycp
--- old/yast2-tv-2.21.1/src/ui.ycp      2011-08-08 14:13:59.000000000 +0200
+++ new/yast2-tv-2.21.2/src/ui.ycp      2011-09-19 09:09:54.000000000 +0200
@@ -4,7 +4,7 @@
  * Summary:    User interface functions.
  * Authors:    Jan Holesovsky <[email protected]>
  *
- * $Id: ui.ycp 65276 2011-08-08 12:13:58Z lslezak $
+ * $Id: ui.ycp 65766 2011-09-19 07:09:53Z visnov $
  *
  * All user interface functions.
  */
@@ -21,7 +21,7 @@
 import "Summary";
 import "Tv";
 import "Wizard";
-import "Wizard_hw";
+import "UIHelper";
 import "WizardHW";
 import "Mode";
 
@@ -315,7 +315,7 @@
        );
 
     UI::OpenDialog (
-       Wizard_hw::SizeAtLeast (contents, 40.0, 10.0)
+       UIHelper::SizeAtLeast (contents, 40.0, 10.0)
     );
 
     any ret = nil;
@@ -614,7 +614,7 @@
     if (Tv::kernel_modules == nil)
     {
        UI::OpenDialog (
-           Wizard_hw::SpacingAround (
+           UIHelper::SpacingAround (
         // Busy popup text (waiting for other action):
                `Label(_("Getting list
 of available kernel modules...")),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tv-2.21.1/tv.pot new/yast2-tv-2.21.2/tv.pot
--- old/yast2-tv-2.21.1/tv.pot  2009-04-07 15:05:00.000000000 +0200
+++ new/yast2-tv-2.21.2/tv.pot  1970-01-01 01:00:00.000000000 +0100
@@ -1,1270 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-07 15:05+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Item text in the list of card vendors
-#: data/tv_cards.ycp:10
-msgid "Other vendors"
-msgstr ""
-
-#. Item text in the list of cards
-#: data/tv_cards.ycp:14
-msgid "Unknown bttv Card"
-msgstr ""
-
-#. Item text in the list of cards
-#: data/tv_cards.ycp:19
-msgid "Unknown cx88xx Card"
-msgstr ""
-
-#. Item text in the list of cards
-#: data/tv_cards.ycp:24
-msgid "Unknown saa7134 Card"
-msgstr ""
-
-#. Item text in the list of card vendors
-#: data/tv_dvbcards.ycp:12
-msgid "DVB Cards"
-msgstr ""
-
-#. Item of the tuners list
-#. this is just a dummy string because it's in a generated file
-#. which is not used for generating .pot file (see bnc#371289, esp. comment #6)
-#: data/tv_tuners.ycp:11 data/tv_tuners.ycp:242 src/misc.ycp:128
-msgid "No tuner"
-msgstr ""
-
-#. checkbox label
-#: src/Tv.ycp:331
-msgid "Do Not Show This Message &Again"
-msgstr ""
-
-#. Error message popup:
-#: src/Tv.ycp:400 src/Tv.ycp:412 src/Tv.ycp:425
-msgid "Unable to read the TV card database."
-msgstr ""
-
-#. Default item of tuners list:
-#: src/Tv.ycp:501 src/Tv.ycp:3036 src/Tv.ycp:3070
-msgid "Default (detected)"
-msgstr ""
-
-#. Error message popup:
-#: src/Tv.ycp:515
-msgid "Unable to read the tuner database."
-msgstr ""
-
-#. Warning message popup:
-#: src/Tv.ycp:562 src/Tv.ycp:614 src/Tv.ycp:632
-msgid ""
-"Unable to read the list of\n"
-"available kernel modules."
-msgstr ""
-
-#: src/Tv.ycp:1027
-#, ycp-format
-msgid ""
-"Firmware must be installed for \n"
-"TV card '%1' to work.\n"
-"\n"
-"Enter the location of the firmware file then\n"
-"press Continue to install the firmware.\n"
-msgstr ""
-
-#: src/Tv.ycp:1036
-msgid "Install Firmware"
-msgstr ""
-
-#. header in file selection popup
-#: src/Tv.ycp:1071
-msgid "Select Firmware File"
-msgstr ""
-
-#. firmware is not installed, display warning message
-#: src/Tv.ycp:1165
-msgid "The TV card will not work without firmware."
-msgstr ""
-
-#. warning popup - md5sum returned non-zero exit status
-#: src/Tv.ycp:1182
-msgid "Could not check the MD5 sum of the firmware."
-msgstr ""
-
-#. warning popup - computed and expected md5sum don't match
-#: src/Tv.ycp:1200
-msgid ""
-"The MD5 check sum of the installed firmware\n"
-"does not match the value in the database. \n"
-"\n"
-"Use the firmware file anyway?\n"
-msgstr ""
-
-#. try installation of the firmware again?
-#: src/Tv.ycp:1401
-msgid ""
-"Installation of the firmware has failed.\n"
-"Try the installation again?"
-msgstr ""
-
-#. Error message popup, %1 is file name
-#: src/Tv.ycp:2032
-#, ycp-format
-msgid ""
-"Unable to write parameters\n"
-"to %1."
-msgstr ""
-
-#. Error message popup,  %1 is file name
-#: src/Tv.ycp:2049 src/Tv.ycp:2057
-#, ycp-format
-msgid "Unable to write %1."
-msgstr ""
-
-#: src/Tv.ycp:2070
-#, ycp-format
-msgid "Cannot start device %1."
-msgstr ""
-
-#. Confirmation: label text (detecting hardware: xxx)
-#: src/Tv.ycp:2113
-msgid "TV cards"
-msgstr ""
-
-#. Warning message popup (detection problem):
-#: src/Tv.ycp:2124
-msgid "Unable to probe the TV cards."
-msgstr ""
-
-#. Warning message popup (detection problem):
-#: src/Tv.ycp:2137
-msgid "Unable to probe the DVB cards."
-msgstr ""
-
-#. Summary text (%1 is number)
-#: src/Tv.ycp:2278
-#, ycp-format
-msgid "Installed as radio card number %1."
-msgstr ""
-
-#. Summary text (%1 is number)
-#: src/Tv.ycp:2283
-#, ycp-format
-msgid "Installed as DVB card number %1."
-msgstr ""
-
-#. Summary text (%1 is number)
-#: src/Tv.ycp:2290
-#, ycp-format
-msgid "Installed as TV card number %1"
-msgstr ""
-
-#: src/Tv.ycp:2306 src/Tv.ycp:2702
-msgid "Firmware: "
-msgstr ""
-
-#: src/Tv.ycp:2307 src/Tv.ycp:2703
-#, ycp-format
-msgid "Installed (%1)"
-msgstr ""
-
-#: src/Tv.ycp:2307
-#, ycp-format
-msgid "Not installed (%1)"
-msgstr ""
-
-#. summary string, %1 is a package name, %2 is a status string: installed
-#: src/Tv.ycp:2321 src/Tv.ycp:2717
-#, ycp-format
-msgid "Package: %1 (%2)"
-msgstr ""
-
-#. package status
-#: src/Tv.ycp:2323 src/Tv.ycp:2719
-msgid "Installed"
-msgstr ""
-
-#: src/Tv.ycp:2323 src/Tv.ycp:2719
-msgid "Not Installed"
-msgstr ""
-
-#. suffix to differ between analog (TV) and digital (DVB) cards
-#: src/Tv.ycp:2594 src/Tv.ycp:2656
-msgid "DVB"
-msgstr ""
-
-#: src/Tv.ycp:2594 src/Tv.ycp:2656
-msgid "TV"
-msgstr ""
-
-#. %1 is "TV" or "DVB", %2 is card number
-#: src/Tv.ycp:2668
-#, ycp-format
-msgid "Configured as %1 card number %2"
-msgstr ""
-
-#: src/Tv.ycp:2673
-#, ycp-format
-msgid "Driver %1"
-msgstr ""
-
-#: src/Tv.ycp:2678
-#, ycp-format
-msgid "Attached to sound card '%1'"
-msgstr ""
-
-#: src/Tv.ycp:2703
-#, ycp-format
-msgid "Not installed (%1 -> %2)"
-msgstr ""
-
-#. status of the card, the text used in table, translation should be as short 
as possible
-#: src/Tv.ycp:2776
-msgid "Not configured"
-msgstr ""
-
-#. For translators: Entry for manual selection in the list of the cards to 
configure
-#: src/Tv.ycp:2882
-msgid "Other (not detected)"
-msgstr ""
-
-#. Item of cards list:
-#: src/Tv.ycp:2956
-msgid "Autodetected card"
-msgstr ""
-
-#. description for ir-kbd-gpio module
-#: src/Tv.ycp:3240
-msgid "Input driver for bt8x8 gpio IR remote controls"
-msgstr ""
-
-#. description for ir-kbd-i2c module
-#: src/Tv.ycp:3242
-msgid "Input driver for i2c IR remote controls"
-msgstr ""
-
-#. Title of initialization dialog
-#. Header of TV Initialization Dialog
-#: src/Tv.ycp:3432 src/tv_auto.ycp:52 src/ui.ycp:1915
-msgid "Initializing TV and Radio Card Configuration"
-msgstr ""
-
-#. For translators: Title of the "save" dialog
-#: src/Tv.ycp:3476
-msgid "Saving TV and Radio Card Configuration"
-msgstr ""
-
-#. Progress stage
-#: src/Tv.ycp:3485
-msgid "Install firmware"
-msgstr ""
-
-#. Progress stage
-#: src/Tv.ycp:3487
-msgid "Write the settings"
-msgstr ""
-
-#. Progress stage
-#: src/Tv.ycp:3489
-msgid "Update sound volume"
-msgstr ""
-
-#. Progress step
-#: src/Tv.ycp:3493
-msgid "Installing firmware..."
-msgstr ""
-
-#. Progress step
-#: src/Tv.ycp:3495
-msgid "Writing the settings..."
-msgstr ""
-
-#. Progress step
-#: src/Tv.ycp:3497
-msgid "Updating the sound volume..."
-msgstr ""
-
-#. Progress stage
-#: src/Tv.ycp:3502
-msgid "Check for TV and radio applications"
-msgstr ""
-
-#. Progress step
-#: src/Tv.ycp:3504
-msgid "Checking for TV and radio applications..."
-msgstr ""
-
-#. Progress stage
-#: src/Tv.ycp:3508
-msgid "Write IRC settings"
-msgstr ""
-
-#. Progress step
-#: src/Tv.ycp:3511
-msgid "Writing IRC settings..."
-msgstr ""
-
-#. Progress stage
-#: src/Tv.ycp:3514
-msgid "Write TV stations"
-msgstr ""
-
-#. Progress step
-#: src/Tv.ycp:3517
-msgid "Writing TV stations..."
-msgstr ""
-
-#. Progress step
-#: src/Tv.ycp:3520
-msgid "Finished"
-msgstr ""
-
-#. Popup text (required application are %1):
-#: src/Tv.ycp:3628
-#, ycp-format
-msgid ""
-"<p>To enable you to watch TV and listen to radio on your computer,<br>\n"
-"these packages should be installed:<br>\n"
-"<b>%1</b><br>\n"
-"Install them now?\n"
-"</p>\n"
-msgstr ""
-
-#. Popup text (required application are %1):
-#: src/Tv.ycp:3639
-#, ycp-format
-msgid ""
-"<p>To enable you to watch TV on your computer,<br>\n"
-"these packages should be installed:<br>\n"
-"<b>%1</b><br>\n"
-"Install them now?\n"
-"</p>\n"
-msgstr ""
-
-#. Popup text (required application is %1):
-#: src/Tv.ycp:3650
-#, ycp-format
-msgid ""
-"<p>To listen to radio on your computer, you can use the <b>%1</b> 
application.\n"
-"Install it now?</p>"
-msgstr ""
-
-#. automatic configuration skipped - details
-#: src/Tv.ycp:3773
-#, ycp-format
-msgid "the driver is disabled"
-msgstr ""
-
-#. automatic configuration skipped - details
-#: src/Tv.ycp:3779
-#, ycp-format
-msgid "the card is disabled"
-msgstr ""
-
-#. summary line in the HW proposal, %1 - details why it cannot be 
autoconfigured
-#: src/Tv.ycp:3784
-#, ycp-format
-msgid "Automatic configuration skipped (%1)"
-msgstr ""
-
-#. For translators: tv read dialog help, part 1 of 2
-#: src/helps.ycp:23
-msgid ""
-"<P><B><BIG>Initializing TV and Radio Card Configuration</BIG></B><BR>\n"
-"Please wait...\n"
-"<BR></P>\n"
-msgstr ""
-
-#. For translators: tv read dialog help, part 2 of 2
-#: src/helps.ycp:28
-msgid ""
-"<P><B><BIG>Aborting the Initialization</BIG></B><BR>\n"
-"Safely abort the configuration utility by pressing <B>Abort</B>\n"
-"now.\n"
-"</P>\n"
-msgstr ""
-
-#. For translators: tv write dialog help
-#: src/helps.ycp:42
-msgid ""
-"<P><B><BIG>Saving TV and Radio Configuration</BIG></B><BR>\n"
-"Please wait...\n"
-"<BR></P>\n"
-msgstr ""
-
-#. Help: Detected cards, part 1 of 3
-#: src/helps.ycp:55
-msgid ""
-"<P><B><BIG>TV and Radio Card Configuration</BIG></B><BR>\n"
-"Here, configure your TV and radio cards.\n"
-"<BR></P>\n"
-msgstr ""
-
-#. Help: Detected cards, part 2 of 3
-#: src/helps.ycp:60
-msgid ""
-"<P><B><BIG>Adding a TV or Radio Card</BIG></B><BR>\n"
-"Select the card from the list of the unconfigured cards. If your card was\n"
-"not detected, press <B>Add</B> and configure the card manually.\n"
-"</P>\n"
-msgstr ""
-
-#. Help: Overview of the installed cards, part 3 of 3
-#: src/helps.ycp:67
-msgid ""
-"<P><B><BIG>Editing or Deleting</BIG></B><BR>\n"
-"To change or remove the configuration of a card, select the card.\n"
-"Then press <B>Edit</B> or <B>Delete</B>.\n"
-"</P>\n"
-msgstr ""
-
-#. Help: Manual addition of a card, part 1/3
-#: src/helps.ycp:81
-msgid ""
-"<P><B><BIG>Manual TV Card Selection</BIG></B><BR>\n"
-"Select the card type from <b>Vendor</b> and <b>Card</b>.\n"
-"<BR></P>"
-msgstr ""
-
-#. Help: Manual addition of a card, part 2/3
-#: src/helps.ycp:85
-msgid ""
-"<P>\n"
-"If you need to specify the tuner type to get a working\n"
-"configuration, select your card then press <B>Select Tuner</B>. In the 
dialog\n"
-"that opens, select the tuner type.\n"
-"</P>"
-msgstr ""
-
-#. Help: Manual addition of a card, part 3/3
-#: src/helps.ycp:91
-msgid ""
-"<P>\n"
-"In <B>Expert Settings</B>, configure the \n"
-"kernel module and parameters to use. \n"
-"This is required for configuring a radio card.\n"
-"</P>\n"
-msgstr ""
-
-#. Help: Manual addition of a card: Details, part 1/4
-#: src/helps.ycp:108
-msgid ""
-"<P><B><BIG>Manual Selection: Details</BIG></B><BR>\n"
-"Here, you can control all the parameters of the driver of your TV or radio 
card. This is for experts.\n"
-"<BR></P>\n"
-msgstr ""
-
-#. Help: Manual addition of a card: Details, part 2/4
-#: src/helps.ycp:113
-msgid ""
-"In <B>Kernel Module</B>, select the driver to use for the card. The available 
\n"
-"parameters for the selected module are listed in <b>Module Parameters</p>.\n"
-"</P>\n"
-msgstr ""
-
-#. Help: Manual addition of a card: Details, part 3/4
-#: src/helps.ycp:118
-msgid ""
-"<P>To modify a parameter, select the parameter to change from the list, \n"
-"write the value in <b>Parameter</b>,  \n"
-"then press <b>Set</b>. To restore the default setting for the parameter, \n"
-"press <B>Reset</B>.\n"
-"</P>"
-msgstr ""
-
-#. Help: Manual addition of a card: Details, part 4/4
-#: src/helps.ycp:126
-msgid ""
-"<P><B><BIG>Radio Card Configuration</BIG></B><BR>\n"
-"To select the module for your radio card, check <B>Radio Card Modules</B>.\n"
-"</P>\n"
-msgstr ""
-
-#. Help: Setup the audio of the card, part 1/3
-#: src/helps.ycp:140
-msgid ""
-"<P><B><BIG>Audio for TV or Radio Card</BIG></B><BR>\n"
-"If your TV or radio card has an audio output and it is connected to your 
sound\n"
-"card, the sound card's input must be enabled. This can be done here.\n"
-"<BR></P>\n"
-msgstr ""
-
-#. Help: Setup the audio of the card, part 2/3
-#: src/helps.ycp:146
-msgid ""
-"<P>If your card is not connected to the sound card, select \n"
-"<b>Not Connected</b>. If a connection is present, select <b>Connected To</b>. 
\n"
-"Select the sound card to which the TV or radio card is connected from the 
list. \n"
-"</P>"
-msgstr ""
-
-#. Help: Setup the audio of the card, part 3/3
-#: src/helps.ycp:151
-msgid ""
-"<P>If the sound card has not been configured yet, press \n"
-"<b>Configure Sound Cards</b> to start the sound configuration module.\n"
-"</P>"
-msgstr ""
-
-#. helptext for TV Stations Dialog 1/3
-#: src/helps.ycp:165
-msgid ""
-"<p><b><big>TV Station Configuration</big></b>\n"
-"Here, see the list of TV stations defined for your system.</p>"
-msgstr ""
-
-#. helptext for TV Stations Dialog 2/3
-#: src/helps.ycp:169
-msgid ""
-"<p>Edit the entries in the table directly using <b>Add</b>,\n"
-"<b>Edit</b>, and <b>Delete</b>. Alternatively, use\n"
-"<b>Scan the Channels</b> to run the scan, which could find the available\n"
-"TV stations for the given <b>TV Standard</b> and <b>Frequency 
Table</b>.</b>\n"
-msgstr ""
-
-#. helptext for TV Stations Dialog 3/3
-#: src/helps.ycp:176
-msgid "<p>The list of stations shown in this table is saved to the 
<tt>/etc/X11/xawtvrc</tt> file.</p>"
-msgstr ""
-
-#. IRC helptext 1/3
-#: src/helps.ycp:188
-msgid ""
-"<p><b><big>Infrared Control Configuration</big></b><br>\n"
-"In this dialog, configure the infrared control of your TV card. To skip this 
configuration, select <b>Do Not Use IRC</b>.</p>"
-msgstr ""
-
-#. IRC helptext 2/3
-#: src/helps.ycp:192
-msgid "<p>If you know which kernel module to use with your TV card, select one 
from the list. When <b>Show Module Description</b> is checked, also see the 
description of the module.</p>"
-msgstr ""
-
-#. IRC helptext 3/3
-#: src/helps.ycp:195
-msgid "<p>Press <b>Test</b> to test your IR control.</p>"
-msgstr ""
-
-#: src/irc_ui.ycp:99 src/tv_auto.ycp:53 src/ui.ycp:1916
-msgid "Initializing..."
-msgstr ""
-
-#. error popup text
-#: src/irc_ui.ycp:106
-msgid "Starting the 'lirc' service failed."
-msgstr ""
-
-#: src/irc_ui.ycp:106
-msgid ""
-"Output from /etc/init.d/lirc command:\n"
-"\n"
-msgstr ""
-
-#. Popup label (heading)
-#: src/irc_ui.ycp:136
-msgid "IRC Test"
-msgstr ""
-
-#. Popup label (info text)
-#: src/irc_ui.ycp:138
-msgid "Push the buttons of your IR controller to test its functionality."
-msgstr ""
-
-#. error text
-#: src/irc_ui.ycp:165
-msgid "The testing application is not responding."
-msgstr ""
-
-#. For translators: Caption of the dialog
-#: src/irc_ui.ycp:193
-msgid "Infrared Control Configuration"
-msgstr ""
-
-#. radio button label
-#: src/irc_ui.ycp:230
-msgid "Do No&t Use IRC"
-msgstr ""
-
-#. radio button label
-#: src/irc_ui.ycp:233
-msgid "&Use IRC"
-msgstr ""
-
-#. frame label
-#: src/irc_ui.ycp:237
-msgid "IRC Settings"
-msgstr ""
-
-#. combobox label
-#. ComboBox label:
-#. combo label
-#: src/irc_ui.ycp:255 src/ui.ycp:678 src/ui.ycp:734 src/ui.ycp:743
-#: src/ui.ycp:753 src/ui.ycp:762 src/ui.ycp:796 src/ui.ycp:808 src/ui.ycp:819
-msgid "&Kernel Module"
-msgstr ""
-
-#. checkbox label
-#: src/irc_ui.ycp:259
-msgid "Show Module &Description"
-msgstr ""
-
-#. button label
-#: src/irc_ui.ycp:265
-msgid "&Test"
-msgstr ""
-
-#. busy popup text (waiting for other action):
-#: src/irc_ui.ycp:309
-msgid ""
-"Retrieving list\n"
-"of kernel module descriptions...\n"
-msgstr ""
-
-#. popup label (install required application?)
-#: src/irc_ui.ycp:337
-msgid ""
-"Package 'lirc' is required for using infrared devices.\n"
-"Install it now?\n"
-msgstr ""
-
-#. checkbox label
-#: src/misc.ycp:103
-msgid "&Show Details"
-msgstr ""
-
-#: src/misc.ycp:116
-msgid "Details"
-msgstr ""
-
-#. error message
-#: src/tv.ycp:90
-msgid "The specified card does not exist."
-msgstr ""
-
-#. error message, %1 is module (driver) name
-#: src/tv.ycp:100
-#, ycp-format
-msgid "The specified card does not exist. Module %1 is unknown."
-msgstr ""
-
-#. DVB modules don't use card type option
-#. For translators: The name of the card is set to "User defined"...
-#: src/tv.ycp:103 src/ui.ycp:956
-msgid "User-Defined TV Card"
-msgstr ""
-
-#. For translators: The name of the card is set to "User defined",
-#. because the user changed kernel module parameters and so we
-#. do not have a good name...
-#: src/tv.ycp:106 src/ui.ycp:953
-msgid "User-Defined Radio Card"
-msgstr ""
-
-#. error message
-#: src/tv.ycp:116
-msgid "The specified card does not exist. Probably the driver or card model is 
wrong."
-msgstr ""
-
-#. error message, %1 is name
-#: src/tv.ycp:127
-#, ycp-format
-msgid "The card '%1' is already configured."
-msgstr ""
-
-#. error message
-#: src/tv.ycp:175 src/tv.ycp:212 src/tv.ycp:239
-msgid "Specify the card number."
-msgstr ""
-
-#. error message, %1 is number
-#: src/tv.ycp:182 src/tv.ycp:219 src/tv.ycp:246
-#, ycp-format
-msgid "There is no card with number %1."
-msgstr ""
-
-#. list of card parameters will follow; %1 is card name, %2 driver
-#: src/tv.ycp:252
-#, ycp-format
-msgid "Parameters of Card '%1' (using module %2):\n"
-msgstr ""
-
-#. label (current value of sound module parameter)
-#: src/tv.ycp:263
-#, ycp-format
-msgid ""
-"\n"
-"\tCurrent Value: %1\n"
-msgstr ""
-
-#. command line status text
-#: src/tv.ycp:323
-msgid "Infrared control is disabled"
-msgstr ""
-
-#: src/tv.ycp:327
-#, ycp-format
-msgid "Infrared control is enabled using module %1"
-msgstr ""
-
-#. translators: command line help text for Tv module
-#: src/tv.ycp:365
-msgid "TV card configuration module"
-msgstr ""
-
-#. translators: command line help text for summary action
-#: src/tv.ycp:373
-msgid "Configuration summary of TV cards"
-msgstr ""
-
-#. translators: command line help text for add action
-#: src/tv.ycp:378
-msgid "Add TV card. Without parameters, add the first one detected."
-msgstr ""
-
-#. help text for unknown parameters
-#. command line help text for 'add'
-#: src/tv.ycp:381 src/tv.ycp:404
-msgid "Value of the specific module parameter"
-msgstr ""
-
-#. translators: command line help text for remove action
-#: src/tv.ycp:386
-msgid "Remove TV or radio card"
-msgstr ""
-
-#. translators: command line help text for modules action
-#: src/tv.ycp:391
-msgid "List all available TV kernel modules (drivers)"
-msgstr ""
-
-#. translators: command line help text for 'cards' action
-#: src/tv.ycp:396
-msgid "List supported TV models with their ID numbers"
-msgstr ""
-
-#. translators: command line help text for set action
-#: src/tv.ycp:401
-msgid "Set the new values for given card parameters"
-msgstr ""
-
-#. translators: command line help text for 'show'
-#: src/tv.ycp:409
-msgid "Show the information of the given TV card"
-msgstr ""
-
-#. translators: command line help text for 'irc'
-#: src/tv.ycp:414
-msgid "Enable or disable infrared control"
-msgstr ""
-
-#. translators: command line help text for the 'no' option
-#: src/tv.ycp:420
-msgid "TV or radio card number"
-msgstr ""
-
-#. translators: command line help text for the 'tuner' option
-#: src/tv.ycp:425
-msgid "TV tuner type"
-msgstr ""
-
-#. translators: command line help text for the 'module' option
-#: src/tv.ycp:430
-msgid "Kernel module (driver) for the TV or radio card"
-msgstr ""
-
-#. translators: command line help text for the 'card' option
-#: src/tv.ycp:435
-msgid "ID of specific TV card model. Use the 'cards' command to see the list 
of possible values."
-msgstr ""
-
-#. translators: command line help text for the 'radio' option
-#: src/tv.ycp:440
-msgid "List radio modules instead of TV ones"
-msgstr ""
-
-#. translators: command line help text for the 'enable' option
-#: src/tv.ycp:444
-msgid "Enable IRC"
-msgstr ""
-
-#. translators: command line help text for the 'disable' option
-#: src/tv.ycp:448
-msgid "Disable IRC"
-msgstr ""
-
-#. translators: command line help text for the 'status' option
-#: src/tv.ycp:452
-msgid "Show current status of IRC"
-msgstr ""
-
-#. Progress message
-#: src/tv_proposal.ycp:42
-msgid "Detecting TV cards..."
-msgstr ""
-
-#. Richtext title
-#: src/tv_proposal.ycp:94
-msgid "TV Cards"
-msgstr ""
-
-#. Richtext title
-#: src/tv_proposal.ycp:97
-msgid "&TV Cards"
-msgstr ""
-
-#: src/ui.ycp:105
-msgid "TV and Radio Card Configuration"
-msgstr ""
-
-#. Header of table with sound card list 1/2
-#: src/ui.ycp:107 src/ui.ycp:1063
-msgid "Number"
-msgstr ""
-
-#: src/ui.ycp:107
-msgid "Card Name"
-msgstr ""
-
-#: src/ui.ycp:182
-#, ycp-format
-msgid ""
-"Card '%1' (or its driver) is currently disabled.\n"
-"\n"
-"There might be serious reasons for this like:\n"
-"- the card is not supported by the driver\n"
-"- the driver does not work correctly with this card\n"
-"- the system may be unstable or may completely freeze\n"
-"\n"
-"Really configure and enable the card?"
-msgstr ""
-
-#. The user chose [Delete] in the overview dialog
-#. %1 is name of the selected card
-#: src/ui.ycp:220
-#, ycp-format
-msgid ""
-"Really\n"
-"remove the configuration\n"
-"of %1?"
-msgstr ""
-
-#. SelectionBox label:
-#: src/ui.ycp:291
-msgid "&Card"
-msgstr ""
-
-#. SelectionBox label:
-#: src/ui.ycp:308
-msgid "&Tuner"
-msgstr ""
-
-#. For translators: The user chose [OK] but did not select a tuner
-#: src/ui.ycp:339
-msgid "Select your tuner."
-msgstr ""
-
-#. For translators: Header of the dialog
-#: src/ui.ycp:362
-msgid "Manual TV Card Selection"
-msgstr ""
-
-#. PushButton label:
-#: src/ui.ycp:410
-msgid "&Tuner..."
-msgstr ""
-
-#. Frame label
-#: src/ui.ycp:416
-msgid "Card Type"
-msgstr ""
-
-#. SelectioBox label:
-#: src/ui.ycp:425
-msgid "&Vendor"
-msgstr ""
-
-#. PushButton label:
-#: src/ui.ycp:442
-msgid "&Expert Settings..."
-msgstr ""
-
-#. PushButton label:
-#: src/ui.ycp:444
-msgid "TV &Channels..."
-msgstr ""
-
-#. For translators: A warning popup
-#: src/ui.ycp:460
-msgid ""
-"The selected card does not provide full\n"
-"information for automatic detection.\n"
-"Select the exact type from\n"
-"the list in the following dialog."
-msgstr ""
-
-#. label, %1 is tuner type
-#: src/ui.ycp:493
-#, ycp-format
-msgid "Tuner: %1"
-msgstr ""
-
-#. For translators: The user chose [Next] but did not select a card
-#. message popup
-#: src/ui.ycp:530 src/ui.ycp:557
-msgid "Select your card."
-msgstr ""
-
-#. message popup
-#: src/ui.ycp:570
-msgid ""
-"No tuner is available\n"
-"for the selected card."
-msgstr ""
-
-#. Busy popup text (waiting for other action):
-#: src/ui.ycp:621
-msgid ""
-"Getting list\n"
-"of available kernel modules..."
-msgstr ""
-
-#. For translators: Header of the dialog
-#: src/ui.ycp:633
-msgid "Manual TV and Radio Card Selection: Details"
-msgstr ""
-
-#. For translators: Label for the TextEntry. %1 means name of the kernel 
module's parameter.
-#: src/ui.ycp:657
-#, ycp-format
-msgid "&Parameter %1"
-msgstr ""
-
-#. For translators: Label for the TextEntry, when kernel module has no 
parameters.
-#: src/ui.ycp:659
-msgid "&Parameter (none)"
-msgstr ""
-
-#. Frame label:
-#: src/ui.ycp:680
-msgid "Module Parameters"
-msgstr ""
-
-#. Header of a table with kernel module params.
-#: src/ui.ycp:686
-msgid "Parameter"
-msgstr ""
-
-#. Header of a table with kernel module params.
-#: src/ui.ycp:688
-msgid "Value"
-msgstr ""
-
-#. Header of a table with kernel module params.
-#: src/ui.ycp:690
-msgid "Description"
-msgstr ""
-
-#. PushButton label
-#: src/ui.ycp:701
-msgid "&Set"
-msgstr ""
-
-#. PushButton label
-#: src/ui.ycp:704
-msgid "R&eset"
-msgstr ""
-
-#. checkbox label
-#: src/ui.ycp:716
-msgid "R&adio Card Modules"
-msgstr ""
-
-#. User chose [Set] but did not select a parameter to set
-#. User chose [Set] but did select a parameter she wants to set
-#: src/ui.ycp:904 src/ui.ycp:933
-msgid ""
-"Select the parameter\n"
-"to edit."
-msgstr ""
-
-#. User wants to set kernel parameters but string is invalid
-#: src/ui.ycp:915
-msgid ""
-"Do not use characters other\n"
-"than a-z, A-Z, _, -, +, /, and 0-9."
-msgstr ""
-
-#. For translators: Header of the dialog
-#: src/ui.ycp:1004
-msgid "Audio for TV and Radio Card"
-msgstr ""
-
-#. Label text:
-#: src/ui.ycp:1037
-msgid "TV or Radio Card"
-msgstr ""
-
-#. Frame label:
-#: src/ui.ycp:1042
-msgid "Audio Output Connection to Sound Card"
-msgstr ""
-
-#. radio button label - tv card is not connected to any sound card
-#: src/ui.ycp:1050
-msgid "Not Connected"
-msgstr ""
-
-#. radio button label - tv card is not connected to any sound card
-#: src/ui.ycp:1055
-msgid "Connected To"
-msgstr ""
-
-#. Header of table with sound card list 2/2
-#: src/ui.ycp:1065
-msgid "Sound Card"
-msgstr ""
-
-#. PushButton label:
-#: src/ui.ycp:1070
-msgid "&Configure Sound Cards..."
-msgstr ""
-
-#. For translators: The user chose [Next] but did not select a sound card
-#: src/ui.ycp:1132
-msgid "Select a sound card."
-msgstr ""
-
-#. Popup label (heading)
-#: src/ui.ycp:1190
-msgid "TV Channel Scan"
-msgstr ""
-
-#. error message
-#: src/ui.ycp:1208 src/ui.ycp:1390
-msgid "The kernel module for TV support could not be loaded."
-msgstr ""
-
-#. label (with the meaning: there is no station for this channel)
-#. Keep it short! It is only note after channel + frequency data.
-#. Example of the output strings:
-#. E2   ( 48.25 MHz): no station
-#. E3   ( 55.25 MHz): no station etc.
-#: src/ui.ycp:1248
-msgid "No station"
-msgstr ""
-
-#. label: summary of scanning for stations
-#: src/ui.ycp:1285
-#, ycp-format
-msgid "Number of TV Stations Found: %1"
-msgstr ""
-
-#. textentry label
-#: src/ui.ycp:1310
-msgid "&Channel"
-msgstr ""
-
-#. textentry label
-#: src/ui.ycp:1313
-msgid "Station &Name"
-msgstr ""
-
-#. message popup
-#: src/ui.ycp:1338
-msgid "Enter a TV channel."
-msgstr ""
-
-#. message popup
-#: src/ui.ycp:1345
-msgid "Enter a station name."
-msgstr ""
-
-#. error message
-#: src/ui.ycp:1353
-msgid "This channel already exists in the table."
-msgstr ""
-
-#. error message
-#: src/ui.ycp:1356
-msgid "This station name already exists in the table."
-msgstr ""
-
-#. busy popup
-#: src/ui.ycp:1382
-msgid "Detecting supported TV norms..."
-msgstr ""
-
-#. dialog caption for TV Stations Dialog
-#: src/ui.ycp:1455
-msgid "TV Station Configuration"
-msgstr ""
-
-#. TV norm
-#: src/ui.ycp:1459
-msgid "PAL"
-msgstr ""
-
-#. TV norm
-#: src/ui.ycp:1461
-msgid "NTSC"
-msgstr ""
-
-#. TV norm
-#: src/ui.ycp:1463
-msgid "SECAM"
-msgstr ""
-
-#. TV norm
-#: src/ui.ycp:1465
-msgid "PAL-NC"
-msgstr ""
-
-#. TV norm
-#: src/ui.ycp:1467
-msgid "PAL-N"
-msgstr ""
-
-#. TV norm
-#: src/ui.ycp:1469
-msgid "PAL-M"
-msgstr ""
-
-#. TV norm
-#: src/ui.ycp:1471
-msgid "NTSC-JP"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1475
-msgid "us-bcast"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1477
-msgid "us-cable"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1479
-msgid "us-cable-hrc"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1481
-msgid "japan-bcast"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1483
-msgid "japan-cable"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1485
-msgid "europe-west"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1487
-msgid "europe-east"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1489
-msgid "italy"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1491
-msgid "newzealand"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1493
-msgid "australia"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1495
-msgid "ireland"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1497
-msgid "france"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1499
-msgid "china-bcast"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1501
-msgid "southafrica"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1503
-msgid "argentina"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1505
-msgid "australia-optus"
-msgstr ""
-
-#. Tv frequency table
-#: src/ui.ycp:1507
-msgid "russia"
-msgstr ""
-
-#. combobox label for values like NTSC and PAL
-#: src/ui.ycp:1519
-msgid "&TV Standard"
-msgstr ""
-
-#. combobox label
-#: src/ui.ycp:1521
-msgid "&Frequency Table"
-msgstr ""
-
-#. button label
-#: src/ui.ycp:1526
-msgid "&Scan the Channels"
-msgstr ""
-
-#. frame label
-#: src/ui.ycp:1531
-msgid "TV Stations"
-msgstr ""
-
-#. table header 1/2
-#: src/ui.ycp:1535
-msgid "Channel"
-msgstr ""
-
-#. table header 2/2
-#: src/ui.ycp:1537
-msgid "Station Name"
-msgstr ""
-
-#. popup label (install required application?)
-#: src/ui.ycp:1579
-#, ycp-format
-msgid ""
-"To scan the TV channels, package '%1' is required.\n"
-"Install it now?"
-msgstr ""


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to