Add files via upload

This commit is contained in:
gutosie
2021-02-12 16:06:25 +02:00
committed by GitHub
parent 40020972ba
commit 81bbdeb727
2 changed files with 9 additions and 6 deletions

View File

@@ -19,7 +19,6 @@ def getSupportedTuners():
supportedT='%s' % getBoxHostName()
return supportedT
def getFreespace(dev):
statdev = os.statvfs(dev)
space = statdev.f_bavail * statdev.f_frsize / 1024

View File

@@ -1704,8 +1704,7 @@ class Opis(Screen):
self.updatetext()
def updatetext(self):
message = _('NeoBoot Ver. ' + PLUGINVERSION + '\n\n')
message += _('NeoBoot Ver. updates ' + UPDATEVERSION + '\n\n')
message = _('\\ NeoBoot Ver. ' + PLUGINVERSION + ' - NeoBoot Ver. updates ' + UPDATEVERSION + '//\n\n')
message += _('1. Requirements: For proper operation of the device NeoBota are required USB stick or HDD.\n\n')
message += _('2. NeoBot is fully automated\n\n')
message += _('3. To install the new software in multiboot, you must send the software file compressed in zip format via ftp to the ImagesUpload directory, or download from the network.\n\n')
@@ -1713,18 +1712,23 @@ class Opis(Screen):
message += _('5. By installing the multiboot images of a different type than for your model STB DOING THIS AT YOUR OWN RISK !!!\n\n')
message += _('6. The installed to multiboot images, it is not indicated update to a newer version.\n\n')
message += _('The authors plug NeoBot not liable for damage a receiver, NeoBoota incorrect use or installation of unauthorized additions or images.!!!\n\n')
message += _('Have fun !!!')
message += _('\nCompletely uninstall NeoBota: \nIf you think NeoBot not you need it, you can uninstall it.\nTo uninstall now press the red button on the remote control.\n\n')
message += _('\----------NEOBOOT - VIP FULL VERSION----------/\n')
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 += _('----------------Free donate----------------\n')
message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n')
message += _('Donate to the project\n')
message += _('- Access to the latest version\n')
message += _('- Online support\n')
message += _('- Full version\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')
message += _('---------------- ¯\_(ツ)_/¯ ----------------\n')
message += _('---------------- ¯\_(ツ)_/¯ ----------------\n\n')
message += _('\nCompletely uninstall NeoBota: \nIf you think NeoBot not you need it, you can uninstall it.\nTo uninstall now press the red button on the remote control.\n\n')
message += _('Have fun !!!')
self['lab1'].show()
self['lab1'].setText(message)