Hello community, here is the log from the commit of package yast2-tv for openSUSE:Factory checked in at Wed Oct 5 17:49:07 CEST 2011.
-------- --- openSUSE:Factory/yast2-tv/yast2-tv.changes 2011-09-23 12:53:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-tv/yast2-tv.changes 2011-10-04 15:17:14.000000000 +0200 @@ -1,0 +2,14 @@ +Tue Oct 4 13:13:35 UTC 2011 - [email protected] + +- do not write "options i2c-algo-bit bit_test=1" line to + /etc/modprobe.d/50-tv.conf file, remove the option during upgrade + (bnc#712023) +- 2.21.4 + +------------------------------------------------------------------- +Thu Sep 22 14:31:32 CEST 2011 - [email protected] + +- Set dialog title +- 2.21.3 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-tv-2.21.2.tar.bz2 New: ---- yast2-tv-2.21.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-tv.spec ++++++ --- /var/tmp/diff_new_pack.HhR9Uo/_old 2011-10-05 17:49:01.000000000 +0200 +++ /var/tmp/diff_new_pack.HhR9Uo/_new 2011-10-05 17:49:01.000000000 +0200 @@ -19,16 +19,16 @@ Name: yast2-tv -Version: 2.21.2 +Version: 2.21.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-tv-2.21.2.tar.bz2 +Source0: yast2-tv-%{version}.tar.bz2 Prefix: /usr Group: System/YaST -License: GPL v2 or later +License: GPL-2.0+ BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-sound yast2-testsuite # .modprobe_blacklist agent @@ -42,6 +42,7 @@ Obsoletes: yast2-lib-hardware Provides: yast2-trans-tv Obsoletes: yast2-trans-tv +PreReq: sed BuildArch: noarch @@ -51,7 +52,7 @@ This package contains the YaST2 component for TV card configuration. %prep -%setup -n yast2-tv-2.21.2 +%setup -n yast2-tv-%{version} %build %{prefix}/bin/y2tool y2autoconf @@ -84,6 +85,11 @@ mv -f /etc/modprobe.d/tv /etc/modprobe.d/50-tv.conf fi +# comment out bit_test option (bnc#712023) +if test -e /etc/modprobe.d/50-tv.conf; then + sed -i -e 's/^\([ \t]*options[ \t]*i2c-algo-bit[ \t]*bit_test=1\)/# \1/' /etc/modprobe.d/50-tv.conf +fi + %files %defattr(-,root,root) %dir /usr/share/YaST2/include/tv ++++++ yast2-tv-2.21.2.tar.bz2 -> yast2-tv-2.21.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/Makefile.am new/yast2-tv-2.21.4/Makefile.am --- old/yast2-tv-2.21.2/Makefile.am 2011-09-15 10:04:00.000000000 +0200 +++ new/yast2-tv-2.21.4/Makefile.am 2011-10-04 15:16:01.000000000 +0200 @@ -20,7 +20,6 @@ IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING @@ -155,7 +154,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local TAGVERSION = $(Y2TOOL) tagversion @@ -185,21 +184,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/Makefile.in new/yast2-tv-2.21.4/Makefile.in --- old/yast2-tv-2.21.2/Makefile.in 2011-09-15 10:04:03.000000000 +0200 +++ new/yast2-tv-2.21.4/Makefile.in 2011-10-04 15:16:03.000000000 +0200 @@ -261,7 +261,6 @@ # do we do Makefile.am for devtools? It is a little special... IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \ @@ -902,7 +901,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -930,21 +929,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/VERSION new/yast2-tv-2.21.4/VERSION --- old/yast2-tv-2.21.2/VERSION 2011-09-19 14:55:49.000000000 +0200 +++ new/yast2-tv-2.21.4/VERSION 2011-10-04 15:14:02.000000000 +0200 @@ -1 +1 @@ -2.21.2 +2.21.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/configure new/yast2-tv-2.21.4/configure --- old/yast2-tv-2.21.2/configure 2011-09-15 10:04:03.000000000 +0200 +++ new/yast2-tv-2.21.4/configure 2011-10-04 15:16:03.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for yast2-tv 2.21.1. +# Generated by GNU Autoconf 2.68 for yast2-tv 2.21.4. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -559,8 +559,8 @@ # Identity of this package. PACKAGE_NAME='yast2-tv' PACKAGE_TARNAME='yast2-tv' -PACKAGE_VERSION='2.21.1' -PACKAGE_STRING='yast2-tv 2.21.1' +PACKAGE_VERSION='2.21.4' +PACKAGE_STRING='yast2-tv 2.21.4' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' PACKAGE_URL='' @@ -1229,7 +1229,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures yast2-tv 2.21.1 to adapt to many kinds of systems. +\`configure' configures yast2-tv 2.21.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1300,7 +1300,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-tv 2.21.1:";; + short | recursive ) echo "Configuration of yast2-tv 2.21.4:";; esac cat <<\_ACEOF @@ -1380,7 +1380,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-tv configure 2.21.1 +yast2-tv configure 2.21.4 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1397,7 +1397,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-tv $as_me 2.21.1, which was +It was created by yast2-tv $as_me 2.21.4, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2327,7 +2327,7 @@ # Define the identity of the package. PACKAGE='yast2-tv' - VERSION='2.21.1' + VERSION='2.21.4' cat >>confdefs.h <<_ACEOF @@ -2449,7 +2449,7 @@ -VERSION="2.21.1" +VERSION="2.21.4" RPMNAME="yast2-tv" MAINTAINER="Ladislav Slezak <[email protected]>" @@ -3379,7 +3379,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-tv $as_me 2.21.1, which was +This file was extended by yast2-tv $as_me 2.21.4, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3432,7 +3432,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -yast2-tv config.status 2.21.1 +yast2-tv config.status 2.21.4 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/configure.in new/yast2-tv-2.21.4/configure.in --- old/yast2-tv-2.21.2/configure.in 2011-09-15 10:04:00.000000000 +0200 +++ new/yast2-tv-2.21.4/configure.in 2011-10-04 15:16:01.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-tv dnl -dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.21.4 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-tv, 2.21.1, http://bugs.opensuse.org/, yast2-tv) +AC_INIT(yast2-tv, 2.21.4, http://bugs.opensuse.org/, yast2-tv) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.21.1" +VERSION="2.21.4" RPMNAME="yast2-tv" MAINTAINER="Ladislav Slezak <[email protected]>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/src/Tv.ycp new/yast2-tv-2.21.4/src/Tv.ycp --- old/yast2-tv-2.21.2/src/Tv.ycp 2011-09-15 10:03:52.000000000 +0200 +++ new/yast2-tv-2.21.4/src/Tv.ycp 2011-10-04 15:15:58.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Data for configuration of tv, input and output functions. * Authors: Jan Holesovsky <[email protected]> * - * $Id: Tv.ycp 65276 2011-08-08 12:13:58Z lslezak $ + * $Id: Tv.ycp 66234 2011-10-04 13:16:40Z lslezak $ * * Representation of the configuration of TV cards. * Input and output routines. @@ -1816,9 +1816,6 @@ y2debug ("Writing char-major-81 (videodev) to /etc/modprobe.d/50-tv.conf"); SCR::Write (.modprobe_tv.alias."char-major-81", "videodev"); - // fix of bug #18033: (slow initialization on some machines) - SCR::Write (add(.modprobe_tv.options,"i2c-algo-bit"),$["bit_test":"1"]); - // reset the old settings (all char-major-81-* aliases) foreach (string alias, GetMajor81Aliases (.modprobe_tv), { SCR::Write ( add (.modprobe_tv.alias, alias) , nil); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/src/irc.ycp new/yast2-tv-2.21.4/src/irc.ycp --- old/yast2-tv-2.21.2/src/irc.ycp 2011-09-15 10:03:52.000000000 +0200 +++ new/yast2-tv-2.21.4/src/irc.ycp 2011-10-04 09:33:56.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Client for stand-alone IRC configuration * Authors: Jiri Suchomel <[email protected]> * - * $Id: irc.ycp 43515 2008-01-10 09:32:56Z lslezak $ + * $Id: irc.ycp 65925 2011-09-22 12:32:14Z visnov $ * * Main file for LIRC configuration. */ @@ -21,6 +21,7 @@ Wizard::CreateDialog(); Wizard::SetDesktopIcon("tv"); //FIXME need irc icon + Wizard::SetDialogTitle(_("IRC")); //FIXME need irc icon block<boolean> callback = ``{ return UI::PollInput () == `abort;}; Tv::Read (callback); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/src/tv_auto.ycp new/yast2-tv-2.21.4/src/tv_auto.ycp --- old/yast2-tv-2.21.2/src/tv_auto.ycp 2011-09-15 10:03:52.000000000 +0200 +++ new/yast2-tv-2.21.4/src/tv_auto.ycp 2011-10-04 09:33:56.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: Client for autoinstallation * Authors: Jan Holesovsky <[email protected]> * - * $Id: tv_auto.ycp 23744 2005-06-15 13:06:13Z lslezak $ + * $Id: tv_auto.ycp 65925 2011-09-22 12:32:14Z visnov $ * * This is a client for autoinstallation. It takes its arguments, * goes through the configuration and returns the settings. @@ -54,7 +54,7 @@ // Construct the dialogs Wizard::CreateDialog(); - Wizard::SetDesktopIcon("tv"); + Wizard::SetDesktopTitleAndIcon("tv"); Wizard::SetContentsButtons ( caption, contents, "", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/src/ui.ycp new/yast2-tv-2.21.4/src/ui.ycp --- old/yast2-tv-2.21.2/src/ui.ycp 2011-09-19 09:09:54.000000000 +0200 +++ new/yast2-tv-2.21.4/src/ui.ycp 2011-10-04 09:33:56.000000000 +0200 @@ -4,7 +4,7 @@ * Summary: User interface functions. * Authors: Jan Holesovsky <[email protected]> * - * $Id: ui.ycp 65766 2011-09-19 07:09:53Z visnov $ + * $Id: ui.ycp 65925 2011-09-22 12:32:14Z visnov $ * * All user interface functions. */ @@ -92,7 +92,7 @@ y2debug("items: %1", items); WizardHW::SetContents(items); - Wizard::SetDesktopIcon("tv"); + Wizard::SetDesktopTitleAndIcon("tv"); } @@ -1896,7 +1896,7 @@ ]; Wizard::CreateDialog (); - Wizard::SetDesktopIcon("tv"); + Wizard::SetDesktopTitleAndIcon("tv"); any ret = Sequencer::Run (aliases, sequence); UI::CloseDialog (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tv-2.21.2/tv.pot new/yast2-tv-2.21.4/tv.pot --- old/yast2-tv-2.21.2/tv.pot 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-tv-2.21.4/tv.pot 2009-04-07 15:05:00.000000000 +0200 @@ -0,0 +1,1270 @@ +# 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 "" continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
