diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2015-12-30 14:58:46 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2015-12-31 14:25:42 +0100 |
commit | de18618ae8b84b95516a31a5a4898db5e5512997 (patch) | |
tree | 6a6c61eb7d8bf23c61d0eebe0ab4051de466ba28 /addons | |
parent | 70c4c65b86a49ecb56437d96687daf9855e572b1 (diff) |
[PVR] Guide & Search window: Add 'Edit timer'/'Edit timer rule' to context menu
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index d00062b04d..92a2d1f731 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -9481,17 +9481,27 @@ msgctxt "#19239" msgid "Starting background threads" msgstr "" -#: xbmc/pvr/windows/PVRClients.cpp +#: xbmc/pvr/addons/PVRClients.cpp msgctxt "#19240" msgid "No PVR add-on enabled" msgstr "" -#: xbmc/pvr/windows/PVRClients.cpp +#: xbmc/pvr/addons/PVRClients.cpp msgctxt "#19241" msgid "The PVR manager has been enabled without any enabled PVR add-on. Enable at least one add-on in order to use the PVR functionality." msgstr "" -#empty strings from id 19242 to 19243 +#. Label for context menu entry to open settings dialog for a timer +#: xbmc/pvr/windows/GUIWindowPVRGuide.cpp +msgctxt "#19242" +msgid "Edit timer" +msgstr "" + +#. Label for context menu entry to open settings dialog for a timer rule +#: xbmc/pvr/windows/GUIWindowPVRGuide.cpp +msgctxt "#19243" +msgid "Edit timer rule" +msgstr "" #: system/settings/settings.xml msgctxt "#19244" |