#!/bin/bash #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# ############## #####Translation ############## export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter-others-bigconvertaudio if [ "$(cat ~/.bigconvertaudio/audioformat)" = "aac" ] then echo "" echo "" echo "" echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvertaudio/audioformat)" = "mp3" ] then echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvertaudio/audioformat)" = "mp3vbr" ] then echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvertaudio/audioformat)" = "ogg" ] then echo "" echo "" echo "" echo "" echo "" echo "" fi if [ "$(cat ~/.bigconvertaudio/audioformat)" = "oggvbr" ] then echo "" echo "" echo "" echo "" echo "" echo "" fi