Update tools.py

This commit is contained in:
gutosie
2021-12-07 11:55:08 +02:00
committed by GitHub
parent 70cb245466
commit a6633aa846

View File

@@ -2065,7 +2065,8 @@ 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 Ethernet MAC: ' + getBoxMacAddres() + ' \n')
message += _(' ' + getBoxHostName() + ' Ethernet MAC: ' + getBoxMacAddres() + '\n')
message += _(' Email your receiver Ethernet MAC and get a neoboto VIP\n\n')
message += _('----------------Free donate----------------\n')
message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n')
message += _('Donate to the project\n')
@@ -2230,14 +2231,14 @@ class neoDONATION(Screen):
self.updatetext()
def updatetext(self):
message = _('NeoBoot Ver. ' + PLUGINVERSION + ' Enigma2\n\n')
message = _('NeoBoot Ver. ' + PLUGINVERSION + ' Enigma2\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 Ethernet MAC: ' + getBoxMacAddres() + ' \n\n')
message += _(' Email your receiver Ethernet MAC and get a neoboto VIP \n\n')
message += _('----------------Free donate----------------\n\n')
message += _(' ' + getBoxHostName() + ' Ethernet MAC: ' + getBoxMacAddres() + '\n')
message += _(' Email your receiver Ethernet MAC and get a neoboto VIP\n')
message += _('----------------Free donate----------------\n')
message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n')
message += _('Donate to the project\n')
message += _('- Access to the latest version\n')