Ticket #9012: remove_dishnet_translations.diff

File remove_dishnet_translations.diff, 16.3 KB (added by Kenni Lund [kenni a kelu dot dk], 14 years ago)
  • mythtv/libs/libmythtv/mpeg/dishdescriptors.cpp

     
    175175    if (mpaaRatingsExists)
    176176        return;
    177177
    178     mpaaRatingsDesc[0x01] = QObject::tr("G");
    179     mpaaRatingsDesc[0x02] = QObject::tr("PG");
    180     mpaaRatingsDesc[0x03] = QObject::tr("PG-13");
    181     mpaaRatingsDesc[0x04] = QObject::tr("R");
    182     mpaaRatingsDesc[0x05] = QObject::tr("NC-17");
    183     mpaaRatingsDesc[0x06] = QObject::tr("NR");
     178    mpaaRatingsDesc[0x01] = "G";
     179    mpaaRatingsDesc[0x02] = "PG";
     180    mpaaRatingsDesc[0x03] = "PG-13";
     181    mpaaRatingsDesc[0x04] = "R";
     182    mpaaRatingsDesc[0x05] = "NC-17";
     183    mpaaRatingsDesc[0x06] = "NR";
    184184
    185185    mpaaRatingsExists = true;
    186186}
     
    234234    if (vchipRatingsExists)
    235235        return;
    236236
    237     vchipRatingsDesc[0x01] = QObject::tr("TV-Y");
    238     vchipRatingsDesc[0x02] = QObject::tr("TV-Y7");
    239     vchipRatingsDesc[0x03] = QObject::tr("TV-G");
    240     vchipRatingsDesc[0x04] = QObject::tr("TV-PG");
    241     vchipRatingsDesc[0x05] = QObject::tr("TV-14");
    242     vchipRatingsDesc[0x06] = QObject::tr("TV-MA");
     237    vchipRatingsDesc[0x01] = "TV-Y";
     238    vchipRatingsDesc[0x02] = "TV-Y7";
     239    vchipRatingsDesc[0x03] = "TV-G";
     240    vchipRatingsDesc[0x04] = "TV-PG";
     241    vchipRatingsDesc[0x05] = "TV-14";
     242    vchipRatingsDesc[0x06] = "TV-MA";
    243243
    244244    vchipRatingsExists = true;
    245245}
     
    331331        return;
    332332
    333333    // Dish/BEV "Themes"
    334     themeDesc[kThemeMovie]     = QObject::tr("Movie");
    335     themeDesc[kThemeSports]    = QObject::tr("Sports");
    336     themeDesc[kThemeNews]      = QObject::tr("News/Business");
    337     themeDesc[kThemeFamily]    = QObject::tr("Family/Children");
    338     themeDesc[kThemeEducation] = QObject::tr("Education");
    339     themeDesc[kThemeSeries]    = QObject::tr("Series/Special");
    340     themeDesc[kThemeMusic]     = QObject::tr("Music/Art");
    341     themeDesc[kThemeReligious] = QObject::tr("Religious");
     334    themeDesc[kThemeMovie]     = "Movie";
     335    themeDesc[kThemeSports]    = "Sports";
     336    themeDesc[kThemeNews]      = "News/Business";
     337    themeDesc[kThemeFamily]    = "Family/Children";
     338    themeDesc[kThemeEducation] = "Education";
     339    themeDesc[kThemeSeries]    = "Series/Special";
     340    themeDesc[kThemeMusic]     = "Music/Art";
     341    themeDesc[kThemeReligious] = "Religious";
    342342
    343343    // Dish/BEV categories
    344     categoryDesc[0x01] = QObject::tr("Action");
    345     categoryDesc[0x02] = QObject::tr("Adults only");
    346     categoryDesc[0x03] = QObject::tr("Adventure");
    347     categoryDesc[0x04] = QObject::tr("Animals");
    348     categoryDesc[0x05] = QObject::tr("Animated");
    349     categoryDesc[0x07] = QObject::tr("Anthology");
    350     categoryDesc[0x08] = QObject::tr("Art");
    351     categoryDesc[0x09] = QObject::tr("Auto");
    352     categoryDesc[0x0a] = QObject::tr("Awards");
    353     categoryDesc[0x0b] = QObject::tr("Ballet");
    354     categoryDesc[0x0c] = QObject::tr("Baseball");
    355     categoryDesc[0x0d] = QObject::tr("Basketball");
    356     categoryDesc[0x11] = QObject::tr("Biography");
    357     categoryDesc[0x12] = QObject::tr("Boat");
    358     categoryDesc[0x14] = QObject::tr("Bowling");
    359     categoryDesc[0x15] = QObject::tr("Boxing");
    360     categoryDesc[0x16] = QObject::tr("Bus./financial");
    361     categoryDesc[0x1a] = QObject::tr("Children");
    362     categoryDesc[0x1b] = QObject::tr("Children-special");
    363     categoryDesc[0x1c] = QObject::tr("Children-news");
    364     categoryDesc[0x1d] = QObject::tr("Children-music");
    365     categoryDesc[0x1f] = QObject::tr("Collectibles");
    366     categoryDesc[0x20] = QObject::tr("Comedy");
    367     categoryDesc[0x21] = QObject::tr("Comedy-drama");
    368     categoryDesc[0x22] = QObject::tr("Computers");
    369     categoryDesc[0x23] = QObject::tr("Cooking");
    370     categoryDesc[0x24] = QObject::tr("Crime");
    371     categoryDesc[0x25] = QObject::tr("Crime drama");
    372     categoryDesc[0x27] = QObject::tr("Dance");
    373     categoryDesc[0x29] = QObject::tr("Docudrama");
    374     categoryDesc[0x2a] = QObject::tr("Documentary");
    375     categoryDesc[0x2b] = QObject::tr("Drama");
    376     categoryDesc[0x2c] = QObject::tr("Educational");
    377     categoryDesc[0x2f] = QObject::tr("Excercise");
    378     categoryDesc[0x31] = QObject::tr("Fantasy");
    379     categoryDesc[0x32] = QObject::tr("Fasion");
    380     categoryDesc[0x34] = QObject::tr("Fishing");
    381     categoryDesc[0x35] = QObject::tr("Football");
    382     categoryDesc[0x36] = QObject::tr("French");
    383     categoryDesc[0x37] = QObject::tr("Fundraiser");
    384     categoryDesc[0x38] = QObject::tr("Game show");
    385     categoryDesc[0x39] = QObject::tr("Golf");
    386     categoryDesc[0x3a] = QObject::tr("Gymnastics");
    387     categoryDesc[0x3b] = QObject::tr("Health");
    388     categoryDesc[0x3c] = QObject::tr("History");
    389     categoryDesc[0x3d] = QObject::tr("Historical drama");
    390     categoryDesc[0x3e] = QObject::tr("Hockey");
    391     categoryDesc[0x3f] = QObject::tr("Holiday");
    392     categoryDesc[0x40] = QObject::tr("Holiday-children");
    393     categoryDesc[0x41] = QObject::tr("Holiday-children special");
    394     categoryDesc[0x44] = QObject::tr("Holiday special");
    395     categoryDesc[0x45] = QObject::tr("Horror");
    396     categoryDesc[0x46] = QObject::tr("Horse racing");
    397     categoryDesc[0x47] = QObject::tr("House/garden");
    398     categoryDesc[0x49] = QObject::tr("How-to");
    399     categoryDesc[0x4b] = QObject::tr("Interview");
    400     categoryDesc[0x4d] = QObject::tr("Lacrosse");
    401     categoryDesc[0x4f] = QObject::tr("Martial Arts");
    402     categoryDesc[0x50] = QObject::tr("Medical");
    403     categoryDesc[0x51] = QObject::tr("Miniseries");
    404     categoryDesc[0x52] = QObject::tr("Motorsports");
    405     categoryDesc[0x53] = QObject::tr("Motorcycle");
    406     categoryDesc[0x54] = QObject::tr("Music");
    407     categoryDesc[0x55] = QObject::tr("Music special");
    408     categoryDesc[0x56] = QObject::tr("Music talk");
    409     categoryDesc[0x57] = QObject::tr("Musical");
    410     categoryDesc[0x58] = QObject::tr("Musical comedy");
    411     categoryDesc[0x5a] = QObject::tr("Mystery");
    412     categoryDesc[0x5b] = QObject::tr("Nature");
    413     categoryDesc[0x5c] = QObject::tr("News");
    414     categoryDesc[0x5f] = QObject::tr("Opera");
    415     categoryDesc[0x60] = QObject::tr("Outdoors");
    416     categoryDesc[0x63] = QObject::tr("Public affairs");
    417     categoryDesc[0x66] = QObject::tr("Reality");
    418     categoryDesc[0x67] = QObject::tr("Religious");
    419     categoryDesc[0x68] = QObject::tr("Rodeo");
    420     categoryDesc[0x69] = QObject::tr("Romance");
    421     categoryDesc[0x6a] = QObject::tr("Romance-comedy");
    422     categoryDesc[0x6b] = QObject::tr("Rugby");
    423     categoryDesc[0x6c] = QObject::tr("Running");
    424     categoryDesc[0x6e] = QObject::tr("Science");
    425     categoryDesc[0x6f] = QObject::tr("Science fiction");
    426     categoryDesc[0x70] = QObject::tr("Self improvement");
    427     categoryDesc[0x71] = QObject::tr("Shopping");
    428     categoryDesc[0x74] = QObject::tr("Skiing");
    429     categoryDesc[0x77] = QObject::tr("Soap");
    430     categoryDesc[0x7b] = QObject::tr("Soccor");
    431     categoryDesc[0x7c] = QObject::tr("Softball");
    432     categoryDesc[0x7d] = QObject::tr("Spanish");
    433     categoryDesc[0x7e] = QObject::tr("Special");
    434     categoryDesc[0x81] = QObject::tr("Sports non-event");
    435     categoryDesc[0x82] = QObject::tr("Sports talk");
    436     categoryDesc[0x83] = QObject::tr("Suspense");
    437     categoryDesc[0x85] = QObject::tr("Swimming");
    438     categoryDesc[0x86] = QObject::tr("Talk");
    439     categoryDesc[0x87] = QObject::tr("Tennis");
    440     categoryDesc[0x89] = QObject::tr("Track/field");
    441     categoryDesc[0x8a] = QObject::tr("Travel");
    442     categoryDesc[0x8b] = QObject::tr("Variety");
    443     categoryDesc[0x8c] = QObject::tr("Volleyball");
    444     categoryDesc[0x8d] = QObject::tr("War");
    445     categoryDesc[0x8e] = QObject::tr("Watersports");
    446     categoryDesc[0x8f] = QObject::tr("Weather");
    447     categoryDesc[0x90] = QObject::tr("Western");
    448     categoryDesc[0x92] = QObject::tr("Wrestling");
    449     categoryDesc[0x93] = QObject::tr("Yoga");
    450     categoryDesc[0x94] = QObject::tr("Agriculture");
    451     categoryDesc[0x95] = QObject::tr("Anime");
    452     categoryDesc[0x97] = QObject::tr("Arm Wrestling");
    453     categoryDesc[0x98] = QObject::tr("Arts/crafts");
    454     categoryDesc[0x99] = QObject::tr("Auction");
    455     categoryDesc[0x9a] = QObject::tr("Auto racing");
    456     categoryDesc[0x9b] = QObject::tr("Air racing");
    457     categoryDesc[0x9c] = QObject::tr("Badminton");
    458     categoryDesc[0xa0] = QObject::tr("Bicycle racing");
    459     categoryDesc[0xa1] = QObject::tr("Boat Racing");
    460     categoryDesc[0xa6] = QObject::tr("Community");
    461     categoryDesc[0xa7] = QObject::tr("Consumer");
    462     categoryDesc[0xaa] = QObject::tr("Debate");
    463     categoryDesc[0xac] = QObject::tr("Dog show");
    464     categoryDesc[0xad] = QObject::tr("Drag racing");
    465     categoryDesc[0xae] = QObject::tr("Entertainment");
    466     categoryDesc[0xaf] = QObject::tr("Environment");
    467     categoryDesc[0xb0] = QObject::tr("Equestrian");
    468     categoryDesc[0xb3] = QObject::tr("Field hockey");
    469     categoryDesc[0xb5] = QObject::tr("Football");
    470     categoryDesc[0xb6] = QObject::tr("Gay/lesbian");
    471     categoryDesc[0xb7] = QObject::tr("Handball");
    472     categoryDesc[0xb8] = QObject::tr("Home improvement");
    473     categoryDesc[0xb9] = QObject::tr("Hunting");
    474     categoryDesc[0xbb] = QObject::tr("Hydroplane racing");
    475     categoryDesc[0xc1] = QObject::tr("Law");
    476     categoryDesc[0xc3] = QObject::tr("Motorcycle racing");
    477     categoryDesc[0xc5] = QObject::tr("Newsmagazine");
    478     categoryDesc[0xc7] = QObject::tr("Paranormal");
    479     categoryDesc[0xc8] = QObject::tr("Parenting");
    480     categoryDesc[0xca] = QObject::tr("Performing arts");
    481     categoryDesc[0xcc] = QObject::tr("Politics");
    482     categoryDesc[0xcf] = QObject::tr("Pro wrestling");
    483     categoryDesc[0xd3] = QObject::tr("Sailing");
    484     categoryDesc[0xd4] = QObject::tr("Shooting");
    485     categoryDesc[0xd5] = QObject::tr("Sitcom");
    486     categoryDesc[0xd6] = QObject::tr("Skateboarding");
    487     categoryDesc[0xd9] = QObject::tr("Snowboarding");
    488     categoryDesc[0xdd] = QObject::tr("Standup");
    489     categoryDesc[0xdf] = QObject::tr("Surfing");
    490     categoryDesc[0xe0] = QObject::tr("Tennis");
    491     categoryDesc[0xe1] = QObject::tr("Triathlon");
    492     categoryDesc[0xe6] = QObject::tr("Card games");
    493     categoryDesc[0xe7] = QObject::tr("Poker");
    494     categoryDesc[0xea] = QObject::tr("Military");
    495     categoryDesc[0xeb] = QObject::tr("Technology");
    496     categoryDesc[0xec] = QObject::tr("Mixed martial arts");
    497     categoryDesc[0xed] = QObject::tr("Action sports");
    498     categoryDesc[0xff] = QObject::tr("Dish Network");
     344    categoryDesc[0x01] = "Action";
     345    categoryDesc[0x02] = "Adults only";
     346    categoryDesc[0x03] = "Adventure";
     347    categoryDesc[0x04] = "Animals";
     348    categoryDesc[0x05] = "Animated";
     349    categoryDesc[0x07] = "Anthology";
     350    categoryDesc[0x08] = "Art";
     351    categoryDesc[0x09] = "Auto";
     352    categoryDesc[0x0a] = "Awards";
     353    categoryDesc[0x0b] = "Ballet";
     354    categoryDesc[0x0c] = "Baseball";
     355    categoryDesc[0x0d] = "Basketball";
     356    categoryDesc[0x11] = "Biography";
     357    categoryDesc[0x12] = "Boat";
     358    categoryDesc[0x14] = "Bowling";
     359    categoryDesc[0x15] = "Boxing";
     360    categoryDesc[0x16] = "Bus./financial";
     361    categoryDesc[0x1a] = "Children";
     362    categoryDesc[0x1b] = "Children-special";
     363    categoryDesc[0x1c] = "Children-news";
     364    categoryDesc[0x1d] = "Children-music";
     365    categoryDesc[0x1f] = "Collectibles";
     366    categoryDesc[0x20] = "Comedy";
     367    categoryDesc[0x21] = "Comedy-drama";
     368    categoryDesc[0x22] = "Computers";
     369    categoryDesc[0x23] = "Cooking";
     370    categoryDesc[0x24] = "Crime";
     371    categoryDesc[0x25] = "Crime drama";
     372    categoryDesc[0x27] = "Dance";
     373    categoryDesc[0x29] = "Docudrama";
     374    categoryDesc[0x2a] = "Documentary";
     375    categoryDesc[0x2b] = "Drama";
     376    categoryDesc[0x2c] = "Educational";
     377    categoryDesc[0x2f] = "Excercise";
     378    categoryDesc[0x31] = "Fantasy";
     379    categoryDesc[0x32] = "Fasion";
     380    categoryDesc[0x34] = "Fishing";
     381    categoryDesc[0x35] = "Football";
     382    categoryDesc[0x36] = "French";
     383    categoryDesc[0x37] = "Fundraiser";
     384    categoryDesc[0x38] = "Game show";
     385    categoryDesc[0x39] = "Golf";
     386    categoryDesc[0x3a] = "Gymnastics";
     387    categoryDesc[0x3b] = "Health";
     388    categoryDesc[0x3c] = "History";
     389    categoryDesc[0x3d] = "Historical drama";
     390    categoryDesc[0x3e] = "Hockey";
     391    categoryDesc[0x3f] = "Holiday";
     392    categoryDesc[0x40] = "Holiday-children";
     393    categoryDesc[0x41] = "Holiday-children special";
     394    categoryDesc[0x44] = "Holiday special";
     395    categoryDesc[0x45] = "Horror";
     396    categoryDesc[0x46] = "Horse racing";
     397    categoryDesc[0x47] = "House/garden";
     398    categoryDesc[0x49] = "How-to";
     399    categoryDesc[0x4b] = "Interview";
     400    categoryDesc[0x4d] = "Lacrosse";
     401    categoryDesc[0x4f] = "Martial Arts";
     402    categoryDesc[0x50] = "Medical";
     403    categoryDesc[0x51] = "Miniseries";
     404    categoryDesc[0x52] = "Motorsports";
     405    categoryDesc[0x53] = "Motorcycle";
     406    categoryDesc[0x54] = "Music";
     407    categoryDesc[0x55] = "Music special";
     408    categoryDesc[0x56] = "Music talk";
     409    categoryDesc[0x57] = "Musical";
     410    categoryDesc[0x58] = "Musical comedy";
     411    categoryDesc[0x5a] = "Mystery";
     412    categoryDesc[0x5b] = "Nature";
     413    categoryDesc[0x5c] = "News";
     414    categoryDesc[0x5f] = "Opera";
     415    categoryDesc[0x60] = "Outdoors";
     416    categoryDesc[0x63] = "Public affairs";
     417    categoryDesc[0x66] = "Reality";
     418    categoryDesc[0x67] = "Religious";
     419    categoryDesc[0x68] = "Rodeo";
     420    categoryDesc[0x69] = "Romance";
     421    categoryDesc[0x6a] = "Romance-comedy";
     422    categoryDesc[0x6b] = "Rugby";
     423    categoryDesc[0x6c] = "Running";
     424    categoryDesc[0x6e] = "Science";
     425    categoryDesc[0x6f] = "Science fiction";
     426    categoryDesc[0x70] = "Self improvement";
     427    categoryDesc[0x71] = "Shopping";
     428    categoryDesc[0x74] = "Skiing";
     429    categoryDesc[0x77] = "Soap";
     430    categoryDesc[0x7b] = "Soccor";
     431    categoryDesc[0x7c] = "Softball";
     432    categoryDesc[0x7d] = "Spanish";
     433    categoryDesc[0x7e] = "Special";
     434    categoryDesc[0x81] = "Sports non-event";
     435    categoryDesc[0x82] = "Sports talk";
     436    categoryDesc[0x83] = "Suspense";
     437    categoryDesc[0x85] = "Swimming";
     438    categoryDesc[0x86] = "Talk";
     439    categoryDesc[0x87] = "Tennis";
     440    categoryDesc[0x89] = "Track/field";
     441    categoryDesc[0x8a] = "Travel";
     442    categoryDesc[0x8b] = "Variety";
     443    categoryDesc[0x8c] = "Volleyball";
     444    categoryDesc[0x8d] = "War";
     445    categoryDesc[0x8e] = "Watersports";
     446    categoryDesc[0x8f] = "Weather";
     447    categoryDesc[0x90] = "Western";
     448    categoryDesc[0x92] = "Wrestling";
     449    categoryDesc[0x93] = "Yoga";
     450    categoryDesc[0x94] = "Agriculture";
     451    categoryDesc[0x95] = "Anime";
     452    categoryDesc[0x97] = "Arm Wrestling";
     453    categoryDesc[0x98] = "Arts/crafts";
     454    categoryDesc[0x99] = "Auction";
     455    categoryDesc[0x9a] = "Auto racing";
     456    categoryDesc[0x9b] = "Air racing";
     457    categoryDesc[0x9c] = "Badminton";
     458    categoryDesc[0xa0] = "Bicycle racing";
     459    categoryDesc[0xa1] = "Boat Racing";
     460    categoryDesc[0xa6] = "Community";
     461    categoryDesc[0xa7] = "Consumer";
     462    categoryDesc[0xaa] = "Debate";
     463    categoryDesc[0xac] = "Dog show";
     464    categoryDesc[0xad] = "Drag racing";
     465    categoryDesc[0xae] = "Entertainment";
     466    categoryDesc[0xaf] = "Environment";
     467    categoryDesc[0xb0] = "Equestrian";
     468    categoryDesc[0xb3] = "Field hockey";
     469    categoryDesc[0xb5] = "Football";
     470    categoryDesc[0xb6] = "Gay/lesbian";
     471    categoryDesc[0xb7] = "Handball";
     472    categoryDesc[0xb8] = "Home improvement";
     473    categoryDesc[0xb9] = "Hunting";
     474    categoryDesc[0xbb] = "Hydroplane racing";
     475    categoryDesc[0xc1] = "Law";
     476    categoryDesc[0xc3] = "Motorcycle racing";
     477    categoryDesc[0xc5] = "Newsmagazine";
     478    categoryDesc[0xc7] = "Paranormal";
     479    categoryDesc[0xc8] = "Parenting";
     480    categoryDesc[0xca] = "Performing arts";
     481    categoryDesc[0xcc] = "Politics";
     482    categoryDesc[0xcf] = "Pro wrestling";
     483    categoryDesc[0xd3] = "Sailing";
     484    categoryDesc[0xd4] = "Shooting";
     485    categoryDesc[0xd5] = "Sitcom";
     486    categoryDesc[0xd6] = "Skateboarding";
     487    categoryDesc[0xd9] = "Snowboarding";
     488    categoryDesc[0xdd] = "Standup";
     489    categoryDesc[0xdf] = "Surfing";
     490    categoryDesc[0xe0] = "Tennis";
     491    categoryDesc[0xe1] = "Triathlon";
     492    categoryDesc[0xe6] = "Card games";
     493    categoryDesc[0xe7] = "Poker";
     494    categoryDesc[0xea] = "Military";
     495    categoryDesc[0xeb] = "Technology";
     496    categoryDesc[0xec] = "Mixed martial arts";
     497    categoryDesc[0xed] = "Action sports";
     498    categoryDesc[0xff] = "Dish Network";
    499499
    500500    categoriesExists = true;
    501501}