Ticket #365: mythweb.programinfo.diff

File mythweb.programinfo.diff, 4.0 KB (added by Robert Tsai <rtsai1111>, 19 years ago)
  • includes/programs.php

     
    1414                              '-7' => 'LowDiskSpace',
    1515                              '-6' => 'Cancelled',
    1616                              '-5' => 'Deleted',
    17                               '-4' => 'Stopped',
     17                              '-4' => 'Aborted',
    1818                              '-3' => 'Recorded',
    1919                              '-2' => 'Recording',
    2020                              '-1' => 'WillRecord',
    2121                                0  => 'Unknown',
    22                                 1  => 'ManualOverride',
     22                                1  => 'DontRecord',
    2323                                2  => 'PreviousRecording',
    2424                                3  => 'CurrentRecording',
    2525                                4  => 'EarlierShowing',
     
    2828                                7  => 'Conflict',
    2929                                8  => 'LaterShowing',
    3030                                9  => 'Repeat',
    31                                 10 => 'Overlap',
     31                                10 => 'Inactive',
    3232                                11 => 'NeverRecord'
    3333                            );
    3434
     
    3737                               'LowDiskSpace'       => t('recstatus: lowdiskspace'),
    3838                               'Cancelled'          => t('recstatus: cancelled'),
    3939                               'Deleted'            => t('recstatus: deleted'),
    40                                'Stopped'            => t('recstatus: stopped'),
     40                               'Aborted'            => t('recstatus: stopped'),
    4141                               'Recorded'           => t('recstatus: recorded'),
    4242                               'Recording'          => t('recstatus: recording'),
    4343                               'WillRecord'         => t('recstatus: willrecord'),
    4444                               'Unknown'            => t('recstatus: unknown'),
    45                                'ManualOverride'     => t('recstatus: manualoverride'),
     45                               'DontRecord'         => t('recstatus: manualoverride'),
    4646                               'PreviousRecording'  => t('recstatus: previousrecording'),
    4747                               'CurrentRecording'   => t('recstatus: currentrecording'),
    4848                               'EarlierShowing'     => t('recstatus: earliershowing'),
     
    5151                               'Conflict'           => t('recstatus: conflict'),
    5252                               'Repeat'             => t('recstatus: repeat'),
    5353                               'LaterShowing'       => t('recstatus: latershowing'),
    54                                'Overlap'            => t('recstatus: overlap'),
     54                               'Inactive'           => t('recstatus: inactive'),
    5555                               'NeverRecord'        => t('recstatus: neverrecord'),
    5656                            // A special category for mythweb, since this feature doesn't exist in the backend
    5757                               'ForceRecord'        => t('recstatus: force_record'),
  • languages/English.php

     
    119119    'recstatus: deleted'           => 'This showing was recorded but was deleted before recording was completed.',
    120120    'recstatus: earliershowing'    => 'This episode will be recorded at an earlier time instead.',
    121121    'recstatus: force_record'      => 'This show was manually set to record this specific instance.',
     122    'recstatus: inactive'          => 'This recording schedule is inactive.',
    122123    'recstatus: latershowing'      => 'This episode will be recorded at a later time instead.',
    123124    'recstatus: lowdiskspace'      => 'There wasn\'t enough disk space available to record this program.',
    124125    'recstatus: manualoverride'    => 'This showing was manually set to not record',