some forgotten localizations
This commit is contained in:
@@ -293,12 +293,12 @@ class Main(xbmcgui.WindowXMLDialog):
|
||||
if 'categoria actual' in menu_node:
|
||||
category = menu_node['categoria actual']
|
||||
new_item = Item(channel='news', action="setting_channel", extra=category, menu=True)
|
||||
elif control == 'Buscar':
|
||||
elif control == config.get_localized_string(60423):
|
||||
new_item = Item(channel='search', action="search")
|
||||
elif control == 'Buscar Actor':
|
||||
elif control == config.get_localized_string(70036):
|
||||
new_item = Item(channel='tvmoviedb', title="Buscar actor/actriz", action="search_",
|
||||
search={'url': 'search/person', 'language': 'es', 'page': 1}, star=True)
|
||||
elif control == 'Donde Buscar':
|
||||
elif control == config.get_localized_string(70010):
|
||||
new_item = Item(channel='search', action="setting_channel")
|
||||
elif control == '':
|
||||
self.close()
|
||||
|
||||
@@ -1043,7 +1043,7 @@ msgstr "Informazioni complete"
|
||||
|
||||
msgctxt "#60247"
|
||||
msgid "[%s]: Select the correct %s"
|
||||
msgstr "[%s]: Selecciona la %s correcta"
|
||||
msgstr "[%s]: Seleziona la %s corretta"
|
||||
|
||||
msgctxt "#60248"
|
||||
msgid "Login to this page: %s"
|
||||
|
||||
Reference in New Issue
Block a user