Tag Archives: arabic characters

English Arabic English Dictionary (Eng Arabic Dic)

Translate Text

[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngAra WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[strong][font color=”red”]’.$row[“English”].'[br][/font][/strong]’;
echo ‘[font size=”4″ color=”blue”] – ‘.$row[“French”].'[/font][br]’;
echo ‘[em][strong][font color=”blue”] — ‘.$row[“pinyin”].'[br][/font][/strong][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Arabic”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngAra WHERE French LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN French like ‘”.$name.”%’ THEN 0 ELSE 1 END, French limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font size=”4″ color=”red”]’.$row[“French”].'[/font][br]’;
echo ‘[strong][font color=”red”]’.$row[“pinyin”].'[br][/font][/strong]’;
echo ‘[em][strong][font color=”blue”] — ‘.$row[“English”].'[br][/font][/strong][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Arabic Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Arabic dictionary suite (Eng Arabic Dic.) is a full set of English Arabic language software for multiple platforms. Each dictionary can be used to translate from English to Arabic and from Arabic to English.

Play English Arabic Flashcards Online

English Arabic Dictionary Android

English Arabic Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Arabic Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Arabic Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Arabic Dictionary (Windows Mobile Smartphone)

EnglishArabicDictionary (Blackberry)

iPhone Screenshot 1Versions for mobile phones and other mobile devices provide word translations Eng Arabic displaying translations in phonetic Arabic (romanised Arabic).The Arabic Eng dic translates from phonetic Arabic to English and by using the copy feature this can be particularly useful for reverse lookups for synonyms and to understand the broader use of the Arabic word in the English language. Although the Eng Arabic dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Arabic words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux of the English Arabic language dictionary software display Arabic characters as well as phonetic Arabic when translating words from English to Arabic. The copy feature is equally useful in helping to understand and communicate between English and Arabic. This version can also translate from Arabic characters to English as well as from phonetic Arabic (romanised Arabic) to English.

Windows, Apple Mac and Linux versions also provide an Arabic learning mode, which uses flashcards to help you learn and memorize the Arabic language. The learning or Arabic teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Arabic words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Arabic word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Arabic words for the correct English to Arabic translation. The Arabic teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Arabic language against the complete Eng Arabic dic. Like level 1, level 3 offers three Arabic word choices and level 4 five Arabic word choices from the extensive English Arabic lexicon.

The learning mode provides the same functionality from Arabic words to English for levels 1 to 4. Arabic words are displayed in Arabic characters, but after an English translation choice is made the phonetic Arabic (romanised Arabic) is also displayed whether the selection is right or wrong. This is very helpful for Arabic language students who are learning to read Arabic.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Dzongkha English Dictionary (Eng Dzongkha Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM DzEng WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“English”].'[br][/font]’;
echo ‘[font size=”5″ color=”blue”] – ‘.$row[“Roman”].'[/font][br]’;
echo ‘[em][font color=”blue”] — ‘.$row[“French”].'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Dzongkha”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM DzEng WHERE Roman LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN Roman like ‘”.$name.”%’ THEN 0 ELSE 1 END, Roman limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font size=”5″ color=”red”]’.$row[“Roman”].'[/font][br]’;
echo ‘[font color=”red”]’.$row[“French”].'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.$row[“English”].'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Dzongkha Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Dzongkha dictionary suite (Eng Dzongkha Dic.) is a full set of English Arabic language software for multiple platforms. Each dictionary can be used to translate from English to Dzongkha and from Dzongkha to English.

English Dzongkha Dictionary Android

English Dzongkha Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Dzongkha Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Dzongkha Dictionary (Windows Mobile)

English Dzongkha Dictionary (Blackberry)

Versions for mobile phones and other mobile devices provide word translations Eng Dzongkha displaying translations in phonetic Dzongkha (romanised Dzongkha). The Dzongkha Eng dic translates from phonetic Dzongkha to English and by using the copy feature this can be particularly useful for reverse lookups for synonyms and to understand the broader use of the Dzongkha word in the English language. Although the Eng Dzongkha dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Dzongkha words in the English context without the need for detailed definitions.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.