#!/bin/bash #Control Center for BigLinux # #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# #Translation export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter name_application=$"Reparar o sistema" description_application=$"Problemas podem ocorrer e precisamos repara-los" exec_application="/usr/share/bigbashview/run.run?bigbashview /usr/share/bigcontrolcenter/categories/system/repair/repair.sh.htm -i /usr/share/bigcontrolcenter/categories/system/repair/icon.png" icon_application="/usr/share/bigcontrolcenter/categories/system/repair/icon.png"