BH official Russian Translation

bratela

BH Lover
Hello! Please accept my translation, I added and corrected some of the lines in his first translation of the image /usr/share/enigma2/po/ru/LC_Messages/. And I ask you to make changes to the plugin AutoResolution in the file plugin.pu here in this string return [(_("Autoresolution"), autoresSetup, "autores_setup", 45)] path : /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoResolution/ to display the translation of the Main menu - settings - System - AutoResolution. Thank you!
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution"), autoresSetup, "autores_setup", 45)]
 

Attachments

  • ru.zip
    93.7 KB · Views: 8

Tamaki

Administrator
Hello! Please accept my translation, I added and corrected some of the lines in his first translation of the image /usr/share/enigma2/po/ru/LC_Messages/. And I ask you to make changes to the plugin AutoResolution in the file plugin.pu here in this string return [(_("Autoresolution"), autoresSetup, "autores_setup", 45)] path : /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoResolution/ to display the translation of the Main menu - settings - System - AutoResolution. Thank you!
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution"), autoresSetup, "autores_setup", 45)]

Given to coder.
 

bratela

BH Lover
Hello! Please accept my translation, I added and corrected some of the lines in his first translation of the image /usr/share/enigma2/po/ru/LC_Messages/. And I ask you to make changes to the plugin AutoResolution in the file plugin.pu here in this string return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)] path : /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoResolution/ to display the translation of the Main menu - settings - System - AutoResolution. Thank you!
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]
 

Attachments

  • ru.zip
    93.7 KB · Views: 8

Tamaki

Administrator
Hello! Please accept my translation, I added and corrected some of the lines in his first translation of the image /usr/share/enigma2/po/ru/LC_Messages/. And I ask you to make changes to the plugin AutoResolution in the file plugin.pu here in this string return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)] path : /usr/lib/enigma2/python/Plugins/SystemPlugins/AutoResolution/ to display the translation of the Main menu - settings - System - AutoResolution. Thank you!
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]
Given to coder
 

bratela

BH Lover
Hello! Was published a new BH 2.0.7, but it does not have corrected the Russian localization, and not fixed plugin AutoResolution to display its translations, because no change to the file plugin.py (string 346 return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]. I ask You not to refuse the request and add it in the next update. Thank you!!!
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]
 

Tamaki

Administrator
Hello! Was published a new BH 2.0.7, but it does not have corrected the Russian localization, and not fixed plugin AutoResolution to display its translations, because no change to the file plugin.py (string 346 return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]. I ask You not to refuse the request and add it in the next update. Thank you!!!
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]
Sorry, i think it will be present in the next update
 

bratela

BH Lover
Hello! Please accept my translation, I added and corrected some of the lines in his translation of the image /usr/share/enigma2/po/ru/LC_Messages/
 

bratela

BH Lover
Hello! Please accept my translation, I added and corrected some of the lines in his translation of the image /usr/share/enigma2/po/ru/LC_Messages/
 

Attachments

  • ru.zip
    95.3 KB · Views: 3

bratela

BH Lover
Out the image of a Black Hole 2.0.7.1 , but again there is no translation plugin Autoresolution (please make changes to the plugin.py as shown below) and no update translations from 10 November 2013
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]
 

Attachments

  • screen3.jpg
    screen3.jpg
    171 KB · Views: 18
Last edited:

Tamaki

Administrator
Out the image of a Black Hole 2.0.7.1 , but again there is no translation plugin Autoresolution (please make changes to the plugin.py as shown below) and no update translations from 10 November 2013
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]
Ru language should be updated.
Which update isn't in 2.0.7.1, the last one? Or the previous one?
 

bratela

BH Lover
2.0.7.1 In the image file is not corrected plugin.py
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]
for localisation Autoresolution. Correct me please in this file.

And also please accept my new translation, I added and corrected some of the strings in the translation image /usr/share/enigma2/po/EN/LC_Messages/
 

Attachments

  • ru.zip
    95.5 KB · Views: 3
Last edited:

bratela

BH Lover
And also please accept my new translation, I added and corrected some of the strings in the translation image /usr/share/enigma2/po/EN/LC_Messages/
Mistaken. Need to be in /usr/share/enigma2/po/ru/LC_Messages/
 

Tamaki

Administrator
2.0.7.1 In the image file is not corrected plugin.py
Code:
def startSetup(menuid):
    if menuid != "system":
        return [ ]
    return [(_("Autoresolution..."), autoresSetup, "autores_setup", 45)]
for localisation Autoresolution. Correct me please in this file.

And also please accept my new translation, I added and corrected some of the strings in the translation image /usr/share/enigma2/po/EN/LC_Messages/
OK, given to coder.
 
Top