fix mostra selezione canale in videoteca
This commit is contained in:
@@ -3,8 +3,7 @@
|
|||||||
# Configuration parameters (kodi)
|
# Configuration parameters (kodi)
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
||||||
# from builtins import str
|
import sys, os, xbmc, xbmcaddon
|
||||||
import sys, os, re, xbmc, xbmcaddon
|
|
||||||
PY3 = False
|
PY3 = False
|
||||||
if sys.version_info[0] >= 3: PY3 = True; unicode = str; unichr = chr; long = int
|
if sys.version_info[0] >= 3: PY3 = True; unicode = str; unichr = chr; long = int
|
||||||
|
|
||||||
@@ -69,6 +68,7 @@ def get_platform(full_version=False):
|
|||||||
'plaform': (str) is made up of "kodi-" or "xbmc-" plus the version name as appropriate.
|
'plaform': (str) is made up of "kodi-" or "xbmc-" plus the version name as appropriate.
|
||||||
If the full_version parameter is False (default) the value of the 'plaform' key from the previous dictionary is returned.
|
If the full_version parameter is False (default) the value of the 'plaform' key from the previous dictionary is returned.
|
||||||
"""
|
"""
|
||||||
|
import re
|
||||||
|
|
||||||
ret = {}
|
ret = {}
|
||||||
codename = {"10": "dharma", "11": "eden", "12": "frodo",
|
codename = {"10": "dharma", "11": "eden", "12": "frodo",
|
||||||
|
|||||||
@@ -3145,7 +3145,7 @@ msgid "Most Viewed"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#70078"
|
msgctxt "#70078"
|
||||||
msgid "Show links of "
|
msgid "Show only links of "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#70079"
|
msgctxt "#70079"
|
||||||
|
|||||||
@@ -3144,8 +3144,8 @@ msgid "Most Viewed"
|
|||||||
msgstr "Più Viste"
|
msgstr "Più Viste"
|
||||||
|
|
||||||
msgctxt "#70078"
|
msgctxt "#70078"
|
||||||
msgid "Show links of "
|
msgid "Show only links of "
|
||||||
msgstr "Mostra link di "
|
msgstr "Mostra solo link di "
|
||||||
|
|
||||||
msgctxt "#70079"
|
msgctxt "#70079"
|
||||||
msgid "Delete channel "
|
msgid "Delete channel "
|
||||||
|
|||||||
Reference in New Issue
Block a user