#!/bin/bash #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# ############## #####Translation ############## export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter-others-bigconvert if [ "$(cat ~/.bigconvert/audioformat)" = "aac" ] then echo "" echo "" echo "" echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvert/audioformat)" = "aacmp4" ] then echo "" echo "" echo "" echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvert/audioformat)" = "aacaudio" ] then echo "" echo "" echo "" echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvert/audioformat)" = "aaccelularvbr" ] then echo "" echo "" echo "" echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvert/audioformat)" = "3gp" ] then echo "" echo "" echo "" echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvert/audioformat)" = "mp4mpeg" ] then echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvert/audioformat)" = "mp3" ] then echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvert/audioformat)" = "flvaudio" ] then echo "" echo "" echo "" fi