адаптация под Kodi 19 и изменение авторизации VK
parent
9cc643470a
commit
d3f0064e28
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon id="kodi-vk.inpos.ru" version="1.2.6" name="VK Add-on" provider-name="inpos">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.14.0"/>
|
||||
<import addon="xbmc.python" version="3.0.0"/>
|
||||
<import addon="script.module.vk"/>
|
||||
<import addon="script.module.simplejson"/>
|
||||
</requires>
|
||||
<extension point="xbmc.python.pluginsource" library="default.py">
|
||||
<provides>image video</provides>
|
||||
|
|
788
default.py
788
default.py
File diff suppressed because it is too large
Load Diff
|
@ -143,3 +143,7 @@ msgstr "[I][COLOR orange]User:[/COLOR][/I]"
|
|||
msgctxt "#400604"
|
||||
msgid "Group"
|
||||
msgstr "[I][COLOR orange]Group:[/COLOR][/I]"
|
||||
|
||||
msgctxt "#400700"
|
||||
msgid "2fa_code"
|
||||
msgstr "2FA Code"
|
||||
|
|
|
@ -143,3 +143,7 @@ msgstr "[I][COLOR orange]Пользователь:[/COLOR][/I]"
|
|||
msgctxt "#400604"
|
||||
msgid "Group"
|
||||
msgstr "[I][COLOR orange]Сообщество:[/COLOR][/I]"
|
||||
|
||||
msgctxt "#400700"
|
||||
msgid "2fa_code"
|
||||
msgstr "Код подтверждения авторизации"
|
||||
|
|
Loading…
Reference in New Issue