From 52c6d39e93c1baa3686bde43e82229b8971adc70 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 20 Jan 2004 11:19:56 +0000 Subject: [PATCH] New Farsi translation by Adel Ghazikhani --- lang/fa/README.txt | 1 + lang/fa/assignment.php | 53 +++ lang/fa/auth.php | 89 +++++ lang/fa/chat.php | 64 ++++ lang/fa/choice.php | 33 ++ lang/fa/forum.php | 214 +++++++++++ lang/fa/journal.php | 58 +++ lang/fa/moodle.php | 805 +++++++++++++++++++++++++++++++++++++++++ lang/fa/quiz.php | 250 +++++++++++++ lang/fa/resource.php | 71 ++++ lang/fa/survey.php | 331 +++++++++++++++++ lang/fa/workshop.php | 281 ++++++++++++++ 12 files changed, 2250 insertions(+) create mode 100644 lang/fa/README.txt create mode 100755 lang/fa/assignment.php create mode 100755 lang/fa/auth.php create mode 100755 lang/fa/chat.php create mode 100755 lang/fa/choice.php create mode 100755 lang/fa/forum.php create mode 100755 lang/fa/journal.php create mode 100755 lang/fa/moodle.php create mode 100755 lang/fa/quiz.php create mode 100755 lang/fa/resource.php create mode 100755 lang/fa/survey.php create mode 100755 lang/fa/workshop.php diff --git a/lang/fa/README.txt b/lang/fa/README.txt new file mode 100644 index 0000000000..623e4a1e57 --- /dev/null +++ b/lang/fa/README.txt @@ -0,0 +1 @@ +Translation by Adel Ghazikhani diff --git a/lang/fa/assignment.php b/lang/fa/assignment.php new file mode 100755 index 0000000000..84c99fcc76 --- /dev/null +++ b/lang/fa/assignment.php @@ -0,0 +1,53 @@ +teacher جوابی برای +ارسال تکلیف شما برای '\$a->assignment' ارسال کرده + +می توانید آنرا چسبیده به ارسال خود ببینید: + + \$a->url"; +$string['assignmentmailhtml'] = "\$a->teacher جوابی برای +ارسال تکلیف شما برای '\$a->assignment'ارسال کرده +

+می توانید آنرا چسبیده به url\\\">ارسال خود.ببینید"; +$string['assignmentname'] = "نام تکلیف"; +$string['assignmenttype'] = "نوع تکلیف"; +$string['description'] = "توصیف"; +$string['duedate'] = "تاریخ برگشت"; +$string['early'] = "\$a زود است"; +$string['failedupdatefeedback'] = "خطایی در بروزرسانی جواب \$a پیش آمد "; +$string['feedback'] = "جواب"; +$string['feedbackupdated'] = "جواب برای \$a نفر بروز شد."; +$string['late'] = "\$a دیر است"; +$string['maximumgrade'] = "حداکثر نمره"; +$string['maximumsize'] = "حداکثر اندازه"; +$string['modulename'] = "تکلیف"; +$string['modulenameplural'] = "تکلیفها"; +$string['newsubmissions'] = "تکلیفهای ارسال شده"; +$string['notgradedyet'] = "هنوز نمره داده نشده"; +$string['notsubmittedyet'] = "هنوز ارسال نکرده است"; +$string['overwritewarning'] = "اخطار: ارسال جدید جایگزین قبلی می شود"; +$string['saveallfeedback'] = "تمام جواب من را ذخیره کن"; +$string['submissionfeedback'] = "جواب برای ارسال"; +$string['submissions'] = "تکلیفهای ارسال شده"; +$string['submitassignment'] = "تکلیف خود را با استفاده از این فرم بفرستید"; +$string['submitted'] = "ارسال شده"; +$string['typeoffline'] = "تکلیف خانگی"; +$string['typeuploadsingle'] = "ارسال فایل"; +$string['uploadbadname'] = "این فایل شامل کاراکترهای عجیب بود و ارسال نشد"; +$string['uploadedfiles'] = "فایلهای فرستاده شده"; +$string['uploaderror'] = "خطایی در ذخیره کردن فایل در سرور پیش آمد"; +$string['uploadfailnoupdate'] = "فایل فرستاده شد اما با مورد قبلی جایگزین نشد"; +$string['uploadfiletoobig'] = "ببخشید، اندازه فایل خیلی بزرگ است (حداکثر اندازه\$a bytes)"; +$string['uploadnofilefound'] = "فایلی یافت نشد - آیا مطمئنید موردی را برای ارسال انتخاب کردید؟"; +$string['uploadnotregistered'] = "'\$a' فرستاده شد ولی بنام شما ثبت نشد."; +$string['uploadsuccess'] = "'\$a' با موفقیت ارسال شد"; +$string['viewfeedback'] = "دیدن نمرات تکلیف و جواب دادن"; +$string['viewsubmissions'] = "دیدن \$a تکلیف ارسال شده"; +$string['yoursubmission'] = "ارسال شما"; + +?> \ No newline at end of file diff --git a/lang/fa/auth.php b/lang/fa/auth.php new file mode 100755 index 0000000000..0ea7472340 --- /dev/null +++ b/lang/fa/auth.php @@ -0,0 +1,89 @@ +external database fields that you specify here.

If you leave these blank, then defaults will be used.

In either case, the user will be able to edit all of these fields after they log in."; +$string['auth_dbfieldpass'] = "Name of the field containing passwords"; + +$string['auth_dbfielduser'] = "Name of the field containing usernames"; + +$string['auth_dbhost'] = "The computer hosting the database server."; +$string['auth_dbname'] = "Name of the database itself"; +$string['auth_dbpass'] = "Password matching the above username"; +$string['auth_dbpasstype'] = "Specify the format that the password field is using. MD5 encryption is useful for connecting to other common web applications like PostNuke"; + +$string['auth_dbtable'] = "Name of the table in the database"; +$string['auth_dbtitle'] = "Use an external database"; +$string['auth_dbtype'] = "The database type (See the ADOdb documentation for details)"; + +$string['auth_dbuser'] = "Username with read access to the database"; +$string['auth_emaildescription'] = "Email confirmation is the default authentication method. When the user signs up, choosing their own new username and password, a confirmation email is sent to the user's email address. This email contains a secure link to a page where the user can confirm their account. Future logins just check the username and password against the stored values in the Moodle database."; +$string['auth_emailtitle'] = "Email-based authentication"; +$string['auth_imapdescription'] = "This method uses an IMAP server to check whether a given username and password is valid."; +$string['auth_imaphost'] = "The IMAP server address. Use the IP number, not DNS name."; + +$string['auth_imapport'] = "IMAP server port number. Usually this is 143 or 993."; + +$string['auth_imaptitle'] = "Use an IMAP server"; +$string['auth_imaptype'] = "The IMAP server type. IMAP servers can have different types of authentication and negotiation."; +$string['auth_ldap_bind_dn'] = "If you want to use bind-user to search users, specify it here. Someting like 'cn=ldapuser,ou=public,o=org'"; +$string['auth_ldap_bind_pw'] = "Password for bind-user."; +$string['auth_ldap_contexts'] = "List of contexts where users are located. Separate different contexts with ';'. For example: 'ou=users,o=org; ou=others,o=org'"; + +$string['auth_ldap_create_context'] = "If you enable user creation with email confirmation, specify the context where users are created. This context should be different from other users to prevent security issues. You don't need to add this context to ldap_context-variable, Moodle will search for users from this context automatically."; +$string['auth_ldap_creators'] = "List of groups whose members are allowed to create new courses. Separate multiple groups with ';'. Usually something like 'cn=teachers,ou=staff,o=myorg'"; +$string['auth_ldap_host_url'] = "Specify LDAP host in URL-form like 'ldap://ldap.myorg.com/' or 'ldaps://ldap.myorg.com/' "; +$string['auth_ldap_memberattribute'] = "Specify user member attribute, when users belongs to a group. Usually 'member'"; +$string['auth_ldap_search_sub'] = "Put value <> 0 if you like to search users from subcontexts."; + +$string['auth_ldap_update_userinfo'] = "Update user information (firstname, lastname, address..) from LDAP to Moodle. Look at /auth/ldap/attr_mappings.php for mapping information"; +$string['auth_ldap_user_attribute'] = "The attribute used to name/search users. Usually 'cn'."; + +$string['auth_ldapdescription'] = "This method provides authentication against an external LDAP server. + If the given username and password are valid, Moodle creates a new user + entry in its database. This module can read user attributes from LDAP and prefill + wanted fields in Moodle. For following logins only the username and + password are checked."; +$string['auth_ldapextrafields'] = "These fields are optional. You can choose to pre-fill some Moodle user fields with information from the LDAP fields that you specify here.

If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.

In either case, the user will be able to edit all of these fields after they log in."; + +$string['auth_ldaptitle'] = "Use an LDAP server"; +$string['auth_manualdescription'] = "This method removes any way for users to create their own accounts. All accounts must be manually created by the admin user."; + +$string['auth_manualtitle'] = "Manual accounts only"; +$string['auth_nntpdescription'] = "This method uses an NNTP server to check whether a given username and password is valid."; +$string['auth_nntphost'] = "The NNTP server address. Use the IP number, not DNS name."; + +$string['auth_nntpport'] = "Server port (119 is the most common)"; +$string['auth_nntptitle'] = "Use an NNTP server"; +$string['auth_nonedescription'] = "Users can sign in and create valid accounts immediately, with no authentication against an external server and no confirmation via email. Be careful using this option - think of the security and administration problems this could cause."; +$string['auth_nonetitle'] = "No authentication"; +$string['auth_pop3description'] = "This method uses a POP3 server to check whether a given username and password is valid."; +$string['auth_pop3host'] = "The POP3 server address. Use the IP number, not DNS name."; + +$string['auth_pop3port'] = "Server port (110 is the most common)"; +$string['auth_pop3title'] = "Use a POP3 server"; +$string['auth_pop3type'] = "Server type. If your server uses certificate security, choose pop3cert."; + +$string['auth_user_create'] = "Enable user creation"; +$string['auth_user_creation'] = "New (anonymous) users can create user accounts on the external authentication source and confirmed via email. If you enable this , remember to also configure module-specific options for user creation."; + +$string['auth_usernameexists'] = "Selected username already exists. Please choose a new one."; + +$string['authenticationoptions'] = "Authentication options"; +$string['authinstructions'] = "Here you can provide instructions for your users, so they know which username and password they should be using. The text you enter here will appear on the login page. If you leave this blank then no instructions will be printed."; +$string['changepassword'] = "Change password URL"; +$string['changepasswordhelp'] = "Here you can specify a location at which your users can recover or change their username/password if they've forgotten it. This will be provided to users as a button on the login page and their user page. if you leave this blank the button will not be printed."; + +$string['chooseauthmethod'] = "Choose an authentication method: "; +$string['guestloginbutton'] = "Guest login button"; +$string['instructions'] = "Instructions"; + +$string['md5'] = "MD5 encryption"; + +$string['plaintext'] = "Plain text"; + +$string['showguestlogin'] = "You can hide or show the guest login button on the login page."; + +?> diff --git a/lang/fa/chat.php b/lang/fa/chat.php new file mode 100755 index 0000000000..cb60c4aa8e --- /dev/null +++ b/lang/fa/chat.php @@ -0,0 +1,64 @@ + \ No newline at end of file diff --git a/lang/fa/choice.php b/lang/fa/choice.php new file mode 100755 index 0000000000..cf08018576 --- /dev/null +++ b/lang/fa/choice.php @@ -0,0 +1,33 @@ + \ No newline at end of file diff --git a/lang/fa/forum.php b/lang/fa/forum.php new file mode 100755 index 0000000000..e859cb976d --- /dev/null +++ b/lang/fa/forum.php @@ -0,0 +1,214 @@ +name - \$a->date"; +$string['configdisplaymode'] = "مد پیش فرض برای نمایش مباحثه"; + +$string['configlongpost'] = "هر ارسالی که طول آن از این بیشتر باشد طولانی در نظر گرفته می شود."; + +$string['configmanydiscussions'] = "حداکثر تعداد مباحثه که در هر صفحه گفتمان نمایش داده شود"; + +$string['configshortpost'] = "هر ارسالی که طول آن از این کمتر باشد کوتاه در نظر گرفته می شود."; + +$string['couldnotadd'] = "بخاطر خطایی موهوم ارسال شما اضافه نشد"; + +$string['couldnotdeleteratings'] = "ببخشید، چون این مورد ارزیابی شده نمی توان آنرا پاک کرد"; + +$string['couldnotdeletereplies'] = "ببخشید، چون به این مورد پاسخ داده شده نمی توان آنرا پاک کرد"; + +$string['couldnotupdate'] = "بخاطر خطایی موهوم ارسال شما بروز نشد"; + +$string['delete'] = "حذف"; + +$string['deleteddiscussion'] = "این موضوع مباحثه حذف شده است"; + +$string['deletedpost'] = "حذف انجام شد."; +$string['deletesure'] = "آیا مطمئن هستید می خواهید حذف کنید؟"; +$string['discussion'] = "مباحثه"; + +$string['discussionmoved'] = "این مباحثه به '\$a' منتقل شد."; + +$string['discussions'] = "مباحثات"; + +$string['discussionsstartedby'] = "مباحثات توسط \$a آغاز شد"; +$string['discussionsstartedbyrecent'] = "مباحثاتی که اخیرا توسط \$a ایجاد شده است."; + +$string['discussthistopic'] = "صحبت راجع به این موضوع"; +$string['eachuserforum'] = "هر نفر یک بحث ایجاد می کند"; +$string['edit'] = "ویرایش"; + +$string['editing'] = "ویرایش"; + +$string['emptymessage'] = "اشکالی در آنچه فرستادید پیش آمد، شاید فایل خیلی بزرگ بوده.تغییرات ذخیره نشد."; + +$string['everyonecanchoose'] = "همه می توانند دلخواهانه شرکت کنند"; +$string['everyoneissubscribed'] = "همه می توانند در این مباحثه شرکت کنند"; + +$string['forcesubscribe'] = "همه مجبور به شرکت در گفتمان باشند"; +$string['forcesubscribeq'] = "آیا همه مجبور به شرکت در گفتمان باشند؟"; +$string['forum'] = "گفتمان"; + +$string['forumintro'] = "مقدمه گفتمان"; + +$string['forumname'] = "نام گفتمان"; + +$string['forums'] = "گفتمانها"; + +$string['forumtype'] = "نوع گفتمان"; + +$string['generalforum'] = "گفتمان استانداردبرای استفاده عموم"; +$string['generalforums'] = "گفتمانهای عمومی"; + +$string['generalforums'] = "گفتمانهای عمومی"; + +$string['inforum'] = "در \$a"; + +$string['intronews'] = "آگهیها و اخبار عمومی"; +$string['introsocial'] = "یک گفتمان آزاد"; + +$string['introteacher'] = "محل مباحثه برای معلمان"; + +$string['lastpost'] = "زمان آخرین نظر"; + +$string['learningforums'] = "گفتمانهای آموزشی"; +$string['maxtimehaspassed'] = "ببخشید، زمان ویرایش (\$a) تمام شده است"; + +$string['message'] = "پیام"; + +$string['modeflatoldestfirst'] = "نظرات را بصورت معمولی نمایش بده و قدیمیترین نظر را اول نشان بده"; + +$string['modeflatnewestfirst'] = "نظرات را بصورت معمولی نمایش بده و جدیدترین نظر را اول نشان بده"; + +$string['modenested'] = "نظرات را بصورت تو در تو نمایش بده"; +$string['modethreaded'] = "نظرات را بصورت نخ شده نمایش بده"; +$string['more'] = "بیشتر در این مورد"; + +$string['movethisdiscussionto'] = "انتقال مباحثه به...."; +$string['namenews'] = "گفتمان خبری "; + +$string['namesocial'] = "گفتمان اجتماعی"; + +$string['nameteacher'] = "گفتمان معلمها"; + +$string['newforumposts'] = "موارد ارسالی جدید"; + +$string['nodiscussions'] = "هنوز در این گفتمان موضوعاتی برای مباحثه وجود ندارد"; + +$string['noguestpost'] = "ببخشید، مهمانها نمی توانند ارسال کنند"; +$string['nonews'] = "هنوز خبری ارسال نشده است"; +$string['nomorepostscontaining'] = "ارسال دیگری که شامل '\$a' باشد یافت نشد"; + +$string['noposts'] = "هیچ ارسالی نیست"; + +$string['nopostscontaining'] = "هیچ موردی که شامل '\$a' باشد یافت نشد."; +$string['nosubscribers'] = "هنور کسی در این گفتگو شرکت نکرده است"; + +$string['nownotsubscribed'] = "\$a->name نسخه هایی از پاسخهای '\$a->forum' با پست الکترونیک دریافت نخواهد کرد"; + +$string['nowsubscribed'] = "\$a->name نسخه هایی از پاسخهای '\$a->forum' با پست الکترونیک دریافت خواهد کرد"; + +$string['numposts'] = "\$a مورد ارسالی"; + +$string['olderdiscussions'] = "مباحثات قبل"; + +$string['openmode0'] = "اجازه مباحثه و نظر دادن داده نشود"; +$string['openmode1'] = "اجازه مباحثه داده نشود ولی نظر بتوان داد"; +$string['openmode2'] = "اجازه مباحثه و نظر دادن داده شود"; +$string['parentofthispost'] = "پدر این ارسال"; +$string['postadded'] = "ارسال شما با موفقیت انجام شد.

\$a برای ویرایش آن فرصت دارید"; +$string['postincontext'] = "دیدن متن ارسال"; +$string['postmailinfo'] = "این یک نسخه از یک پیام است که در \$a website. +ارسال شده، برای نظر دادن روی لینک زیر کلیک کنید"; +$string['postrating1'] = "بیشتر جنبه فردی دارد"; +$string['postrating2'] = "فردی و جمعی"; +$string['postrating3'] = "بیشتر جنبه جمعی دارد"; + +$string['posts'] = "موارد ارسالی"; + +$string['postupdated'] = "ارسال شما بروز شد"; +$string['processingpost'] = "پردازش \$a"; + +$string['rate'] = "ارزیابی"; + +$string['ratingeveryone'] = "همه می توانند ارزیابی انجام دهند"; +$string['ratingno'] = "امکان ارزیابی نیست"; + +$string['ratingonlyteachers'] = "فقط \$a می توانند ارزیابی انجام دهند"; +$string['rating'] = "ارزیابی"; + +$string['ratings'] = "ارزیابیها"; + +$string['ratingssaved'] = "ارزیابیها ذخیره شد"; + +$string['ratingsuse'] = "ارزیابی بکار رود"; + +$string['ratingtime'] = "امکان ارزیابی در بازه تاریخی زیر امکانپذیر باشد"; + +$string['re'] = "پاسخ برای:"; // Put in front of subjects that are replies to another post + +$string['readtherest'] = "خواندن بقیه موضوع"; +$string['replies'] = "نظرات"; + +$string['repliesmany'] = "تاکنون \$a نظر داده شده است"; + +$string['repliesone'] = "\$a نظر تاکنون"; + +$string['reply'] = "پاسخ دادن"; + +$string['search'] = "جستجو"; + +$string['searcholderposts'] = "جستجو در ارسالهای قبل..."; +$string['searchresults'] = "نتایج جستجو"; + +$string['searchforums'] = "جستجو در گفتمانها"; + +$string['sendinratings'] = "جدیدترین ارزیابیهای من را بفرست"; +$string['showsubscribers'] = "کسانی که در گفتگو شرکت کرده اند نشان بده"; + +$string['singleforum'] = "مباحثه ساده"; +$string['startedby'] = "شروع شد توسط"; + +$string['subject'] = "موضوع"; + +$string['subscribe'] = "شرکت در مباحثه"; + +$string['subscribed'] = "وارد شده اید"; + +$string['subscribers'] = "شرکت کننده ها"; + +$string['subscribersto'] = "شرکت کننده ها در '\$a'"; +$string['subscribestart'] = "یک نسخه از نظرات را برای من بفرست"; + +$string['subscribestop'] = "نظرات را برای من نفرست"; + +$string['subscription'] = "نوع شرکت"; + +$string['subscriptions'] = "اشتراکها"; + +$string['unsubscribe'] = "خروج از این مباحثه"; +$string['unsubscribed'] = "خارج شد"; + +$string['youratedthis'] = "شما این را ارزیابی کردید"; + +$string['yournewtopic'] = "موضوع جدید مباحثه"; +$string['yourreply'] = "پاسخ شما"; + +?> \ No newline at end of file diff --git a/lang/fa/journal.php b/lang/fa/journal.php new file mode 100755 index 0000000000..ff77c9cc82 --- /dev/null +++ b/lang/fa/journal.php @@ -0,0 +1,58 @@ +teacher has posted some feedback on your +journal entry for '\$a->journal' + +You can see it appended to your journal entry: + + \$a->url"; + +$string['journalmailhtml'] = "\$a->teacher has posted some feedback on your +journal entry for '\$a->journal'

+You can see it appended to your url\\\">journal entry."; +$string['journalname'] = "نام روزنامه"; + +$string['journalquestion'] = "سئوال روزنامه"; +$string['journalrating1'] = "Not satisfactory"; +$string['journalrating2'] = "Satisfactory"; + +$string['journalrating3'] = "Outstanding"; + +$string['newjournalentries'] = "New journal entries"; + +$string['noentry'] = "No entry"; + +$string['notopenuntil'] = "This journal won't be open until"; +$string['notstarted'] = "هنوز این روزنامه را شروع نکرده اید"; +$string['noratinggiven'] = "No rating given"; + +$string['overallrating'] = "Overall rating"; + +$string['rate'] = "Rate"; + +$string['saveallfeedback'] = "تمام جوابهای من را ذخیره کن"; +$string['startoredit'] = "Start or edit my journal entry"; +$string['viewallentries'] = "دیدن \$a مورد در روزنامه"; + +?> \ No newline at end of file diff --git a/lang/fa/moodle.php b/lang/fa/moodle.php new file mode 100755 index 0000000000..faaab31eeb --- /dev/null +++ b/lang/fa/moodle.php @@ -0,0 +1,805 @@ +\$a "; +$string['activityiscurrentlyhidden'] = "متاسفانه این فعالیت در حال حاضر مخفی است."; +$string['activitymodule'] = "ماژول فعالیت"; +$string['activityreport'] = "گزارش فعالیت"; +$string['activityselect'] = "برای انتقال این فعالیت به جای دیگر آن را انتخاب کنید"; +$string['activitysince'] = "فعالیت از : \$a"; +$string['add'] = "اضافه کردن"; +$string['added'] = "\$a اضافه شد "; +$string['addinganew'] = "اضافه کردن \$a جدید"; +$string['addinganewto'] = "اضافه کردن \$a->what جدید به \$a->to"; +$string['addingdatatoexisting'] = "اضافه کردن اطلاعات جدید"; +$string['addnewcategory'] = "اضافه کردن موضوع جدید"; +$string['addnewcourse'] = "اضافه کردن درس جدید"; +$string['addnewuser'] = "اضافه کردن کاربر جدید"; +$string['address'] = "آدرس"; +$string['addadmin'] = "اضافه کردن مدیر"; +$string['addcreator'] = "اضافه کردن ایجاد کننده درس "; +$string['addstudent'] = "اضافه کردن دانشجو"; +$string['addteacher'] = "اضافه کردن بعنوان معلم"; +$string['admin'] = "مدیر"; +$string['adminhelpaddnewuser'] = "برای ایجاد یک حساب کاربر بصورت دستی"; +$string['adminhelpassignadmins'] = "مدیران می توانند هر کاری بکنند و هر جایی بروند"; +$string['adminhelpassigncreators'] = "ایجاد کننده ها می توانند درس جدید ایجاد کنند و در آن معلم باشند"; +$string['adminhelpassignstudents'] = "وارد درس شوید و از منوی مدیر دانشجو اضافه کنید"; +$string['adminhelpassignteachers'] = "یک درس پیدا کنید و سپس با استفاده از آیکون معلم تعیین کنید"; +$string['adminhelpauthentication'] = "می توانید از حسابهای کاربری داخلی و یا پایگاه داده خارجی استفاده کنید"; +$string['adminhelpconfiguration'] = "نحوه کار و شکل ظاهری سایت را تعیین کنید"; +$string['adminhelpconfigvariables'] = "مواردی که روی عملکرد عمومی سایت تاثیر می گذارند را تنظیم کنید"; +$string['adminhelpcourses'] = "درس و موضوعات درسی تعریف کنید و افرادی را به درسها منسوب کنید"; +$string['adminhelpedituser'] = "لیست حسابهای کاربری را مرور کنید و هر کدام از آنها را که میخواهید ویرایش کنید"; +$string['adminhelplanguage'] = "برای بررسی و ویرایش زبان"; +$string['adminhelplogs'] = "مرور کردن موارد ثبت شده در مورد تمام فعالیتهای سایت"; +$string['adminhelpmanagemodules'] = "مدیریت ماژولهای نصب شده و تنظیمات آنها"; +$string['adminhelpmanagedatabase'] = "دسترسی مستقیم به پایگاه داده "; +$string['adminhelpsitesettings'] = "تعیین شکل ظاهری صفحه اول سایت"; +$string['adminhelpsitefiles'] = "برای انتشار فایلهای عمومی و فرستادن پشتیبانهای خارجی"; +$string['adminhelpthemes'] = "انتخاب شکل ظاهری سایت(رنگ،فونت و غیره)"; +$string['adminhelpusers'] = "کاربران خود را تعریف کنید و مکانیسم مجازسازی آنها را تعیین کنید"; +$string['administration'] = "مدیریت"; +$string['administrator'] = "مدیر"; +$string['administrators'] = "مدیران"; +$string['again'] = "دوباره"; +$string['all'] = "همه"; +$string['alldays'] = "همه روزها"; +$string['allfieldsrequired'] = "تمام فیلدها لازم است"; +$string['alllogs'] = "تمام موارد ثبت شده"; +$string['allow'] = "اجاره داده شود"; +$string['allowguests'] = "در این درس امکان استفاده کاربران مهمان وجود دارد"; +$string['allownot'] = "اجاره ندهید"; +$string['allparticipants'] = "تمامی شرکت کنندگان"; +$string['alphanumerical'] = "تنها می تواند شامل حروف الفبا و شماره باشد"; +$string['alreadyconfirmed'] = "ثبت نام قبلا تایید شده"; +$string['answer'] = "جواب"; +$string['areyousuretorestorethis'] = "آیا می خواهید ادامه دهید؟"; +$string['areyousuretorestorethisinfo'] = "بعدادر این پروسه این امکان هست که این پشتیبان را به یک درس موجود اضافه کنید و یا یک درس جدید ایجاد کنید "; +$string['assessment'] = "برآورد"; +$string['assignadmins'] = "تعیین مدیر"; +$string['assigncreators'] = "تعیین ایجاد کننده درس"; +$string['assignstudents'] = "ثبت نام دانشجو"; +$string['assignstudentsnote'] = "نکته : ممکن است لازم نباشد از این صفحه استفاده کنید چون برای دانشجویان این امکان وجود دارد که در این درس ثبت نام کنند"; +$string['assignstudentspass'] = "تنها کاری که باید انجام دهید اینستکه دانشجویان را از کلید درس که اکنون '\$a' است مطلع کنید."; +$string['assignteachers'] = "تعیین معلم"; +$string['authentication'] = "مکانیسم مجازسازی"; +$string['autosubscribe'] = "شرکت در مباحثه بصورت خودکار"; +$string['autosubscribeno'] = "من را بصورد خودکار در مباحثات شرکت ندهید"; +$string['autosubscribeyes'] = "وقتی اعلام می کنم من را در مباحثه شرکت دهید"; +$string['availability'] = "میزان در دسترس بودن"; +$string['availablecourses'] = "درسهای موجود"; +$string['backup'] = "پشتیبانسازی"; +$string['backupdate'] = "تاریخ پشتیبانسازی"; +$string['backupdetails'] = "جزئیات پشتیبان"; +$string['backupfilename'] = "backup"; +$string['backupfinished'] = "پشتیبانسازی با موفقیت به پایان رسید"; +$string['backupnameformat'] = "%%Y%%m%%d-%%H%%M"; +$string['backuporiginalname'] = "نام پشتیبان"; +$string['backupversion'] = "نسخه پشتیبان"; +$string['cancel'] = "انصراف"; +$string['categories'] = "موضوعات درسی"; +$string['category'] = "موضوع"; +$string['categoryadded'] = " موضوع '\$a' اضافه شد"; +$string['categorydeleted'] = "موضوع '\$a' حذف شد."; +$string['categoryduplicate'] = "موضوع '\$a' وجود دارد"; +$string['changepassword'] = "تغییر رمز ورود"; +$string['changedpassword'] = "رمز ورود تغییر کرد"; +$string['changessaved'] = "تغییرات ذخیره شد"; +$string['checkingbackup'] = "وارسی پشتیبان"; +$string['checkingcourse'] = "وارسی درس"; +$string['checkinginstances'] = "وارسی نمونه ها"; +$string['checkingsections'] = "وارسی بخشها"; +$string['checklanguage'] = "وارسی زبان"; +$string['choose'] = "انتخاب کردن"; +$string['choosecourse'] = "انتخاب یک درس"; +$string['chooselivelogs'] = "یا فعالیت موجود را نگاه کنید"; +$string['chooselogs'] = "موارد ثبت شده ای که می خواهید نگاه کنید انتخاب کنید"; +$string['choosetheme'] = "انتخاب شکل ظاهری"; +$string['chooseuser'] = "انتخاب یک کاربر"; +$string['city'] = "شهر"; +$string['cleaningtempdata'] = "پاک کردن اطلاعات موقتی"; +$string['closewindow'] = "این پنجره را ببند"; +$string['comparelanguage'] = "مقایسه و ویرایش زبان موجود"; +$string['complete'] = "کامل شد"; +$string['configcountry'] = "If you set a country here, then this country will be selected by default on new user accounts. To force users to choose a country, just leave this unset."; +$string['configdebug'] = "If you turn this on, then PHP's error_reporting will be increased so that more warnings are printed. This is only useful for developers."; +$string['configgdversion'] = "Indicate the version of GD that is installed. The version shown by default is the one that has been auto-detected. Don't change this unless you really know what you're doing."; +$string['configerrorlevel'] = "Choose the amount of PHP warnings that you want to be displayed. Normal is usually the best choice."; +$string['confightmleditor'] = "Choose whether or not to allow use of the embedded HTML text editor. Even if you choose allow, this editor will only appear when the user is using a compatible browser (IE 5.5 or later). Users can also choose not to use it."; +$string['configidnumber'] = "This option specifies whether (a) Users are not be asked for an ID number at all, (b) Users are asked for an ID number but can leave it blank or (c) Users are asked for an ID Number and cannot leave it blank. If given the User's ID number is displayed in their Profile."; +$string['configintro'] = "On this page you can specify a number of configuration variables that help make Moodle work properly on your server. Don't worry too much about it - the defaults will usually work fine and you can always come back to this page later and change these settings."; +$string['configintroadmin'] = "On this page you should configure your main administrator account which will have complete control over the site. Make sure you give it a secure username and password as well as a valid email address. You can create more admin accounts later on."; +$string['configintrosite'] = "This page allows you to configure the front page and name of this new site. You can come back here later to change these settings any time using the 'Site Settings' link on the home page."; +$string['configlang'] = "Choose a default language for the whole site. Users can override this setting later."; +$string['configlangdir'] = "Most languages are printed left-to-right, but some, like Arabic and Hebrew, are printed right-to-left."; +$string['configlangmenu'] = "Choose whether or not you want to display the general-purpose language menu on the home page, login page etc. This does not affect the user's ability to set the preferred language in their own profile."; +$string['configlanglist'] = "Leave this blank to allow users to choose from any language you have in this installation of Moodle. However, you can shorten the language menu by entering a comma-separated list of language codes that you want. For example: en,es_es,fr,it"; +$string['configlocale'] = "Choose a sitewide locale - this will affect the format and language of dates. You need to have this locale data installed on your operating system. (eg en_US or es_ES). If you don't know what to choose leave it blank."; +$string['configlongtimenosee'] = "If students haven't logged in for a very long time, then they are automatically unsubscribed from courses. This parameter specifies that time limit."; +$string['configloglifetime'] = "This specifies the length of time you want to keep logs about user activity. Logs that are older than this age are automatically deleted. It is best to keep logs as long as possible, in case you need them, but if you have a very busy server and are experiencing performance problems, then you may want to lower the log lifetime."; +$string['configframename'] = "If you are embedding Moodle within a web frame, then put the name of this frame here. Otherwise this value should remain as '_top'"; +$string['configmaxeditingtime'] = "This specifies the amount of time people have to re-edit forum postings, journal feedback etc. Usually 30 minutes is a good value."; +$string['configproxyhost'] = "If this server needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname and port here. Otherwise leave it blank."; +$string['configsecureforms'] = "Moodle can use an additional level of security when accepting data from web forms. If this is enabled, then the browser's HTTP_REFERER variable is checked against the current form address. In a very few cases this can cause problems if the user is using a firewall (eg Zonealarm) configured to strip HTTP_REFERER from their web traffic. Symptoms are getting 'stuck' on a form. If your users are having problems with the login page (for example) you might want to disable this setting, although it might leave your site more open to brute-force password attacks. If in doubt, leave this set to 'Yes'."; +$string['configsessiontimeout'] = "If people logged in to this site are idle for a long time (without loading pages) then they are automatically logged out (their session is ended). This variable specifies how long this time should be."; +$string['configslasharguments'] = "Files (images, uploads etc) are provided via a script using 'slash arguments' (the second option here). This method allows files to be more easily cached in web browsers, proxy servers etc. Unfortunately, some PHP servers don't allow this method, so if you have trouble viewing uploaded files or images (eg user pictures), set this variable to the first option"; +$string['configsmtphosts'] = "Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg 'mail.a.com' or 'mail.a.com;mail.b.com'). If you leave it blank, Moodle will use the PHP default method of sending mail."; +$string['configsmtpuser'] = "If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here."; +$string['configteacherassignteachers'] = "Should ordinary teachers be allowed to assign other teachers within courses they teach? If 'No', then only course creators and admins can assign teachers."; +$string['configunzip'] = "Indicate the location of your unzip program (Unix only, optional). If specified, this will be used to unpack zip archives on the server. If you leave this blank, then Moodle will use internal routines."; +$string['configuration'] = "تنظیمات"; +$string['configvariables'] = "متغیرها"; +$string['configwarning'] = "Be careful modifying these settings - strange values could cause problems."; +$string['configzip'] = "Indicate the location of your zip program (Unix only, optional). If specified, this will be used to create zip archives on the server. If you leave this blank, then Moodle will use internal routines."; +$string['confirmed'] = "ثبت نام شما تایید شد."; +$string['confirmednot'] = "ثبت نام شما تایید نشده است."; +$string['cookiesenabled'] = "کوکیها باید در سرور فعال شوند"; +$string['copy'] = "کپی"; +$string['copyingcoursefiles'] = "کپی کردن فایلهای مربوط به درس"; +$string['copyinguserfiles'] = "کپی کردن فایلهای مربوط به کاربر "; +$string['copyingzipfile'] = "کپی کردن فایل فشرده "; +$string['copyrightnotice'] = "آگهی حق کپی"; +$string['continue'] = "ادامه"; +$string['country'] = "کشور"; +$string['course'] = "درس"; +$string['courseavailable'] = "این درس برای دانشجویان در دسترس است"; +$string['courseavailablenot'] = "این درس برای دانشجویان در دسترس نیست"; +$string['coursebackup'] = "پشتیبان درس"; +$string['coursecategories'] = "موضوعات درسی"; +$string['coursecategory'] = "موضوع درس"; +$string['coursecreators'] = "ایجاد کننده درس"; +$string['courseinfo'] = "اطلاعات مربوط به درس"; +$string['coursefiles'] = "فایلهای مربوط به درس"; +$string['courseformats'] = "فرمتهای درس"; +$string['courserestore'] = "بحال اول برگرداندن درس"; +$string['coursegrades'] = "نمرات درس"; +$string['courses'] = "موضوعات درسی"; +$string['courseupdates'] = "تغییرات درسها"; +$string['create'] = "بوجود آوردن"; +$string['createaccount'] = "ایجاد حساب جدید من"; +$string['createfolder'] = "ایجاد پوشه در \$a"; +$string['createuserandpass'] = "ایجاد نام کاربری و رمز ورود جدید برای ورود"; +$string['createziparchive'] = "ایجاد آرشیو بصورت فایل فشرده"; +$string['creatingcategoriesandquestions'] = "ایجاد موضوعات و سئوالات"; +$string['creatingcoursemodules'] = "ایجاد ماژولهای درس"; +$string['creatinglogentries'] = "ایجاد امکان ثبت موارد"; +$string['creatingnewcourse'] = "ایجاد درس جدید"; +$string['creatingscales'] = "ایجاد مقیاس"; +$string['creatingsections'] = "ایجاد بخش"; +$string['creatingtemporarystructures'] = "ایجاد ساختارهای موقت"; +$string['creatingusers'] = "ایجاد کاربر"; +$string['creatingxmlfile'] = "ایجاد فایل XML"; +$string['currentcourseadding'] = "اضافه کردن اطلاعات به درس موجود"; +$string['currentcoursedeleting'] = "پاک کردن درس موجود"; +$string['currentlanguage'] = "زبان جاری"; +$string['currentlocaltime'] = "زمان محلی شما"; +$string['currentrelease'] = "اطلاعات نسخه کنونی"; +$string['currentversion'] = "نسخه جاری"; +$string['databasechecking'] = "Upgrading Moodle database from version \$a->oldversion to \$a->newversion..."; +$string['databasesetup'] = "ایجاد پایگاه داده"; +$string['databasesuccess'] = "پایگاه داده با موفقیت تغییر کرد"; +$string['databaseupgrades'] = "ارتقا پایگاه داده"; +$string['databaseupgradebackups'] = "نسخه پشتیبات اکنون \$a است"; +$string['day'] = "روز"; +$string['days'] = "روز"; +$string['defaultcoursefullname'] = "نام درس..."; +$string['defaultcourseshortname'] = "نام کوتاه..."; +$string['defaultcoursestudent'] = "دانشجو"; +$string['defaultcoursestudents'] = "دانشجوها"; +$string['defaultcoursesummary'] = "در اینجا یک جمله مختصر و جالب برای توضیح درس بنویسید"; +$string['defaultcourseteacher'] = "معلم"; +$string['defaultcourseteachers'] = "معلمها"; +$string['delete'] = "حذف"; +$string['deletecheck'] = "آیا \$a حذف شود؟"; +$string['deletecheckfiles'] = "آیا مطمئن هستید می خواهید این فایلها را پاک کنید؟"; +$string['deletecheckfull'] = "آیا مطمئن هستید می خواهید \$a را بطور کامل حذف کنید؟"; +$string['deletecheckwarning'] = "شما در حال حذف کردن این فایلها هستید"; +$string['deletecompletely'] = "آیابطور کامل حذف شود؟"; +$string['deletecoursecheck'] = "آیا مطمئن هستید می خواهید این درس به همراه تمام اطلاعات آنرا حذف کنید؟"; +$string['deletecourse'] = "حذف درس"; +$string['deleted'] = "حذف شد"; +$string['deletedactivity'] = "\$a حذف شد"; +$string['deletedcourse'] = "\$a بطور کامل حذف شد"; +$string['deletednot'] = "\$a حذف نشد!"; +$string['deletingcourse'] = "در حال حذف \$a"; +$string['deletingexistingcoursedata'] = "در حال حذف اطلاعات موجود درس"; +$string['deletingolddata'] = "در حال حذف اطلاعات قدیمی"; +$string['department'] = "قسمت"; +$string['description'] = "توضیح"; +$string['displayingfirst'] = "تنها \$a->count \$a->things اول نشان داده شده اند"; +$string['displayingrecords'] = "نمایش \$a رکورد"; +$string['displayingusers'] = "نمایش کاربران از \$a->start تا \$a->end "; +$string['documentation'] = "مستندات مودل"; +$string['donotask'] = "سئوال نشود"; +$string['downloadexcel'] = "دریافت با فرمت اکسل"; +$string['downloadtext'] = "دریافت با فرمت متنی"; +$string['doyouagree'] = "آیا شرایط را خواندید و متوجه شدید؟"; +$string['edit'] = "ویرایش \$a"; +$string['editcoursesettings'] = "ویرایش تنظیمات درس"; +$string['editinga'] = "ویرایش یک \$a"; +$string['editmyprofile'] = "ویرایش مشخصات فردی"; +$string['editsummary'] = "ویرایش خلاصه"; +$string['editthisactivity'] = "ویرایش این فعالیت"; +$string['editthiscategory'] = "ویرایش این موضوع"; +$string['edituser'] = "ویرایش حسابهای کاربری"; +$string['email'] = "آدرس پست الکترونیک"; +$string['emailformat'] = "شکل پست الکترونیک"; +$string['emailconfirm'] = "تایید حساب کاربری"; +$string['emailconfirmsent'] = " +

باید نامه ای به آدرس شما در \$a فرستاده شده باشد. +

که شامل توضیحاتی درباره اتمام ثبت نام است. +

اگر باز هم مشکل داشتید با مدیر سایت تماس بگیرید."; +$string['emailconfirmation'] = "سلام \$a->firstname, +یک حساب کاربری با آدرس الکترونیک شما در '\$a->sitename' درخواست شده است. + +برای تایید درخواست خود به آدرس زیر بروید +\$a->link + +دراکثر برنامه های پست الکترونیک این لینک بصورت آبی نشان داده می شود. +اگر اینحالت نیست این آدرس را در محل آدرس مرورگر کپی کنید. + +اگر به کمک احتیاج دارید با مدیر سایت تماس بگیرید. +\$a->admin"; +$string['emailconfirmationsubject'] = "\$a: تایید حساب کاربری"; +$string['emaildisplay'] = "نمایش پست الکترونیک"; +$string['emaildisplayno'] = "پست الکترونیک واقعی من را از همه پنهان کن "; +$string['emaildisplayyes'] = "همه امکان دیدن پست الکترونیک من را داشته باشند"; +$string['emaildisplaycourse'] = "تنها سایر هم کلاسیها بتوانند پست الکترونیک من را ببینند"; +$string['emailexists'] = "این آدرس الکترونیک قبلا ثبت نام کرده است"; +$string['emailmustbereal'] = "توجه: آدرس الکترونیک شما باید واقعی باشد."; +$string['emailpasswordconfirmation'] = "سلام \$a->firstname, + +احتمالا شما درخواستی برای تغییر رمز ورود حساب کاربریتان در +'\$a->sitename' داده اید. + +برای تایید این مسئله وارسال رمز ورود جدید برای شما به لینک زیر بروید +\$a->link + +دراکثر برنامه های پست الکترونیک این لینک بصورت آبی نشان داده می شود. +اگر اینحالت نیست این آدرس را در محل آدرس مرورگر کپی کنید. + +اگر به کمک احتیاج دارید با مدیر سایت تماس بگیرید. +\$a->admin"; +$string['emailpasswordconfirmationsubject'] = "\$a: تایید تغییر رمز ورو"; +$string['emailpasswordconfirmsent'] = "یک نامه باید به آدرس شما در \$a فرستاده شده باشد. +

این نامه شامل توضیحاتی برای تایید تغییر رمز ورود است. +اگر باز هم مشکل داشتید با مدیر سایت تماس بگیرید"; +$string['emailpasswordsent'] = "برای تایید تغییر رمز ورود متشکریم. +

یک نامه که شامل رمز جدید شما است به آدرس شما در\$a->email فرستاده شده است. +

ممکن است بخواهید رمز ورودتان را +link>تغییردهید."; +$string['enrolmentconfirmation'] = "آیا مطمئن هستید می خواهید در این درس ثبت نام کنید؟"; +$string['enrolmentkey'] = "کلید"; +$string['enrolmentkeyfrom'] = "این درس دارای کلید است که باید از \$a دریافت کنید."; +$string['enrolmentkeyhint'] = "کلیدی که وارد کردید غلط است. لطفا دوباره وارد کنید."; +$string['entercourse'] = "کلیک کنید تا وارد درس شوید."; +$string['enteremailaddress'] = "آدرس الکترونیک خود را وارد کنید تا رمز ورود شما دوباره تعیین شود، +و از طریق پست الکترونیک برای شما ارسال شود."; +$string['error'] = "خطا"; +$string['errortoomanylogins'] = "ببخشید شما از تعداد دفعات مجاز برای ورود به سایت گذشته اید لطفا مرورگر خود را درباره باز کنید."; +$string['errorwhenconfirming'] = "بخاطر وجود خطایی شما هنوز تایید نشده اید. +اگر از طریق لینک موجود در پست الکترونیک به اینجا آمده اید مطمئن شوید +مشکلی ندارد و یا آنرا در محل آدرس مرورگر کپی کنید."; +$string['existing'] = "موجود"; +$string['existingadmins'] = "مدیران موجود"; +$string['existingcourse'] = "درس موجود"; +$string['existingcourseadding'] = "اضافه کردن اطلاعات به درس موجود"; +$string['existingcoursedeleting'] = "حذف کردن درس موجود"; +$string['existingcreators'] = "ایجاد کننده های درس در حال حاضر"; +$string['existingstudents'] = "دانشجویانی که ثبت نام کرده اند"; +$string['existingteachers'] = "معلم ها درحال حاضر"; +$string['feedback'] = "جواب"; +$string['filemissing'] = "\$a وجود ندارد"; +$string['files'] = "فایل"; +$string['filesfolders'] = "فایلها و پوشه ها"; +$string['filloutallfields'] = "لطفا فیلدهای این فرم را پر کنید"; +$string['findmorecourses'] = "پیدا کردن درسهای دیگر..."; +$string['firstname'] = "نام"; +$string['firsttime'] = "آیا این اولین بار است که اینجا هستید؟"; +$string['followingoptional'] = "این موارد اختیاری هستند"; +$string['followingrequired'] = "این موارد ضروری هستند"; +$string['forgotten'] = "آیا نام کاربری یا رمز ورود خود را فراموش کرده اید"; +$string['format'] = "شکل"; +$string['formathtml'] = "شکل HTML"; +$string['formatplain'] = "شکل متنی"; +$string['formatsocial'] = "شکل اجتماعی"; +$string['formattext'] = "شکل مودل"; +$string['formattexttype'] = "شکلدهی"; +$string['formattopics'] = "شکل موضوعات"; +$string['formatweeks'] = "شکل هفتگی"; +$string['formatwiki'] = "شکل ویکی"; +$string['from'] = "از"; +$string['frontpagecategorynames'] = "مجموعه موضوعات را نشان بده"; +$string['frontpagecourselist'] = "مجموعه درسها را نشان بده"; +$string['frontpagedescription'] = "توصیف صفحه اول"; +$string['frontpageformat'] = "شکل صفحه اول"; +$string['frontpagenews'] = "خبرها را نشان بده"; +$string['fulllistofcourses'] = "تمام درسها"; +$string['fullprofile'] = "مشخصات شخصی"; +$string['fullname'] = "نام کامل"; +$string['fullsitename'] = "نام کامل سایت"; +$string['gd1'] = "GD 1.x نصب است"; +$string['gd2'] = "GD 2.x نصب است"; +$string['gdneed'] = "GD باید نصب شود تا گراف را ببینید"; +$string['gdnot'] = " نصب نیستGD"; +$string['gpl'] = "Copyright (C) 2001-2003 Martin Dougiamas (http://dougiamas.com) + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details: + +http://www.gnu.org/copyleft/gpl.html"; + +$string['grade'] = "نمره"; +$string['grades'] = "نمره ها"; +$string['guestskey'] = "به مهمانهایی که کلید را دارند اجازه ورود داده شود."; +$string['guestsno'] = "به مهمانها اجازه ورود داده نشود"; +$string['guestsnotallowed'] = "ببخشید, '\$a' به مهمانها اجازه ورود نمی دهد."; +$string['guestsyes'] = "به مهمانها اجازه ورود داده شود حتی بدون کلید"; +$string['guestuser'] = "کاربر مهمان"; +$string['guestuserinfo'] = "این یک کاربر مخصوص است که اجازه دسترسی فقط خواندنی به برخی درسها را دارد."; +$string['help'] = "راهنمایی"; +$string['helpemoticons'] = "استفاده از آیکونهای احساس"; +$string['helpformatting'] = "درباره شکلدهی به متن"; +$string['helphtml'] = " HTMLنحوه نوشتن"; +$string['helpindex'] = "فهرست تمام فایلهای راهنما"; +$string['helppicture'] = "نحوه فرستادن تصویر"; +$string['helpreading'] = "با دقت بخوانید"; +$string['helptext'] = "نحوه نوشتن متن"; +$string['helprichtext'] = "درباره ویرایشگر متن"; +$string['helpsummaries'] = "درباره این خلاصه ها"; +$string['helpquestions'] = "سئوالات خوب بپرسید"; +$string['helpwiki'] = "wikiنحوه نوشتن متن"; +$string['helpwriting'] = "با دقت بنویسید"; +$string['hide'] = "پنهان کردن"; +$string['hits'] = "تعداد کلیک"; +$string['hitsoncourse'] = "تعداد کلیک \$a->coursename توسط \$a->username"; +$string['hitsoncoursetoday'] = "تعداد کلیک امروز \$a->coursename توسط \$a->username"; +$string['home'] = "خانه"; +$string['hour'] = "ساعت"; +$string['hours'] = "ساعت"; +$string['howtomakethemes'] = "ایجاد زمینه جدید؟"; +$string['htmleditor'] = "(و بعد از آن. IE 5.5 فقط برای) HTML استفاده از ویرایشگر متنی "; +$string['htmleditoravailable'] = "ویرایشگر Richtext فعال است"; +$string['htmleditordisabled'] = "شما ویرایشگر Richtext را در فرم مشخصات خود غیرفعال کرده اید"; +$string['htmleditordisabledadmin'] = "مدیر ویرایشگر Richtext را غیرفعال کرده است"; +$string['htmleditordisabledbrowser'] = "ویرایشگر Richtext فعال نیست چون از Internet Explorer 5.5 و یا بهتر استفاده نمی کنید"; +$string['htmlformat'] = "زیبا HTML شکل"; +$string['icqnumber'] = "ICQ شماره"; +$string['idnumber'] = "شماره شناسه"; +$string['include'] = "اضافه کردن"; +$string['included'] = "اضافه شد"; +$string['includeallusers'] = "تمام کاربران را شامل کنید."; +$string['includecourseusers'] = "کاربران این درس شامل شوند"; +$string['includeneededusers'] = "کاربران لازم شامل شوند"; +$string['includelogentries'] = "موارد ثبت شده شامل شوند"; +$string['includeuserfiles'] = "فایلهای کاربران شامل شوند"; +$string['includecoursefiles'] = "فایلهای درس شامل شوند"; +$string['jumpto'] = "پریدن به..."; +$string['leavetokeep'] = "برای نگهداشتن رمز ورود کنونی خالی بماند"; +$string['invalidlogin'] = "ورود غیر معتبر لطفا دوباره سعی کنید"; +$string['invalidemail'] = "آدرس پست الکترونیک نامعتبر"; +$string['langltr'] = "چپ به راست"; +$string['langrtl'] = "راست به چپ"; +$string['language'] = "زبان"; +$string['languagegood'] = "این بسته مربوط به زبان بروز است :-)"; +$string['lastaccess'] = "زمان آخرین دسترسی "; +$string['lastedited'] = "آخرین ویرایش در"; +$string['lastmodified'] = "آخرین تغییر در"; +$string['lastname'] = "نام خانوادگی"; +$string['latestlanguagepack'] = "جدیدترین بسته مربوط به زبان moodle.org"; +$string['latestnews'] = "آخرین اخبار"; +$string['list'] = "لیست"; +$string['listfiles'] = "لیست فایلها در \$a"; +$string['listofallpeople'] = "لیست تمام افراد"; +$string['license'] = "GPL License"; +$string['livelogs'] = "موارد ثبت شده در یک ساعت اخیر"; +$string['locale'] = "en"; +$string['location'] = "مکان"; +$string['loggedinas'] = "شما بعنوان \$a وارد سایت شده اید "; +$string['loggedinnot'] = "هنوز وارد سایت نشده اید"; +$string['login'] = "ورود به سایت"; +$string['loginas'] = "ورود بعنوان"; +$string['loginguest'] = "ورود به سایت بعنوان مهمان"; +$string['loginsite'] = "ورود به سایت"; +$string['loginto'] = "ورود به \$a"; +$string['loginusing'] = "با استفاده از نام کاربری و رمز ورود وارد شوید"; +$string['loginsteps'] = "سلام، برای دسترسی کامل به درسها باید یک حساب کاربری ایجاد کنید. +درزیر مراحل این کار توضیح داده شده است: +

    +
  1. فرم حساب جدید را با اطلاعات خود کامل کنید. +
  2. یک نامه سریعا به آدرس الکترونیک شما ارسال می شود. +
  3. نامه را بخوانید و روی لینک کلیک کنید. +
  4. حساب شما تایید شده و می توانید وارد سایت شوید. +
  5. حالا درسی که می خواهید در آن شرکت کنید انتخاب کنید. +
  6. اگر از شما "کلید" خواسته شد، از کلیدی که از + معلمتان گرفته اید استفاده کنید. این کلید شما را"وارد" درس می کند. + +
  7. پس از طی مراحل فوق شما دسترسی کامل به درس مورد نظر خواهید داشت. + پس از این هر موقع وارد سایت شدید با وارد کردن نام کاربر و رمز ورود در این صفحه + وارد سایت شده و در دروسی که ثبت نام شده اید شرکت می کنید. +
"; +$string['loginstepsnone'] = "سلام

برای دسترسی کامل به درسها باید +یک حساب کاربری ایجاد کنید.

تنها کاری که باید انجام دهید اینستکه یک نام کاربری و رمز برای خود ایجاد و آنرا +در این صفحه استفاده کنید.

اگر فرد دیگری نام کاربری شما را انتخاب کرده باشد +باید یک نام دیگر برای خود انتخاب کنید."; +$string['logout'] = "خروج از سایت"; +$string['logs'] = "موارد ثبت شده"; +$string['makeafolder'] = "ساخت پوشه"; +$string['makeeditable'] = "If you make '\$a' editable by the web server process (eg apache) then you could edit this file directly from this page"; +$string['mainmenu'] = "منوی اصلی"; +$string['managedatabase'] = "پایگاه داده"; +$string['managemodules'] = "ماژولها"; +$string['markedthistopic'] = "این موضوع بعنوان موضوع جاری مشخص شده است"; +$string['markthistopic'] = "این موضوع را بعنوان موضوع جاری مشخص کن"; +$string['maximumchars'] = "کاراکتر \$a حداکثر"; +$string['maximumgrade'] = "حداکثر نمره"; +$string['maximumshort'] = "حداکثر"; +$string['maxsize'] = " \$a حداکثر اندازه:"; +$string['min'] = "دقیقه"; +$string['mins'] = "دقیقه"; +$string['miscellaneous'] = "متفرقه"; // Default course category +$string['missingcategory'] = "باید یک موضوع انتخاب کنید"; +$string['missingcity'] = "شهر را وارد کنید"; +$string['missingcountry'] = "کشور را انتخاب کنید"; +$string['missingdescription'] = "توصیف وجود ندارد"; +$string['missingemail'] = "آدرس الکترونیک خود را وارد کنید"; +$string['missingfirstname'] = "نام خود را وارد کنید"; +$string['missingfullname'] = "نام کامل وجود ندارد"; +$string['missinglastname'] = "نام خانوادگی خود را وارد کنید"; +$string['missingshortname'] = "نام کوتاه وجود ندارد"; +$string['missingnewpassword'] = "رمز جدید وجود ندارد"; +$string['missingpassword'] = "رمز ورود وجود ندارد"; +$string['missingshortsitename'] = "نام کوتاه سایت وجود ندارد"; +$string['missingsitedescription'] = "توصیف سایت وجود ندارد"; +$string['missingsitename'] = "نام سایت وجود ندارد"; +$string['missingstrings'] = "وارسی برای رشته های تعریف نشده"; +$string['missingstudent'] = "باید یک مورد انتخاب کنید"; +$string['missingsummary'] = "خلاصه وجود ندارد"; +$string['missingteacher'] = "باید یک مورد انتخاب کنید"; +$string['missingurl'] = "URL وجود ندارد"; +$string['missingusername'] = "یک نام کاربری وجود ندارد"; +$string['modified'] = "تغییر داده شد"; +$string['moduledeleteconfirm'] = "You are about to completely delete the module '\$a'. This will completely delete everything in the database associated with this activity module. Are you SURE you want to continue?"; +$string['moduledeletefiles'] = "All data associated with the module '\$a->module' has been deleted from the database. To complete the deletion (and prevent the module re-installing itself), you should now delete this directory from your server: \$a->directory"; +$string['modulesetup'] = "تنظیم کردن جدولهای ماژولها"; +$string['modulesuccess'] = "\$a جدول بدرستی تنظیم شده اند"; +$string['moodleversion'] = "نسخه Moodle"; +$string['mostrecently'] = "اخیرا"; +$string['move'] = "انتقال"; +$string['movecategoryto'] = "انتقال موضوع به:"; +$string['movecourseto'] = "انتقال درس به:"; +$string['movedown'] = "انتقال به پایین"; +$string['movefilestohere'] = "انتقال فایلها به اینجا"; +$string['movefull'] = "انتقال \$a به اینجا"; +$string['movehere'] = "انتقال به اینجا"; +$string['moveselectedcoursesto'] = "انتقال درس انتخاب شده به..."; +$string['movetoanotherfolder'] = "انتقال به پوشه دیگر"; +$string['moveup'] = "انتقال به بالا"; +$string['mustconfirm'] = "باید ورود خود را تایید کنید"; +$string['mycourses'] = "درسهای من"; +$string['name'] = "نام"; +$string['namesocial'] = "بخش"; +$string['nametopics'] = "موضوع"; +$string['nameweeks'] = "هفته"; +$string['needed'] = "نیاز است"; +$string['new'] = "جدید"; +$string['newaccount'] = "حساب جدید"; +$string['newcourse'] = "درس جدید"; +$string['newpassword'] = "رمز ورود جدید"; +$string['newpasswordtext'] = "سلام \$a->firstname, + +حساب کاربری شما در '\$a->sitename' بازسازی شده است +و یک رمز ورود جدید موقتی برای شما ایجاد شد. + +در حال حاضر اطلاعات شما برای ورود به سایت عبارتند از: + نام کاربری: \$a->username + رمز ورود: \$a->newpassword + +برای تغییر رمز ورود به صفحه زیر بروید: + \$a->link + +دراکثر برنامه های پست الکترونیک این لینک بصورت آبی نشان داده می شود. +اگر اینحالت نیست این آدرس را در محل آدرس مرورگر کپی کنید. + +متشکر، از طرف مدیر '\$a->sitename' +\$a->signoff\n"; + +$string['newpicture'] = "عکس جدید"; +$string['newuser'] = "کاربر جدید"; +$string['newusers'] = "کاربران جدید"; +$string['newsitem'] = "مورد خبری"; +$string['newsitems'] = "خبر"; +$string['newsitemsnumber'] = "تعداد خبری که نشان داده شود"; +$string['never'] = "هیچوقت"; +$string['neverdeletelogs'] = "هیچوقت موارد ثبت شده را پاک نکن"; +$string['next'] = "سپس"; +$string['no'] = "خیر"; +$string['nocoursesyet'] = "درسی با این موضوع وجود ندارد"; +$string['noexistingadmins'] = "در حال حاضر مدیری نیست(این یک خطای جدی است)"; +$string['noexistingcreators'] = "در حال حاضر ایجاد کننده درسی نیست"; +$string['noexistingstudents'] = "در حال حاضر دانشجویی نیست"; +$string['noexistingteachers'] = "در حال حاضر معلمی نیست"; +$string['nofilesselected'] = "فایلی برای بازیابی انتخاب نشده است"; +$string['nofilesyet'] = "هنوز فایلی به درس فرستاده نشده"; +$string['nograde'] = "بدون نمره"; +$string['noimagesyet'] = "هنوز عکسی برای این درس ارسال نشده است"; +$string['nomorecourses'] = "درس دیگری که تطابق داشته باشد یافت نشد"; +$string['nocoursesfound'] = "هیچ درسی که شامل '\$a' باشد یافت نشد."; +$string['none'] = "هیچی"; +$string['nopotentialadmins'] = "کسی که بتواند مدیر شود وجود ندارد"; +$string['nopotentialcreators'] = "کسی که بتواند درس ایجاد کند وجود ندارد"; +$string['nopotentialstudents'] = "کسی که بتواند دانشجو شود وجود ندارد"; +$string['nopotentialteachers'] = "کسی که بتواند معلم شود وجود ندارد"; +$string['normal'] = "معمولی"; +$string['nostudentsyet'] = "هنوز کسی در این درس ثبت نام نشده است"; +$string['nosuchemail'] = "چنین آدرس الکترونیکی وجود ندارد"; +$string['notavailable'] = "در دسترس نیست"; +$string['noteuserschangednonetocourse'] = "Note: course users need to be restored when restoring user data. This setting has been changed for you."; +$string['notincluded'] = "اضافه نشده"; +$string['noteachersyet'] = "این درس هنوز معلم ندارد"; +$string['notenrolled'] = "\$a در این درس ثبت نام نشده است."; +$string['nothingnew'] = "از آخرین ورود شما به سایت چیز جدیدی نیست"; +$string['nousersmatching'] = "No users matching '\$a' were found"; +$string['nousersyet'] = "هنوز کاربری نیست"; +$string['now'] = "اکنون"; +$string['numberweeks'] = "تعداد هفته/موضوعات"; +$string['numdays'] = "\$a روز"; +$string['numhours'] = "\$a ساعت"; +$string['numminutes'] = "\$a دقیقه"; +$string['numviews'] = "\$a نظریه"; +$string['numweeks'] = "\$a هفته"; +$string['numwords'] = "\$a کلمه"; +$string['numyears'] = "\$a سال"; +$string['ok'] = "تایید"; +$string['opentoguests'] = "دسترسی افراد مهمان"; +$string['optional'] = "اختیاری"; +$string['order'] = "رتبه"; +$string['other'] = "دیگر"; +$string['outline'] = "طرح کلی"; +$string['page'] = "صفحه"; +$string['parentlanguage'] = ""; +$string['participants'] = "شرکت کنندگان"; +$string['password'] = "رمز ورود"; +$string['passwordchanged'] = "رمز ورود تغییر کرده است."; +$string['passwordconfirmchange'] = "تایید تغییر رمز ورود"; +$string['passwordsdiffer'] = "این رمز ورودها با هم فرق دارند"; +$string['passwordrecovery'] = "بله کمک کنید من وارد شوم"; +$string['passwordsent'] = "رمز ورود فرستاده شد"; +$string['passwordsenttext'] = " +

یک نامه به آدرس شما در \$a->email فرستاده شد. +

لطفا نامه را برای تغییر رمز چک کنید +

شما می توانید + link>رمز ورود را تغییر دهید."; +$string['people'] = "افراد"; +$string['personalprofile'] = "مشخصات فردی"; +$string['phone'] = "شماره تلفن"; +$string['phpinfo'] = "PHP info"; +$string['popupwindow'] = "باز کردن فایل در پنجره جدید"; +$string['potentialadmins'] = "کسانی که می توانند مدیر باشند"; +$string['potentialcreators'] = "کسانی که می توانند درس ایجاد کنند"; +$string['potentialstudents'] = "کسانی که می توانند دانشجو باشند"; +$string['potentialteachers'] = "کسانی که می توانند معلم شوند"; +$string['preferredlanguage'] = "زبان"; +$string['preview'] = "دیدن"; +$string['previeworchoose'] = "انتخاب یا دیدن یک زمینه"; +$string['publicdirectory'] = "فهرست راهنمای عمومی"; +$string['publicdirectory0'] = "لطفا این سایت را منتشر نکن"; +$string['publicdirectory1'] = "فقط نام سایت را منتشر کن"; +$string['publicdirectory2'] = "انتشار نام سایت با یک لینک"; +$string['publicsitefileswarning'] = "توجه:فایلهایی که در اینجا قرار می گیرند توسط همه قابل دستیابی هستند"; +$string['question'] = "سئوال"; +$string['readinginfofrombackup'] = "در حال خواندن اطلاعات پشتیبان"; +$string['readme'] = "README"; // This is a file name +$string['recentactivity'] = "فعالیتی که اخیرا انجام شده"; +$string['registration'] = "ثبت Moodle"; +$string['registrationemail'] = "Email notifications"; +$string['registrationinfo'] = "

This page allows you to register your Moodle site with moodle.org. Registration is free. +The main benefit of registering is that you will be added to a low-volume mailing list +for important notifications such as security alerts and new releases of Moodle. +

By default, your information will be kept private, and will never be sold or passed on to anyone else. The only + reason for collecting this information is for support purposes, and to help build up a statistical + picture of the Moodle community as a whole. +

If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites. +

All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time by resubmitting this form."; +$string['registrationno'] = "نه من نمی خواهم نامه دریافت کنم."; +$string['registrationsend'] = "ارسال اطلاعات ثبت نام به moodle.org"; +$string['registrationyes'] = "بله، من را از موضوعات مهم مطلع کن"; +$string['removeadmin'] = "حذف مدیر"; +$string['removecreator'] = "حذف ایجاد کننده درس"; +$string['removestudent'] = "حذف دانشجو"; +$string['removeteacher'] = "حذف"; +$string['rename'] = "تغییر نام"; +$string['renamefileto'] = "تغییر نام \$a به"; +$string['required'] = "لازم است"; +$string['resortcoursesbyname'] = "مرتب کردن درسها بر اساس نام"; +$string['resources'] = "منابع"; +$string['restore'] = "برگشت به حالت اول"; +$string['restorecancelled'] = "بازیابی لغو شد"; +$string['restorefinished'] = "بازیابی با موفقیت به اتمام رسید"; +$string['restoreto'] = "بازیابی به"; +$string['returningtosite'] = "برگشت به سایت"; +$string['requireskey'] = "این درس به کلید احتیاج دارد"; +$string['revert'] = "برگشت"; +$string['role'] = "نقش"; +$string['savechanges'] = "تغییرات ذخیره شود"; +$string['scale'] = "مقیاس"; +$string['scales'] = "مقیاسها"; +$string['scalescustom'] = "ساخت مقیاس"; +$string['scalescustomno'] = "هنوز مقیاس جدیدی ایجاد نشده است"; +$string['scalescustomcreate'] = "اضافه کردن مقیاس جدید"; +$string['scalesstandard'] = "مقیاسهای استاندارد"; +$string['search'] = "جستجو"; +$string['searchagain'] = "جستجوی دوباره"; +$string['searchcourses'] = "جستجو در درسها"; +$string['searchhelp'] = "می توانبد در آن واحد چند کلمه را جستجو کنید

کلمه : هر موردی از این کلمه را در متن پیدا می کند.
+کلمه : تنها موارد دقیقا مشابه پیدا می شوند.
-کلمه : این کلمه در نتایج نباشد."; +$string['searchresults'] = "نتایج جستجو"; +$string['sec'] = "ثانیه"; +$string['secs'] = "ثانیه"; +$string['section'] = "بخش"; +$string['sections'] = "بخشها"; +$string['select'] = "انتخاب"; +$string['selectacountry'] = "انتخاب کشور"; +$string['selectednowmove'] = "\$a فایل برای انتقال انتخاب شدند.حال به مقصد بروید و 'انتقال فایل به اینجا' را انتخاب کنید"; +$string['senddetails'] = "اطلاعات را از طریق پست الکترونیک بفرست."; +$string['separateandconnected'] = "یادگیری فردی و جمعی"; +$string['serverlocaltime'] = "زمان سرور"; +$string['settings'] = "تنظیمات"; +$string['shortname'] = "نام کوتاه"; +$string['shortnametaken'] = "این نام کوتاه در حال حاضر برای یک درس دیگر استفاده شده است. (\$a)"; +$string['shortsitename'] = "نام کوتاه برای سایت (مثلا یک کلمه)"; +$string['show'] = "نشان بده"; +$string['showall'] = "تمام \$a ها را نشان بده"; +$string['showalltopics'] = "تمام موضوعات را نشان بده"; +$string['showallusers'] = "تمام کاربران را نشان بده"; +$string['showallweeks'] = "تمام هفته ها نمایش داده شود"; +$string['showgrades'] = "نمایش نمره ها"; +$string['showlistofcourses'] = "لیست درسها را نشان بده"; +$string['showonlytopic'] = "تنها موضوع \$a را نشان بده"; +$string['showonlyweek'] = "تنها هفته \$a را نشان بده"; +$string['showrecent'] = "نشان دادن فعالیت اخیر"; +$string['showtheselogs'] = "این موارد ثبت شده را نشان بده"; +$string['showallcourses'] = "تمام درسها را نشان بده"; +$string['site'] = "سایت"; +$string['sites'] = "سایتها"; +$string['sitefiles'] = "فایلهای سایت"; +$string['sitelogs'] = "موارد ثبت شده سایت"; +$string['sitenews'] = "اخبار سایت"; +$string['sitesettings'] = "تنظیمات سایت"; +$string['size'] = "اندازه"; +$string['socialheadline'] = "جدیدترین موضوعات گفتمان اجتماعی"; +$string['someallowguest'] = "بعضی درسها ممکن است به مهمانها اجازه دسترسی بدهند"; +$string['someerrorswerefound'] = "بعضی اطلاعات وجود ندارد یا غلط است."; +$string['startdate'] = "روز شروع درس"; +$string['students'] = "دانشجویان"; +$string['restorecoursenow'] = "این درس را هم اکنون بازیابی کن"; +$string['startsignup'] = "هم اکنون با ایجاد یک حساب کاربری جدید شروع کنید!"; +$string['state'] = "استان"; +$string['status'] = "وضعیت"; +$string['strftimedate'] = "%%d %%B %%Y"; +$string['strftimedateshort'] = "%%d %%B"; +$string['strftimedatetime'] = "%%d %%B %%Y, %%I:%%M %%p"; +$string['strftimedaydate'] = "%%A, %%d %%B %%Y"; +$string['strftimedaydatetime'] = "%%A, %%d %%B %%Y, %%I:%%M %%p"; +$string['strftimerecent'] = "%%d %%b, %%H:%%M"; +$string['strftimerecentfull'] = "%%a, %%d %%b %%Y, %%I:%%M %%p"; +$string['strftimetime'] = "%%I:%%M %%p"; +$string['stringsnotset'] = "این رشته ها در \$a تعریف نشده اند"; +$string['studentnotallowed'] = "ببخشید شما نمی توانید بعنوان '\$a' وارد درس شوید"; +$string['subcategories'] = "زیر موضوع"; +$string['success'] = "موفقیت"; +$string['summary'] = "خلاصه"; +$string['summaryof'] = "خلاصه \$a"; +$string['supplyinfo'] = "لطفا درباره خود اطلاعاتی وارد کنید"; +$string['teacheronly'] = "فقط برای \$a"; +$string['teachers'] = "معلمها"; +$string['teacherroles'] = "\$a نقش"; +$string['textformat'] = "شکل متنی ساده"; +$string['textediting'] = "در موقع ویرایش متن"; +$string['texteditor'] = "استفاده از شکلهای استاندارد وب"; +$string['time'] = "ساعت"; +$string['timezone'] = "زمان محلی"; +$string['thanks'] = "متشکرم"; +$string['theme'] = "زمینه"; +$string['themes'] = "زمینه ها"; +$string['themesaved'] = "زمینه جدید ذخیره شد"; +$string['to'] = "تا"; +$string['today'] = "امروز"; +$string['todaylogs'] = "موارد ثبت شده امروز"; +$string['toomanytoshow'] = "کاربران زیادی برای نمایش وجود دارند"; +$string['top'] = "بالا"; +$string['topic'] = "موضوع"; +$string['topichide'] = "این موضوع را از \$a پنهان کن"; +$string['topicoutline'] = "شکل موضوعی"; +$string['topicshow'] = "این موضوع را به \$a نشان بده"; +$string['total'] = "مجموع"; +$string['turneditingoff'] = "ویرایش تمام"; +$string['turneditingon'] = "ویرایش"; +$string['undecided'] = "مردد"; +$string['unenrol'] = "حذف دانشجو"; +$string['unenrolme'] = "من را از ثبت نام \$a بیرون بیاور"; +$string['unenrolsure'] = "آیا مطمئن هستید می خواهید \$a را از این درس حذف کنید؟"; +$string['unknowncategory'] = "موضوع نا شناخته"; +$string['unpacking'] = "باز کردن \$a"; +$string['unsafepassword'] = "این رمز ورود ناامن است لطفا آنرا عوض کنید!"; +$string['unusedaccounts'] = "Accounts unused for more than \$a days are automatically unenrolled"; +$string['unzip'] = "باز کردن فایل فشرده"; +$string['unzippingbackup'] = "باز کردن پشتیبان"; +$string['update'] = "به روز کردن"; +$string['updated'] = "\$a بروزرسانی شد."; +$string['updatemyprofile'] = "تغییر مشخصات فردی"; +$string['updatesevery'] = "در هر \$a ثانیه بروزرسانی کن"; +$string['updatethiscourse'] = "به روز کردن این درس"; +$string['updatinga'] = "ویرایش یک \$a"; +$string['updatingain'] = "ویرایش یک \$a->what در \$a->in"; +$string['updatethis'] = "به روز کردن \$a"; +$string['upload'] = "فرستادن"; +$string['uploadafile'] = "فرستادن فایل به سایت"; +$string['uploadedfileto'] = "فایل \$a->file را به \$a->directory بفرست"; +$string['uploadnofilefound'] = "هیچ فایلی پیدا نشد.آیا مطمئن هستید که فایلی انتخاب کردید؟"; +$string['uploadproblem'] = "در ارسال فایل '\$a' مشکل ناشناخته ای پیش آمد(ممکن است اندازه آن بزرگ بوده است)"; +$string['uploadthisfile'] = "ارسال این فایل"; +$string['user'] = "کاربر"; +$string['userdeleted'] = "این حساب کاربری حذف شده است."; +$string['userdescription'] = "توصیف"; +$string['userfiles'] = "فایلهای کاربران"; +$string['username'] = "نام کاربر"; +$string['usernameexists'] = "این نام کاربری وجود دارد یک مورد دیگر انتخاب کنید."; +$string['userprofilefor'] = "مشخصات فردی برای \$a"; +$string['users'] = "کاربر"; +$string['usingexistingcourse'] = "در حال استفاده از درس موجود"; +$string['userzones'] = "ناحیه های کاربری"; +$string['view'] = "دیدن"; +$string['webpage'] = "صفحه خانگی شما"; +$string['week'] = "هفته"; +$string['weekhide'] = "این هفته را از \$a پنهان کن"; +$string['weeklyoutline'] = "طرح هفتگی"; +$string['weekshow'] = "این هفته را تا \$a نشان بده"; +$string['welcometocourse'] = "به \$a خوش آمدید"; +$string['welcometocoursetext'] = "به درس \$a->coursename خوش آمدید + +برای آشنایی بیشتر با شما، صفحه مشخصات شخصی خود را ویرایش کنید. این صفحه در + صفحه مشخصات شخصی درس قابل دسترسی است. + + \$a->profileurl"; +$string['whattocallzip'] = "نام این فایل فشرده چه باشد؟"; +$string['withchosenfiles'] = "اعمال با فایلهای انتخاب شده"; +$string['withoutuserdata'] = "بدون اطلاعات کاربران"; +$string['withuserdata'] = "به همراه اطلاعات کاربران"; +$string['wordforteacher'] = "کلمه شما برای معلم"; +$string['wordforteachereg'] = "مثلا معلم،استاد و غیره"; +$string['wordforteachers'] = "کلمه شما برای معلمها"; +$string['wordforteacherseg'] = "مثلا معلمها،استادها و غیره"; +$string['wordforstudent'] = "کلمه شما برای دانشجو"; +$string['wordforstudenteg'] = "مثلا دانشجو،شرکت کننده و غیره"; +$string['wordforstudents'] = "کلمه شما برای دانشجوها"; +$string['wordforstudentseg'] = "مثلا دانشجوها،شرکت کننده ها و غیره"; +$string['writingcategoriesandquestions'] = "در حال نوشتن موضوعات و سئوالات"; +$string['writingcoursedata'] = "در حال نوشتن اطلاعات درس"; +$string['writinggeneralinfo'] = "در حال نوشتن اطلاعات عمومی"; +$string['writingheader'] = "در حال نوشتن سردرخت"; +$string['writingloginfo'] = "در حال نوشتن اطلاعات موارد ثبت شده"; +$string['writingmoduleinfo'] = "در حال نوشتن اطلاعات ماژولها"; +$string['writingscalesinfo'] = "در حال نوشتن اطلاعات مقیاسها"; +$string['writinguserinfo'] = "در حال نوشتن اطلاعات کاربران"; +$string['wrongpassword'] = "رمز ورود اشتباه است!"; +$string['yes'] = "بله"; +$string['youareabouttocreatezip'] = "در حال ایجاد یک فایل فشرده هستید که شامل:"; +$string['youaregoingtorestorefrom'] = "در حال شروع روند بازیابی هستید برای:"; +$string['yourlastlogin'] = "آخرین ورود شما به سایت"; +$string['yourself'] = "شما"; +$string['yourteacher'] = "\$a شما"; +$string['zippingbackup'] = "فشرده کردن پشتیبان"; + +?> diff --git a/lang/fa/quiz.php b/lang/fa/quiz.php new file mode 100755 index 0000000000..673cae5880 --- /dev/null +++ b/lang/fa/quiz.php @@ -0,0 +1,250 @@ +
After you select or create a question category you will be able to create or edit questions. You can select any of these questions to add to your quiz over on the other side of this page."; +$string['addquestionstoquiz'] = "اضافه کردن سئوال به کوئیز حاضر"; +$string['addselectedtoquiz'] = "اضافه کردن سئوال انتخاب شده به کوئیز"; +$string['allowreview'] = "اجازه مرور تلاشهای قبلی داده شود؟"; + +$string['alwaysavailable'] = "Always available"; +$string['alreadysubmitted'] = "It is likely that you have already submitted this attempt"; + +$string['answer'] = "Answer"; + +$string['answerhowmany'] = "یک یا چند جواب؟"; +$string['answersingleyes'] = "فقط یک جواب"; +$string['answersingleno'] = "چند جواب مجاز است"; +$string['answerswithacceptederrormarginmustbenumeric'] = "Answers with accepted error must be numeric"; + +$string['attempt'] = "\$a بار"; + +$string['attemptfirst'] = "اولین بار"; + +$string['attemptlast'] = "آخرین بار"; + +$string['attemptquiznow'] = "Attempt quiz now"; + +$string['attempts'] = "بار"; + +$string['attemptsallowed'] = "تعداد دفعات مجاز برای پاسخگویی"; +$string['attemptsunlimited'] = "نامحدود"; +$string['backtoquiz'] = "برگشت به ویرایش کوئیز"; + +$string['bestgrade'] = "Best grade"; + +$string['blackboard'] = "Blackboard"; + +$string['casesensitive'] = "Case sensitivity"; + +$string['caseyes'] = "Yes, case must match"; + +$string['caseno'] = "No, case is unimportant"; + +$string['categories'] = "Categories"; + +$string['category'] = "موضوع"; + +$string['categoryinfo'] = "اطلاعات در خصوص موضوع"; + +$string['categorymove'] = "The category '\$a->name' contains \$a->count questions. Please choose another category to move them to."; +$string['categorymoveto'] = "Move them to this category"; +$string['choice'] = "گزینه"; + +$string['choices'] = "انتخابهای ممکن"; + +$string['correctanswer'] = "Correct answer"; + +$string['correctanswers'] = "Correct answers"; + +$string['countdown'] = "Countdown"; + +$string['countdownfinished'] = "The quiz is closing, you should submit your answers now."; + +$string['countdowntenminutes'] = "The quiz will be closing in ten minutes."; + +$string['createmultiple'] = "ایجاد چند سئوال"; +$string['createnewquestion'] = "ایجاد سئوال جدید"; + +$string['custom'] = "شکل سفارشی"; + +$string['daysavailable'] = "تعداد روزی که کوئیز در دسترس است"; + +$string['default'] = "پیش فرض"; + +$string['defaultgrade'] = "Default question grade"; +$string['defaultinfo'] = "موضوع پیش فرض برای سئوالات"; +$string['deletequestioncheck'] = "Are you absolutely sure you want to delete '\$a'?"; + +$string['description'] = "تعریفی"; +$string['eachattemptbuildsonthelast'] = "هر بار شامل نتایج دفعات قبل باشد؟"; + +$string['editcategories'] = "ویرایش موضوعات"; +$string['editingdescription'] = "Editing a Description"; +$string['editingmultianswer'] = "ویرایش سئوالات جاسازی شده"; +$string['editingmatch'] = "ویرایش یک سئوال تطبیقی"; +$string['editingmultichoice'] = "ویرایش یک سئوال چند گرینه ای"; +$string['editingnumerical'] = "ویرایش یک سئوال عددی"; +$string['editingquiz'] = "ویرایش کوئیز"; + +$string['editingquestion'] = "ویرایش سئوال"; +$string['editingrandom'] = "ویرایش یک سئوال تصادفی"; +$string['editingrandomsamatch'] = "Editing a Random Short-Answer Matching question"; + +$string['editingshortanswer'] = "ویرایش یک سئوال جواب کوتاه"; +$string['editingtruefalse'] = "Editing a True/False question"; +$string['false'] = "False"; + +$string['feedback'] = "پاسخ"; + +$string['filloutoneanswer'] = "You must fill out at least one possible answer. Answers left blank will not be used."; +$string['fillouttwochoices'] = "باید حداقل دو مورد را پر کنید"; +$string['filloutthreequestions'] = "You must fill out at least three questions. Questions left blank will not be used."; +$string['fileformat'] = "File format"; + +$string['fractionsaddwrong'] = "The positive grades you have chosen do not add up to 100%% +
Instead, they add up to \$a%% +
Do you want to go back and fix this question?"; + +$string['fractionsnomax'] = "One of the answers should be 100%%, so that it is +
possible to get a full grade for this question. +
Do you want to go back and fix this question?"; + +$string['gradeaverage'] = "نمره متوسط"; + +$string['gradehighest'] = "بالاترین نمره"; + +$string['grademethod'] = "روش نمره دادن"; + +$string['grades'] = "نمره ها"; + +$string['guestsno'] = "Sorry, guests can not see or attempt quizzes"; +$string['imagedisplay'] = "عکسی که نمایش داده شود"; +$string['importquestions'] = "وارد کردن سئوالات از فایل"; +$string['introduction'] = "مقدمه"; + +$string['marks'] = "Marks"; + +$string['match'] = "تطبیقی"; + +$string['matchanswer'] = "Matching answer"; +$string['missingcorrectanswer'] = "Correct answer must be specified"; +$string['missingname'] = "Missing question name"; +$string['missingquestiontext'] = "Missing question text"; +$string['missingword'] = "Missing word format"; + +$string['multianswer'] = "جواب جاسازی شده"; +$string['multichoice'] = "چند گزینه ای"; + +$string['noanswers'] = "No answers were selected!"; +$string['noattempts'] = "No attempts have been made on this quiz"; +$string['nomoreattempts'] = "No more attempts are allowed"; +$string['noquestions'] = "هنوز سئوالی اضافه نشده است"; +$string['noreview'] = "You are not allowed to review this quiz"; +$string['noreviewuntil'] = "You are not allowed to review this quiz until \$a"; + +$string['notenoughsubquestions'] = "Not enough sub-questions have been defined!
+Do you want to go back and fix this question?"; +$string['numerical'] = "عددی"; + +$string['publish'] = "انتشار"; + +$string['qti'] = "IMS QTI format"; + +$string['question'] = "سئوال"; + +$string['questioninuse'] = "The question '\$a' is currently being used:"; + +$string['questions'] = "سئوالات"; + +$string['questionname'] = "نام سئوال"; + +$string['quizavailable'] = "The quiz is available until: \$a"; +$string['quizclose'] = "تاریخ اتمام"; + +$string['quizclosed'] = "This quiz closed on \$a"; + +$string['quizcloses'] = "Quiz closes"; + +$string['quizopen'] = "تاریخ شروع"; + +$string['quiznotavailable'] = "The quiz will not be available until: \$a"; + +$string['random'] = "سئوال تصادفی"; + +$string['randomcreate'] = "ایجاد سئوالات تصادفی"; +$string['randomsamatch'] = "تصادفی،تطبیقی با جواب کوتاه"; +$string['randomsamatchcreate'] = "ایجاد سئوال تصادفی،تطبیقی با جواب کوتاه "; + +$string['randomsamatchintro'] = "For each of the following questions, select the matching answer from the menu."; +$string['randomsamatchnumber'] = "Number of questions to select"; +$string['readytosend'] = "You are about to send your whole quiz to be graded. Are you sure you want to continue?"; +$string['recentlyaddedquestion'] = "Recently added question!"; +$string['regrade'] = "Regrade all attempts"; + +$string['regradecomplete'] = "All attempts have been regraded"; +$string['regradecount'] = "\$a->changed out of \$a->attempt grades were changed"; + +$string['rename'] = "Rename"; + +$string['report'] = "Reports"; + +$string['reportoverview'] = "Overview"; + +$string['reportregrade'] = "Regrade attempts"; +$string['reportsimplestat'] = "Simple statistics"; + +$string['review'] = "Review"; + +$string['save'] = "ذخیره کردن"; + +$string['savegrades'] = "ذخیره کردن نمره ها"; + +$string['savemyanswers'] = "ذخیره کردن جوابهای من"; + +$string['savequiz'] = "ذخیره کردن کل کوئیز"; + +$string['score'] = "Raw score"; + +$string['select'] = "انتخاب"; + +$string['selectall'] = "انتخاب همه"; + +$string['selectcategoryabove'] = "یک موضوع از بالا انتخاب کنید"; +$string['shortanswer'] = "جواب کوتاه"; + +$string['show'] = "نمایش"; + +$string['showfeedback'] = "بعد از جواب دادن درست یا غلط بودن آنها مشخص شود؟"; +$string['showcorrectanswer'] = "پاسخهای درست نشان داده شود؟"; +$string['shuffleanswers'] = "بهم ریختن ترتیب جوابها"; +$string['shufflequestions'] = "بهم ریختن ترتیب سئوالها"; + +$string['time'] = "Time"; + +$string['timetaken'] = "Time taken"; + +$string['timecompleted'] = "تکمیل شد"; + +$string['toomanyrandom'] = "The number of random questions required is more than this category contains! (\$a)"; + +$string['true'] = "درست"; + +$string['truefalse'] = "درست/غلط"; + +$string['type'] = "Type"; + +$string['viewallanswers'] = "View \$a completed quizzes"; +$string['viewallreports'] = "View reports for \$a attempts"; +$string['webct'] = "WebCT format"; + +$string['yourfinalgradeis'] = "Your final grade for this quiz is \$a"; \ No newline at end of file diff --git a/lang/fa/resource.php b/lang/fa/resource.php new file mode 100755 index 0000000000..717c34bc07 --- /dev/null +++ b/lang/fa/resource.php @@ -0,0 +1,71 @@ +مدیر فایل استفاده کنید"; +$string['notypechosen'] = "باید یک نوع انتخاب کنید.با Back برگردید"; + +$string['resourcetype'] = "نوع منبع"; + +$string['resourcetype1'] = "مرجع"; + +$string['resourcetype2'] = "صفحه وب"; + +$string['resourcetype3'] = "فایل ارسالی"; + +$string['resourcetype4'] = "متن"; + +$string['resourcetype5'] = "لینک اینترنتی"; + +$string['resourcetype6'] = "متن HTML"; + +$string['resourcetype7'] = "برنامه"; + +$string['resourcetype8'] = "متن ویکی"; + +?> \ No newline at end of file diff --git a/lang/fa/survey.php b/lang/fa/survey.php new file mode 100755 index 0000000000..ff48947792 --- /dev/null +++ b/lang/fa/survey.php @@ -0,0 +1,331 @@ +preferred (ideal) and actual experience in this unit. + +There are no 'right' or 'wrong' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment. + +Your carefully considered responses will help us improve the way this unit is presented online in the future. + +Thanks very much."; + +$string['collespname'] = "COLLES (Preferred)"; + +$string['collespintro'] = "The purpose of this survey is to help us understand what you value in an online learning experience. + +Each one of the 24 statements below asks about your preferred (ideal) experience in this unit. + +There are no 'right' or 'wrong' answers; we are interested only in your opinion. Please be assured that your responses will be treated with a high degree of confidentiality, and will not affect your assessment. + +Your carefully considered responses will help us improve the way this unit is presented online in the future. + +Thanks very much."; + + + +$string['collesm1'] = "Relevance"; + +$string['collesm1short'] = "Relevance"; + +$string['collesm2'] = "Reflective Thinking"; +$string['collesm2short'] = "Reflective Thinking"; + +$string['collesm3'] = "Interactivity"; + +$string['collesm3short'] = "Interactivity"; + +$string['collesm4'] = "Tutor Support"; + +$string['collesm4short'] = "Tutor Support"; + +$string['collesm5'] = "Peer Support"; + +$string['collesm5short'] = "Peer Support"; + +$string['collesm6'] = "Interpretation"; + +$string['collesm6short'] = "Interpretation"; + + +$string['collesmintro'] = "In this online unit..."; + + +$string['done'] = "Done"; + +$string['download'] = "Download"; + +$string['downloadexcel'] = "Download data as Excel spreadsheet"; +$string['downloadinfo'] = "You can download the complete raw data for this survey in a form suitable for analysis in Excel, SPSS or other package."; + +$string['downloadtext'] = "Download data as a plain text file"; +$string['editingasurvey'] = "Editing a survey"; +$string['guestsnotallowed'] = "Guests are not allowed to submit surveys"; + +$string['helpsurveys'] = "Help on the different types of surveys"; +$string['howlong'] = "How long did this survey take you to complete?"; +$string['howlongoptions'] = "under 1 min,1-2 min,2-3 min,3-4 min,4-5-min,5-10 min,more than 10"; + +$string['ifoundthat'] = "I found that"; + +$string['introtext'] = "Introduction text"; + +$string['ipreferthat'] = "I prefer that"; + +$string['name'] = "Name"; + +$string['newsurveyresponses'] = "New survey responses"; +$string['nobodyyet'] = "Nobody has yet completed this survey"; +$string['notdone'] = "Not done yet"; + +$string['notes'] = "Your private analysis and notes"; +$string['othercomments'] = "Do you have any other comments?"; +$string['peoplecompleted'] = "\$a people have completed this survey so far"; + +$string['preferred'] = "Preferred"; + +$string['preferredclass'] = "Class preferred"; +$string['preferredstudent'] = "\$a preferred"; + +$string['question'] = "Question"; + +$string['questions'] = "Questions"; + +$string['questionsnotanswered'] = "Some of the multiple choice questions have not been answered."; + +$string['report'] = "Survey report"; + +$string['scales'] = "Scales"; + +$string['savednotes'] = "Your notes were saved"; + +$string['scaleagree5'] = "Strongly disagree,Somewhat disagree,Neither agree nor disagree,Somewhat agree,Strongly agree"; +$string['scaletimes5'] = "Almost Never,Seldom,Sometimes,Often,Almost Always"; + +$string['seemoredetail'] = "Click here to see more detail"; +$string['selectedquestions'] = "Selected questions from a scale, all students"; + +$string['summary'] = "Summary"; + +$string['surveycompleted'] = "You've completed this survey. The graph below shows a summary of your results compared to the class averages."; + +$string['surveyname'] = "نام نظرخواهی"; + +$string['surveysaved'] = "ذخیره شد"; + +$string['surveytype'] = "نوع نظرخواهی"; + +$string['thanksforanswers'] = "Thanks for answering this survey, \$a"; +$string['time'] = "Time"; + +$string['viewsurveyresponses'] = "View \$a survey responses"; + +?> \ No newline at end of file diff --git a/lang/fa/workshop.php b/lang/fa/workshop.php new file mode 100755 index 0000000000..e62c872dc5 --- /dev/null +++ b/lang/fa/workshop.php @@ -0,0 +1,281 @@ + + This makes the grading easier and more consistent. As teacher you must add these
+ Elements before making the assignment available to students. This is done by
+ clicking on the assignment in the course, if no elements are present you will be asked
+ to add them. You can change the number of elements using the Edit Assignment screen,
+ the elements themselves can be amended from the "Managing Assessment" screen. "; + +$string['notitlegiven'] = "No Title Given"; + +$string['notgraded'] = "Not Graded"; + +$string['numberofassessments'] = "Number of Assessments"; +$string['numberofassessmentelements'] = "Number of Comments, Assessment Elements, Grade Bands, Criterion Statments or Categories in a Rubric"; +$string['numberofassessmentsofstudentsubmissions'] = "Number of Assessments of Student Submissions"; +$string['numberofassessmentsofteachersexamples'] = "Number of Assessments of Examples from Teacher"; + +$string['on'] = "on \$a"; + +$string['openassignment'] = "Open Assignment"; +$string['optionforpeergrade'] = "Option for Peer Grade"; +$string['overallgrade'] = "Overall Grade"; + +$string['overallpeergrade'] = "Overall Peer Grade: \$a"; +$string['overallteachergrade'] = "Overall Teacher Grade: \$a"; +$string['ownwork'] = "Own Work"; + +$string['phase'] = "Phase"; + +$string['phase1'] = "Set Up Assignment"; + +$string['phase2'] = "Allow \$a Submissions and Assessments"; +$string['phase3'] = "Calculation of Final Grades"; + +$string['phase4'] = "Show Final Grades"; +$string['pleaseassesstheseexamplesfromtheteacher'] = "Please assess these Examples from the \$a"; +$string['pleaseassessthesestudentsubmissions'] = "Please assess these \$a Submissions"; + +$string['pleaseassessyoursubmissions'] = "Please assess your Submission(s)"; + +$string['poor'] = "Poor"; + +$string['present'] = "Present"; + +$string['reassess'] = "Re-assess"; + +$string['reply'] = "Reply"; + +$string['returntosubmissionpage'] = "Return to Submission Page"; +$string['rubric'] = "Rubric"; + +$string['savemyassessment'] = "Save my Assessment"; +$string['savemycomment'] = "Save my Comment"; + +$string['savedok'] = "Saved OK"; + +$string['savemygrading'] = "Save my Grading"; + +$string['scaleyes'] = "2 point Yes/No scale"; + +$string['scalepresent'] = "2 point Present/Absent scale"; +$string['scalecorrect'] = "2 point Correct/Incorrect scale"; +$string['scalegood3'] = "3 point Good/Poor scale"; +$string['scaleexcellent4'] = "4 point Excellent/Very Poor scale"; +$string['scaleexcellent5'] = "5 point Excellent/Very Poor scale"; +$string['scaleexcellent7'] = "7 point Excellent/Very Poor scale"; +$string['scale10'] = "Score out of 10"; + +$string['scale20'] = "Score out of 20"; + +$string['scale100'] = "Score out of 100"; + +$string['select'] = "Select"; + +$string['selfassessment'] = "Self Assessment"; + +$string['showgrades'] = "Show Grades"; + +$string['specimenassessmentform'] = "Specimen Assessment Form"; +$string['studentassessments'] = "\$a Assessments"; +$string['studentgrades'] = "\$a Grades"; +$string['studentsubmissionsforassessment'] = "\$a Student Submissions for Assessment"; + +$string['studentsubmissions'] = "\$a Submissions"; +$string['submitassignment'] = "Submit Assignment"; +$string['submitexampleassignment'] = "Submit Example Assignment"; +$string['submitted'] = "Submitted"; + +$string['submittedby'] = "Submitted by"; + +$string['submission'] = "Submission"; + +$string['submissions'] = "Submissions"; + +$string['suggestedgrade'] = "Suggested Grade"; + +$string['returnto'] = "Return to"; + +$string['teacherassessments'] = "\$a Assessments"; +$string['teacherscomment'] = "Teacher's Comment"; +$string['teachersgrade'] = "Teacher's Grade"; +$string['teachersubmissionsforassessment'] = "\$a Teacher Submissions for Assessment"; + +$string['thegradeis'] = "The Grade is \$a"; +$string['thereisfeedbackfromtheteacher'] = "There is feadback from the \$a"; + +$string['theseasessmentsaregradedbytheteacher'] = "These Assessments are graded by the \$a"; + +$string['timeassessed'] = "Time Assessed"; + +$string['title'] = "Title"; + +$string['typeofscale'] = "Type of Scale"; +$string['ungradedassessmentsofstudentsubmissions'] = "\$a Ungraded Assessments of Student Submissions"; +$string['ungradedassessmentsofteachersubmissions'] = "\$a Ungraded Assessments of Teacher Submissions"; + +$string['verypoor'] = "Very Poor"; + +$string['view'] = "View"; + +$string['viewassessmentofteacher'] = "View Assessment of \$a"; +$string['viewotherassessments'] = "View other Assessments"; +$string['warningonamendingelements'] = "WARNING: There are submitted assessments.
Do NOT change the number + of elements, the scale types or the element weights."; + +$string['weightederrorcount'] = "Weighted Error Count: \$a"; +$string['weightforbias'] = "Weight for Bias"; +$string['weightforgradingofassessments'] = "Weight for Grading of Assessments"; + +$string['weightforpeerassessments'] = "Weight for Peer Assessments"; +$string['weightforreliability'] = "Weight for Reliability"; +$string['weightforteacherassessments'] = "Weight for \$a Assessments"; +$string['weights'] = "Weights"; + +$string['weightsusedforfinalgrade'] = "Weights used for Final Grade"; +$string['weightsusedforsubmissions'] = "Weights used for Submissions"; +$string['yourassessments'] = "Your Assessments"; +$string['yourfeedbackgoeshere'] = "Your Feedback goes Here"; + +?> \ No newline at end of file -- 2.39.5