mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 03:53:49 +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)
39 lines
1.5 KiB
PHP
39 lines
1.5 KiB
PHP
<?PHP // $Id$
|
|
// install.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
|
|
|
|
|
$string['admindirerror'] = 'ãÌáÏ ÇáÅÏÇÑÉ ÇáãÍÏÏ ÛíÑ ÕÍíÍ';
|
|
$string['admindirname'] = 'ãÌáÏ ÇáÅÏÇÑÉ';
|
|
$string['caution'] = 'ÊÍÐíÑ';
|
|
$string['chooselanguage'] = 'ÇÎÊÑ ÇááÛÉ';
|
|
$string['compatibilitysettings'] = 'ÃÝÍÕ ÅÚÏÇÏÇÊ ÇáÜ PHP';
|
|
$string['configfilewritten'] = 'Êã ÇäÔÇÁ ãáÝ config.php ÈäÌÇÍ';
|
|
$string['configurationcomplete'] = 'Êã ÚãáíÉ ÇáÅÚÏÇÏ';
|
|
$string['database'] = 'ÞÇÚÏÉ ÈíÇäÇÊ';
|
|
$string['dataroot'] = 'ãÚáæãÇÊ';
|
|
$string['datarooterror'] = 'ÅÚÏÇÏ ÇáãÚáæãÇÊ ÛíÑ ÕÍíÍ';
|
|
$string['dbhost'] = 'ÇáÎÇÏã ÇáãÖíÝ';
|
|
$string['dbpass'] = 'ßáãÉ ãÑæÑ';
|
|
$string['dbprefix'] = 'ãÞÏãÉ ÇáÌÏÇæá';
|
|
$string['dbtype'] = 'äæÚ';
|
|
$string['dirroot'] = 'ãÌáÏ';
|
|
$string['dirrooterror'] = 'ÅÚÏÇÏøøø\"ÇáãÌáÏ\" ÛíÑ ÕÍíÍ. ÍÇæá ÅÚÇÏÉ ÇáÅÚÏÇÏ';
|
|
$string['download'] = 'ÊäÒíá';
|
|
$string['fail'] = 'ÝÔá';
|
|
$string['fileuploads'] = 'ÊÍãíá ãáÝ';
|
|
$string['fileuploadserror'] = 'åÐÇ íÌÈ Ãä íßæä äÔØ';
|
|
$string['gdversion'] = 'ÃÕÏÇÑ Ìí Ïí';
|
|
$string['installation'] = 'ÊËÈíÊ';
|
|
$string['magicquotesruntimeerror'] = 'åÐÇ íÌÈ Çä íßæä ãÚØá';
|
|
$string['memorylimit'] = 'ÍÏ ÇáÐÇßÑÉ';
|
|
$string['pass'] = 'ÇÌÊíÇÒ';
|
|
$string['phpversion'] = 'ÃÕÏÇÑ PHP';
|
|
$string['phpversionerror'] = 'íÌÈ Çä íßæä ÅÕÏÇÑ PHP 4.1.0 Úáì ÇáÇÞá ';
|
|
$string['safemode'] = 'æÖÚ ÇáÇãÇä';
|
|
$string['safemodeerror'] = 'ãä Çáããßä Çä ãæÏá íæÇÌå ãÔÇßá ÚäÏãÇ íßæä æÖÚ ÇáÇãÇä äÔØ';
|
|
$string['sessionautostarterror'] = 'íÌÈ Ãä íßæä åÐÇ ãÚØá';
|
|
$string['wwwroot'] = 'WWW';
|
|
$string['wwwrooterror'] = 'ÅÚÏÇÏ \'WWW\' ÛíÑ ÕÍíÍ';
|
|
|
|
?>
|