mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 03:15:48 +01:00 
			
		
		
		
	Add files via upload
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user