diff options
author | metaron <andrew@thomasinfletcher.com> | 2015-11-16 19:47:35 +0000 |
---|---|---|
committer | metaron <andrew@thomasinfletcher.com> | 2015-11-20 17:07:47 +0000 |
commit | c28e0125ac26acc44ffa345131b496c5319026f3 (patch) | |
tree | 09421b26b8af68860e14ccbbacbb37a4b7c4468e /addons | |
parent | 509798180adfef1507ea9979a42479329a779e3d (diff) |
[PVR] Fix Timer Status UI inconsistencies
Use Enabled/Disabled to identify if a timer should to do something
- Timer Settings dialogue (was 'Active')
- Timer List 'Status' column (was 'Enabled/Inactive')
- Timer announcements (was activated/deactivated)
Re-use existing 'Enabled'/'Disabled' strings to reduce duplicates
UI only. No change to PVR function or API variable names.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 345e7466f1..22f9041644 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -1344,6 +1344,8 @@ msgstr "" #: system/peripherals.xml #: xbmc/filesystem/AddonsDirectory.cpp #: system/settings/settings.xml +#. Label of active/inactive radiobutton in PVR timer settings dialog +#: xbmc/pvr/dialogs/GUIDialogPVRTimerSettings.cpp msgctxt "#305" msgid "Enabled" msgstr "" @@ -3527,23 +3529,11 @@ msgstr "" #empty string with id 824 -#. Representation of PVR timer state "disabled" -#: xbmc/pvr/timers/PVRTimerInfoTag.cpp -msgctxt "#825" -msgid "Inactive" -msgstr "" +#empty string with id 825 -#. Notification text to announce that a timer was activated -#: xbmc/pvr/timers/PVRTimerInfoTag.cpp -msgctxt "#826" -msgid "Timer activated" -msgstr "" +#empty string with id 826 -#. Notification text to announce that a timer was deactivated -#: xbmc/pvr/timers/PVRTimerInfoTag.cpp -msgctxt "#827" -msgid "Timer deactivated" -msgstr "" +#empty string with id 827 #. Text for notification that a repeating timer has been deleted #: xbmc/pvr/timers/PVRTimers.cpp @@ -5630,6 +5620,7 @@ msgstr "" #: xbmc/peripherals/bus/PeripheralBus.cpp #: system/settings/settings.xml +#: xbmc/pvr/timers/PVRTimerInfoTag.cpp msgctxt "#13106" msgid "Disabled" msgstr "" @@ -8671,8 +8662,14 @@ msgctxt "#19056" msgid "New timer" msgstr "" -# empty string with id 19057 +#. Notification text to announce that a timer was disabled +#: xbmc/pvr/timers/PVRTimerInfoTag.cpp +msgctxt "#19057" +msgid "Timer disabled" +msgstr "" +#. Notification text to announce that a timer was enabled +#: xbmc/pvr/timers/PVRTimerInfoTag.cpp msgctxt "#19058" msgid "Timer enabled" msgstr "" @@ -8753,8 +8750,7 @@ msgctxt "#19073" msgid "Delay channel switch" msgstr "" -#. Label of active/inactive radiobutton in PVR timer settings dialog -#: xbmc/pvr/dialogs/GUIDialogPVRTimerSettings.cpp +#: addons/skin.confluence/720p/DialogPVRChannelManager.xml msgctxt "#19074" msgid "Active" msgstr "" |