Ticket #8524: 8524-source-translation-strings-updates.diff

File 8524-source-translation-strings-updates.diff, 75.5 KB (added by Nick Morrott <knowledgejunkie (at) gmail (dot) com>, 16 years ago)

Updates to translatable strings in source code

  • usr/src/mythtv-trunk/mythtv/themes/themestrings.h

     
    178178    ThemeUI::tr("Welcome to MythTV");
    179179    ThemeUI::tr("MythTV is idle and will shut down shortly.");
    180180    ThemeUI::tr("Current Recording(s):");
    181     ThemeUI::tr("Retrieving Recording Status ...");
     181    ThemeUI::tr("Retrieving Recording Status...");
    182182    ThemeUI::tr("Next Scheduled Recording(s):");
    183     ThemeUI::tr("Retrieving Scheduled Recordings ...");
     183    ThemeUI::tr("Retrieving Scheduled Recordings...");
    184184    ThemeUI::tr("WARNING: There are conflicting scheduled recordings!");
    185185    ThemeUI::tr("Move the selected arrow to the corner of the TV screen.  Press SELECT to edit the other arrow.  Press MENU for options and ESC to quit.");
    186186    ThemeUI::tr("1280 x 720");
    187187    ThemeUI::tr("0 x 0");
    188188    ThemeUI::tr("Filename");
    189     ThemeUI::tr("Please Wait....");
     189    ThemeUI::tr("Please Wait...");
    190190    ThemeUI::tr("Select an Icon");
    191191    ThemeUI::tr("Icon Download Status...");
    192192    ThemeUI::tr("Search terms:");
     
    274274    ThemeUI::tr("title goes here");
    275275    ThemeUI::tr("sep 13, 2004 11:00 pm (1h 15m)");
    276276    ThemeUI::tr("description goes here.");
    277     ThemeUI::tr("x.xx Gb");
    278     ThemeUI::tr("xxxxx mb");
    279     ThemeUI::tr("0 mb");
     277    ThemeUI::tr("x.xx GB");
     278    ThemeUI::tr("xxxxx MB");
     279    ThemeUI::tr("0 MB");
    280280    ThemeUI::tr("File Finder To Import");
    281281    ThemeUI::tr("Watch Recordings");
    282282    ThemeUI::tr("%|\"SUBTITLE|\"% %STARS% %DESCRIPTION%");
     
    309309    ThemeUI::tr("Post Processing Editor");
    310310    ThemeUI::tr("Run User job #2");
    311311    ThemeUI::tr("Details");
    312     ThemeUI::tr("Mythbuntu is based off of ProjectGrayhem, a dark, shiny theme originally inspired by XBMC's ProjectMayhem skin");
     312    ThemeUI::tr("Mythbuntu is based on ProjectGrayhem - a dark, shiny theme originally inspired by XBMC's ProjectMayhem skin");
    313313    ThemeUI::tr("MythTV is idle and will shutdown shortly.");
    314314    ThemeUI::tr("Current Recording(s)");
    315315    ThemeUI::tr("Next Scheduled Recording(s)");
     
    560560    ThemeUI::tr("Sample Clauses:");
    561561    ThemeUI::tr(" This was adapted from the Jeroen Brosens' MythCenter theme. The fonts have been changed to freely redistributable ones and layout changes have been made to make this theme look good on 1280x720 and 1920x1080 screens with a 1:1 pixel aspect ratio. ");
    562562    ThemeUI::tr("Heading");
    563     ThemeUI::tr("Playback starting Ã¢Â€ÂŠ");
     563    ThemeUI::tr("Playback starting...");
    564564    ThemeUI::tr("Bookmark Manager");
    565565    ThemeUI::tr("Web Page");
    566566    ThemeUI::tr("Icon Importer");
  • usr/src/mythtv-trunk/mythtv/libs/libmythtv/playgroup.cpp

     
    8080                       "(" + QObject::tr("default") + ")"),
    8181        PlayGroupDBStorage(this, _parent, "jump")
    8282    {
    83         setLabel(QObject::tr("Jump amount (in minutes)"));
     83        setLabel(QObject::tr("Jump amount (minutes)"));
    8484        setHelpText(QObject::tr("How many minutes to jump forward or backward "
    8585                    "when the jump keys are pressed."));
    8686    };
  • usr/src/mythtv-trunk/mythtv/libs/libmythtv/mpeg/dvbdescriptors.cpp

     
    297297
    298298    categoryDesc[0x40] = QObject::tr("Sports");
    299299    categoryDesc[0x41] =
    300         QObject::tr("Special Events (World Cup, World Series..)");
     300        QObject::tr("Special Events (World Cup, World Series, etc)");
    301301    categoryDesc[0x42] = QObject::tr("Sports Magazines");
    302302    categoryDesc[0x43] = QObject::tr("Football (Soccer)");
    303303    categoryDesc[0x44] = QObject::tr("Tennis/Squash");
  • usr/src/mythtv-trunk/mythtv/libs/libmythtv/tv_play.cpp

     
    294294            {
    295295                p = *it;
    296296                if (p->recstatus == rsRecorded && p->recgroup == "LiveTV")
    297                     buttonTitle = tr("LiveTV, chan %1: %2");
     297                    buttonTitle = tr("Live TV, chan %1: %2");
    298298                else
    299299                    buttonTitle = tr("Chan %1: %2");
    300300                buttonTitle = buttonTitle.arg(p->chanstr).arg(p->title);
     
    1117111171                           "inputs for the channel you selected. "
    1117211172                           "If you want to watch an in-progress recording, "
    1117311173                           "select one from the playback menu.  If you "
    11174                            "want to watch live TV, cancel one of the "
     11174                           "want to watch Live TV, cancel one of the "
    1117511175                           "in-progress recordings from the delete "
    1117611176                           "menu.");
    1117711177            break;
  • usr/src/mythtv-trunk/mythtv/libs/libmythtv/videosource.cpp

     
    299299    {
    300300        setLabel(QObject::tr("Perform EIT Scan"));
    301301        setHelpText(QObject::tr(
    302                         "If this is enabled the data in this source will be "
    303                         "updated with listing data provided by the channels "
    304                         "themselves 'over-the-air'."));
     302                        "If enabled, program guide data for channels on this "
     303                        "source will be updated with data provided by the "
     304                        "channels themselves 'Over-the-Air'."));
    305305    }
    306306};
    307307
     
    437437
    438438    TransButtonSetting *config = new TransButtonSetting();
    439439    config->setLabel(tr("Configure"));
    440     config->setHelpText(tr("Run xmltv configure command."));
     440    config->setHelpText(tr("Run XMLTV configure command."));
    441441
    442442    addChild(config);
    443443
     
    992992        SpinBoxSetting(this, min_val, 60000, 250),
    993993        CaptureCardDBStorage(this, parent, "signal_timeout")
    994994    {
    995         setLabel(QObject::tr("Signal Timeout (msec)"));
     995        setLabel(QObject::tr("Signal Timeout (ms)"));
    996996        setValue(value);
    997997        setHelpText(QObject::tr(
    998998                        "Maximum time MythTV waits for any signal when "
     
    10071007        SpinBoxSetting(this, min_val, 65000, 250),
    10081008        CaptureCardDBStorage(this, parent, "channel_timeout")
    10091009    {
    1010         setLabel(QObject::tr("Tuning Timeout (msec)"));
     1010        setLabel(QObject::tr("Tuning Timeout (ms)"));
    10111011        setValue(value);
    10121012        setHelpText(QObject::tr(
    10131013                        "Maximum time MythTV waits for a channel lock "
    1014                         "when scanning for channels. Or, for issuing "
    1015                         "a warning in LiveTV mode."));
     1014                        "when scanning for channels, or for issuing "
     1015                        "a warning in Live TV mode."));
    10161016    };
    10171017};
    10181018
     
    10251025    {
    10261026        setLabel(QObject::tr("Audio sampling rate limit"));
    10271027        setHelpText(
    1028             QObject::tr("If other than None, override the audio sampling "
     1028            QObject::tr("If non-zero, override the audio sampling "
    10291029                        "rate in the recording profile when this card is "
    10301030                        "used.  Use this if your capture card does not "
    10311031                        "support all of the standard rates."));
     
    11691169        setLabel(QObject::tr("Wait for SEQ start header."));
    11701170        setValue(true);
    11711171        setHelpText(
    1172             QObject::tr("Make the dvb-recording drop packets from "
    1173                         "the card until a sequence start header is seen."));
     1172            QObject::tr("If enabled, drop packets from the start of a DVB "
     1173                        "recording until a sequence start header is seen."));
    11741174    };
    11751175};
    11761176
     
    11841184        setLabel(QObject::tr("Open DVB card on demand"));
    11851185        setValue(true);
    11861186        setHelpText(
    1187             QObject::tr("This option makes the backend dvb-recorder "
    1188                         "only open the card when it is actually in-use, leaving "
    1189                         "it free for other programs at other times."));
     1187            QObject::tr("If enabled, only open the DVB card when required, "
     1188                        "leaving it free for other programs at other times."));
    11901189    };
    11911190};
    11921191
     
    12001199        setLabel(QObject::tr("Use DVB Card for active EIT scan"));
    12011200        setValue(true);
    12021201        setHelpText(
    1203             QObject::tr("This option activates the active scan for "
    1204                         "program data (EIT). With this option enabled "
     1202            QObject::tr("If enabled, activate active scanning for "
     1203                        "program data (EIT). When this option is enabled "
    12051204                        "the DVB card is constantly in-use."));
    12061205    };
    12071206};
     
    12131212        SpinBoxSetting(this, 0, 2000, 25),
    12141213        CaptureCardDBStorage(this, parent, "dvb_tuning_delay")
    12151214    {
    1216         setLabel(QObject::tr("DVB Tuning Delay (msec)"));
     1215        setLabel(QObject::tr("DVB Tuning Delay (ms)"));
    12171216        setHelpText(
    12181217            QObject::tr("Some Linux DVB drivers, in particular for the "
    12191218                        "Hauppauge Nova-T, require that we slow down "
     
    14451444    _overridedeviceid(QString::null)
    14461445{
    14471446    setLabel(tr("Device ID"));
    1448     setHelpText(tr("Deviced ID of HDHomeRun device"));
     1447    setHelpText(tr("Device ID of HDHomeRun device"));
    14491448}
    14501449
    14511450void HDHomeRunDeviceID::SetIP(const QString &ip)
     
    14951494    setLabel(QObject::tr("Available Devices"));
    14961495    setHelpText(
    14971496        QObject::tr(
    1498             "DevicedID and Tuner Number of available HDHomeRun devices."));
     1497            "Device ID and Tuner Number of available HDHomeRun devices."));
    14991498
    15001499    connect(this, SIGNAL(valueChanged( const QString&)),
    15011500            this, SLOT(  UpdateDevices(const QString&)));
     
    22532252    {
    22542253        setLabel(QObject::tr("Display Name (optional)"));
    22552254        setHelpText(QObject::tr(
    2256                         "This name is displayed on screen when live TV begins "
     2255                        "This name is displayed on screen when Live TV begins "
    22572256                        "and when changing the selected input or card. If you "
    22582257                        "use this, make sure the information is unique for "
    22592258                        "each input."));
     
    24242423        addSelection(QObject::tr("Live TV only"), "1", false);
    24252424        addSelection(QObject::tr("Always"),       "2", false);
    24262425        setHelpText(QObject::tr(
    2427                         "If enabled MythTV will tune using only the "
     2426                        "If enabled, MythTV will tune using only the "
    24282427                        "MPEG program number. The program numbers "
    24292428                        "change more often than DVB or ATSC tuning "
    24302429                        "parameters, so this is slightly less reliable. "
     
    26052604    ingrpbtn->setLabel(QObject::tr("Create a New Input Group"));
    26062605    ingrpbtn->setHelpText(
    26072606        QObject::tr("Input groups are only needed when two or more cards "
    2608                     "share the same resource such as a firewire card and "
     2607                    "share the same resource such as a FireWire card and "
    26092608                    "an analog card input controlling the same set top box."));
    26102609    interact->addChild(ingrpbtn);
    26112610    interact->addChild(inputgrp0);
     
    29362935            gContext->GetMainWindow(),
    29372936            "",
    29382937            tr("Capture Card Menu"),
    2939             tr("Edit.."),
    2940             tr("Delete.."),
     2938            tr("Edit..."),
     2939            tr("Delete..."),
    29412940            kDialogCodeButton0);
    29422941
    29432942        if (kDialogCodeButton0 == val)
     
    30693068            gContext->GetMainWindow(),
    30703069            "",
    30713070            tr("Video Source Menu"),
    3072             tr("Edit.."),
    3073             tr("Delete.."),
     3071            tr("Edit..."),
     3072            tr("Delete..."),
    30743073            kDialogCodeButton0);
    30753074
    30763075        if (kDialogCodeButton0 == val)
  • usr/src/mythtv-trunk/mythtv/libs/libmythtv/channelsettings.cpp

     
    273273    {
    274274        setValue(true);
    275275        setLabel(QObject::tr("Visible"));
    276         setHelpText(QObject::tr("If set, the channel will be visible in the "
     276        setHelpText(QObject::tr("If enabled, the channel will be visible in the "
    277277                    "EPG."));
    278278    }
    279279};
     
    285285        CheckBoxSetting(this), ChannelDBStorage(this, id, "useonairguide")
    286286    {
    287287        setLabel(QObject::tr("Use on air guide"));
    288         setHelpText(QObject::tr("If set the guide information will be taken "
    289                     "from the On Air Channel guide."));
     288        setHelpText(QObject::tr("If enabled, guide information for this "
     289                    "channel will be updated using 'Over-the-Air' "
     290                    "program listings."));
    290291    }
    291292};
    292293
     
    303304        setLabel(QObject::tr("Frequency")+" "+QObject::tr("or")+" "+
    304305                 QObject::tr("Channel"));
    305306        setHelpText(QObject::tr(
    306                         "Specify either the exact frequency in kHz or "
     307                        "Specify either the exact frequency (in kHz) or "
    307308                        "a valid channel for your 'TV Format'."));
    308309    }
    309310};
     
    317318    {
    318319        setLabel(QObject::tr("Finetune")+" (kHz)");
    319320        setHelpText(QObject::tr("Value to be added to your desired frequency "
    320                                 "in kHz, for 'fine tuning'."));
     321                                "(in kHz) for 'fine tuning'."));
    321322    }
    322323};
    323324
     
    479480ChannelOptionsV4L::ChannelOptionsV4L(const ChannelID& id) :
    480481    VerticalConfigurationGroup(false, true, false, false)
    481482{
    482     setLabel(QObject::tr("Channel Options - Video 4 Linux"));
     483    setLabel(QObject::tr("Channel Options - Video4Linux"));
    483484    setUseLabel(false);
    484485
    485486    addChild(new Freqid(id));
  • usr/src/mythtv-trunk/mythtv/libs/libmythtv/recordingprofile.cpp

     
    521521        SliderSetting(this, 100, 8000, 100),
    522522        CodecParamStorage(this, parent, "mpeg4bitrate")
    523523    {
    524         setLabel(QObject::tr("Bitrate"));
     524        setLabel(QObject::tr("Bitrate (kb/s)"));
    525525        setValue(2200);
    526         setHelpText(QObject::tr("Bitrate in kilobits/second.  2200Kbps is "
    527                     "approximately 1 Gigabyte per hour."));
     526        setHelpText(QObject::tr("Bitrate in kilobits/second.  2200 kb/s is "
     527                    "approximately 1 GB/hour."));
    528528    };
    529529};
    530530
     
    685685        setValue(default_br);
    686686        setHelpText(QObject::tr(
    687687                        "Average bit rate in kilobits/second. "
    688                         "2200Kbps is approximately 1 Gigabyte per hour."));
     688                        "2200 kb/s is approximately 1 GB/hour."));
    689689    };
    690690};
    691691
     
    705705        setLabel(label);
    706706        setValue(default_br);
    707707        setHelpText(QObject::tr("Maximum bit rate in kilobits/second. "
    708                     "2200Kbps is approximately 1 Gigabyte per hour."));
     708                    "2200 kb/s is approximately 1 GB/hour."));
    709709    };
    710710};
    711711
  • usr/src/mythtv-trunk/mythtv/libs/libmythtv/transporteditor.cpp

     
    350350        gContext->GetMainWindow(),
    351351        "",
    352352        tr("Transport Menu"),
    353         tr("Edit.."),
    354         tr("Delete.."), kDialogCodeButton0);
     353        tr("Edit..."),
     354        tr("Delete..."), kDialogCodeButton0);
    355355
    356356    if (kDialogCodeButton0 == val)
    357357        emit Edit();
     
    460460        setLabel(QObject::tr("Symbol Rate"));
    461461        setHelpText(
    462462            QObject::tr(
    463                 "Symbol Rate (symbols/second).\n"
    464                 "Most dvb-s transponders transmit at 27.5 "
     463                "Symbol Rate (symbols/sec).\n"
     464                "Most DVB-S transponders transmit at 27.5 "
    465465                "million symbols per second."));
    466466        addSelection("3333000");
    467467        addSelection("22000000");
  • usr/src/mythtv-trunk/mythtv/libs/libmythtv/videodisplayprofile.cpp

     
    731731    else if ("opengldoubleratelinearblend" == short_name)
    732732        return QObject::tr("Linear blend (2x, HW)");
    733733    else if ("opengldoubleratefieldorder" == short_name)
    734         return QObject::tr("Interlaced (2x, Hw)");
     734        return QObject::tr("Interlaced (2x, HW)");
    735735    else if ("opengldoublerateyadif" == short_name)
    736         return QObject::tr("Yadif (2x, Hw)");
     736        return QObject::tr("Yadif (2x, HW)");
    737737    else if ("openglyadif" == short_name)
    738         return QObject::tr("Yadif (Hw)");
     738        return QObject::tr("Yadif (HW)");
    739739    else if ("vdpauonefield" == short_name)
    740         return QObject::tr("One Field (1x, Hw)");
     740        return QObject::tr("One Field (1x, HW)");
    741741    else if ("vdpaubobdeint" == short_name)
    742         return QObject::tr("Bob (2x, Hw)");
     742        return QObject::tr("Bob (2x, HW)");
    743743    else if ("vdpaubasic" == short_name)
    744         return QObject::tr("Temporal (1x, Hw)");
     744        return QObject::tr("Temporal (1x, HW)");
    745745    else if ("vdpaubasicdoublerate" == short_name)
    746         return QObject::tr("Temporal (2x, Hw)");
     746        return QObject::tr("Temporal (2x, HW)");
    747747    else if ("vdpauadvanced" == short_name)
    748         return QObject::tr("Advanced (1x, Hw)");
     748        return QObject::tr("Advanced (1x, HW)");
    749749    else if ("vdpauadvanceddoublerate" == short_name)
    750         return QObject::tr("Advanced (2x, Hw)");
     750        return QObject::tr("Advanced (2x, HW)");
    751751
    752752    return "";
    753753}
  • usr/src/mythtv-trunk/mythtv/libs/libmythui/myththemedmenu.cpp

     
    627627                                      "menu file %1").arg(menuname));
    628628
    629629        if (menuname != "mainmenu.xml")
    630             ShowOkPopup(QObject::tr("Myth could not locate the menu file %1")
     630            ShowOkPopup(QObject::tr("MythTV could not locate the menu file %1")
    631631                        .arg(menuname));
    632632        return false;
    633633    }
  • usr/src/mythtv-trunk/mythtv/libs/libmythui/mythprogressdialog.cpp

     
    1212    if (!message.isEmpty())
    1313        m_message = message;
    1414    else
    15         m_message = tr("Please Wait ...");
     15        m_message = tr("Please Wait...");
    1616    m_messageText = NULL;
    1717}
    1818
  • usr/src/mythtv-trunk/mythtv/libs/libmyth/programinfo.cpp

     
    38623862        QObject::tr("Live TV",        "Recording Profile Live TV") +
    38633863        QObject::tr("Low Quality",    "Recording Profile Low Quality") +
    38643864        QObject::tr("Medium Quality", "Recording Profile Medium Quality") +
    3865         QObject::tr("MPEG2",          "Recording Profile MPEG2") +
    3866         QObject::tr("RTjpeg/MPEG4",   "Recording Profile RTjpeg/MPEG4");
     3865        QObject::tr("MPEG-2",         "Recording Profile MPEG-2") +
     3866        QObject::tr("RTjpeg/MPEG-4",  "Recording Profile RTjpeg/MPEG-4");
    38673867
    38683868
    38693869    QString rec_profile_groups =
     
    38853885                    "Recording Profile Group Name") +
    38863886        QObject::tr("MPEG-2 Encoders (PVR-x50, PVR-500)",
    38873887                    "Recording Profile Group Name") +
    3888         QObject::tr("Software Encoders (v4l based)",
     3888        QObject::tr("Software Encoders (V4L based)",
    38893889                    "Recording Profile Group Name") +
    38903890        QObject::tr("Transcoders",
    38913891                    "Recording Profile Group Name") +
    3892         QObject::tr("USB Mpeg-4 Encoder (Plextor ConvertX, etc)",
     3892        QObject::tr("USB MPEG-4 Encoder (Plextor ConvertX, etc)",
    38933893                    "Recording Profile Group Name");
    38943894
    38953895    QString display_rec_groups =
    38963896        QObject::tr("All Programs",   "Recording Group All Programs") +
    38973897        QObject::tr("All", "Recording Group All Programs -- short form") +
    3898         QObject::tr("LiveTV",         "Recording Group LiveTV") +
     3898        QObject::tr("Live TV",        "Recording Group Live TV") +
    38993899        QObject::tr("Default",        "Recording Group Default") +
    39003900        QObject::tr("Deleted",        "Recording Group Deleted");
    39013901
    39023902    QString storage_groups =
    39033903        QObject::tr("Default",        "Storage Group Name") +
    3904         QObject::tr("LiveTV",         "Storage Group Name") +
     3904        QObject::tr("Live TV",        "Storage Group Name") +
    39053905        QObject::tr("Thumbnails",     "Storage Group Name") +
    39063906        QObject::tr("DB Backups",     "Storage Group Name");
    39073907
  • usr/src/mythtv-trunk/mythtv/libs/libmyth/dbsettings.cpp

     
    8989        info->setValue(QObject::tr("All database settings take effect when "
    9090                                   "you restart this program."));
    9191    else
    92         info->setValue(QObject::tr("Myth could not connect to the database. "
     92        info->setValue(QObject::tr("MythTV could not connect to the database. "
    9393                                   "Please verify your database settings "
    9494                                   "below."));
    9595    addChild(info);
     
    194194
    195195    wolEnabled = new TransCheckBoxSetting();
    196196    wolEnabled->setLabel(QObject::tr("Enable Database Server Wakeup"));
    197     wolEnabled->setHelpText(QObject::tr("If checked, the frontend will use "
     197    wolEnabled->setHelpText(QObject::tr("If enabled, the frontend will use "
    198198                                        "database wakeup parameters to "
    199199                                        "reconnect to the database server."));
    200200
  • usr/src/mythtv-trunk/mythtv/libs/libmyth/mythcontext.cpp

     
    12981298    QString message = (persistent) ?
    12991299        QObject::tr(
    13001300            "The connection to the master backend "
    1301             "server has gone away for some reason.. "
     1301            "server has gone away for some reason. "
    13021302            "Is it running?") :
    13031303        QObject::tr(
    1304             "Could not connect to the master backend server -- is "
    1305             "it running?  Is the IP address set for it in the "
    1306             "setup program correct?");
     1304            "Could not connect to the master backend server. Is "
     1305            "it running?  Is the IP address set for it in "
     1306            "mythtv-setup correct?");
    13071307
    13081308    if (mainWindow && m_ui && m_ui->IsScreenSetup())
    13091309    {
  • usr/src/mythtv-trunk/mythtv/libs/libmyth/backendselect.cpp

     
    194194#endif
    195195
    196196
    197     label = new QLabel(tr("Please select default Myth Backend Server"), this);
     197    label = new QLabel(tr("Please select default MythTV Backend Server"), this);
    198198
    199199    m_backends = new QListWidget(this);
    200200    OK         = new MythPushButton(tr("OK"), this);
  • usr/src/mythtv-trunk/mythtv/programs/mythfrontend/playbackbox.cpp

     
    15001500                    (p->recgroup == "LiveTV") &&
    15011501                    (m_viewMask & VIEW_LIVETVGRP))
    15021502                {
    1503                     QString tmpTitle = tr("LiveTV");
     1503                    QString tmpTitle = tr("Live TV");
    15041504                    sortedList[tmpTitle.toLower()] = tmpTitle;
    15051505                    m_progLists[tmpTitle.toLower()].push_front(p);
    15061506                    m_progLists[tmpTitle.toLower()].setAutoDelete(false);
     
    18301830    if (m_progLists[m_watchGroupLabel].size() > 0)
    18311831        m_titleList << m_watchGroupName;
    18321832    if ((m_progLists["livetv"].size() > 0) &&
    1833         (!sortedList.values().contains(tr("LiveTV"))))
    1834         m_titleList << tr("LiveTV");
     1833        (!sortedList.values().contains(tr("Live TV"))))
     1834        m_titleList << tr("Live TV");
    18351835    m_titleList << sortedList.values();
    18361836
    18371837    // Populate list of recording groups
     
    33193319{
    33203320    // LiveTV ProgramInfo's are not in the aggregated list
    33213321    ProgramList::iterator _it[2] = {
    3322         m_progLists[tr("LiveTV").toLower()].begin(), m_progLists[""].begin() };
     3322        m_progLists[tr("Live TV").toLower()].begin(), m_progLists[""].begin() };
    33233323    ProgramList::iterator _end[2] = {
    3324         m_progLists[tr("LiveTV").toLower()].end(),   m_progLists[""].end()   };
     3324        m_progLists[tr("Live TV").toLower()].end(),   m_progLists[""].end()   };
    33253325
    33263326    if (recgroup != "LiveTV")
    33273327    {
     
    42114211
    42124212            dispGroup = (dispGroup == "Default") ? tr("Default") : dispGroup;
    42134213            dispGroup = (dispGroup == "Deleted") ? tr("Deleted") : dispGroup;
    4214             dispGroup = (dispGroup == "LiveTV")  ? tr("LiveTV")  : dispGroup;
     4214            dispGroup = (dispGroup == "LiveTV")  ? tr("Live TV")  : dispGroup;
    42154215
    42164216            displayNames.append(tr("%1 [%n item(s)]", 0, items).arg(dispGroup));
    42174217
     
    43994399        if (dispGroup == "Default")
    44004400            dispGroup = tr("Default");
    44014401        else if (dispGroup == "LiveTV")
    4402             dispGroup = tr("LiveTV");
     4402            dispGroup = tr("Live TV");
    44034403        else if (dispGroup == "Deleted")
    44044404            dispGroup = tr("Deleted");
    44054405
  • usr/src/mythtv-trunk/mythtv/programs/mythfrontend/scheduleeditor.cpp

     
    813813        if (*it == "Default")
    814814            dispValue = tr("Default");
    815815        else if (*it == "LiveTV")
    816             dispValue = tr("LiveTV");
     816            dispValue = tr("Live TV");
    817817        else
    818818            dispValue = *it;
    819819
  • usr/src/mythtv-trunk/mythtv/programs/mythfrontend/globalsettings.cpp

     
    120120    HostCheckBox *gc = new HostCheckBox("AudioDefaultUpmix");
    121121    gc->setLabel(QObject::tr("Upconvert stereo to 5.1 surround"));
    122122    gc->setValue(true);
    123     gc->setHelpText(QObject::tr("MythTV can upconvert stereo to 5.1 audio. "
    124                                 "Set this option to enable it by default. "
    125                                 "You can enable or disable the upconversion during playback at anytime."));
     123    gc->setHelpText(QObject::tr("If enabled, MythTV will upconvert stereo to 5.1 audio "
     124                                "by default. You can enable or disable the upconversion "
     125                                "during playback at anytime."));
    126126    return gc;
    127127}
    128128
     
    154154    HostCheckBox *gc = new HostCheckBox("SRCQualityOverride");
    155155    gc->setLabel(QObject::tr("Override SRC quality"));
    156156    gc->setValue(false);
    157     gc->setHelpText(QObject::tr("Override audio sample rate conversion quality"));
     157    gc->setHelpText(QObject::tr("Enable to override audio sample rate conversion quality"));
    158158    return gc;
    159159}
    160160
     
    201201    HostCheckBox *gc = new HostCheckBox("MythControlsVolume");
    202202    gc->setLabel(QObject::tr("Use internal volume controls"));
    203203    gc->setValue(true);
    204     gc->setHelpText(QObject::tr("MythTV can control the PCM and master "
     204    gc->setHelpText(QObject::tr("If enabled, MythTV will control the PCM and master "
    205205                    "mixer volume.  If you prefer to control the volume externally "
    206206                    "(like your amplifier) or use an external mixer "
    207207                    "program, disable this option."));
     
    402402    HostCheckBox *gc = new HostCheckBox("QueryInitialFilter");
    403403    gc->setLabel(QObject::tr("Always prompt for initial group filter"));
    404404    gc->setValue(false);
    405     gc->setHelpText(QObject::tr("Always prompt the user for the initial filter "
    406                     "to apply when entering the Watch Recordings screen."));
    407 
     405    gc->setHelpText(QObject::tr("If enabled, always prompt the user for the "
     406                                "initial filter to apply when entering the "
     407                                "Watch Recordings screen."));
    408408    return gc;
    409409}
    410410
     
    413413    HostCheckBox *gc = new HostCheckBox("RememberRecGroup");
    414414    gc->setLabel(QObject::tr("Save current group filter when changed"));
    415415    gc->setValue(true);
    416     gc->setHelpText(QObject::tr("Remember the last selected filter "
     416    gc->setHelpText(QObject::tr("If enabled, remember the last selected filter "
    417417                    "instead of displaying the default filter "
    418418                    "whenever you enter the playback screen."));
    419 
    420419    return gc;
    421420}
    422421
     
    425424    HostCheckBox *gc = new HostCheckBox("DispRecGroupAsAllProg");
    426425    gc->setLabel(QObject::tr("Show filter name instead of \"All Programs\""));
    427426    gc->setValue(false);
    428     gc->setHelpText(QObject::tr("Use the name of the display filter currently "
    429                     "applied in place of the term \"All Programs\" in the "
    430                     "playback screen."));
     427    gc->setHelpText(QObject::tr("If enabled, use the name of the display "
     428                    "filter currently applied in place of the term \"All "
     429                    "Programs\" in the playback screen."));
    431430    return gc;
    432431}
    433432
     
    569568    bc->setLabel(QObject::tr("Skip blank frames after commercials"));
    570569    bc->setValue(true);
    571570    bc->setHelpText(QObject::tr("When using Blank Frame Detection and "
    572                     "Auto-Flagging, include blank frames following commercial "
    573                     "breaks as part of the commercial break."));
     571                    "Auto-Flagging, enable to include blank frames following "
     572                    "commercial breaks as part of the commercial break."));
    574573    return bc;
    575574}
    576575
    577576static HostSpinBox *CommRewindAmount()
    578577{
    579578    HostSpinBox *gs = new HostSpinBox("CommRewindAmount", 0, 10, 1);
    580     gs->setLabel(QObject::tr("Commercial Skip Auto-Rewind Amount"));
    581     gs->setHelpText(QObject::tr("If set, MythTV will automatically rewind "
     579    gs->setLabel(QObject::tr("Commercial Skip Auto-Rewind Amount (seconds)"));
     580    gs->setHelpText(QObject::tr("MythTV will automatically rewind "
    582581                    "this many seconds after performing a commercial skip."));
    583582    gs->setValue(0);
    584583    return gs;
     
    587586static HostSpinBox *CommNotifyAmount()
    588587{
    589588    HostSpinBox *gs = new HostSpinBox("CommNotifyAmount", 0, 10, 1);
    590     gs->setLabel(QObject::tr("Commercial Skip Notify Amount"));
    591     gs->setHelpText(QObject::tr("If set, MythTV will act like a commercial "
     589    gs->setLabel(QObject::tr("Commercial Skip Notify Amount (seconds)"));
     590    gs->setHelpText(QObject::tr("MythTV will act like a commercial "
    592591                    "begins this many seconds early.  This can be useful "
    593592                    "when commercial notification is used in place of "
    594593                    "automatic skipping."));
     
    599598static GlobalSpinBox *MaximumCommercialSkip()
    600599{
    601600    GlobalSpinBox *bs = new GlobalSpinBox("MaximumCommercialSkip", 0, 3600, 10);
    602     bs->setLabel(QObject::tr("Maximum commercial skip (in seconds)"));
     601    bs->setLabel(QObject::tr("Maximum commercial skip (seconds)"));
    603602    bs->setHelpText(QObject::tr("MythTV will discourage long manual commercial "
    604603                    "skips.  Skips which are longer than this will require the "
    605604                    "user to hit the SKIP key twice.  Automatic commercial "
     
    611610static GlobalSpinBox *MergeShortCommBreaks()
    612611{
    613612    GlobalSpinBox *bs = new GlobalSpinBox("MergeShortCommBreaks", 0, 3600, 5);
    614     bs->setLabel(QObject::tr("Merge short commercial breaks (in seconds)"));
     613    bs->setLabel(QObject::tr("Merge short commercial breaks (seconds)"));
    615614    bs->setHelpText(QObject::tr("Treat consecutive commercial breaks shorter "
    616615                    "than this as one break when skipping forward. Useful if "
    617616                    "you have to skip a few times during breaks. Applies to "
     
    623622static GlobalSpinBox *AutoExpireExtraSpace()
    624623{
    625624    GlobalSpinBox *bs = new GlobalSpinBox("AutoExpireExtraSpace", 0, 200, 1);
    626     bs->setLabel(QObject::tr("Extra Disk Space"));
    627     bs->setHelpText(QObject::tr("Extra disk space (in Gigabytes) that you want "
     625    bs->setLabel(QObject::tr("Extra Disk Space (GB)"));
     626    bs->setHelpText(QObject::tr("Extra disk space (in GB) that you want "
    628627                    "to keep free on the recording file systems beyond what "
    629628                    "MythTV requires."));
    630629    bs->setValue(1);
     
    636635    GlobalCheckBox *cb = new GlobalCheckBox("AutoExpireInsteadOfDelete");
    637636    cb->setLabel(QObject::tr("Auto Expire Instead of Delete Recording"));
    638637    cb->setValue(false);
    639     cb->setHelpText(QObject::tr("Instead of deleting a recording, "
    640                     "move recording to the 'Deleted' recgroup and turn on "
    641                     "autoexpire."));
     638    cb->setHelpText(QObject::tr("If enabled, move deleted recordings to the "
     639                                "'Deleted' recgroup and turn on autoexpire "
     640                                "instead of deleting immediately."));
    642641    return cb;
    643642}
    644643
    645644static GlobalSpinBox *DeletedMaxAge()
    646645{
    647646    GlobalSpinBox *bs = new GlobalSpinBox("DeletedMaxAge", 0, 365, 1);
    648     bs->setLabel(QObject::tr("Deleted Max Age"));
     647    bs->setLabel(QObject::tr("Deleted Max Age (days)"));
    649648    bs->setHelpText(QObject::tr("When set to a number greater than zero, "
    650649                    "AutoExpire will force expiration of Deleted recordings "
    651650                    "when they are this many days old."));
     
    659658    cb->setLabel(QObject::tr("Expire in deleted order"));
    660659    cb->setValue(false);
    661660    cb->setHelpText(QObject::tr(
    662                     "Expire Deleted recordings in the order which they were "
     661                    "If enabled, delete recordings in the order which they were "
    663662                    "originally deleted."));
    664663    return cb;
    665664};
     
    705704    GlobalCheckBox *bc = new GlobalCheckBox("AutoExpireWatchedPriority");
    706705    bc->setLabel(QObject::tr("Watched before UNwatched"));
    707706    bc->setValue(false);
    708     bc->setHelpText(QObject::tr("If set, programs that have been marked as "
     707    bc->setHelpText(QObject::tr("If enabled, programs that have been marked as "
    709708                    "watched will be expired before programs that have not "
    710709                    "been watched."));
    711710    return bc;
     
    727726    GlobalCheckBox *bc = new GlobalCheckBox("AutoExpireDefault");
    728727    bc->setLabel(QObject::tr("Auto Expire Default"));
    729728    bc->setValue(true);
    730     bc->setHelpText(QObject::tr("When enabled, any new recording schedules "
     729    bc->setHelpText(QObject::tr("If enabled, any new recording schedules "
    731730                    "will be marked as eligible for Auto-Expiration. "
    732731                    "Existing schedules will keep their current value."));
    733732    return bc;
     
    736735static GlobalSpinBox *AutoExpireLiveTVMaxAge()
    737736{
    738737    GlobalSpinBox *bs = new GlobalSpinBox("AutoExpireLiveTVMaxAge", 1, 365, 1);
    739     bs->setLabel(QObject::tr("LiveTV Max Age"));
     738    bs->setLabel(QObject::tr("LiveTV Max Age (days)"));
    740739    bs->setHelpText(QObject::tr("AutoExpire will force expiration of LiveTV "
    741740                    "recordings when they are this many days old. LiveTV "
    742741                    "recordings may also be expired early if necessary to "
     
    751750    GlobalSpinBox *bs = new GlobalSpinBox("MinRecordDiskThreshold",
    752751                                            0, 1000000, 100);
    753752    bs->setLabel(QObject::tr("New Recording Free Disk Space Threshold "
    754                  "(in Megabytes)"));
     753                 "(MB)"));
    755754    bs->setHelpText(QObject::tr("MythTV will stop scheduling new recordings on "
    756                     "a backend when its free disk space falls below this "
     755                    "a backend when its free disk space (in MB) falls below this "
    757756                    "value."));
    758757    bs->setValue(300);
    759758    return bs;
     
    765764    GlobalCheckBox *bc = new GlobalCheckBox("RerecordWatched");
    766765    bc->setLabel(QObject::tr("Re-record Watched"));
    767766    bc->setValue(true);
    768     bc->setHelpText(QObject::tr("If set, programs that have been marked as "
     767    bc->setHelpText(QObject::tr("If enabled, programs that have been marked as "
    769768                    "watched and are auto-expired will be re-recorded if "
    770769                    "they are shown again."));
    771770    return bc;
     
    775774{
    776775    GlobalSpinBox *bs = new GlobalSpinBox("RecordPreRoll", 0, 600, 60, true);
    777776    bs->setLabel(QObject::tr("Time to record before start of show "
    778                  "(in seconds)"));
     777                 "(seconds)"));
    779778    bs->setHelpText(QObject::tr("This global setting allows the recorder "
    780779                    "to start before the scheduled start time. It does "
    781780                    "not affect the scheduler. It is ignored when two shows "
     
    787786static GlobalSpinBox *RecordOverTime()
    788787{
    789788    GlobalSpinBox *bs = new GlobalSpinBox("RecordOverTime", 0, 1800, 60, true);
    790     bs->setLabel(QObject::tr("Time to record past end of show (in seconds)"));
     789    bs->setLabel(QObject::tr("Time to record past end of show (seconds)"));
    791790    bs->setValue(0);
    792791    bs->setHelpText(QObject::tr("This global setting allows the recorder "
    793792                    "to record beyond the scheduled end time. It does "
     
    825824{
    826825    GlobalSpinBox *bs = new GlobalSpinBox("CategoryOverTime",
    827826                                          0, 180, 60, true);
    828     bs->setLabel(QObject::tr("Record past end of show (in minutes)"));
     827    bs->setLabel(QObject::tr("Record past end of show (minutes)"));
    829828    bs->setValue(30);
    830829    bs->setHelpText(QObject::tr("For the specified category, an attempt "
    831830                    "will be made to extend the recording by the specified "
    832                     "time.  It is ignored when two shows have been scheduled "
    833                     "without enough time in between."));
     831                    "number of minutes.  It is ignored when two shows have "
     832                    "been scheduled without enough time in between."));
    834833    return bs;
    835834}
    836835
     
    936935    skiploop->setHelpText(
    937936        tr("When unchecked the deblocking loopfilter will be disabled ") + "\n" +
    938937        tr("Disabling will significantly reduce the load on the CPU "
    939            "when watching HD h264 but may significantly reduce video quality."));
     938           "when watching HD H.264 but may significantly reduce video quality."));
    940939
    941940    osdfade->setHelpText(
    942941        tr("When unchecked the OSD will not fade away but instead "
     
    16001599static HostSpinBox *OSDGeneralTimeout()
    16011600{
    16021601    HostSpinBox *gs = new HostSpinBox("OSDGeneralTimeout", 1, 30, 1);
    1603     gs->setLabel(QObject::tr("General OSD time-out (sec)"));
     1602    gs->setLabel(QObject::tr("General OSD time-out (seconds)"));
    16041603    gs->setValue(2);
    1605     gs->setHelpText(QObject::tr("Length of time an on-screen display "
     1604    gs->setHelpText(QObject::tr("How many seconds the on-screen display "
    16061605                    "window will be visible."));
    16071606    return gs;
    16081607}
     
    16101609static HostSpinBox *OSDProgramInfoTimeout()
    16111610{
    16121611    HostSpinBox *gs = new HostSpinBox("OSDProgramInfoTimeout", 1, 30, 1);
    1613     gs->setLabel(QObject::tr("Program Info OSD time-out"));
     1612    gs->setLabel(QObject::tr("Program Info OSD time-out (seconds)"));
    16141613    gs->setValue(3);
    1615     gs->setHelpText(QObject::tr("Length of time the on-screen display "
     1614    gs->setHelpText(QObject::tr("How many seconds the on-screen display "
    16161615                    "will display program information."));
    16171616    return gs;
    16181617}
     
    16201619static HostSpinBox *OSDNotifyTimeout()
    16211620{
    16221621    HostSpinBox *gs = new HostSpinBox("OSDNotifyTimeout", 1, 30, 1);
    1623     gs->setLabel(QObject::tr("UDP Notify OSD time-out"));
     1622    gs->setLabel(QObject::tr("UDP Notify OSD time-out (seconds)"));
    16241623    gs->setValue(5);
    1625     gs->setHelpText(QObject::tr("How many seconds an on-screen display "
     1624    gs->setHelpText(QObject::tr("How many seconds the on-screen display "
    16261625                    "will be active for UDP Notify events."));
    16271626    return gs;
    16281627}
     
    17041703    gc->addSelection(QObject::tr("PAL Teletext"),        "pal_txt", 1 == sel);
    17051704    gc->addSelection(QObject::tr("NTSC Closed Caption"), "ntsc_cc", 2 == sel);
    17061705    gc->setHelpText(
    1707         QObject::tr("If set, this overrides the mythtv-setup setting "
     1706        QObject::tr("If enabled, this overrides the mythtv-setup setting "
    17081707                    "used during recording when decoding captions."));
    17091708
    17101709    return gc;
     
    19351934    gc->setLabel(QObject::tr("Always stream recordings from the backend"));
    19361935    gc->setValue(false);
    19371936    gc->setHelpText(QObject::tr(
    1938                         "Enable this setting if you want MythTV to "
    1939                         "always stream files from a remote backend "
    1940                         "instead of directly reading a recording "
    1941                         "file if it is accessible locally."));
     1937                        "If enabled, MythTV will always stream files from a "
     1938                        "remote backend instead of directly reading a "
     1939                        "recording file if it is accessible locally."));
    19421940    return gc;
    19431941}
    19441942
     
    19621960    gc->setHelpText(QObject::tr(
    19631961                        "If enabled, captions will be displayed "
    19641962                        "when playing back recordings or watching "
    1965                         "live TV.  Closed Captioning can be turned on or off "
     1963                        "Live TV.  Closed Captioning can be turned on or off "
    19661964                        "by pressing \"T\" during playback."));
    19671965    return gc;
    19681966}
     
    19741972    gc->setValue(true);
    19751973    gc->setHelpText(
    19761974        QObject::tr(
    1977             "When enabled the new EIA-708 captions will be preferred over "
    1978             "the old EIA-608 captions in ATSC streams."));
     1975            "If enabled, the newer EIA-708 captions will be preferred over "
     1976            "the older EIA-608 captions in ATSC streams."));
    19791977
    19801978    return gc;
    19811979}
     
    20222020    HostCheckBox *gc = new HostCheckBox("ClearSavedPosition");
    20232021    gc->setLabel(QObject::tr("Clear bookmark on playback"));
    20242022    gc->setValue(true);
    2025     gc->setHelpText(QObject::tr("Automatically clear the bookmark on a "
    2026                     "recording when the recording is played back.  If "
     2023    gc->setHelpText(QObject::tr("If enabled, automatically clear the bookmark "
     2024                    "on a recording when the recording is played back.  If "
    20272025                    "disabled, you can mark the beginning with rewind "
    20282026                    "then save position."));
    20292027    return gc;
     
    20892087    HostCheckBox *gc = new HostCheckBox("EndOfRecordingExitPrompt");
    20902088    gc->setLabel(QObject::tr("Prompt at end of recording"));
    20912089    gc->setValue(false);
    2092     gc->setHelpText(QObject::tr("If set, a menu will be displayed allowing "
     2090    gc->setHelpText(QObject::tr("If enabled, a menu will be displayed allowing "
    20932091                    "you to delete the recording when it has finished "
    20942092                    "playing."));
    20952093    return gc;
     
    21042102                        "Set the choice between viewing the current "
    21052103                        "recording group in the OSD, or showing the "
    21062104                        "'Watch Recording' screen when 'Jump to Program' "
    2107                         "is activated. If set, the recordings are shown "
     2105                        "is activated. If enabled, the recordings are shown "
    21082106                        "in the OSD"));
    21092107    return gc;
    21102108}
     
    21152113    gc->setLabel(QObject::tr("Continue Playback When Embedded"));
    21162114    gc->setValue(false);
    21172115    gc->setHelpText(QObject::tr(
    2118                     "This option continues TV playback when the TV window "
     2116                    "If enabled, TV playback continues when the TV window "
    21192117                    "is embedded in the upcoming program list or recorded "
    21202118                    "list. The default is to pause the recorded show when "
    21212119                    "embedded."));
     
    21272125    HostCheckBox *gc = new HostCheckBox("AutomaticSetWatched");
    21282126    gc->setLabel(QObject::tr("Automatically mark a recording as watched"));
    21292127    gc->setValue(false);
    2130     gc->setHelpText(QObject::tr("If set, when you exit near the end of a "
     2128    gc->setHelpText(QObject::tr("If enabled, when you exit near the end of a "
    21312129                    "recording it will be marked as watched. The automatic "
    21322130                    "detection is not foolproof, so do not enable this "
    21332131                    "setting if you don't want an unwatched recording marked "
     
    21382136static HostSpinBox *LiveTVIdleTimeout()
    21392137{
    21402138    HostSpinBox *gs = new HostSpinBox("LiveTVIdleTimeout", 0, 3600, 1);
    2141     gs->setLabel(QObject::tr("Live TV idle timeout"));
     2139    gs->setLabel(QObject::tr("Live TV idle timeout (minutes)"));
    21422140    gs->setValue(0);
    21432141    gs->setHelpText(QObject::tr(
    2144                         "Exit LiveTV automatically if left idle for the "
     2142                        "Exit Live TV automatically if left idle for the "
    21452143                        "specified number of minutes. "
    21462144                        "0 disables the timeout."));
    21472145    return gs;
     
    21522150    HostCheckBox *gc = new HostCheckBox("PlaybackPreview");
    21532151    gc->setLabel(QObject::tr("Display live preview of recordings"));
    21542152    gc->setValue(true);
    2155     gc->setHelpText(QObject::tr("When enabled, a preview of the recording "
     2153    gc->setHelpText(QObject::tr("If enabled, a preview of the recording "
    21562154                    "will play in a small window on the \"Watch a "
    21572155                    "Recording\" menu."));
    21582156    return gc;
     
    21652163    gc->setValue(false);
    21662164    gc->setHelpText(
    21672165        QObject::tr(
    2168             "Use HW acceleration for the live recording preview. "
    2169             "Video renderer used is determined by the CPU profiles. "
    2170             "Disable if playback is sluggish or causes high CPU"));
     2166            "If enabled, live recording preview will use hardware "
     2167            "acceleration. The video renderer used is determined by the "
     2168            "selected CPU profile. Disable if playback is sluggish or "
     2169            "causes high CPU load"));
    21712170    return gc;
    21722171}
    21732172
     
    21782177    gc->setValue(false);
    21792178    gc->setHelpText(
    21802179        QObject::tr(
    2181             "If you have a very slow frontend you can enable this to "
    2182             "always have a backend server generate preview images."));
     2180            "If enabled, a backend server will generate preview images. "
     2181            "Recommended for very slow frontends."));
    21832182    return gc;
    21842183}
    21852184
     
    22142213    HostCheckBox *gc = new HostCheckBox("UseVirtualKeyboard");
    22152214    gc->setLabel(QObject::tr("Use line edit virtual keyboards"));
    22162215    gc->setValue(true);
    2217     gc->setHelpText(QObject::tr("Allows you to use a virtual keyboard "
    2218                     "in Myth line edit boxes.  To use, hit OK/Select "
     2216    gc->setHelpText(QObject::tr("If enabled, you can use a virtual keyboard "
     2217                    "in MythTV's line edit boxes.  To use, hit OK/Select "
    22192218                    "while a line edit is in focus."));
    22202219    return gc;
    22212220}
     
    22582257    HostCheckBox *gc = new HostCheckBox("NoPromptOnExit");
    22592258    gc->setLabel(QObject::tr("Confirm Exit"));
    22602259    gc->setValue(true);
    2261     gc->setHelpText(QObject::tr("When enabled, MythTV will prompt "
     2260    gc->setHelpText(QObject::tr("If enabled, MythTV will prompt "
    22622261                    "for confirmation when you press the System Exit "
    22632262                    "key."));
    22642263    return gc;
     
    23512350    HostCheckBox *gc = new HostCheckBox("SetupPinCodeRequired");
    23522351    gc->setLabel(QObject::tr("Require Setup PIN") + "    ");
    23532352    gc->setValue(false);
    2354     gc->setHelpText(QObject::tr("If set, you will not be able to return "
     2353    gc->setHelpText(QObject::tr("If enabled, you will not be able to return "
    23552354                    "to this screen and reset the Setup PIN without first "
    23562355                    "entering the current PIN."));
    23572356    return gc;
     
    24342433static HostSpinBox *GuiWidth()
    24352434{
    24362435    HostSpinBox *gs = new HostSpinBox("GuiWidth", 0, 1920, 8, true);
    2437     gs->setLabel(QObject::tr("GUI width (px)"));
     2436    gs->setLabel(QObject::tr("GUI width (pixels)"));
    24382437    gs->setValue(0);
    24392438    gs->setHelpText(QObject::tr("The width of the GUI.  Do not make the GUI "
    24402439                    "wider than your actual screen resolution.  Set to 0 to "
     
    24452444static HostSpinBox *GuiHeight()
    24462445{
    24472446    HostSpinBox *gs = new HostSpinBox("GuiHeight", 0, 1600, 8, true);
    2448     gs->setLabel(QObject::tr("GUI height (px)"));
     2447    gs->setLabel(QObject::tr("GUI height (pixels)"));
    24492448    gs->setValue(0);
    24502449    gs->setHelpText(QObject::tr("The height of the GUI.  Do not make the GUI "
    24512450                    "taller than your actual screen resolution.  Set to 0 to "
     
    27282727    gc->setLabel(QObject::tr("Use fixed window size"));
    27292728    gc->setValue(true);
    27302729    gc->setHelpText(QObject::tr(
    2731                         "When disabled the video playback "
     2730                        "If disabled, the video playback "
    27322731                        "window can be resized"));
    27332732    return gc;
    27342733}
     
    30423041    HostCheckBox *gc = new HostCheckBox("EPGShowCategoryColors");
    30433042    gc->setLabel(QObject::tr("Display Genre Colors"));
    30443043    gc->setHelpText(QObject::tr("Colorize program guide using "
    3045                     "genre colors. (Not available for all grabbers.)"));
     3044                    "genre colors (not available for all grabbers)."));
    30463045    gc->setValue(true);
    30473046    return gc;
    30483047}
     
    31553154    GlobalCheckBox *bc = new GlobalCheckBox("SchedOpenEnd");
    31563155    bc->setLabel(QObject::tr("Avoid back to back recordings from different "
    31573156                    "channels"));
    3158     bc->setHelpText(QObject::tr("If set, the scheduler will avoid assigning "
     3157    bc->setHelpText(QObject::tr("If enabled, the scheduler will avoid assigning "
    31593158                    "shows from different channels to the same card if their "
    31603159                    "end time and start time match. This will be allowed "
    31613160                    "when necessary in order to resolve conflicts."));
     
    33773376    ge->setLabel(QObject::tr("Guide starts at channel"));
    33783377    ge->setValue("3");
    33793378    ge->setHelpText(QObject::tr("The program guide starts on this channel if "
    3380                     "it is run from outside of LiveTV mode."));
     3379                    "it is run from outside of Live TV mode."));
    33813380    return ge;
    33823381}
    33833382
     
    37073706    HostCheckBox *gc = new HostCheckBox("PlaybackWLStart");
    37083707    gc->setLabel(QObject::tr("Start from the Watch List view"));
    37093708    gc->setValue(false);
    3710     gc->setHelpText(QObject::tr("If set, the 'Watch List' will be the "
     3709    gc->setHelpText(QObject::tr("If enabled, the 'Watch List' will be the "
    37113710                    "initial view each time you enter the "
    37123711                    "Watch Recordings screen"));
    37133712    return gc;
     
    37793778    gc->setLabel(QObject::tr("Enable OpenGL vertical sync for timing"));
    37803779    gc->setValue(false);
    37813780    gc->setHelpText(QObject::tr(
    3782                         "If it is supported by your hardware/drivers, "
     3781                        "If supported by your hardware/drivers, "
    37833782                        "MythTV will use OpenGL vertical syncing for "
    37843783                        "video timing, reducing frame jitter."));
    37853784    return gc;
     
    38183817{
    38193818    HostSpinBox *gs = new HostSpinBox("LCDPopupTime", 1, 300, 1, true);
    38203819    gs->setLabel(QObject::tr("Menu Pop-up Time"));
    3821     gs->setHelpText(QObject::tr("The time (in seconds) that the menu will "
     3820    gs->setHelpText(QObject::tr("How many seconds the menu will "
    38223821                    "remain visible after navigation."));
    38233822    gs->setValue(5);
    38243823    return gs;
     
    39763975    HostCheckBox *gc = new HostCheckBox("MacGammaCorrect");
    39773976    gc->setLabel(QObject::tr("Enable gamma correction for video"));
    39783977    gc->setValue(false);
    3979     gc->setHelpText(QObject::tr("If checked, QuickTime will correct the gamma "
     3978    gc->setHelpText(QObject::tr("If enabled, QuickTime will correct the gamma "
    39803979                    "of the video to match your monitor.  Turning this off can "
    39813980                    "save some CPU cycles."));
    39823981    return gc;
     
    39873986    HostCheckBox *gc = new HostCheckBox("MacScaleUp");
    39883987    gc->setLabel(QObject::tr("Scale video as necessary"));
    39893988    gc->setValue(true);
    3990     gc->setHelpText(QObject::tr("If checked, video will be scaled to fit your "
     3989    gc->setHelpText(QObject::tr("If enabled, video will be scaled to fit your "
    39913990                    "window or screen. If unchecked, video will never be made "
    39923991                    "larger than its actual pixel size."));
    39933992    return gc;
     
    40114010    HostCheckBox *gc = new HostCheckBox("MacMainEnabled");
    40124011    gc->setLabel(QObject::tr("Video in main window"));
    40134012    gc->setValue(true);
    4014     gc->setHelpText(QObject::tr("If checked, video will be displayed in the "
     4013    gc->setHelpText(QObject::tr("If enabled, video will be displayed in the "
    40154014                    "main GUI window. Disable this when you only want video "
    40164015                    "on the desktop or in a floating window. Only valid when "
    40174016                    "\"Use GUI size for TV playback\" and \"Run the "
     
    40674066    HostCheckBox *gc = new HostCheckBox("MacFloatEnabled");
    40684067    gc->setLabel(QObject::tr("Video in floating window"));
    40694068    gc->setValue(false);
    4070     gc->setHelpText(QObject::tr("If checked, video will be displayed in a "
     4069    gc->setHelpText(QObject::tr("If enabled, video will be displayed in a "
    40714070                    "floating window. Only valid when \"Use GUI size for TV "
    40724071                    "playback\" and \"Run the frontend in a window\" are "
    40734072                    "checked."));
     
    41224121    HostCheckBox *gc = new HostCheckBox("MacDockEnabled");
    41234122    gc->setLabel(QObject::tr("Video in the dock"));
    41244123    gc->setValue(true);
    4125     gc->setHelpText(QObject::tr("If checked, video will be displayed in the "
     4124    gc->setHelpText(QObject::tr("If enabled, video will be displayed in the "
    41264125                    "application's dock icon. Only valid when \"Use GUI size "
    41274126                    "for TV playback\" and \"Run the frontend in a window\" "
    41284127                    "are checked."));
     
    41624161    HostCheckBox *gc = new HostCheckBox("MacDesktopEnabled");
    41634162    gc->setLabel(QObject::tr("Video on the desktop"));
    41644163    gc->setValue(false);
    4165     gc->setHelpText(QObject::tr("If checked, video will be displayed on the "
     4164    gc->setHelpText(QObject::tr("If enabled, video will be displayed on the "
    41664165                    "desktop, behind the Finder icons. Only valid when \"Use "
    41674166                    "GUI size for TV playback\" and \"Run the frontend in a "
    41684167                    "window\" are checked."));
  • usr/src/mythtv-trunk/mythtv/programs/mythfrontend/statusbox.cpp

     
    764764            fontstate = "warning";
    765765        }
    766766        else if (state == kState_WatchingLiveTV)
    767             status = tr("is watching live TV");
     767            status = tr("is watching Live TV");
    768768        else if (state == kState_RecordingOnly ||
    769769                 state == kState_WatchingRecording)
    770770            status = tr("is recording");
     
    975975                                        long long used, long long free,
    976976                                        const recprof2bps_t& prof2bps)
    977977{
    978     const QString tail = QObject::tr(", using your %1 rate of %2 Kb/sec");
     978    const QString tail = QObject::tr(", using your %1 rate of %2 kb/s");
    979979
    980980    out<<usage_str_kb(total, used, free);
    981981    if (free<0)
  • usr/src/mythtv-trunk/mythtv/programs/mythtv-setup/backendsettings.cpp

     
    9696    gc->addSelection("None");
    9797    gc->addSelection("PAL Teletext");
    9898    gc->addSelection("NTSC Closed Caption");
    99     gc->setHelpText(QObject::tr("VBI stands for Vertical Blanking Interrupt. "
    100                     "VBI is used to carry Teletext and Closed Captioning "
    101                     "data."));
     99    gc->setHelpText(QObject::tr("The VBI (Vertical Blanking Interval) is "
     100                                "used to carry Teletext or Closed Captioning "
     101                                "data."));
    102102    return gc;
    103103};
    104104
     
    121121    GlobalCheckBox *gc = new GlobalCheckBox("SaveTranscoding");
    122122    gc->setLabel(QObject::tr("Save original files after transcoding (globally)"));
    123123    gc->setValue(false);
    124     gc->setHelpText(QObject::tr("When set and the transcoder is active, the "
     124    gc->setHelpText(QObject::tr("If enabled and the transcoder is active, the "
    125125                    "original files will be renamed to .old once the "
    126126                    "transcoding is complete."));
    127127    return gc;
     
    133133    hc->setLabel(QObject::tr("Delete files slowly"));
    134134    hc->setValue(false);
    135135    hc->setHelpText(QObject::tr("Some filesystems use a lot of resources when "
    136                     "deleting large recording files.  This option makes Myth "
    137                     "delete the file slowly on this backend to lessen the "
    138                     "impact."));
     136                    "deleting large files.  If enabled, this option makes "
     137                    "MythTV delete files slowly on this backend to "
     138                    "lessen the impact."));
    139139    return hc;
    140140};
    141141
     
    144144    GlobalCheckBox *gc = new GlobalCheckBox("DeletesFollowLinks");
    145145    gc->setLabel(QObject::tr("Follow symbolic links when deleting files"));
    146146    gc->setValue(false);
    147     gc->setHelpText(QObject::tr("This will cause Myth to follow symlinks "
     147    gc->setHelpText(QObject::tr("If enabled, MythTV will follow symlinks "
    148148                    "when recordings and related files are deleted, instead "
    149149                    "of deleting the symlink and leaving the actual file."));
    150150    return gc;
     
    154154{
    155155    GlobalSpinBox *bs = new GlobalSpinBox(
    156156        "HDRingbufferSize", 25*188, 512*188, 25*188);
    157     bs->setLabel(QObject::tr("HD Ringbuffer size (KB)"));
     157    bs->setLabel(QObject::tr("HD ringbuffer size (KB)"));
    158158    bs->setHelpText(QObject::tr("The HD device ringbuffer allows the "
    159159                    "backend to weather moments of stress. "
    160                     "The larger the ringbuffer, the longer "
     160                    "The larger the ringbuffer (in KB), the longer "
    161161                    "the moments of stress can be. However, "
    162162                    "setting the size too large can cause "
    163163                    "swapping, which is detrimental."));
     
    185185    GlobalCheckBox *gc = new GlobalCheckBox("DisableAutomaticBackup");
    186186    gc->setLabel(QObject::tr("Disable Automatic Database Backup"));
    187187    gc->setValue(false);
    188     gc->setHelpText(QObject::tr("This will prevent Myth from backing up the "
    189                                 "database before upgrades.  If disabled, "
    190                                 "you should have your own backup strategy "
    191                                 "in place."));
     188    gc->setHelpText(QObject::tr("If enabled, MythTV will not backup the "
     189                                "database before upgrades. You should "
     190                                "therefore have your own database backup "
     191                                "strategy in place."));
    192192    return gc;
    193193};
    194194
    195195static HostCheckBox *DisableFirewireReset()
    196196{
    197197    HostCheckBox *hc = new HostCheckBox("DisableFirewireReset");
    198     hc->setLabel(QObject::tr("Disable Firewire Reset"));
     198    hc->setLabel(QObject::tr("Disable FireWire Reset"));
    199199    hc->setHelpText(
    200200        QObject::tr(
    201             "By default MythTV will reset the firewire bus when a "
    202             "firewire recorder stops responding to commands. But "
    203             "if this causes problems you can disable this here for "
    204             "Linux firewire recorders."));
     201            "By default, MythTV resets the FireWire bus when a "
     202            "FireWire recorder stops responding to commands. If "
     203            "this causes problems, you can disable this behaviour here."));
    205204    hc->setValue(false);
    206205    return hc;
    207206}
     
    305304static GlobalSpinBox *EITTransportTimeout()
    306305{
    307306    GlobalSpinBox *gc = new GlobalSpinBox("EITTransportTimeout", 1, 15, 1);
    308     gc->setLabel(QObject::tr("EIT Transport Timeout (mins)"));
     307    gc->setLabel(QObject::tr("EIT Transport Timeout (minutes)"));
    309308    gc->setValue(5);
    310309    QString helpText = QObject::tr(
    311         "Maximum time to spend waiting for listings data on one DTV channel "
    312         "before checking for new listings data on the next channel.");
     310        "Maximum time to spend waiting (in minutes) for listings data "
     311        "on one digital TV channel before checking for new listings data "
     312        "on the next channel.");
    313313    gc->setHelpText(helpText);
    314314    return gc;
    315315}
     
    355355static GlobalSpinBox *WOLbackendReconnectWaitTime()
    356356{
    357357    GlobalSpinBox *gc = new GlobalSpinBox("WOLbackendReconnectWaitTime", 0, 1200, 5);
    358     gc->setLabel(QObject::tr("Delay between wake attempts (secs)"));
     358    gc->setLabel(QObject::tr("Delay between wake attempts (seconds)"));
    359359    gc->setValue(0);
    360360    gc->setHelpText(QObject::tr("Length of time the frontend waits between "
    361361                    "tries to wake up the master backend. This should be the "
     
    380380    gc->setLabel(QObject::tr("Wake Command"));
    381381    gc->setValue("");
    382382    gc->setHelpText(QObject::tr("The command used to wake up your master "
    383                     "backend server\n(eg. sudo /etc/init.d/mythtv-backend restart)."));
     383                    "backend server\n(e.g. sudo /etc/init.d/mythtv-backend restart)."));
    384384    return gc;
    385385};
    386386
     
    431431static GlobalSpinBox *idleTimeoutSecs()
    432432{
    433433    GlobalSpinBox *gc = new GlobalSpinBox("idleTimeoutSecs", 0, 1200, 5);
    434     gc->setLabel(QObject::tr("Idle shutdown timeout (secs)"));
     434    gc->setLabel(QObject::tr("Idle shutdown timeout (seconds)"));
    435435    gc->setValue(0);
    436     gc->setHelpText(QObject::tr("The amount of time the master backend idles "
     436    gc->setHelpText(QObject::tr("The number of seconds the master backend idles "
    437437                    "before it shuts down all backends. Set to 0 to disable "
    438438                    "auto shutdown."));
    439439    return gc;
     
    442442static GlobalSpinBox *idleWaitForRecordingTime()
    443443{
    444444    GlobalSpinBox *gc = new GlobalSpinBox("idleWaitForRecordingTime", 0, 120, 1);
    445     gc->setLabel(QObject::tr("Max. wait for recording (min)"));
     445    gc->setLabel(QObject::tr("Max. wait for recording (minutes)"));
    446446    gc->setValue(15);
    447     gc->setHelpText(QObject::tr("The amount of time the master backend waits "
     447    gc->setHelpText(QObject::tr("The number of minutes the master backend waits "
    448448                    "for a recording.  If it's idle but a recording starts "
    449449                    "within this time period, the backends won't shut down."));
    450450    return gc;
     
    453453static GlobalSpinBox *StartupSecsBeforeRecording()
    454454{
    455455    GlobalSpinBox *gc = new GlobalSpinBox("StartupSecsBeforeRecording", 0, 1200, 5);
    456     gc->setLabel(QObject::tr("Startup before rec. (secs)"));
     456    gc->setLabel(QObject::tr("Startup before rec. (seconds)"));
    457457    gc->setValue(120);
    458     gc->setHelpText(QObject::tr("The amount of time the master backend will be "
     458    gc->setHelpText(QObject::tr("The number of seconds the master backend will be "
    459459                    "woken up before a recording starts."));
    460460    return gc;
    461461};
     
    509509    GlobalCheckBox *gc = new GlobalCheckBox("blockSDWUwithoutClient");
    510510    gc->setLabel(QObject::tr("Block shutdown before client connected"));
    511511    gc->setValue(true);
    512     gc->setHelpText(QObject::tr("If set, the automatic shutdown routine will "
     512    gc->setHelpText(QObject::tr("If enabled, the automatic shutdown routine will "
    513513                    "be disabled until a client connects."));
    514514    return gc;
    515515};
     
    539539static HostSpinBox *JobQueueCheckFrequency()
    540540{
    541541    HostSpinBox *gc = new HostSpinBox("JobQueueCheckFrequency", 5, 300, 5);
    542     gc->setLabel(QObject::tr("Job Queue Check frequency (in seconds)"));
     542    gc->setLabel(QObject::tr("Job Queue Check frequency (seconds)"));
    543543    gc->setHelpText(QObject::tr("When looking for new jobs to process, the "
    544                     "Job Queue will wait this long between checks."));
     544                    "Job Queue will wait this many seconds between checks."));
    545545    gc->setValue(60);
    546546    return gc;
    547547};
     
    585585    GlobalCheckBox *gc = new GlobalCheckBox("JobsRunOnRecordHost");
    586586    gc->setLabel(QObject::tr("Run Jobs only on original recording backend"));
    587587    gc->setValue(false);
    588     gc->setHelpText(QObject::tr("If set, jobs in the queue will be required "
     588    gc->setHelpText(QObject::tr("If enabled, jobs in the queue will be required "
    589589                                "to run on the backend that made the "
    590590                                "original recording."));
    591591    return gc;
     
    596596    GlobalCheckBox *gc = new GlobalCheckBox("AutoTranscodeBeforeAutoCommflag");
    597597    gc->setLabel(QObject::tr("Run Transcode Jobs before Auto-Commercial Flagging"));
    598598    gc->setValue(false);
    599     gc->setHelpText(QObject::tr("If set, if both auto-transcode and "
     599    gc->setHelpText(QObject::tr("If enabled, and if both auto-transcode and "
    600600                                "auto commercial flagging are turned ON for a "
    601                                 "recording, transcoding will run first, "
     601                                "recording, transcoding will run first; "
    602602                                "otherwise, commercial flagging runs first."));
    603603    return gc;
    604604};
     
    609609    gc->setLabel(QObject::tr("Start Auto-Commercial Flagging jobs when the "
    610610                             "recording starts"));
    611611    gc->setValue(false);
    612     gc->setHelpText(QObject::tr("If set and Auto Commercial Flagging is ON for "
     612    gc->setHelpText(QObject::tr("If enabled, and Auto Commercial Flagging is ON for "
    613613                                "a recording, the flagging job will be started "
    614614                                "as soon as the recording starts.  NOT "
    615615                                "recommended on underpowered systems."));
     
    641641    HostCheckBox *gc = new HostCheckBox("JobAllowCommFlag");
    642642    gc->setLabel(QObject::tr("Allow Commercial Detection jobs"));
    643643    gc->setValue(true);
    644     gc->setHelpText(QObject::tr("Allow jobs of this type to run on this "
    645                                 "backend."));
     644    gc->setHelpText(QObject::tr("If enabled, allow jobs of this type to "
     645                                "run on this backend."));
    646646    return gc;
    647647};
    648648
     
    651651    HostCheckBox *gc = new HostCheckBox("JobAllowTranscode");
    652652    gc->setLabel(QObject::tr("Allow Transcoding jobs"));
    653653    gc->setValue(true);
    654     gc->setHelpText(QObject::tr("Allow jobs of this type to run on this "
    655                                 "backend."));
     654    gc->setHelpText(QObject::tr("If enabled, allow jobs of this type to "
     655                                "run on this backend."));
    656656    return gc;
    657657};
    658658
     
    693693    // if (QString(gContext->GetSetting(QString("UserJob%1").arg(job_num)))
    694694    //            .length() == 0)
    695695    //     bc->setEnabled(false);
    696     bc->setHelpText(QObject::tr("Allow jobs of this type to run on this "
    697                     "backend."));
     696    bc->setHelpText(QObject::tr("If enabled, allow jobs of this type to "
     697                    "run on this backend."));
    698698    return bc;
    699699}
    700700
     
    715715static HostSpinBox *UPNPRebuildDelay()
    716716{
    717717    HostSpinBox *gc = new HostSpinBox("UPnP/RebuildDelay", 0, 1440, 1);
    718     gc->setLabel(QObject::tr("Upnp Media Update Time"));
     718    gc->setLabel(QObject::tr("UPnP Media Update Time"));
    719719    gc->setHelpText(QObject::tr("The number of minutes between mythbackend "
    720                                 "checking for new videos to serve via upnp. "
     720                                "checking for new videos to serve via UPnP. "
    721721                                "0 = Off. "));
    722722    gc->setValue(30);
    723723    return gc;
     
    764764    HostCheckBox *gc = new HostCheckBox("LogCleanEnabled");
    765765    gc->setLabel(QObject::tr("Automatic Log Cleaning Enabled"));
    766766    gc->setValue(false);
    767     gc->setHelpText(QObject::tr("This enables the periodic cleanup of the "
    768                     "events stored in the Myth database (see \"Log MythTV "
    769                     "events to database\")."));
     767    gc->setHelpText(QObject::tr("If enabled, a periodic cleanup of the "
     768                    "events stored in the MythTV database occurs (see \"Log "
     769                    "MythTV events to database\")."));
    770770    return gc;
    771771}
    772772
    773773static HostSpinBox *LogCleanPeriod()
    774774{
    775775    HostSpinBox *gs = new HostSpinBox("LogCleanPeriod", 0, 60, 1);
    776     gs->setLabel(QObject::tr("Log Cleanup Frequency (Days)"));
     776    gs->setLabel(QObject::tr("Log Cleanup Frequency (days)"));
    777777    gs->setValue(14);
    778778    gs->setHelpText(QObject::tr("The number of days between log cleanup runs."));
    779779    return gs;
     
    827827    GlobalCheckBox *bc = new GlobalCheckBox("MythFillEnabled");
    828828    bc->setLabel(QObject::tr("Automatically run mythfilldatabase"));
    829829    bc->setValue(true);
    830     bc->setHelpText(QObject::tr("This enables the automatic execution of "
    831                     "mythfilldatabase."));
     830    bc->setHelpText(QObject::tr("If enabled, execution of "
     831                    "mythfilldatabase occurs automatically."));
    832832    return bc;
    833833}
    834834
    835835static GlobalSpinBox *MythFillPeriod()
    836836{
    837837    GlobalSpinBox *bs = new GlobalSpinBox("MythFillPeriod", 1, 30, 1);
    838     bs->setLabel(QObject::tr("mythfilldatabase Run Frequency (Days)"));
     838    bs->setLabel(QObject::tr("mythfilldatabase Run Frequency (days)"));
    839839    bs->setValue(1);
    840840    bs->setHelpText(QObject::tr("The number of days between mythfilldatabase "
    841841                    "runs."));
     
    874874    bc->setLabel(QObject::tr("Run mythfilldatabase at time suggested by the "
    875875                             "grabber."));
    876876    bc->setValue(true);
    877     bc->setHelpText(QObject::tr("This setting allows a DataDirect guide data "
     877    bc->setHelpText(QObject::tr("If enabled, allow a DataDirect guide data "
    878878                    "provider to specify the next download time in order to "
    879                     "distribute load on their servers. If this setting is "
    880                     "enabled, mythfilldatabase Execution Start/End times are "
    881                     "ignored."));
     879                    "distribute load on their servers. mythfilldatabase "
     880                    "Execution Start/End times are also ignored."));
    882881    return bc;
    883882}
    884883
     
    920919  public:
    921920    MythLogSettings() : TriggeredConfigurationGroup(false, true, false, false)
    922921    {
    923          setLabel(QObject::tr("Myth Database Logging"));
     922         setLabel(QObject::tr("MythTV Database Logging"));
    924923//         setUseLabel(false);
    925924
    926925         Setting* logEnabled = LogEnabled();
     
    11181117    addChild(group7);
    11191118
    11201119    VerticalConfigurationGroup* group8 = new VerticalConfigurationGroup(false);
    1121     group8->setLabel(QObject::tr("UPNP Server Settings"));
     1120    group8->setLabel(QObject::tr("UPnP Server Settings"));
    11221121    //group8->addChild(UPNPShowRecordingUnderVideos());
    11231122    group8->addChild(UPNPWmpSource());
    11241123    group8->addChild(UPNPRebuildDelay());
  • usr/src/mythtv-trunk/mythtv/programs/mythtv-setup/channeleditor.cpp

     
    599599    {
    600600        menu->SetReturnEvent(this, "iconimportopt");
    601601
    602         menu->AddButton(tr("Download all icons.."));
    603         menu->AddButton(tr("Rescan for missing icons.."));
     602        menu->AddButton(tr("Download all icons..."));
     603        menu->AddButton(tr("Rescan for missing icons..."));
    604604        if (!channelname.isEmpty())
    605605            menu->AddButton(tr("Download icon for %1").arg(channelname),
    606606                            channelname);
  • usr/src/mythtv-trunk/mythtv/programs/mythwelcome/welcomedialog.cpp

     
    410410
    411411    // update status message
    412412    if (m_statusList.empty())
    413         status = tr("Please Wait ...");
     413        status = tr("Please Wait...");
    414414    else
    415415    {
    416416        if ((int)m_statusListNo >= m_statusList.count())
  • usr/src/mythtv-trunk/mythtv/programs/mythwelcome/welcomesettings.cpp

     
    5656static HostCheckBox *AutoStartFrontend()
    5757{
    5858    HostCheckBox *gc = new HostCheckBox("AutoStartFrontend");
    59     gc->setLabel(QObject::tr("Automatically Start Myth Frontend"));
     59    gc->setLabel(QObject::tr("Automatically Start mythfrontend"));
    6060    gc->setValue(true);
    61     gc->setHelpText(QObject::tr("Mythwelcome will automatically start the "
     61    gc->setHelpText(QObject::tr("Mythwelcome will automatically start "
    6262                    "mythfrontend if it is determined that it was not started to "
    6363                    "record a program."));
    6464    return gc;