From: moodler Date: Thu, 5 Dec 2002 13:50:01 +0000 (+0000) Subject: First version of Japanese translation by Mitsuhiro Yoshida ! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a7ce613296bdc1e7ef90b05f1dacdf97d820fa81;p=moodle.git First version of Japanese translation by Mitsuhiro Yoshida ! Still missing quiz.php, survey.php, auth.php and the help files Helpers wanted! --- diff --git a/lang/ja/README b/lang/ja/README new file mode 100644 index 0000000000..9f011b4d97 --- /dev/null +++ b/lang/ja/README @@ -0,0 +1,4 @@ +JAPANESE +-------- + +by Mitsuhiro Yoshida, mits@mitstek.com diff --git a/lang/ja/assignment.php b/lang/ja/assignment.php new file mode 100644 index 0000000000..7bf85b34f8 --- /dev/null +++ b/lang/ja/assignment.php @@ -0,0 +1,40 @@ + diff --git a/lang/ja/auth.php b/lang/ja/auth.php new file mode 100644 index 0000000000..84bcc41b6a --- /dev/null +++ b/lang/ja/auth.php @@ -0,0 +1,57 @@ +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_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['instructions'] = "Instructions"; +$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_host_url'] = "Specify LDAP host in URL-form like 'ldap://ldap.myorg.com/' or 'ldaps://ldap.myorg.com/' "; +$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_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['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. if you leave this blank the button will not be printed."; +$string['chooseauthmethod'] = "Choose an authentication method: "; +$string['guestloginbutton'] = "Guest login button"; +$string['showguestlogin'] = "You can hide or show the guest login button on the login page."; + +?> diff --git a/lang/ja/choice.php b/lang/ja/choice.php new file mode 100644 index 0000000000..fb6ff6b45d --- /dev/null +++ b/lang/ja/choice.php @@ -0,0 +1,17 @@ + diff --git a/lang/ja/docs/module_files.txt b/lang/ja/docs/module_files.txt new file mode 100644 index 0000000000..fd1a178c26 --- /dev/null +++ b/lang/ja/docs/module_files.txt @@ -0,0 +1,18 @@ +ABOUT THIS DIRECTORY +-------------------- + +DO NOT CHANGE, RENAME OR MOVE ANY OF THE FILES +IN THIS DIRECTORY unless you REALLY know what +you are doing. + +Changing these files could mess up your course. + +This directory contains files uploaded to your +course within particular modules (mostly by +students), such as assignment submissions and +forum attachments. + +The names of the directories and files within +this directory are very specific and are +automatically maintained by Moodle. + diff --git a/lang/ja/forum.php b/lang/ja/forum.php new file mode 100644 index 0000000000..a75b49eb7d --- /dev/null +++ b/lang/ja/forum.php @@ -0,0 +1,117 @@ +date - \$a->name ¤Ë¤è¤ëÅê¹Æ"; +$string['couldnotadd'] = "¥¨¥é¡¼¤Î¤¿¤áÅê¹Æ½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿"; +$string['couldnotdeleteratings'] = "¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¡¢É¾²ÁºÑ¤ß¤Î¤¿¤áºï½ü½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿"; +$string['couldnotdeletereplies'] = "¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¡¢ÊÖÅúºÑ¤ß¤Î¤¿¤áºï½ü½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿"; +$string['couldnotupdate'] = "̤³Îǧ¥¨¥é¡¼¤Î¤¿¤áÅê¹Æ¤ò¹¹¿·¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿"; +$string['delete'] = "ºï½ü"; +$string['deleteddiscussion'] = "¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¥È¥Ô¥Ã¥¯¤¬ºï½ü¤µ¤ì¤Þ¤·¤¿"; +$string['deletedpost'] = "Åê¹Æ¤¬ºï½ü¤µ¤ì¤Þ¤·¤¿"; +$string['deletesure'] = "¤³¤ÎÅê¹Æ¤òºï½ü¤·¤Æ¤â¤è¤í¤·¤¤¤Ç¤¹¤«?"; +$string['discussion'] = "¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó"; +$string['discussions'] = "¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó"; +$string['discussionsstartedby'] = "\$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['inforum'] = "\$a ¤Î"; +$string['intronews'] = "¥Ë¥å¡¼¥¹¤È¤ªÃΤ餻"; +$string['introsocial'] = "²¿¤Ç¤âÅê¹Æ²Äǽ¤ÊÀ©¸Â̵¤·¥Õ¥©¡¼¥é¥à¤Ç¤¹"; +$string['introteacher'] = "¶µ»ÕÀìÍѤΥե©¡¼¥é¥à¤Ç¤¹"; +$string['learningforums'] = "¥é¡¼¥Ë¥ó¥°¥Õ¥©¡¼¥é¥à"; +$string['maxtimehaspassed'] = "¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¡¢¤³¤ÎÅê¹Æ(\$a)¤ËÂФ¹¤ëºÇÂçÊÔ½¸²ó¿ô¤òͤ¨¤Þ¤·¤¿!"; +$string['message'] = "¥á¥Ã¥»¡¼¥¸"; +$string['modeflatnewestfirst'] = "ÊÖÅú¤ò¿·¤·¤¤¤â¤Î¤«¤é¥Õ¥é¥Ã¥Èɽ¼¨"; +$string['modeflatoldestfirst'] = "ÊÖÅú¤ò¸Å¤¤¤â¤Î¤«¤é¥Õ¥é¥Ã¥Èɽ¼¨"; +$string['modenested'] = "ÊÖÅú¤ò¥Í¥¹¥Èɽ¼¨"; +$string['modethreaded'] = "ÊÖÅú¤ò¥¹¥ì¥Ã¥Éɽ¼¨"; +$string['modulename'] = "¥Õ¥©¡¼¥é¥à"; +$string['modulenameplural'] = "¥Õ¥©¡¼¥é¥à"; +$string['more'] = "¾ÜºÙ"; +$string['namenews'] = "¥Ë¥å¡¼¥¹¥Õ¥©¡¼¥é¥à"; +$string['namesocial'] = "¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥é¥à"; +$string['nameteacher'] = "¶µ»ÕÍÑ¥Õ¥©¡¼¥é¥à"; +$string['newforumposts'] = "¿·¤·¤¤Åê¹Æ"; +$string['nodiscussions'] = "¥È¥Ô¥Ã¥¯¤Ï¤¢¤ê¤Þ¤»¤ó"; +$string['noguestpost'] = "¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¡¢¥²¥¹¥È¤ÏÅê¹Æ¤Ç¤­¤Þ¤»¤ó"; +$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['postingtip'] = "Åê¹Æ¤Î¥Ò¥ó¥È: +ÊÖÅú¤¹¤ë¤È¤­¤Ï: +

+Åê¹Æ¤¹¤ë¾ì¹ç¤Ï: + +"; +$string['postmailinfo'] = "¤³¤ì¤Ï \$a ¥¦¥§¥Ö¥µ¥¤¥È¤ËÅê¹Æ¤µ¤ì¤¿Åê¹Æ¤Î¥³¥Ô¡¼¤Ç¤¹¡£ÊÖÅú¤ò¥¦¥§¥Ö¥µ¥¤¥È·Ðͳ¤ÇÄɲ乤ë¾ì¹ç¤Ï¡¢¤³¤Î¥ê¥Ã¥¯¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤: +"; +$string['postrating1'] = "¼ç¤ËʬΥǧ¼±¤Î·¹¸þ¤¬¤¢¤ë"; +$string['postrating2'] = "ʬΥǧ¼±¤È´ØÏ¢Ç§¼±¤òƱÅù¤Ë»ý¤Ã¤Æ¤¤¤ë"; +$string['postrating3'] = "¼ç¤Ë´ØÏ¢Ç§¼±¤Î·¹¸þ¤¬¤¢¤ë"; +$string['postupdated'] = "Åê¹Æ¤¬¹¹¿·¤µ¤ì¤Þ¤·¤¿"; +$string['processingpost'] = "Åê¹Æ \$a ¤ò½èÍýÃæ"; +$string['rate'] = "ɾ²Á"; +$string['ratings'] = "ɾ²Á"; +$string['re'] = "Re:"; +$string['readtherest'] = "»Ä¤ê¤Î¥È¥Ô¥Ã¥¯¤òÆÉ¤à"; +$string['repliesmany'] = "¸½ºß \$a ¤ÎÊÖÅú¤¬¤¢¤ê¤Þ¤¹"; +$string['repliesone'] = "¸½ºß \$a ¤ÎÊÖÅú¤¬¤¢¤ê¤Þ¤¹"; +$string['reply'] = "ÊÖ¿®"; +$string['search'] = "¸¡º÷"; +$string['searchforums'] = "¥Õ¥©¡¼¥é¥à¤ò¸¡º÷"; +$string['searchresults'] = "¸¡º÷·ë²Ì"; +$string['sendinratings'] = "ºÇ¿·¤Î¥ì¡¼¥Æ¥£¥ó¥°¤òÁ÷¿®¤¹¤ë"; +$string['showsubscribers'] = "»²²Ã¼Ô¤òɽ¼¨¤¹¤ë"; +$string['singleforum'] = "ñ°ì¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó"; +$string['subject'] = "Âê̾"; +$string['subscribe'] = "¤³¤Î¥Õ¥©¡¼¥é¥à¤Ë»²²Ã¤¹¤ë"; +$string['subscribed'] = "»²²Ã"; +$string['subscribers'] = "»²²Ã¼Ô"; +$string['subscribersto'] = " '\$a' ¤Î»²²Ã¼Ô"; +$string['unsubscribe'] = "¤³¤Î¥Õ¥©¡¼¥é¥à¤«¤éÅÐÏ¿Ëõ¾Ã¤¹¤ë"; +$string['youratedthis'] = "¤¢¤Ê¤¿¤Ï¤³¤ì¤òɾ²Á¤·¤Þ¤·¤¿"; +$string['yournewtopic'] = "¿·µ¬¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¥È¥Ô¥Ã¥¯"; +$string['yourreply'] = "¤¢¤Ê¤¿¤ÎÊÖÅú"; + +?> diff --git a/lang/ja/help/assignment/assignmenttype.html b/lang/ja/help/assignment/assignmenttype.html new file mode 100644 index 0000000000..fa40fac07c --- /dev/null +++ b/lang/ja/help/assignment/assignmenttype.html @@ -0,0 +1,13 @@ +

Assignment Type

+ +

There are different types of assignments

+ +

Offline activity - this is useful when the assignment is performed outside +of Moodle. Students can see a description of the assignment, but can't upload files or anything. +Teachers can grade all students though, and students will see notifications of their grades. + +

Upload a single file - this type of assignment allows all students to upload a +single file, of any type. This might be a Word processor document, or an image, a +zipped web site, or anything you ask them to submit. Teachers can grade submitted +assignments online. + diff --git a/lang/ja/help/assignment/resubmit.html b/lang/ja/help/assignment/resubmit.html new file mode 100644 index 0000000000..39ebc9dec0 --- /dev/null +++ b/lang/ja/help/assignment/resubmit.html @@ -0,0 +1,9 @@ +

Resubmitting assignments

+ +

By default, students cannot resubmit assignments once the teacher has graded them

+ +

If you turn this option on, then students will be allowed to resubmit assignments + after they have been graded (for you to re-grade). This may be useful if the + teacher wants to encourage students to do better work in an iterative process.

+ +

Obviously, this option is not relevant for offline assignments.

diff --git a/lang/ja/help/choice/options.html b/lang/ja/help/choice/options.html new file mode 100644 index 0000000000..d08f455238 --- /dev/null +++ b/lang/ja/help/choice/options.html @@ -0,0 +1,7 @@ +

Choice options

+ +

Here is where you specify the options that participants + have to choose from. + +

You can fill in any number of these: it's OK to leave some blank + if you don't need the full 6 options. diff --git a/lang/ja/help/coursecategory.html b/lang/ja/help/coursecategory.html new file mode 100644 index 0000000000..0997ac8e5c --- /dev/null +++ b/lang/ja/help/coursecategory.html @@ -0,0 +1,11 @@ +

Course Categories

+ +

Your Moodle administrator may have set up several + course categories. + +

For example, "Science", "Humanities", "Public Health" etc + +

Choose the one most applicable for your course. This + choice will affect where your course is displayed on the + course listing and may make it easier for students to + find your course. diff --git a/lang/ja/help/courseformats.html b/lang/ja/help/courseformats.html new file mode 100644 index 0000000000..a910abc30b --- /dev/null +++ b/lang/ja/help/courseformats.html @@ -0,0 +1,24 @@ +

Moodle course formats

+ +

Weekly format

+ + +

Topics format

+ + +

Social format

+ + diff --git a/lang/ja/help/coursefullname.html b/lang/ja/help/coursefullname.html new file mode 100644 index 0000000000..1ccbe475f4 --- /dev/null +++ b/lang/ja/help/coursefullname.html @@ -0,0 +1,4 @@ +

Course Full name

+ +

The full name of the course is displayed at the top of the screen and in the course listings.

+ diff --git a/lang/ja/help/coursenewsitems.html b/lang/ja/help/coursenewsitems.html new file mode 100644 index 0000000000..20204bb58e --- /dev/null +++ b/lang/ja/help/coursenewsitems.html @@ -0,0 +1,15 @@ +

Course News Items

+ +

A special forum called "News" appears in the + "weekly" and "topics" course formats. It's + a good place to post notices for all students + to see. (By default, all students are subscribed + to this forum, and will receive your notices by + email.) + +

This setting determines how many recent items + appear on your course home page, in a news box + down the right-hand side. + +

If you set it to "0 news items" then the news + box won't even appear. diff --git a/lang/ja/help/coursenumsections.html b/lang/ja/help/coursenumsections.html new file mode 100644 index 0000000000..53f3c264d6 --- /dev/null +++ b/lang/ja/help/coursenumsections.html @@ -0,0 +1,14 @@ +

Course Number of Weeks/Topics

+ +

This setting is only used by the 'weekly' and 'topics' + course formats. + +

In the 'weekly' format, it specifies the number of weeks + that the course will run for, starting from the + course starting date. + +

In the 'topics' format, it specifies the number of topics + in the course. + +

Both of these translate to the number of "boxes" down the + middle of the course page. diff --git a/lang/ja/help/courserecent.html b/lang/ja/help/courserecent.html new file mode 100644 index 0000000000..fc9c6166e4 --- /dev/null +++ b/lang/ja/help/courserecent.html @@ -0,0 +1,16 @@ +

Recent Activity

+ +

Moodle can display "recent activity" on the course home page. + +

This shows the everything that has happened in the course since +the last time the viewer logged in to the course, including +new posts, new users, submitted journals etc. + +

It is highly recommended you leave this feature enabled in +your courses, as it helps give a sense of activity in the course. +Knowing what everyone else is doing also helps to promote a +collaborative atmosphere in the class. + +

You might want to disable this feature for extremely large or +heavily used courses, as it may slow down the display of +the course page. diff --git a/lang/ja/help/courseshortname.html b/lang/ja/help/courseshortname.html new file mode 100644 index 0000000000..3cc44a30c0 --- /dev/null +++ b/lang/ja/help/courseshortname.html @@ -0,0 +1,7 @@ +

Course short name

+ +

Many institutions have a shorthand way of referring to a course, such as + BP102 or COMMS. Even you don't already have such a name for your course, + make one up here. It will be used in several places where the long name + isn't appropriate (such us in the subject line of email).

+ diff --git a/lang/ja/help/coursestartdate.html b/lang/ja/help/coursestartdate.html new file mode 100644 index 0000000000..848aa8791a --- /dev/null +++ b/lang/ja/help/coursestartdate.html @@ -0,0 +1,19 @@ +

Course Start Date

+ +

This is where you specify the starting time of the + course (in your own timezone). + +

If you are using a 'weekly' course format, this will + affect the display of the weeks. The first week will + start on the date you set here. + +

This setting will not affect courses using the + 'social' or 'topics' formats. + +

However, one place this setting will be affect is + the display of logs, which use this date as the earliest + possible date you can display. + +

In general, if your course does have a real starting date + then it makes sense to set this date to that, no matter + what course formats you are using. diff --git a/lang/ja/help/enrolmentkey.html b/lang/ja/help/enrolmentkey.html new file mode 100644 index 0000000000..de5d18ace4 --- /dev/null +++ b/lang/ja/help/enrolmentkey.html @@ -0,0 +1,23 @@ +

Course Enrolment Key

+ +

A course enrolment key is what keeps unwanted people + out of your course. + +

If you leave this blank, then anyone who has created + a Moodle username on this site will be able to enrol + in your course simply by going in to it. + +

If you put something here, then students who are trying + to get in for the FIRST TIME ONLY will be asked to supply + this word or phrase. + +

The idea is that you will supply the key to authorised + people using another means like private email, snail mail, + on the phone or even verbally in a face to face class. + +

If this password "gets out" and you have unwanted people + enrolling, you can unenrol them (see their user profile page) + and change this key. Any legitimate students who have already + enrolled will not be affected, but the unwanted people won't be + able to get back in. + diff --git a/lang/ja/help/forum/allowdiscussions.html b/lang/ja/help/forum/allowdiscussions.html new file mode 100644 index 0000000000..1c434d1155 --- /dev/null +++ b/lang/ja/help/forum/allowdiscussions.html @@ -0,0 +1,20 @@ +

Allowing new posts

+ +

This option allows you to restrict students from posting + new content in this forum. + +

For most forums you will want to leave students unrestricted + and choose the first option to allow them to start new discussion + topics (threads), and also to post replies within those threads. + +

Sometimes, however, you will want to disable this ability. For + example, this is useful for the News forum when you only want + teachers to post new items that appear on the course main page. + In this case you might choose the third option "No discussions, no replies". + +

Sometimes you might want to only allow teachers to start new + discussions, but still allow students to reply within those + threads (for example within the news forum on the site home page). + In this case you would choose the second option, "No discussions, but + replies are allowed". + diff --git a/lang/ja/help/forum/attachment.html b/lang/ja/help/forum/attachment.html new file mode 100644 index 0000000000..df8288aa87 --- /dev/null +++ b/lang/ja/help/forum/attachment.html @@ -0,0 +1,21 @@ +

Attachments for posts

+ +

You can optionally attach ONE file from your own computer + to any post in the forums. This file is uploaded to the + server and stored with your post. + +

This is useful when you want to share a picture, for example, + or a Word document. + +

This file can be of any type, however it is highly recommended + that the file is named using standard 3-letter internet + suffixes such as .doc for a Word document, .jpg or .png + for an image, and so on. This will make it easier for others + to download and view your attachment in their browsers. + +

If you re-edit a posting and attach a new file, then any + previous attached files for that post will be replaced. + +

If you re-edit a posting with an attachment and leave + this space blank, then the original attachment will be + retained. diff --git a/lang/ja/help/forum/forumtype.html b/lang/ja/help/forum/forumtype.html new file mode 100644 index 0000000000..fab8c0be2b --- /dev/null +++ b/lang/ja/help/forum/forumtype.html @@ -0,0 +1,16 @@ +

Forum Types

+ +

There are several different types of forum to choose from: + +

A single simple discussion - is just a single topic, all on one page. +Useful for short, focussed discussions. + +

Standard forum for general use - is an open forum where any one can +start a new topic at any time. This is the best general-purpose forum. + +

Each person posts one discussion - Each person can post exactly one +new discussion topic (everyone can reply to them though). This is useful when +you want each student to start a discussion about, say, their reflections on +the week's topic, and everyone else responds to these. + +

(More development to come in future versions of Moodle) diff --git a/lang/ja/help/forum/ratings.html b/lang/ja/help/forum/ratings.html new file mode 100644 index 0000000000..397337de84 --- /dev/null +++ b/lang/ja/help/forum/ratings.html @@ -0,0 +1,70 @@ +

Forum Ratings

+ +

Individual posts can be rated using a scale based on the theory of +separate and connected knowing. + +

This theory may help you to look at human interactions + in a new way. It describes two different ways that we can evaluate and learn + about the things we see and hear. + +

Although each of us may use these two methods in different amounts at different + times, it may be useful to imagine two people as examples, one who is a mostly + separate knower (Jim) and the other a mostly connected knower (Mary).

+ +

Did you notice in these examples that the separate knower is male and the connected + knower is female? Some studies have shown that statistically this tends to be + the case, however individual people can be anywhere in the spectrum between + these two extremes.

+

For a collaborative and effective group of learners it may be best if everyone + were able to use BOTH ways of knowing.

+

In a particular situation like an online forum, a single post by a person may + exhibit either of these characteristics, or even both. Someone who is generally + very connected may post a very separate-sounding message, and vice versa. The + purpose of rating each post using this scale is to:

+
+

a) help you think about these issues when reading other posts
+ b) provide feedback to each author on how they are being seen by others

+
+

The results are not used towards student assessment in any way, they are just + to help improve communication and learning.

+
+


+ In case you're interested, here are some references to papers by the authors + who originally developed these ideas:

+ + diff --git a/lang/ja/help/forum/subscription.html b/lang/ja/help/forum/subscription.html new file mode 100644 index 0000000000..4aad39124b --- /dev/null +++ b/lang/ja/help/forum/subscription.html @@ -0,0 +1,18 @@ +

Forum Subscription

+ +

When a person is subscribed to a forum it means that +they will be sent email copies of every post in that forum +(posts are sent about 30 minutes after the post was first +written). + +

People can usually choose whether or not they want to be +subscribed to each forum. + +

However, if a teacher forces subscription on a particular forum +then this choice is taken away and everyone in the class will get +email copies. + +

This is especially useful in the News forum and in forums +towards the beginning of the course (before everyone has +worked out that they can subscribe to these emails themselves). + diff --git a/lang/ja/help/guestaccess.html b/lang/ja/help/guestaccess.html new file mode 100644 index 0000000000..23b4a31e5a --- /dev/null +++ b/lang/ja/help/guestaccess.html @@ -0,0 +1,21 @@ +

Guest Access

+ +

You have the choice of allowing "guests" into your course. + +

People can log in as guests using the "Login as a guest" button + on the login screen. + +

Guests ALWAYS have "read-only" access - meaning they can't leave + any posts or otherwise mess up the course for real students. + +

This can be handy when you want to let a colleague in to + look around at your work, or to let students see a course before + they have decided to enrol. + +

Note that you have a choice between two types of guest access: + with the enrolment key or without. If you choose to allow + guests who have the key, then the guest will need to provide + the current enrolment key EVERY TIME they log in (unlike + students who only need to do it once). This lets you restrict + your guests. If you choose to allow guests without a key, then + anyone can get straight into your course. diff --git a/lang/ja/help/html.html b/lang/ja/help/html.html new file mode 100644 index 0000000000..9d9fec220a --- /dev/null +++ b/lang/ja/help/html.html @@ -0,0 +1,13 @@ +

Help on writing html

+ +

When writing HTML in Moodle, you are free to use any HTML tags you like + to produce the effect you want. + +

Your code will normally be printed on the page within a table cell, + so: + +

+ diff --git a/lang/ja/help/langedit.html b/lang/ja/help/langedit.html new file mode 100644 index 0000000000..8ff975ee74 --- /dev/null +++ b/lang/ja/help/langedit.html @@ -0,0 +1,12 @@ +

Language Editing

+ +

To edit languages on this page the files need to be writable + by the web server process. + +

Within some of the strings you will notice $a and $a->something. + +

These represent variables that will be replaced by names or other words from + within Moodle. + +

When there is only one variable, the $a form is used. When there are two or + more variables, then each one has a name. diff --git a/lang/ja/help/mods.html b/lang/ja/help/mods.html new file mode 100644 index 0000000000..5a486187ac --- /dev/null +++ b/lang/ja/help/mods.html @@ -0,0 +1,69 @@ +

Activity Modules

+ +

Moodle contains a wide range of activity modules that can be used to + build up any type of course.

+ +

 Forums

+ + +

 Journals

+ + +

 Resources

+ + +

 Assignments

+ + +

 Quizzes

+ + +

 Choices

+ + +

 Surveys

+ + + diff --git a/lang/ja/help/picture.html b/lang/ja/help/picture.html new file mode 100644 index 0000000000..702c3ac025 --- /dev/null +++ b/lang/ja/help/picture.html @@ -0,0 +1,18 @@ +

Uploading a picture

+ +

You can upload a picture from your computer to this server, and this picture will be used in various places to represent you. +

For this reason, the best images to use are a close-up of your face, but you can use any image you like. +

The picture must be in JPG or PNG format (ie the names will usually end in .jpg or .png). +

You can get a picture file using one of four methods: + +

    +
  1. Using a digital camera, your photos will most likely already be on your computer in the right format. +
  2. You can use a scanner to scan a printed photograph. Make sure you save it as JPG or PNG format. +
  3. If you're artistic, you might draw a picture using a paint program. +
  4. Lastly, you can "steal" images from the web. http://images.google.com is a superb place to search for images. Once you find one, you can "right-click" on them with the mouse and choose "Save this image..." from the menu (different computers may vary slightly). +
+ +

To upload the image, click the "Browse" button on this editing page, and select the image from your hard disk. +

NOTE: Make sure that the file is not larger than the maximum size listed, or it will not be uploaded. +

Then click "Update my Profile" at the bottom - the image file will be cropped to a square and resized down to 100x100 pixels. +

When you are taken back to your profile page, the image might not appear to have changed. If this is so, just use the "Reload" button in your browser. diff --git a/lang/ja/help/questions.html b/lang/ja/help/questions.html new file mode 100644 index 0000000000..d96e3e1536 --- /dev/null +++ b/lang/ja/help/questions.html @@ -0,0 +1,94 @@ +

Asking questions

+

Socratic questions are open-ended, probing questions designed to promote critical + evaluation of ideas, as well as encourage the creation of new ideas. Below are + some examples of such questions:

+

Questions of Clarification

+ +

Questions that probe assumptions

+ +

Questions that probe reasons and evidence

+ +

Questions about Viewpoints or Perspectives

+ +

Questions that Probe Implications and Consequences

+ + +
+Questions adapted from Paul, R. (1993). Critical Thinking: How To Prepare Students for a Rapidly Changing World: Foundation for Critical Thinking, Santa Rosa, CA. diff --git a/lang/ja/help/quiz/attempts.html b/lang/ja/help/quiz/attempts.html new file mode 100644 index 0000000000..5255f7a815 --- /dev/null +++ b/lang/ja/help/quiz/attempts.html @@ -0,0 +1,6 @@ +

Quiz attempts

+ +

Students may be allowed to have multiple attempts at a quiz. + +

This can help make the process of taking the quiz more of + an educational activity rather than simply an assessment. diff --git a/lang/ja/help/quiz/categories.html b/lang/ja/help/quiz/categories.html new file mode 100644 index 0000000000..2f67f3847c --- /dev/null +++ b/lang/ja/help/quiz/categories.html @@ -0,0 +1,17 @@ +

Question categories

+ +

Rather than keeping all your questions in one big list, + you can create categories to keep them in. + +

Each category consists of a name and a short description. + +

Each category can also be "published", which means + that the category (and all questions in it) will be + available to all courses on this server, so that + other courses can use your questions in their quizzes. + +

Categories can also be created or deleted at will. + However, if you try to delete a category containing + questions, then you will be asked to specify another + category to move them to. + diff --git a/lang/ja/help/quiz/correctanswers.html b/lang/ja/help/quiz/correctanswers.html new file mode 100644 index 0000000000..07c44e5432 --- /dev/null +++ b/lang/ja/help/quiz/correctanswers.html @@ -0,0 +1,6 @@ +

Show correct answers

+ +

If you enable correct answers, then the +feedback will show also show the correct answer +for each question (highlighted in a bright colour). +

diff --git a/lang/ja/help/quiz/feedback.html b/lang/ja/help/quiz/feedback.html new file mode 100644 index 0000000000..ba9ad49f00 --- /dev/null +++ b/lang/ja/help/quiz/feedback.html @@ -0,0 +1,5 @@ +

Feedback

+ +

If you enable quiz feedback, then students will receive + question feedback on every answer (right or wrong).

+ diff --git a/lang/ja/help/quiz/grademethod.html b/lang/ja/help/quiz/grademethod.html new file mode 100644 index 0000000000..017ffe1b37 --- /dev/null +++ b/lang/ja/help/quiz/grademethod.html @@ -0,0 +1,25 @@ +

Grading method

+ +

When multiple attempts are allowed, there are different ways + you can use the grades to calculate the student's final + grade for the quiz. + +

Highest grade

+

+ +

Average grade

+

+ +

First grade

+

+ +

Last grade

+

diff --git a/lang/ja/help/quiz/maxgrade.html b/lang/ja/help/quiz/maxgrade.html new file mode 100644 index 0000000000..5a7535fbe0 --- /dev/null +++ b/lang/ja/help/quiz/maxgrade.html @@ -0,0 +1,11 @@ +

Maximum grade

+ +

The maximum grade you set for a quiz is what all grades + are scaled to. + +

For example, you might set the max grade to 20, because the + quiz is worth 20% of the whole course. + +

Even though you might have 10 questions in your quiz + worth a total of 50 marks, all grades out of 50 will be + "scaled down" to the quiz max grade of 20. diff --git a/lang/ja/help/quiz/multichoice.html b/lang/ja/help/quiz/multichoice.html new file mode 100644 index 0000000000..5fa624d82a --- /dev/null +++ b/lang/ja/help/quiz/multichoice.html @@ -0,0 +1,19 @@ +

Multiple Choice questions

+ +

In response to a question (that may include a image) the respondent + chooses from multiple answers. There are two types of multiple choice + questions - single answer and multiple answer. + +

Single-answer questions allow one and only one answer to be chosen. + Generally all the grades for such a question should be positive. + +

Multiple-answer questions allow one or more answers to be chosen - each answer + may carry a positive or negative grade, so that choosing ALL the options + will not necessarily result in good grade. If the total grade is negative + then the total grade for this question will be zero. Careful, it is + possible to create questions that have scores greater than 100%. + +

Finally, each answer (right or wrong) should include feedback - this feedback + will be shown to the respondent next to each of their answers (if the quiz + itself is configured to show feedback). +

diff --git a/lang/ja/help/quiz/questiontypes.html b/lang/ja/help/quiz/questiontypes.html new file mode 100644 index 0000000000..fb329b72ae --- /dev/null +++ b/lang/ja/help/quiz/questiontypes.html @@ -0,0 +1,37 @@ +

Creating a new question

+ +

You can add a variety of different types of questions to a category:

+ +

Multiple Choice

+ + +

Short Answer

+ + +

True/False

+ + +

Random

+ + diff --git a/lang/ja/help/quiz/random.html b/lang/ja/help/quiz/random.html new file mode 100644 index 0000000000..1054591403 --- /dev/null +++ b/lang/ja/help/quiz/random.html @@ -0,0 +1,3 @@ +

Random question

+ + diff --git a/lang/ja/help/quiz/shortanswer.html b/lang/ja/help/quiz/shortanswer.html new file mode 100644 index 0000000000..8ebd03112b --- /dev/null +++ b/lang/ja/help/quiz/shortanswer.html @@ -0,0 +1,10 @@ +

Short Answer questions

+ +

In response to a question (that may include a image) the respondent + types a word or short phrase. + +

There may be several possible correct answers, each with a different + grade. If the "Case sensitive" option is selected, then you can + have different scores for "Word" or "word". + +

Answers are compared exactly, so be careful with your spelling! diff --git a/lang/ja/help/quiz/timeopen.html b/lang/ja/help/quiz/timeopen.html new file mode 100644 index 0000000000..c817ef8857 --- /dev/null +++ b/lang/ja/help/quiz/timeopen.html @@ -0,0 +1,5 @@ +

Opening and closing the quiz

+ +

You can specify times when the quiz is accessible for people to make attempts. + +

Before the opening time, and after the closing time, the quiz will be unavailable. diff --git a/lang/ja/help/quiz/truefalse.html b/lang/ja/help/quiz/truefalse.html new file mode 100644 index 0000000000..2f19b6db0c --- /dev/null +++ b/lang/ja/help/quiz/truefalse.html @@ -0,0 +1,11 @@ +

True/False questions

+ + +

In response to a question (that may include a image) the respondent + chooses from True or False. + +

If feedback is enabled, then the appropriate feedback message is + shown to the respondent after answering the quiz. For example, + if the correct answer is "False", but they answer "True" (getting + it wrong) then the "True" feedback is shown. +

diff --git a/lang/ja/help/resource/resourcetype.html b/lang/ja/help/resource/resourcetype.html new file mode 100644 index 0000000000..f795a4b734 --- /dev/null +++ b/lang/ja/help/resource/resourcetype.html @@ -0,0 +1,23 @@ +

Resource Type

+ +

Resources are any content you can dream up. These are the + different types, which mostly specify how the content is + to be accessed: + +

Plain text - the easiest type. You can just type (edit) the page into a form +on the following page. Some things you type will be automatically formatted, just like +forum postings. See help on typing text: + +

HTML text - for more advanced users. No automatic formatting is performed, +you need to do it all manually using HTML codes. + +

Reference - a scholarly reference to a journal or book. + +

Uploaded file - displays any file you have uploaded into the course. See the 'Files' section. + +

Web link - A URL to somewhere on the web. When anyone clicks on this resource +activity they will be taken out of the course (the page you've specified will fill the browser window). + +

Web page - A URL to somewhere on the web. Like the previous type, this +will display a web page. Unlike the previous type, though, the page will displayed +within a frame, as if it is integrated within the course. diff --git a/lang/ja/help/resource/summary.html b/lang/ja/help/resource/summary.html new file mode 100644 index 0000000000..ded2e22c4f --- /dev/null +++ b/lang/ja/help/resource/summary.html @@ -0,0 +1,8 @@ +

Reading Summary

+ +

The summary is a very short description of the resource. + +

Do not be tempted to write too much here, or to include the + resource itself! + +

You'll get a chance to specify the content on the next page. diff --git a/lang/ja/help/richtext.html b/lang/ja/help/richtext.html new file mode 100644 index 0000000000..b98d536fdf --- /dev/null +++ b/lang/ja/help/richtext.html @@ -0,0 +1,160 @@ +

About the Richtext HTML editor

+ +

Availability: +htmleditor) { + print_string("htmleditordisabledadmin"); + } else if (!$USER->htmleditor) { + print_string("htmleditordisabled"); + } else if (!can_use_richtext_editor()) { + print_string("htmleditordisabledbrowser"); + } else { + print_string("htmleditoravailable"); + } +?> +

+ +

The Richtext HTML editor provides a word-processor interface embedded in your web page to allow you to edit text in an intuitive way, and produces normal HTML code. + +

In addition to formatting text, this editor provides a number of extra features you may find useful. + +

Paste text in from other Applications

+ + +

Inserting images

+ + +

Inserting Tables

+ + +

Inserting Links

+ + + +

Inserting smilies (emoticons)

+ + + diff --git a/lang/ja/help/surveys.html b/lang/ja/help/surveys.html new file mode 100644 index 0000000000..439196cbd8 --- /dev/null +++ b/lang/ja/help/surveys.html @@ -0,0 +1,99 @@ +

Available surveys

+ +

Currently, Moodle only offers specific types of surveys (future versions +will enable you to create your own).

+ +

The available surveys have been chosen as being particularly useful for +evaluating online learning environments that use a constructivist pedagogy. +They are useful to identify certain trends that may be happening among +your participants. + +(To see a paper where these are used in a detailed analysis, see: +http://dougiamas.com/writing/herdsa2002)

+ +
+

COLLES - Constructivist On-Line Learning Environment Survey

+ + + +
+

ATTLS - Attitudes to Thinking and Learning Survey

+ diff --git a/lang/ja/help/teachers.html b/lang/ja/help/teachers.html new file mode 100644 index 0000000000..de4b5181cf --- /dev/null +++ b/lang/ja/help/teachers.html @@ -0,0 +1,22 @@ +

Teachers

+ +

This page shows the list of people who are assigned to be + "teachers" in this course (by the system administrator). + +

You can use this form to assign a role (title) to each person + such as "Professor", "Tutor", "Assistant" and so on. These + will appear on the site's course listing and also on the + list of participants for your course. If you leave the + role empty then the default word for teacher will be used + (the one you set in the Course Settings page). + +

You can also order this list (to put the main teacher at the + top, for example). Simply select numbers from the menus + in the "Order" column. After pressing "Save changes" you will + see the new order. + +

NOTE: A special case occurs if you use select "Hide" + for a teacher. In this case, the teacher will + NOT BE SHOWN on the course listings or the list of + participants. They will be "hidden" from students + (unless they post messages to the forums etc) diff --git a/lang/ja/help/text.html b/lang/ja/help/text.html new file mode 100644 index 0000000000..a6585a18fd --- /dev/null +++ b/lang/ja/help/text.html @@ -0,0 +1,144 @@ +

Help on writing text

+ +Writing text in Moodle works pretty much the way you would expect, but you also have the ability to include "smilies", "URL addresses" and some HTML tags in your text. + +

Smilies (emoticons)

+ + +

URLs

+ + +

HTML tags

+ + + diff --git a/lang/ja/help/textformat.html b/lang/ja/help/textformat.html new file mode 100644 index 0000000000..7aaa77b670 --- /dev/null +++ b/lang/ja/help/textformat.html @@ -0,0 +1,41 @@ +

Formatting text

+ +

When writing text in Moodle there are currently two formats you can choose + to produce your text, depending on your expertise and the type of browser + you are using. + +

Usually you can just leave this setting alone and things should + work as you expect. + +

1. Moodle auto-format

+ + + +

2. HTML format

+ + diff --git a/lang/ja/journal.php b/lang/ja/journal.php new file mode 100644 index 0000000000..5e6f707aee --- /dev/null +++ b/lang/ja/journal.php @@ -0,0 +1,27 @@ + diff --git a/lang/ja/moodle.php b/lang/ja/moodle.php new file mode 100644 index 0000000000..170fff0753 --- /dev/null +++ b/lang/ja/moodle.php @@ -0,0 +1,514 @@ +what ¤ò \$a->to ¤ØÄɲ乤ë"; +$string['addnewcourse'] = "¥³¡¼¥¹¤ÎÄɲÃ"; +$string['addnewuser'] = "¥æ¡¼¥¶¤ÎÄɲÃ"; +$string['address'] = "½»½ê"; +$string['addteacher'] = "¶µ»Õ¤ÎÄɲÃ"; +$string['admin'] = "´ÉÍý"; +$string['administration'] = "´ÉÍý¥á¥Ë¥å¡¼"; +$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['assessment'] = "ɾ²Á"; +$string['assignteachers'] = "¶µ»Õ¤Î³äÅö¤Æ"; +$string['authentication'] = "ǧ¾Ú"; +$string['availablecourses'] = "¥³¡¼¥¹°ìÍ÷"; +$string['cancel'] = "¥­¥ã¥ó¥»¥ë"; +$string['categories'] = "¥³¡¼¥¹¥«¥Æ¥´¥ê¡¼"; +$string['category'] = "¥«¥Æ¥´¥ê¡¼"; +$string['categoryadded'] = "¥«¥Æ¥´¥ê¡¼ '\$a' ¤¬Äɲ䵤ì¤Þ¤·¤¿"; +$string['categorydeleted'] = "¥«¥Æ¥´¥ê¡¼ '\$a' ¤¬ºï½ü¤µ¤ì¤Þ¤·¤¿"; +$string['changedpassword'] = "Êѹ¹ºÑ¤ß¥Ñ¥¹¥ï¡¼¥É"; +$string['changepassword'] = "¥Ñ¥¹¥ï¡¼¥É¤òÊѹ¹"; +$string['changessaved'] = "Êѹ¹¤¬Êݸ¤µ¤ì¤Þ¤·¤¿"; +$string['checklanguage'] = "¸À¸ì¤ò³Îǧ"; +$string['choose'] = "ÁªÂò"; +$string['choosecourse'] = "¥³¡¼¥¹¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤"; +$string['chooselivelogs'] = "ºÇ¶á¤Î³èư¤òɽ¼¨¤¹¤ë"; +$string['chooselogs'] = "ɽ¼¨¤·¤¿¤¤¥í¥°¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤"; +$string['choosetheme'] = "¥Æ¡¼¥Þ¤òÁªÂò"; +$string['chooseuser'] = "¥æ¡¼¥¶¤òÁªÂò"; +$string['city'] = "ÅÔÆ»Éܸ©"; +$string['closewindow'] = "¥¦¥£¥ó¥É¥¦¤òÊĤ¸¤ë"; +$string['comparelanguage'] = "¸À¸ì¤ÎÈæ³ÓµÚ¤ÓÊÔ½¸"; +$string['complete'] = "´°Á´¤Ê"; +$string['configerrorlevel'] = "ɽ¼¨¤·¤¿¤¤PHP¤Î·Ù¹ð¿ô¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£Ä̾ï¤ÏNormal¤¬ºÇŬ¤Ç¤¹¡£"; +$string['configgdversion'] = "¥µ¡¼¥Ð¤ËGD¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¡¢¤½¤Î¥Ð¡¼¥¸¥ç¥ó¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£½é´üÃͤȤ·¤ÆÉ½¼¨¤µ¤ì¤Æ¤¤¤ë¥Ð¡¼¥¸¥ç¥ó¤Ï¼«Æ°Åª¤Ë¸¡ÃΤµ¤ì¤¿¤â¤Î¤Ç¤¹¡£Ê¬¤«¤é¤Ê¤¤¾ì¹ç¤Ï¤½¤Î¤Þ¤Þ¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£"; +$string['confightmleditor'] = "HTML¥Æ¥­¥¹¥È¥¨¥Ç¥£¥¿»ÈÍѤòµö²Ä¤¹¤ë¤«Èݤ«ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¡Öµö²Ä¤¹¤ë¡×¤òÁªÂò¤·¤¿¾ì¹ç¤Ç¤âŬÀڤʥ֥饦¥¶(IE5.5Ëô¤Ï¤½¤ì°Ê¾å)¤ò»ÈÍѤ·¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢¥¨¥Ç¥£¥¿¤Ïưºî¤·¤Þ¤»¤ó¡£"; +$string['configintro'] = "¤³¤Î¥Ú¡¼¥¸¤Ç¤Ï¥µ¡¼¥Ð¤ÇMoodle¤¬ºÇŬ¤Ëư¤¯¤¿¤á¤ÎÀßÄêÃͤòÆþÎϤǤ­¤Þ¤¹¡£ÀßÄêÃͤò¿´ÇÛ¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£Ä̾ï½é´üÃͤǺÇŬ¤Ëưºî¤¹¤ë¤è¤¦¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹¡£¤¤¤Ä¤Ç¤â¤³¤Î¥Ú¡¼¥¸¤ËÌá¤Ã¤ÆºÆÅÙÀßÄê¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£"; +$string['configlang'] = "¤¹¤Ù¤Æ¤Î²èÌ̤ËŬÍѤµ¤ì¤ë¸À¸ì¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ÍøÍѼԤϸå¤ÇÀßÄê¤òÊѹ¹¤¹¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡£"; +$string['configlangdir'] = "¤Û¤È¤ó¤É¤Î¸À¸ì¤Ïº¸¤«¤é±¦¤Ëµ­½Ò¤µ¤ì¤Þ¤¹¤¬¡¢¥¢¥é¥Ó¥¢¸ì¤ä¥Ø¥Ö¥é¥¤¸ìÅù¤Ï±¦¤«¤éº¸¤Ëµ­½Ò¤µ¤ì¤Þ¤¹¡£"; +$string['configlocale'] = "Á´ÂΤËŬÍѤµ¤ì¤ë¸½ºßÃϤòÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤ÏÆüÉդνñ¼°¤È¸À¸ì¤Ë±Æ¶Á¤·¤Þ¤¹¡£»ØÄꤷ¤¿¸À¸ì¤¬É½¼¨¤µ¤ì¤ë°Ù¤Ë¤Ï¡¢OS¤Ë¸À¸ì¥Ç¡¼¥¿¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£(Îã en-±Ñ¸ì es-¥¹¥Ú¥¤¥ó¸ì) + +¤â¤·Ê¬¤«¤é¤Ê¤¤¾ì¹ç¤Ï¶õÇò¤Î¤Þ¤Þ¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ + +"; +$string['configlongtimenosee'] = "¤â¤·À¸Å̤¬Ä¹´ü´Ö¥í¥°¥¤¥ó¤·¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¡¢¼«Æ°Åª¤Ë¥³¡¼¥¹¤«¤éºï½ü¤µ¤ì¤Þ¤¹¡£¤³¤ÎÃͤϺï½ü´ü¸Â¤ò·èÄꤷ¤Þ¤¹¡£"; +$string['configmaxeditingtime'] = "¤³¤ÎÃͤϥե©¡¼¥é¥à¤ÎÅê¹Æ¤äÆü»ïÅù¤òÊÔ½¸²Äǽ¤Ê»þ´Ö¤ò·èÄꤷ¤Þ¤¹¡£Ä̾ï30ʬ¤¬Å¬ÀÚ¤ÊÃͤǤ¹¡£"; +$string['configproxyhost'] = "¥µ¡¼¥Ð¤Î¥¤¥ó¥¿¡¼¥Í¥Ã¥È¥¢¥¯¥»¥¹¤Ë¥×¥í¥¯¥·(Îã ¥Õ¥¡¥¤¥¢¡¼¥¦¥©¡¼¥ë)¤¬É¬Íפʾì¹ç¤Ï¡¢¥×¥í¥¯¥·¤Î¥Û¥¹¥È̾¤È¥Ý¡¼¥ÈÈÖ¹æ¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£É¬ÍפǤʤ¤¾ì¹ç¤Ï¶õÇò¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ + +"; +$string['configslasharguments'] = "¥Õ¥¡¥¤¥ë(²èÁü¡¢¥¢¥Ã¥×¥í¡¼¥ÉÅù)¤Ï/=¥¹¥é¥Ã¥·¥å(¤³¤³¤Ç¤ÏÆó¤ÄÌܤΥª¥×¥·¥ç¥ó)¤ò»È¤Ã¤Æ¥×¥í¥°¥é¥à¤Ë¼õ¤±ÅϤµ¤ì¤Þ¤¹¡£¤³¤ÎÊýË¡¤Ë¤è¤ê´Êñ¤Ë¥Ö¥é¥¦¥¶Æâ¤ä¥×¥í¥¯¥·¤Ë²èÁü¤ò°ì»þÊݸ¤µ¤»¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£¤¤¤¯¤Ä¤«¤ÎPHP¥µ¡¼¥Ð¤Ç¤Ï¤³¤ÎÊýË¡¤¬¼è¤ì¤Ê¤¤¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¤â¤·¥Õ¥¡¥¤¥ë¤ä²èÁü(Î㠥桼¥¶¤Î´é¼Ì¿¿Åù)¤Î¥¢¥Ã¥×¥í¡¼¥É¤ËÌäÂ꤬¤¢¤ë¾ì¹ç¤ÏºÇ½é¤Î¥ª¥×¥·¥ç¥ó¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£"; +$string['configsmtphosts'] = "Moodle¤Ç¥á¡¼¥ë¤òÁ÷¿®¤¹¤ë¤È¤­¤Ë»ÈÍѤ¹¤ë°ì¤Ä°Ê¾å¤ÎSMTP¥µ¡¼¥Ð¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤(Îã mail.a.com Ëô¤Ïmail.a.com;mail.b.com)¡¡¶õÇò¤Ë¤·¤¿¾ì¹ç¡¢Moodle¤Ï¼«Æ°Åª¤ËPHP¤Î¥á¡¼¥ëÁ÷¿®ÊýË¡¤ò»ÈÍѤ·¤Þ¤¹¡£ + +"; +$string['configsmtpuser'] = "¾åµ­¤ÇSMTP¥µ¡¼¥Ð¤òÀßÄꤷ¤Æ¾°³î¤Äǧ¾Ú¤¬É¬Íפʾì¹ç¤Ï¥æ¡¼¥¶Ì¾¤È¥Ñ¥¹¥ï¡¼¥É¤òÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ + +"; +$string['configunzip'] = "UNZIP¥×¥í¥°¥é¥à¤Î¾ì½ê¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤(UNIX¤Î¤ß)¡£¤³¤ì¤ÏZIP½ñ¸Ë¤ò¥µ¡¼¥ÐÆâ¤Ç²òÅह¤ë¤¿¤á¤ËɬÍפǤ¹¡£"; +$string['configvariables'] = "¾ÜºÙÀßÄê"; +$string['configzip'] = "ZIP¥×¥í¥°¥é¥à¤Î¾ì½ê¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤(UNIX¤Î¤ß)¡£¤³¤ì¤ÏZIP½ñ¸Ë¤ò¥µ¡¼¥ÐÆâ¤ÇºîÀ®¤¹¤ë¤¿¤á¤ËɬÍפǤ¹¡£"; +$string['confirmed'] = "ÅÐÏ¿¤¬´°Î»¤·¤Þ¤·¤¿"; +$string['continue'] = "³¤±¤ë"; +$string['cookiesenabled'] = "¥Ö¥é¥¦¥¶¤Î¥¯¥Ã¥­¡¼¤ÎÀßÄê¤òÍ­¸ú¤Ë¤·¤Æ¤¯¤À¤µ¤¤"; +$string['copyrightnotice'] = "Ãøºî¸¢É½¼¨"; +$string['country'] = "¹ñ"; +$string['course'] = "¥³¡¼¥¹"; +$string['courseformats'] = "¥³¡¼¥¹¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['courses'] = "¥³¡¼¥¹"; +$string['courseupdates'] = "¥³¡¼¥¹Êѹ¹ÅÀ"; +$string['createaccount'] = "¥¢¥«¥¦¥ó¥È¤òºîÀ®¤¹¤ë"; +$string['createuserandpass'] = "¥æ¡¼¥¶Ì¾¤È¥Ñ¥¹¥ï¡¼¥É¤òºîÀ®¤¹¤ë"; +$string['createziparchive'] = "ZIP½ñ¸Ë¤òºîÀ®¤¹¤ë"; +$string['currentlanguage'] = "¸½ºß¤Î¸À¸ì"; +$string['currentlocaltime'] = "¥í¡¼¥«¥ë¥¿¥¤¥à"; +$string['databasechecking'] = "¥Ð¡¼¥¸¥ç¥ó \$a->¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤«¤é \$a->¿·¥Ð¡¼¥¸¥ç¥ó..."; +$string['databasesetup'] = "¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÀßÄê"; +$string['databasesuccess'] = "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¹¹¿·¤¬´°Î»¤·¤Þ¤·¤¿"; +$string['databaseupgrades'] = "¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¹¹¿·"; +$string['day'] = "Æü"; +$string['days'] = "Æü"; +$string['defaultcoursefullname'] = "¥³¡¼¥¹Ì¾¾Î 101"; +$string['defaultcourseshortname'] = "CF101"; +$string['defaultcoursestudent'] = "À¸ÅÌ"; +$string['defaultcoursestudents'] = "À¸ÅÌ"; +$string['defaultcoursesummary'] = "¥³¡¼¥¹¤Ë´Ø¤¹¤ë´Êñ¤ÊÀâÌÀ¤òµ­Æþ¤·¤Æ¤¯¤À¤µ¤¤¡£ +"; +$string['defaultcourseteacher'] = "¶µ»Õ"; +$string['defaultcourseteachers'] = "¶µ»Õ"; +$string['delete'] = "ºï½ü"; +$string['deletecheck'] = "\$a ¤òºï½ü¤·¤Þ¤¹¤« ?"; +$string['deletecheckfull'] = "ËÜÅö¤Ë \$a ¤ò´°Á´¤Ëºï½ü¤·¤Æ¤â¤è¤í¤·¤¤¤Ç¤¹¤«?"; +$string['deletecompletely'] = "ºï½ü¤¬´°Î»¤·¤Þ¤·¤¿"; +$string['deletecourse'] = "¥³¡¼¥¹¤Îºï½ü"; +$string['deletecoursecheck'] = "¤³¤Î¥³¡¼¥¹¤È¥³¡¼¥¹Æâ¤Î¥Ç¡¼¥¿¤òËÜÅö¤Ëºï½ü¤·¤Æ¤â¤è¤í¤·¤¤¤Ç¤¹¤«?"; +$string['deleted'] = "ºï½üºÑ¤ß"; +$string['deletedactivity'] = "\$a ¤òºï½ü¤·¤Þ¤·¤¿"; +$string['deletedcourse'] = "\$a ¤¬´°Á´¤Ëºï½ü¤µ¤ì¤Þ¤·¤¿"; +$string['deletednot'] = "\$a ¤òºï½ü½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿!"; +$string['deletingcourse'] = "\$a ¤Îºï½ü"; +$string['department'] = "²Ý"; +$string['description'] = "ÀâÌÀ"; +$string['displayingusers'] = "¥æ¡¼¥¶¤ò \$a->start ¤«¤é \$a->end ¤Þ¤Çɽ¼¨"; +$string['documentation'] = "Moodleʸ½ñ"; +$string['downloadexcel'] = "Excel·Á¼°¤Ç¥À¥¦¥ó¥í¡¼¥É¤¹¤ë"; +$string['downloadtext'] = "¥Æ¥­¥¹¥È·Á¼°¤Ç¥À¥¦¥ó¥í¡¼¥É¤¹¤ë"; +$string['doyouagree'] = "¤³¤ì¤é¤ÎÍ×·ï¤òÆÉ¤ó¤ÇÍý²ò¤Ç¤­¤Þ¤·¤¿¤«?"; +$string['edit'] = "\$a ¤òÊÔ½¸¤¹¤ë"; +$string['editcoursesettings'] = "¥³¡¼¥¹¥»¥Ã¥Æ¥£¥ó¥°¤ÎÊÔ½¸"; +$string['editinga'] = "\$a ¤òÊÔ½¸"; +$string['editmyprofile'] = "¥×¥í¥Õ¥£¡¼¥ë¤òÊÔ½¸¤¹¤ë"; +$string['editsummary'] = "³µÍפÎÊÔ½¸"; +$string['editthisactivity'] = "³èư¤ÎÊÔ½¸"; +$string['edituser'] = "¥æ¡¼¥¶¥¢¥«¥¦¥ó¥È¤ÎÊÔ½¸"; +$string['email'] = "¥á¡¼¥ë¥¢¥É¥ì¥¹"; +$string['emailconfirm'] = "¥¢¥«¥¦¥ó¥È¤Î³ÎÄê"; +$string['emailconfirmation'] = "\$a->firstname ¤µ¤ó ¤³¤ó¤Ë¤Á¤Ï! + +'\$a->sitename' ¤Ç¤¢¤Ê¤¿¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò»È¤Ã¤Æ¥¢¥«¥¦¥ó¥È¤ÎºîÀ®°ÍÍ꤬¤¢¤ê¤Þ¤·¤¿¡£ + +¥¢¥«¥¦¥ó¥È¤Î³ÎÄê¤ò¹Ô¤¦¤¿¤á¤Ë²¼µ­¤Î¥¢¥É¥ì¥¹¤Ø¹Ô¤Ã¤Æ¤¯¤À¤µ¤¤¡£ + +\$a->link + +ËØ¤É¤Î¥á¡¼¥ë¥×¥í¥°¥é¥à¤Ç¤Ï¡¢¤³¤ÎÉôʬ¤Ï¥¯¥ê¥Ã¥¯½ÐÍè¤ëÀÄ¿§¤Î¥ê¥ó¥¯É½¼¨¤µ¤ì¤Þ¤¹¡£ + +¤â¤·Æ°ºî¤·¤Ê¤¤¾ì¹ç¤Ï¥«¥Ã¥È&¥Ú¡¼¥¹¥È¤ò»È¤Ã¤Æ¥Ö¥é¥¦¥¶¤Î¥¢¥É¥ì¥¹Íó¤Ë¥¢¥É¥ì¥¹¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ + +'\$a->sitename' ´ÉÍý¼Ô \$a->admin ¤«¤é¤Î¤´°§»¢¤Ç¤·¤¿¡£ +"; +$string['emailconfirmsent'] = "

¥á¡¼¥ë¤¬ \$a °¸¤ËÁ÷¿®¤µ¤ì¤Þ¤·¤¿¡£ +

¥á¡¼¥ë¤Ë¤ÏÅÐÏ¿¤Î³ÎÄê¤ò´Êñ¤Ë¹Ô¤¦¤¿¤á¤ÎÀâÌÀ¤¬µ­½Ò¤µ¤ì¤Æ¤¤¤Þ¤¹¡£ +

¤ªÊ¬¤«¤ê¤Ë¤Ê¤é¤Ê¤¤¾ì¹ç¤Ï´ÉÍý¼Ô¤Ë¤´Ï¢Íí¤¯¤À¤µ¤¤¡£ +"; +$string['emaildisplay'] = "¥á¡¼¥ëɽ¼¨"; +$string['emaildisplaycourse'] = "¾¤Î¥³¡¼¥¹¤Î¥á¥ó¥Ð¡¼¤Ë¤Î¤ß¥á¡¼¥ë¥¢¥É¥ì¥¹¤òɽ¼¨¤¹¤ë"; +$string['emaildisplayno'] = "¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò±£¤¹"; +$string['emaildisplayyes'] = "¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò¸ø³«¤¹¤ë"; +$string['emailexists'] = "¤³¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ï´û¤Ë»ÈÍѤµ¤ì¤Æ¤¤¤Þ¤¹¡£"; +$string['emailformat'] = "¥á¡¼¥ë¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['emailmustbereal'] = "Ãí°Õ¡§¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ï¸ºß¤¹¤ë¤â¤Î¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤"; +$string['enrolmentkey'] = "ÅÐÏ¿¥­¡¼"; +$string['enrolmentkeyfrom'] = "¤³¤Î¥³¡¼¥¹¤Ø»²²Ã¤¹¤ë¤¿¤á¤Ë¤Ï¡ÖÅÐÏ¿¥­¡¼¡×¤¬É¬ÍפǤ¹¡£¡ÖÅÐÏ¿¥­¡¼¡×¤Ï \$a ¤è¤êÁ÷¿®¤µ¤ì¤¿¥ï¥ó¥¿¥¤¥à¥Ñ¥¹¥ï¡¼¥É¤Ç¤¹¡£ + + + +"; +$string['enrolmentkeyhint'] = "¡ÖÅÐÏ¿¥­¡¼¡×¤¬°ã¤¤¤Þ¤¹¡£ºÆÅÙÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£
+ + + +(¥Ò¥ó¥È - '\$a' ¤Ç»Ï¤Þ¤ë¸ÀÍդǤ¹)"; +$string['entercourse'] = "Enter¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£"; +$string['enteremailaddress'] = "¥Ñ¥¹¥ï¡¼¥É¤ò¥ê¥»¥Ã¥È¤·¤Æ¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤ò¼õ¤±¼è¤ë¤¿¤á¤Ë¡¢¥á¡¼¥ë¥¢¥É¥ì¥¹¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤"; +$string['error'] = "¥¨¥é¡¼"; +$string['existingteachers'] = "¶µ»Õ°ìÍ÷"; +$string['feedback'] = "¥Õ¥£¡¼¥É¥Ð¥Ã¥¯"; +$string['filemissing'] = "\$a ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"; +$string['files'] = "¥Õ¥¡¥¤¥ë"; +$string['filloutallfields'] = "Á´¤Æ¤ÎÍó¤ËÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£"; +$string['firstname'] = "̾Á°(Îã Taro)"; +$string['firsttime'] = "¥¢¥«¥¦¥ó¥È¤ò¤ª»ý¤Á¤Ç¤Ê¤¤Êý"; +$string['followingoptional'] = "²¼µ­¤ÏǤ°ÕÆþÎϹàÌܤǤ¹"; +$string['followingrequired'] = "²¼µ­¤Ïɬ¿ÜÆþÎϹàÌܤǤ¹"; +$string['forgotten'] = "¥æ¡¼¥¶Ì¾Ëô¤Ï¥Ñ¥¹¥ï¡¼¥É¤ò¤ªËº¤ì¤ÎÊý"; +$string['format'] = "¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['formathtml'] = "HTML¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['formatsocial'] = "¥½¡¼¥·¥ã¥ë¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['formattext'] = "Moodle¥ª¡¼¥È¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['formattexttype'] = "¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['formattopics'] = "¥È¥Ô¥Ã¥¯¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['formatweeks'] = "¥¦¥¤¡¼¥¯¥ê¡¼¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['frontpagedescription'] = "ɽ»æ¤ÎÀâÌÀ"; +$string['frontpageformat'] = "ɽ»æ¤Î¥Õ¥©¡¼¥Þ¥Ã¥È"; +$string['fulllistofcourses'] = "Á´¥³¡¼¥¹"; +$string['fullname'] = "̾¾Î"; +$string['fullprofile'] = "¥×¥í¥Õ¥£¡¼¥ë¾ÜºÙ"; +$string['fullsitename'] = "Ť¤¥µ¥¤¥È̾"; +$string['gd1'] = "GD 1.x¥¤¥ó¥¹¥È¡¼¥ëºÑ"; +$string['gd2'] = "GD 2.x¥¤¥ó¥¹¥È¡¼¥ëºÑ"; +$string['gdnot'] = "GD̤¥¤¥ó¥¹¥È¡¼¥ë"; +$string['gpl'] = "Copyright (C) 2001-2002 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['helphtml'] = "html¤Î½ñ¤­Êý"; +$string['helppicture'] = "¼Ì¿¿¤Î¥¢¥Ã¥×¥í¡¼¥ÉÊýË¡"; +$string['helpquestions'] = "¼ÁÌäÊýË¡"; +$string['helprichtext'] = "¥ê¥Ã¥Á¥Æ¥­¥¹¥ÈHTML¥¨¥Ç¥£¥¿¤Ë´Ø¤·¤Æ"; +$string['helptext'] = "¥Æ¥­¥¹¥È¤Î½ñ¤­Êý"; +$string['hide'] = "±£¤¹"; +$string['hits'] = "¥¢¥¯¥»¥¹"; +$string['hitsoncourse'] = "\$a->username ¤Ë¤è¤ë \$a->coursename¡¡¤Ø¤Î¥¢¥¯¥»¥¹"; +$string['hitsoncoursetoday'] = "\$a->username ¤Ë¤è¤ëº£Æü¤Î \$a->coursename ¤Ø¤Î¥¢¥¯¥»¥¹"; +$string['home'] = "Home"; +$string['hour'] = "»þ´Ö"; +$string['hours'] = "»þ´Ö"; +$string['htmleditor'] = "HTML¥¨¥Ç¥£¥¿¤ò»È¤¦(IE ¤Î¤ß¡¢ 5.5Ëô¤Ï¤½¤ì°Ê¹ß)"; +$string['htmleditoravailable'] = "¥ê¥Ã¥Á¥Æ¥­¥¹¥È¥¨¥Ç¥£¥¿¤ÏÍøÍѲÄǽ¤Ç¤¹¡£"; +$string['htmleditordisabled'] = "¥æ¡¼¥¶¥×¥í¥Õ¥£¡¼¥ë¤ÎÃæ¤Ç¥ê¥Ã¥Á¥Æ¥­¥¹¥È¥¨¥Ç¥£¥¿¤¬»ÈÍѶػߤˤµ¤ì¤Æ¤¤¤Þ¤¹¡£"; +$string['htmleditordisabledadmin'] = "´ÉÍý¼Ô¤¬¤³¤Î¥µ¥¤¥È¤Ç¥ê¥Ã¥Á¥Æ¥­¥¹¥È¥¨¥Ç¥£¥¿¤ò»ÈÍѶػߤˤ·¤Æ¤¤¤Þ¤¹¡£"; +$string['htmleditordisabledbrowser'] = "InternetExplorer5.5°Ê¾å¤ò»ÈÍѤ·¤Æ¤¤¤Ê¤¤¤¿¤á¡¢¥ê¥Ã¥Á¥Æ¥­¥¹¥È¥¨¥Ç¥£¥¿¤¬»ÈÍѤǤ­¤Þ¤»¤ó¡£"; +$string['htmlformat'] = "HTML·Á¼°"; +$string['icqnumber'] = "ICQ¥Ê¥ó¥Ð¡¼"; +$string['idnumber'] = "ID¥Ê¥ó¥Ð¡¼"; +$string['invalidemail'] = "ÉÔÀµ¤Ê¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ç¤¹"; +$string['invalidlogin'] = "ÉÔÀµ¤Ê¥í¥°¥¤¥ó¤Ç¤¹¡¢ºÆÅÙ¥í¥°¥¤¥ó¤·¤Æ¤¯¤À¤µ¤¤"; +$string['jumpto'] = "¥¸¥ã¥ó¥×..."; +$string['langltr'] = "¸À¸ì¤Î¸þ¤­ º¸¢ª±¦"; +$string['langrtl'] = "¸À¸ì¤Î¸þ¤­ ±¦¢ªº¸"; +$string['language'] = "¸À¸ì"; +$string['languagegood'] = "¤³¤Î¸À¸ì¥Ñ¥Ã¥¯¤ÏºÇ¿·ÈǤǤ¹! :-)"; +$string['lastaccess'] = "ºÇ½ª¥¢¥¯¥»¥¹Æü»þ"; +$string['lastedited'] = "ºÇ½ªÊÔ½¸Æü»þ"; +$string['lastmodified'] = "ºÇ½ª¹¹¿·Æü»þ"; +$string['lastname'] = "̾»ú(Îã Yamada)"; +$string['latestnews'] = "ºÇ¿·¥Ë¥å¡¼¥¹"; +$string['leavetokeep'] = "¸½ºß¤Î¥Ñ¥¹¥ï¡¼¥É¤ò»È¤¦¾ì¹ç¤Ï¶õÇò¤Ë¤·¤Æ¤¯¤À¤µ¤¤"; +$string['license'] = "GPL¥é¥¤¥»¥ó¥¹"; +$string['listofallpeople'] = "Á´°÷¤òɽ¼¨¤¹¤ë"; +$string['livelogs'] = "¥ê¥¢¥ë¥¿¥¤¥à¥í¥°¤Îɽ¼¨"; +$string['location'] = "¸½ºßÃÏ"; +$string['loggedinas'] = "¥í¥°¥¤¥ó̾ \$a "; +$string['loggedinnot'] = "¥í¥°¥¤¥ó¤·¤Æ¤¤¤Þ¤»¤ó"; +$string['login'] = "¥í¥°¥¤¥ó"; +$string['loginas'] = "¥í¥°¥¤¥ó"; +$string['loginguest'] = "¥²¥¹¥È¤È¤·¤Æ¥í¥°¥¤¥ó¤¹¤ë"; +$string['loginsite'] = "¥í¥°¥¤¥ó²èÌÌ"; +$string['loginsteps'] = "Á´¤Æ¤Î¥³¡¼¥¹¤Ë¥¢¥¯¥»¥¹¤¹¤ë°Ù¤Ë¿·¤·¤¤¥¢¥«¥¦¥ó¥È¤òºîÀ®¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤¾¤ì¤Î¥³¡¼¥¹¤Ë¤Ï¸å¤ÇɬÍפˤʤë¡Ö¥ï¥ó¥¿¥¤¥àÅÐÏ¿¥­¡¼¡×¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹¡£¥¢¥«¥¦¥ó¥ÈºîÀ®ÊýË¡¤Ï²¼µ­¤Î¤È¤ª¤ê¤Ç¤¹¡£ + +

    +
  1. ¿·µ¬¥¢¥«¥¦¥ó¥ÈºîÀ® ¥Õ¥©¡¼¥à¤ËɬÍ×»ö¹à¤òÆþÎϤ·¤Þ¤¹¡£ +
  2. ÅÐÏ¿¤µ¤ì¤¿¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ë¥á¡¼¥ë¤¬Ä¾¤Á¤ËÁ÷¿®¤µ¤ì¤Þ¤¹¡£ +
  3. ¥á¡¼¥ë¤òÆÉ¤ó¤À¸å¡¢¥ê¥ó¥¯Éôʬ¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£ +
  4. ¥¢¥«¥¦¥ó¥È¤Î³ÎÄ꤬¹Ô¤ï¤ì¡¢¥í¥°¥¤¥ó²Äǽ¤Ê¾õÂ֤ˤʤê¤Þ¤¹¡£ +
  5. »²²Ã¤·¤¿¤¤¥³¡¼¥¹¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ +
  6. ¡ÖÅÐÏ¿¥­¡¼¡×¤òÆþÎϤ¹¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤Ï¡¢¤¢¤Ê¤¿¤ÎÀèÀ¸¤«¤éÁ÷¤é¤ì¤¿¤â¤Î¤ò»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤¬¥³¡¼¥¹¤Ë»²²Ã¤¹¤ë¤¿¤á¤Î¡ÖÅÐÏ¿¥­¡¼¡×¤È¤Ê¤ê¤Þ¤¹¡£ +
  7. ¤³¤ì¤Ç¥³¡¼¥¹¤Ë¥¢¥¯¥»¥¹½ÐÍè¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡£º£¸å¡¢¤¢¤Ê¤¿¤¬ÅÐÏ¿¤·¤¿¥³¡¼¥¹¤Ë¥¢¥¯¥»¥¹¤¹¤ë°Ù¤ËɬÍפʤΤϥ桼¥¶Ì¾¤È¥Ñ¥¹¥ï¡¼¥É¤Î¤ß¤Ç¤¹¡£¤³¤Î¥Ú¡¼¥¸¤Ë¥æ¡¼¥¶Ì¾¤È¥Ñ¥¹¥ï¡¼¥É¤ÎÆþÎÏÍ󤬤¢¤ê¤Þ¤¹¡£ +
+"; +$string['loginstepsnone'] = "¤³¤ó¤Ë¤Á¤Ï!

¥³¡¼¥¹¤òÍøÍѤ¹¤ë¤¿¤á¤Ë¤Ï¥¢¥«¥¦¥ó¥È¤ò³«Àߤ¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£

ÊýË¡¤Ï¥æ¡¼¥¶Ì¾¤È¥Ñ¥¹¥ï¡¼¥É¤ò¤³¤Î¥Ú¡¼¥¸¤Î¥Õ¥©¡¼¥à¤ò»È¤Ã¤ÆºîÀ®¤¹¤ë¤À¤±¤Ç¤¹!

¤â¤·Â¾¤Î¿Í¤¬Æ±¤¸¥æ¡¼¥¶Ì¾¤ò»È¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ï°ã¤¦¥æ¡¼¥¶Ì¾¤ÇÅÐÏ¿¤·¤Æ¤¯¤À¤µ¤¤¡£ +"; +$string['loginto'] = "\$a ¤Ë¥í¥°¥¤¥ó¤¹¤ë¡£"; +$string['loginusing'] = "¥æ¡¼¥¶Ì¾¤È¥Ñ¥¹¥ï¡¼¥É¤òÆþ¤ì¤Æ¤¯¤À¤µ¤¤"; +$string['logout'] = "¥í¥°¥¢¥¦¥È"; +$string['logs'] = "¥í¥°"; +$string['mainmenu'] = "¥á¥¤¥ó¥á¥Ë¥å¡¼"; +$string['makeafolder'] = "¥Õ¥©¥ë¥À¤òºîÀ®¤¹¤ë"; +$string['makeeditable'] = "'\$a' ¤ò¥µ¡¼¥Ð¾å(Îã apache)¤ÇÊÔ½¸²Äǽ¤Ë¤·¤¿¾ì¹ç¡¢Ä¾Àܤ³¤Î¥Ú¡¼¥¸¤è¤êÊÔ½¸¤Ç¤­¤Þ¤¹"; +$string['managedatabase'] = "¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý"; +$string['markthistopic'] = "¤³¤Î¥È¥Ô¥Ã¥¯¤òºÇ¿·¥È¥Ô¥Ã¥¯¤Ë¤¹¤ë"; +$string['maximumchars'] = "\$a ¤ÎºÇÂçʸ»ú¿ô"; +$string['maximumgrade'] = "ºÇÂçɾ²Á"; +$string['maximumshort'] = "ºÇÂç"; +$string['maxsize'] = "ºÇÂ祵¥¤¥º: \$a"; +$string['min'] = "ʬ"; +$string['mins'] = "ʬ"; +$string['miscellaneous'] = "¤½¤Î¾"; +$string['missingcategory'] = "¥«¥Æ¥´¥ê¡¼¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤"; +$string['missingcity'] = "ÅÔÆ»Éܸ©¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingcountry'] = "¹ñ¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingdescription'] = "¼«¸Ê¾Ò²ð¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingemail'] = "¥á¡¼¥ë¥¢¥É¥ì¥¹¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingfirstname'] = "̾Á°¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingfullname'] = "¥Õ¥ë¥Í¡¼¥à¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missinglastname'] = "̾»ú¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingnewpassword'] = "¿·¤·¤¤¥Ñ¥¹¥ï¡¼¥É¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingpassword'] = "¥Ñ¥¹¥ï¡¼¥É¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingshortname'] = "¾Êά̾¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingshortsitename'] = "¥µ¥¤¥È¤Î¾Êά̾¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingsitedescription'] = "¥µ¥¤¥È¤ÎÀâÌÀ¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingsitename'] = "¥µ¥¤¥È̾¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingstrings'] = "¸À¸ì¥Õ¥¡¥¤¥ë¤Î³Îǧ"; +$string['missingstudent'] = "²¿¤«¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤"; +$string['missingsummary'] = "³µÍפ¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['missingteacher'] = "²¿¤«¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤"; +$string['missingusername'] = "¥æ¡¼¥¶Ì¾¤¬ÆþÎϤµ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['modified'] = "½¤Àµ¤µ¤ì¤¿"; +$string['modulesetup'] = "Moodle¤Î¥Æ¡¼¥Ö¥ë¤òÀßÄꤹ¤ë"; +$string['modulesuccess'] = "\$a ¥Æ¡¼¥Ö¥ë¤¬Àµ¾ï¤ËÀßÄꤵ¤ì¤Þ¤·¤¿"; +$string['mostrecently'] = "ľ¶á¤Î"; +$string['movedown'] = "²¼¤Ø"; +$string['movefilestohere'] = "¥Õ¥¡¥¤¥ë¤ò¤³¤³¤Ë°Üư¤¹¤ë"; +$string['movetoanotherfolder'] = "¾¤Î¥Õ¥©¥ë¥À¤Ø°Üư¤¹¤ë"; +$string['moveup'] = "¾å¤Ø"; +$string['mustconfirm'] = "¥í¥°¥¤¥ó¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤"; +$string['mycourses'] = "ÁªÂò¥³¡¼¥¹"; +$string['name'] = "̾¾Î"; +$string['namesocial'] = "¥»¥¯¥·¥ç¥ó"; +$string['nametopics'] = "¥È¥Ô¥Ã¥¯"; +$string['nameweeks'] = "½µ"; +$string['never'] = "̵"; +$string['new'] = "¿·¤·¤¤"; +$string['newaccount'] = "¿·µ¬¥¢¥«¥¦¥ó¥È"; +$string['newpassword'] = "¿·µ¬¥Ñ¥¹¥ï¡¼¥É"; +$string['newpasswordtext'] = "\$a->firstname ¤µ¤ó¤³¤ó¤Ë¤Á¤Ï¡¢ + +'\$a->sitename'¤Î¥Ñ¥¹¥ï¡¼¥É¥ê¥»¥Ã¥ÈµÚ¤Ó²¾¥Ñ¥¹¥ï¡¼¥É¤ÎºîÀ®¤¬´°Î»¤·¤Þ¤·¤¿¡£ + +¤¢¤Ê¤¿¤Î¸½ºß¤Î¥í¥°¥¤¥ó¾ðÊó¤Ï²¼µ­¤Î¤È¤ª¤ê¤Ç¤¹¡£ +¥æ¡¼¥¶Ì¾: username: \$a->username +¥Ñ¥¹¥ï¡¼¥É: password: \$a->newpassword + +¥Ñ¥¹¥ï¡¼¥É¤òÊѹ¹¤¹¤ë¾ì¹ç¡¢²¼µ­¤Î¥Ú¡¼¥¸¤Ë¥¢¥¯¥»¥¹¤·¤Æ¤¯¤À¤µ¤¤¡£ +\$a->link + +¤Û¤È¤ó¤É¤Î¥á¡¼¥ë¥×¥í¥°¥é¥à¤Ç¤Ï¥¯¥ê¥Ã¥¯½ÐÍè¤ë¤è¤¦¤ËÀĤ¯¥ê¥ó¥¯É½¼¨¤µ¤ì¤Þ¤¹¤¬¡¢¥¯¥ê¥Ã¥¯¤Ç¤­¤Ê¤¤¾ì¹ç¤Ï¥¢¥É¥ì¥¹¤ò¥Ö¥é¥¦¥¶¤Ë¥³¥Ô¡¼¡õ¥Ú¡¼¥¹¥È¤·¤Æ¤¯¤À¤µ¤¤¡£ + +'\$a->sitename' ¤Î´ÉÍý¼Ô¤è¤ê¤´°§»¢¤Ç¤·¤¿¡£ +\$a->signoff"; +$string['newpicture'] = "¿·¤·¤¤¼Ì¿¿"; +$string['newsitem'] = "·ï¤Î¥Ë¥å¡¼¥¹¹àÌܤòɽ¼¨"; +$string['newsitems'] = "·ï¤Î¥Ë¥å¡¼¥¹¹àÌܤòɽ¼¨"; +$string['newsitemsnumber'] = "¥Ë¥å¡¼¥¹¹àÌܤÎɽ¼¨¿ô"; +$string['newuser'] = "¿·µ¬¥æ¡¼¥¶"; +$string['newusers'] = "¿·µ¬¥æ¡¼¥¶"; +$string['no'] = "¤¤¤¤¤¨"; +$string['nocoursesyet'] = "¤³¤Î¥«¥Æ¥´¥ê¡¼¤Ë¥³¡¼¥¹¤Ï¤¢¤ê¤Þ¤»¤ó"; +$string['noexistingteachers'] = "¶µ»Õ¤ÏÅÐÏ¿¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['nofilesyet'] = "¥³¡¼¥¹¤Ë¤Ï¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['nograde'] = "ɾ²Á̵¤·"; +$string['noimagesyet'] = "¥³¡¼¥¹¤Ë¤Ï²èÁü¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['none'] = "̵¤·"; +$string['nopotentialteachers'] = "ÀøºßŪ¤Ê¶µ»Õ¤ÏÅÐÏ¿¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['normal'] = "ÉáÄÌ"; +$string['nostudentsyet'] = "¤³¤Î¥³¡¼¥¹¤Ë¤Ï¤Þ¤ÀÀ¸Å̤¬»²²Ã¤·¤Æ¤¤¤Þ¤»¤ó"; +$string['nosuchemail'] = "¤½¤Î¤è¤¦¤Ê¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ï¸ºß¤·¤Þ¤»¤ó"; +$string['noteachersyet'] = "¤³¤Î¥³¡¼¥¹¤Ë¤Ï¤Þ¤À¶µ»Õ¤¬ÅÐÏ¿¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"; +$string['notenrolled'] = "\$a ¤Ï¤³¤Î¥³¡¼¥¹¤Ë¤Ï»²²Ã¤·¤Æ¤¤¤Þ¤»¤ó"; +$string['nothingnew'] = "ºÇ½ª¥í¥°¥¤¥ó¤è¤êÊѹ¹¤µ¤ì¤¿¤â¤Î¤Ï¤¢¤ê¤Þ¤»¤ó"; +$string['nousersyet'] = "¤Þ¤ÀÍøÍѼԤ¬¤¤¤Þ¤»¤ó"; +$string['now'] = "º£"; +$string['numberweeks'] = "½µ/¥È¥Ô¥Ã¥¯¤Îɽ¼¨¿ô"; +$string['numdays'] = "\$a Æü"; +$string['numminutes'] = "\$a ʬ"; +$string['numviews'] = "\$a ±ÜÍ÷"; +$string['numweeks'] = "\$a ½µ"; +$string['numwords'] = "\$a ¸ì"; +$string['numyears'] = "\$a ǯ"; +$string['ok'] = "OK"; +$string['opentoguests'] = "¥²¥¹¥È¥¢¥¯¥»¥¹"; +$string['optional'] = "Ǥ°Õ"; +$string['order'] = "²áµî¤Î"; +$string['outline'] = "³µÎ¬"; +$string['participants'] = "»²²Ã¼Ô"; +$string['password'] = "¥Ñ¥¹¥ï¡¼¥É"; +$string['passwordchanged'] = "¥Ñ¥¹¥ï¡¼¥É¤¬Êѹ¹¤µ¤ì¤Þ¤·¤¿"; +$string['passwordrecovery'] = "¤Ï¤¤¡¢¥í¥°¥¤¥ó¤ò½õ¤±¤Æ¤¯¤À¤µ¤¤"; +$string['passwordsdiffer'] = "¥Ñ¥¹¥ï¡¼¥É¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"; +$string['passwordsent'] = "¥Ñ¥¹¥ï¡¼¥É¤¬Á÷¿®¤µ¤ì¤Þ¤·¤¿"; +$string['passwordsenttext'] = "

¥á¡¼¥ë¤¬ \$a->email °¸¤ËÁ÷¿®¤µ¤ì¤Þ¤·¤¿¡£ +

¥á¡¼¥ë¤Ëµ­ºÜ¤µ¤ì¤Æ¤¤¤ë¿·¥Ñ¥¹¥ï¡¼¥É¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£ +

¿·¥Ñ¥¹¥ï¡¼¥É¤Ï¼«Æ°Åª¤ËºîÀ®¤µ¤ì¤¿¤â¤Î¤Ç¤¹¡£¤³¤³¤Ë link>¥¢¥¯¥»¥¹¤·¤Æ²±¤¨¤ä¤¹¤¤¤â¤Î¤ËÊѹ¹¤·¤Æ¤¯¤À¤µ¤¤¡£"; +$string['people'] = "¿Í"; +$string['personalprofile'] = "¥×¥í¥Õ¥£¡¼¥ë"; +$string['phone'] = "ÅÅÏÃ"; +$string['potentialteachers'] = "ÀøºßŪ¤Ê¶µ»Õ"; +$string['preferredlanguage'] = "ÁªÂò¤µ¤ì¤¿¸À¸ì"; +$string['preview'] = "¥×¥ì¥Ó¥å¡¼"; +$string['previeworchoose'] = "¥Æ¡¼¥Þ¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£"; +$string['question'] = "¼ÁÌä"; +$string['readme'] = "README¥Õ¥¡¥¤¥ë"; +$string['recentactivity'] = "ºÇ¿·¤Î³èư"; +$string['removeteacher'] = "¶µ»Õ¤òºï½ü¤¹¤ë"; +$string['rename'] = "ÊÑ̾"; +$string['requireskey'] = "¤³¤Î¥³¡¼¥¹¤Ë¤ÏÅÐÏ¿¥­¡¼¤¬É¬ÍפǤ¹"; +$string['resources'] = "»ñÎÁ"; +$string['returningtosite'] = "¥¢¥«¥¦¥ó¥È¤ò¤ª»ý¤Á¤ÎÊý"; +$string['revert'] = "Éüµ¢"; +$string['role'] = "Ìò³ä"; +$string['savechanges'] = "ÀßÄê¤òÊݸ¤¹¤ë"; +$string['search'] = "¸¡º÷"; +$string['searchagain'] = "ºÆ¸¡º÷"; +$string['searchresults'] = "¸¡º÷·ë²Ì"; +$string['sec'] = "ÉÃ"; +$string['secs'] = "ÉÃ"; +$string['section'] = "¥»¥¯¥·¥ç¥ó"; +$string['selectacountry'] = "¹ñ¤òÁªÂò"; +$string['senddetails'] = "¥á¡¼¥ë¤ÇÅÐÏ¿ÆâÍÆ¤òÁ÷¿®¤¹¤ë"; +$string['separateandconnected'] = "ʬΥ¡¦´ØÏ¢Ç§¼±"; +$string['serverlocaltime'] = "¥µ¡¼¥Ð¤Î¥·¥¹¥Æ¥à»þ´Ö"; +$string['settings'] = "¥»¥Ã¥Æ¥£¥ó¥°"; +$string['shortname'] = "û¤¤Ì¾¾Î"; +$string['shortsitename'] = "û¤¤¥µ¥¤¥È̾(Îã ñ¸ì°ì¤Ä)"; +$string['show'] = "¸«¤»¤ë"; +$string['showallcourses'] = "Á´¤Æ¤Î¥³¡¼¥¹¤òɽ¼¨"; +$string['showalltopics'] = "Á´¤Æ¤Î¥È¥Ô¥Ã¥¯¤òɽ¼¨"; +$string['showallweeks'] = "Á´¤Æ¤Î½µ¤òɽ¼¨"; +$string['showlistofcourses'] = "¥³¡¼¥¹°ìÍ÷¤òɽ¼¨"; +$string['showonlytopic'] = "¥È¥Ô¥Ã¥¯ \$a ¤Î¤ßɽ¼¨"; +$string['showonlyweek'] = "Âè \$a ½µ¤Î¤ßɽ¼¨"; +$string['showrecent'] = "ºÇ¿·¤Î³èư¤Î¤ßɽ¼¨"; +$string['showtheselogs'] = "¥í¥°¤òɽ¼¨¤¹¤ë"; +$string['site'] = "¥µ¥¤¥È"; +$string['sitelogs'] = "¥µ¥¤¥È¥í¥°"; +$string['sitenews'] = "¥µ¥¤¥È¥Ë¥å¡¼¥¹"; +$string['sites'] = "¥µ¥¤¥È"; +$string['sitesettings'] = "¥µ¥¤¥È¥»¥Ã¥Æ¥£¥ó¥°"; +$string['size'] = "¥µ¥¤¥º"; +$string['socialheadline'] = "¥¹¥Ú¥·¥ã¥ë¥Õ¥©¡¼¥é¥à - ºÇ¿·¥È¥Ô¥Ã¥¯"; +$string['someallowguest'] = "¤¤¤¯¤Ä¤«¤Î¥³¡¼¥¹¤Ï¥²¥¹¥È¤ÇÍøÍѤǤ­¤Þ¤¹"; +$string['someerrorswerefound'] = "¤¤¤¯¤Ä¤«¤Î¾ðÊó¤¬Ì¤ÆþÎÏËô¤Ï´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹¡£ºÆÅÙ¤´³Îǧ¤¯¤À¤µ¤¤¡£"; +$string['startdate'] = "³«¹ÖÆü"; +$string['startsignup'] = "¿·¤·¤¤¥¢¥«¥¦¥ó¥È¤òºîÀ®¤¹¤ë"; +$string['status'] = "¾õÂÖ"; +$string['stringsnotset'] = "²¼µ­¤Îʸ»ú¤Ï \$a ¤ÇÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£"; +$string['studentnotallowed'] = "¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¡£¤³¤Î¥³¡¼¥¹¤Ë¤Ï '\$a' ¤ÇÆþ¤ë¤³¤È¤Ï½ÐÍè¤Þ¤»¤ó¡£"; +$string['success'] = "À®¸ù"; +$string['summary'] = "³µÍ×"; +$string['summaryof'] = "\$a ¤Î³µÍ×"; +$string['supplyinfo'] = "¸Ä¿Í¾ðÊó¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤"; +$string['teacheronly'] = "\$a ¤Î¤ß"; +$string['textediting'] = "¥Æ¥­¥¹¥È¤òÊÔ½¸¤·¤Æ¤¤¤ë»þ"; +$string['texteditor'] = "ɸ½à¤Î¥¦¥§¥Ö¥Õ¥©¡¼¥à¤ò»ÈÍѤ¹¤ë¡£"; +$string['textformat'] = "¥Æ¥­¥¹¥È·Á¼°"; +$string['thanks'] = "¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹"; +$string['theme'] = "¥Æ¡¼¥Þ"; +$string['themesaved'] = "¿·¤·¤¤¥Æ¡¼¥Þ¤¬Êݸ¤µ¤ì¤Þ¤·¤¿"; +$string['thischarset'] = "euc-jp"; +$string['thislanguage'] = "ÆüËܸì"; +$string['timezone'] = "¥¿¥¤¥à¥¾¡¼¥ó"; +$string['today'] = "º£Æü"; +$string['todaylogs'] = "º£Æü¤Î¥í¥°"; +$string['toomanytoshow'] = "ɽ¼¨¤¹¤ë¥æ¡¼¥¶¤¬Â¿¤¹¤®¤Þ¤¹"; +$string['topic'] = "¥È¥Ô¥Ã¥¯"; +$string['topicoutline'] = "¥È¥Ô¥Ã¥¯¤Î³µÍ×"; +$string['total'] = "¹ç·×"; +$string['turneditingoff'] = "ÊÔ½¸¥â¡¼¥É OFF"; +$string['turneditingon'] = "ÊÔ½¸¥â¡¼¥É ON"; +$string['undecided'] = "̤·èÄê"; +$string['unenrol'] = "»²²Ã¼è¾Ã¤·"; +$string['unenrolme'] = "\$a ¤«¤é»²²Ã¤ò¼è¾Ã¤¹"; +$string['unenrolsure'] = "\$a ¤ò¥³¡¼¥¹¤«¤éÅÐÏ¿Ëõ¾Ã¤·¤Æ¤â¤è¤í¤·¤¤¤Ç¤¹¤«?"; +$string['unsafepassword'] = "°ÂÁ´¤Ç¤Ê¤¤¥Ñ¥¹¥ï¡¼¥É¤Ç¤¹¡£Â¾¤Î¥Ñ¥¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£"; +$string['unusedaccounts'] = "\$a Æü°Ê¾åÍøÍѤ·¤Æ¤¤¤Ê¤¤¥¢¥«¥¦¥ó¥È¤Ï¼«Æ°Åª¤ËÅÐÏ¿Ëõ¾Ã¤µ¤ì¤Þ¤¹"; +$string['unzip'] = "Unzip"; +$string['update'] = "¹¹¿·"; +$string['updated'] = "\$a ¤ò¹¹¿·¤·¤Þ¤·¤¿"; +$string['updatemyprofile'] = "¥×¥í¥Õ¥£¡¼¥ë¤ò¹¹¿·¤¹¤ë"; +$string['updatesevery'] = "\$a ÉÃËè¤Ë¹¹¿·¤¹¤ë"; +$string['updatethis'] = "\$a ¤ò¹¹¿·¤¹¤ë"; +$string['updatethiscourse'] = "¤³¤Î¥³¡¼¥¹¤ò¹¹¿·¤¹¤ë"; +$string['updatinga'] = "\$a ¤ò¹¹¿·Ãæ"; +$string['updatingain'] = "\$a->in ¤Î \$a->what ¤ò¹¹¿·Ãæ"; +$string['upload'] = "¥¢¥Ã¥×¥í¡¼¥É"; +$string['uploadafile'] = "¥Õ¥¡¥¤¥ë¤ò¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë"; +$string['uploadthisfile'] = "¤³¤Î¥Õ¥¡¥¤¥ë¤ò¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë"; +$string['userdeleted'] = "¤³¤Î¥æ¡¼¥¶¤Î¥¢¥«¥¦¥ó¥È¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿"; +$string['userdescription'] = "¼«¸Ê¾Ò²ð"; +$string['username'] = "¥æ¡¼¥¶Ì¾"; +$string['usernameexists'] = "¤³¤Î¥æ¡¼¥¶Ì¾¤Ï´û¤Ë»ÈÍѤµ¤ì¤Æ¤¤¤Þ¤¹¡¡Â¾¤Î¥æ¡¼¥¶Ì¾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤"; +$string['userprofilefor'] = "\$a ¤Î¥×¥í¥Õ¥£¡¼¥ë"; +$string['users'] = "¥æ¡¼¥¶"; +$string['webpage'] = "¥¦¥§¥Ö¥Ú¡¼¥¸"; +$string['week'] = "½µ"; +$string['weeklyoutline'] = "½µ¤Î³µÍ×"; +$string['welcometocourse'] = "\$a ¤Ø¤è¤¦¤³¤½"; +$string['welcometocoursetext'] = "\$a->coursename ¤Ø¤è¤¦¤³¤½! + +»ä㤬¤¢¤Ê¤¿¤Î¤³¤È¤òÍý²ò½ÐÍè¤ë¤è¤¦¤Ë¡¢¤Þ¤ººÇ½é¤Ë¥×¥í¥Õ¥£¡¼¥ë¤Î¥Ú¡¼¥¸¤Ë¸Ä¿Í¾ðÊó¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ + + \$a->profileurl"; +$string['withchosenfiles'] = "ÁªÂò¥Õ¥¡¥¤¥ë¤È¶¦¤Ë"; +$string['wordforstudent'] = "À¸ÅÌ(ñ¿ô)¤ËÂФ¹¤ë¸Æ¾Î"; +$string['wordforstudenteg'] = "Îã À¸ÅÌ¡¢»²²Ã¼Ô"; +$string['wordforstudents'] = "À¸ÅÌ(Ê£¿ô)¤ËÂФ¹¤ë¸Æ¾Î"; +$string['wordforstudentseg'] = "Îã À¸ÅÌ¡¢»²²Ã¼Ô"; +$string['wordforteacher'] = "ÀèÀ¸(ñ¿ô)¤ËÂФ¹¤ë¸Æ¾Î"; +$string['wordforteachereg'] = "Îã ÀèÀ¸¡¢¥Á¥å¡¼¥¿¡¼"; +$string['wordforteachers'] = "ÀèÀ¸(Ê£¿ô)¤ËÂФ¹¤ë¸Æ¾Î"; +$string['wordforteacherseg'] = "Îã ÀèÀ¸¡¢¥Á¥å¡¼¥¿¡¼"; +$string['wrongpassword'] = "¥Ñ¥¹¥ï¡¼¥É¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"; +$string['yes'] = "¤Ï¤¤"; +$string['yourlastlogin'] = "ºÇ½ª¥í¥°¥¤¥ó"; +$string['yourself'] = "¤¢¤Ê¤¿¼«¿È"; +$string['yourteacher'] = "¤¢¤Ê¤¿¤Î \$a"; + +?> diff --git a/lang/ja/quiz.php b/lang/ja/quiz.php new file mode 100644 index 0000000000..a5c50f2e9a --- /dev/null +++ b/lang/ja/quiz.php @@ -0,0 +1,103 @@ +name' contains \$a->count questions. Please choose another category to move them to."; +$string['categorymoveto'] = "Move them to this category"; +$string['choice'] = "Choice"; +$string['choices'] = "Available choices"; +$string['correctanswer'] = "Correct answer"; +$string['correctanswers'] = "Correct answers"; +$string['createnewquestion'] = "Create new question"; +$string['daysavailable'] = "Days available"; +$string['default'] = "Default"; +$string['defaultinfo'] = "The default category for questions."; +$string['deletequestioncheck'] = "Are you absolutely sure you want to delete '\$a'?"; +$string['editcategories'] = "Edit categories"; +$string['editingquiz'] = "Editing quiz"; +$string['editingquestion'] = "Editing a question"; +$string['editingshortanswer'] = "Editing a short answer question"; +$string['editingtruefalse'] = "Editing a true/false question"; +$string['editingmultichoice'] = "Editing a multiple choice question"; +$string['false'] = "False"; +$string['feedback'] = "Feedback"; +$string['filloutoneanswer'] = "You must fill out at least one possible answer. Answers left blank will not be used."; +$string['fillouttwochoices'] = "You must fill out at least two choices. Choices left blank will not be used."; +$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'] = "Average grade"; +$string['gradehighest'] = "Highest grade"; +$string['grademethod'] = "Grading method"; +$string['guestsno'] = "Sorry, guests can not see or attempt quizzes"; +$string['imagedisplay'] = "Image to display"; +$string['introduction'] = "Introduction"; +$string['marks'] = "Marks"; +$string['multichoice'] = "Multiple Choice"; +$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'] = "No questions have been added yet"; +$string['publish'] = "Publish"; +$string['question'] = "Question"; +$string['questioninuse'] = "The question '\$a' is currently being used:"; +$string['questions'] = "Questions"; +$string['questionname'] = "Question name"; +$string['quizavailable'] = "The quiz is available until: \$a"; +$string['quizclose'] = "Close the quiz"; +$string['quizclosed'] = "This quiz closed on \$a"; +$string['quizopen'] = "Open the quiz"; +$string['quiznotavailable'] = "The quiz will not be available until: \$a"; +$string['random'] = "Random set"; +$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['save'] = "Save"; +$string['savegrades'] = "Save grades"; +$string['savemyanswers'] = "Save my answers"; +$string['savequiz'] = "Save this whole quiz"; +$string['score'] = "Raw score"; +$string['select'] = "Select"; +$string['selectcategoryabove'] = "Select a category above"; +$string['shortanswer'] = "Short Answer"; +$string['show'] = "Show"; +$string['showfeedback'] = "After answering, show feedback?"; +$string['showcorrectanswer'] = "In feedback, show correct answers?"; +$string['time'] = "Time"; +$string['timetaken'] = "Time taken"; +$string['timecompleted'] = "Completed"; +$string['true'] = "True"; +$string['truefalse'] = "True/False"; +$string['type'] = "Type"; +$string['viewallanswers'] = "View \$a completed quizzes"; +$string['yourfinalgradeis'] = "Your final grade for this quiz is \$a"; diff --git a/lang/ja/resource.php b/lang/ja/resource.php new file mode 100644 index 0000000000..812912c6e8 --- /dev/null +++ b/lang/ja/resource.php @@ -0,0 +1,27 @@ +File Manager ¤òÍøÍѤ·¤Æ¤¯¤À¤µ¤¤¡£"; +$string['notypechosen'] = "¥¿¥¤¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¡ÖÌá¤ë¡×¥Ü¥¿¥ó¤ò²¡¤·¤ÆºÆÅÙÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£"; +$string['resourcetype'] = "»ñÎÁ¤Î¥¿¥¤¥×"; +$string['resourcetype1'] = "»²¹Íʸ¸¥"; +$string['resourcetype2'] = "¥¦¥§¥Ö¥Ú¡¼¥¸"; +$string['resourcetype3'] = "¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Þ¤·¤¿"; +$string['resourcetype4'] = "¥×¥ì¥¤¥ó¥Æ¥­¥¹¥È"; +$string['resourcetype5'] = "¥ê¥ó¥¯"; +$string['resourcetype6'] = "HTML¥Æ¥­¥¹¥È"; + +?> diff --git a/lang/ja/survey.php b/lang/ja/survey.php new file mode 100644 index 0000000000..3358931f8b --- /dev/null +++ b/lang/ja/survey.php @@ -0,0 +1,208 @@ +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['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'] = "Survey name"; +$string['surveysaved'] = "Survey saved"; +$string['surveytype'] = "Survey type"; +$string['thanksforanswers'] = "Thanks for answering this survey, \$a"; +$string['time'] = "Time"; +$string['viewsurveyresponses'] = "View \$a survey responses"; + +?>