diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2022-11-01 23:37:52 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2022-11-10 23:05:26 +0100 |
commit | 5b1bb980ca550c1f5fcdbf576ec4cada62cc3583 (patch) | |
tree | 85d67cff8bcf1b0fff680add6a1f2d3f3308a461 /addons/resource.language.en_gb | |
parent | b4d9f96a254819ddd258240ab2063639696862e2 (diff) |
[utils][favourites] Encapsulate 'exec strings' and favourite URLs. Add CExecString and CFavouritesURL.
Diffstat (limited to 'addons/resource.language.en_gb')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 5a4f088ef6..933a150773 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -8772,44 +8772,43 @@ msgid "Action" msgstr "" #. Label for an action associated with a favourite. -#: xbmc/Util.cpp +#: xbmc/favourites/FavouritesURL.cpp msgctxt "#15218" msgid "Play media" msgstr "" #. Label for an action associated with a favourite -#: xbmc/Util.cpp +#: xbmc/favourites/FavouritesURL.cpp msgctxt "#15219" msgid "Show picture" msgstr "" #. Label for an action associated with a favourite. Placeholder will be filled with the name of the window the favourite's content will be displayed in. -#: xbmc/favourites/FavouritesService.cpp -#: xbmc/Util.cpp +#: xbmc/favourites/FavouritesURL.cpp msgctxt "#15220" msgid "Show content in \"{}\"" msgstr "" #. Label for an action associated with a favourite -#: xbmc/Util.cpp +#: xbmc/favourites/FavouritesURL.cpp msgctxt "#15221" msgid "Execute script" msgstr "" #. Label for an action associated with a favourite -#: xbmc/Util.cpp +#: xbmc/favourites/FavouritesURL.cpp msgctxt "#15222" msgid "Execute Android app" msgstr "" #. Label for an action associated with a favourite -#: xbmc/Util.cpp +#: xbmc/favourites/FavouritesURL.cpp msgctxt "#15223" msgid "Execute add-on" msgstr "" #. Label for an action associated with a favourite -#: xbmc/Util.cpp +#: xbmc/favourites/FavouritesURL.cpp msgctxt "#15224" msgid "Other / Unknown" msgstr "" |