diff options
author | Alwin Esch <alwin.esch@web.de> | 2020-08-23 12:02:27 +0200 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2020-09-12 11:48:46 +0200 |
commit | 6da4bcc2bb70762ff2e9abacc3e649da69698f65 (patch) | |
tree | c0959c86a3f20be8df40a8274026acf61cdb373e /addons | |
parent | 37044341c9607fae46803e91ea147813ea8824e7 (diff) |
[addons][filesystem] add set as deprecated to "Addon.Status" on file item property
This add the set of "Addon.Status" also if deprecated and add the string "Deprecated" to this value.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index afa06431d4..189917262a 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -15745,7 +15745,15 @@ msgctxt "#24168" msgid "Deprecated: {0:s}" msgstr "" -#empty strings from id 24169 to 24990 +#empty string with id 24169 + +#. To declare addon as deprecated +#: xbmc/filesystem/AddonsDirectory.cpp +msgctxt "#24170" +msgid "Deprecated" +msgstr "" + +#empty strings from id 24171 to 24990 #. Used as error message in add-on browser when add-on repository data could not be downloaded #: xbmc/filesystem/AddonsDirectory.cpp |