diff options
author | Jonathan Marshall <jmarshall@xbmc.org> | 2013-11-09 10:09:02 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2013-11-11 20:37:40 +1300 |
commit | 5c70d5923ce57783691feef9529f1397c00548d0 (patch) | |
tree | 9dd4fe73bf9c4c5655ae83a7270dabbcb7606637 /language | |
parent | 4f95671d0f8f8e419d5b2db11d20de9f6c912395 (diff) |
[addons] separate out Broken and Unmet dependencies in the UI
Diffstat (limited to 'language')
-rwxr-xr-x | language/English/strings.po | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/language/English/strings.po b/language/English/strings.po index 5096061f53..3743327c26 100755 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -11734,8 +11734,8 @@ msgctxt "#24043" msgid "Available Updates" msgstr "" -#: xbmc/addons/addoninstaller.cpp -#: xbmc/addons/Repository.cpp +#: xbmc/addons/AddonInstaller.cpp +#: xbmc/addons/AddonsDatabase.cpp msgctxt "#24044" msgid "Dependencies not met. Please contact Add-on author." msgstr "" @@ -11760,7 +11760,10 @@ msgctxt "#24048" msgid "Rollback" msgstr "" -#empty string with id 24049 +#: xbmc/addons/AddonsDirectory.cpp +msgctxt "#24049" +msgid "Incompatible" +msgstr "" #: unknown msgctxt "#24050" @@ -11940,7 +11943,12 @@ msgctxt "#24103" msgid "Skin is missing some files" msgstr "" -#empty strings from id 24104 to 24999 +#: xbmc/addons/Repository.cpp +msgctxt "#24104" +msgid "Add-on is incompatible due to unmet dependencies." +msgstr "" + +#empty strings from id 24105 to 24999 msgctxt "#25000" msgid "Notifications" |