diff options
author | Thomas Amland <thomas.amland@gmail.com> | 2014-12-06 13:29:52 +0100 |
---|---|---|
committer | Thomas Amland <thomas.amland@gmail.com> | 2014-12-18 12:22:24 +0100 |
commit | be0922e7dd3389c6a3e68b9e274edbdc02d84e86 (patch) | |
tree | ee36355439b62ec82d53eb6cee682f5540c19bf7 /language | |
parent | c234e8fbca18d41baf2e9f4bf05d30f1afcf462e (diff) |
[addons] display a more helpful message on python errors
Diffstat (limited to 'language')
-rwxr-xr-x | language/English/strings.po | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/language/English/strings.po b/language/English/strings.po index 15090fccd8..27b690a16d 100755 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -4221,17 +4221,31 @@ msgctxt "#2081" msgid "Went back to parent list because the active list has been emptied" msgstr "" -#empty strings from id 2082 to 2099 - -msgctxt "#2100" -msgid "Script failed! : %s" -msgstr "" +#empty strings from id 2082 to 2100 msgctxt "#2101" msgid "Newer version needed - See log" msgstr "" -#empty strings from id 2102 to 9999 +#. Notification message indicating an add-on error. "<Add-on name> error". +#: xbmc/interfaces/python/PythonInvoker.cpp +msgctxt "#2102" +msgid "%s error" +msgstr "" + +#. Fallback message indicating an add-on error. +#: xbmc/interfaces/python/PythonInvoker.cpp +msgctxt "#2103" +msgid "Add-on error" +msgstr "" + +#. Used for add-on error kaitoast. +#: xbmc/interfaces/python/PythonInvoker.cpp +msgctxt "#2104" +msgid "See log for more info." +msgstr "" + +#empty strings from id 2105 to 9999 #: xbmc/guilib/WindowIDs.h msgctxt "#10000" |