diff options
author | ronie <ronie@users.noreply.github.com> | 2020-08-16 02:37:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 02:37:48 +0200 |
commit | 04ba4e0fd6d87b5a0fec68b22d96a1049a33128f (patch) | |
tree | 1b6fcbc276a8a7a156043ec11f5e34ca36a590be /addons | |
parent | ee25faba251aa82833d05716a685c5189599a284 (diff) | |
parent | f0aded062c747bdabdeea16d5d95fda4d3dacf33 (diff) |
Merge pull request #18266 from ronie/addonorigin
remove ListItem.Property(Addon.OriginType) infolabel as it's a duplicate of ListItem.AddonOrigin
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 24 | ||||
-rw-r--r-- | addons/skin.estuary/language/resource.language.en_gb/strings.po | 2 | ||||
-rw-r--r-- | addons/skin.estuary/xml/DialogAddonInfo.xml | 8 |
3 files changed, 9 insertions, 25 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 40641cc001..f61c1b07a9 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -15853,29 +15853,13 @@ msgctxt "#25013" msgid "Auto-skip on" msgstr "" -#. Used for skins to tell addon origin type -#. xbmc/filesystem/AddonsDirectory.cpp -#: addons/skin.estuary/xml/DialogAddonInfo.xml +#. Used to tell addon origin type +#. xbmc/guilib/guiinfo/AddonsGUIInfo.cpp msgctxt "#25014" -msgid "system" -msgstr "" - -#. Used for skins to tell addon origin type -#. xbmc/filesystem/AddonsDirectory.cpp -#: addons/skin.estuary/xml/AddonBrowser.xml -msgctxt "#25015" -msgid "repository" -msgstr "" - -#. Used for skins to tell addon origin type -#. xbmc/filesystem/AddonsDirectory.cpp -#: addons/skin.estuary/xml/AddonBrowser.xml -#: addons/skin.estuary/xml/DialogAddonInfo.xml -msgctxt "#25016" -msgid "manual" +msgid "Manual" msgstr "" -#empty strings from id 25017 to 29800 +#empty strings from id 25015 to 29800 #: unused msgctxt "#29801" diff --git a/addons/skin.estuary/language/resource.language.en_gb/strings.po b/addons/skin.estuary/language/resource.language.en_gb/strings.po index 6a11e97c81..c86dbe1e23 100644 --- a/addons/skin.estuary/language/resource.language.en_gb/strings.po +++ b/addons/skin.estuary/language/resource.language.en_gb/strings.po @@ -686,7 +686,7 @@ msgstr "" #: /xml/DialogAddonInfo.xml msgctxt "#31150" -msgid "Repository" +msgid "Origin" msgstr "" #: /xml/Home.xml diff --git a/addons/skin.estuary/xml/DialogAddonInfo.xml b/addons/skin.estuary/xml/DialogAddonInfo.xml index 65c96894f7..74f829b1e0 100644 --- a/addons/skin.estuary/xml/DialogAddonInfo.xml +++ b/addons/skin.estuary/xml/DialogAddonInfo.xml @@ -247,14 +247,14 @@ <control type="label"> <width>470</width> <height>40</height> - <label>$INFO[ListItem.AddonSize,[COLOR button_focus]$LOCALIZE[22031]:[/COLOR] ,[CR]]</label> - <visible>!String.IsEmpty(ListItem.AddonSize)</visible> + <label>$INFO[ListItem.AddonOrigin,[COLOR button_focus]$LOCALIZE[31150]:[/COLOR] ]</label> + <visible>!String.IsEmpty(ListItem.AddonOrigin)</visible> </control> <control type="label"> <width>470</width> <height>40</height> - <label>$INFO[ListItem.AddonOrigin,[COLOR button_focus]$LOCALIZE[31150]:[/COLOR] ]</label> - <visible>!String.IsEmpty(ListItem.AddonOrigin) + ListItem.Property(addon.isinstalled)</visible> + <label>$INFO[ListItem.AddonSize,[COLOR button_focus]$LOCALIZE[22031]:[/COLOR] ,[CR]]</label> + <visible>!String.IsEmpty(ListItem.AddonSize)</visible> </control> </control> </control> |