mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
activitynames.php (Fully Translated) admin.php (Partially Translated) algebra.php (Fully Translated) appointment.php (Fully Translated) assignment.php (Fully Translated) attendance.php (Fully Translated) auth.php (Partially Translated) block_course_list.php (Fully Translated) block_course_summary.php (Fully Translated) block_online_users.php (Fully Translated) block_rss_client.php (Fully Translated) block_section_links.php (Fully Translated) block_social_activities.php (Fully Translated) book.php (Fully Translated) brainstorm.php (Fully Translated) calendar.php (Fully Translated) censor.php (Fully Translated) certificate.php (Fully Translated) chat.php (Fully Translated) choice.php (Fully Translated) countries.php (Fully Translated) dialogue.php (Fully Translated) editor.php (Fully Translated) emailprotect.php (Fully Translated) enrol_database.php (Fully Translated) enrol_flatfile.php (Partially Translated) enrol_internal.php (Fully Translated) enrol_ldap.php (Partially Translated) enrol_paypal.php (Partially Translated) error.php (Partially Translated) exercise.php (Partially Translated) forum.php (Fully Translated) glossary.php (Partially Translated) hotpot.php (Partially Translated) install.php (Partially Translated) journal.php (Fully Translated) label.php (Fully Translated) lesson.php (Partially Translated) mediaplugin.php (Fully Translated) message.php (Partially Translated) moodle.php (Partially Translated) multilang.php (Fully Translated) pix.php (Fully Translated) questionnaire.php (Partially Translated) quiz.php (Partially Translated) resource.php (Partially Translated) scorm.php (Partially Translated) survey.php (Partially Translated) tex.php (Fully Translated) webquest.php (Fully Translated) wiki.php (Partially Translated) workshop.php (Partially Translated)
27 lines
699 B
PHP
27 lines
699 B
PHP
<?PHP // $Id$
|
|
// pix.php - created with Moodle 1.2 development (2004012800)
|
|
|
|
|
|
$string['angry'] = 'ÛÇÖÈ';
|
|
$string['approve'] = 'ãæÇÝÞ';
|
|
$string['biggrin'] = 'ÇÈÊÓÇãÉ ÚÑíÖÉ';
|
|
$string['blackeye'] = 'ãÓæÏ ÇáÚíä';
|
|
$string['blush'] = 'ÎÌæá';
|
|
$string['clown'] = 'ãåÑøöÌ';
|
|
$string['cool'] = 'ÑÇÆÚ';
|
|
$string['dead'] = 'ãíÊ';
|
|
$string['evil'] = 'ÔíØÇä';
|
|
$string['kiss'] = 'ÞõÈáÉ';
|
|
$string['mixed'] = 'ãÔæøóÔ ';
|
|
$string['sad'] = 'ÍÒíä';
|
|
$string['shy'] = 'ÎÌæá';
|
|
$string['sleepy'] = 'äÚÓÇä';
|
|
$string['smiley'] = 'ÇÈÊÓã';
|
|
$string['surprise'] = 'íõÏúåöÔ';
|
|
$string['thoughtful'] = 'ãÓÊÛÑÞ Ýí ÇáÊÝßíÑ ';
|
|
$string['tongueout'] = 'ãÓÊåÒÁ';
|
|
$string['wideeyes'] = 'ãÍÏÞ ÇáÚíäíä';
|
|
$string['wink'] = 'íóÛúãöÒ ';
|
|
|
|
?>
|