'; echo ''; echo ''; echo ''; echo 'Al Misbar: '; echo '
'; echo _("Translation Theme:") . ' '; echo ''; echo '
'; echo ''; echo "Transliteration of abbreviations"; echo ''; echo "Transliteration of proper nouns"; echo ''; echo "Show Harakat"; echo '

'; translate_table_end(); } /** * Add info about almisbar * * String is not translated, because config file might be different */ function translate_custom_showtrad() { translate_showtrad_internal( 'Al Misbar', "English to Arabic translation (powered by Al-Mutarjim (TM) Al-Arabey and Al-Wafi v2 machine translation engine)", 'http://www.almisbar.com/' ); } /** * Add almisbar option */ function translate_custom_showoption() { translate_showoption_internal('server', 'custom', 'Al Misbar'); }