mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 12:25:46 +01:00
Update tools.py
This commit is contained in:
@@ -1882,7 +1882,7 @@ class Opis(Screen):
|
||||
message += _('Get the full version of the multiboot plugin.\n')
|
||||
message += _('Send an e-mail request for the neoboot vip version.\n')
|
||||
message += _('e-mail: krzysztofgutosie@gmail.com\n\n')
|
||||
message += _('Your receiver mac address is: ' + getBoxMacAddres() + ' \n\n')
|
||||
message += _('>>> Your receiver mac address is: ' + getBoxMacAddres() + ' <<< \n\n')
|
||||
message += _('----------------Free donate----------------\n')
|
||||
message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n')
|
||||
message += _('Donate to the project\n')
|
||||
@@ -2048,6 +2048,10 @@ class neoDONATION(Screen):
|
||||
def updatetext(self):
|
||||
message = _('NeoBoot Ver. ' + PLUGINVERSION + ' Enigma2\n\n')
|
||||
message += _('NeoBoot Ver. updates ' + UPDATEVERSION + ' \n\n')
|
||||
message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n')
|
||||
message += _(' krzysztofgutosie@gmail.com\n\n')
|
||||
message += _(' PayPal adress: krzysztofgutosie@gmail.com\n')
|
||||
message += _('>>> Your receiver mac address is: ' + getBoxMacAddres() + ' <<< \n\n')
|
||||
message += _('----------------Free donate----------------\n\n')
|
||||
message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n')
|
||||
message += _('Donate to the project\n')
|
||||
@@ -2055,10 +2059,6 @@ class neoDONATION(Screen):
|
||||
message += _('- Online support\n')
|
||||
message += _('- More information email\n')
|
||||
message += _('We thank you for any help\n')
|
||||
message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n')
|
||||
message += _(' krzysztofgutosie@gmail.com\n\n')
|
||||
message += _(' PayPal adress: krzysztofgutosie@gmail.com\n')
|
||||
message += _('Your receiver mac address is: ' + getBoxMacAddres() + ' \n\n')
|
||||
message += _('----------------Free donate----------------\n')
|
||||
message += _('¯\_(ツ)_/¯ Have fun !!!')
|
||||
self['lab1'].show()
|
||||
|
||||
Reference in New Issue
Block a user