Latest updates from Fabricio

This commit is contained in:
moodler 2002-10-25 03:20:59 +00:00
parent ed4ed0939b
commit 1ea355a851
22 changed files with 849 additions and 252 deletions

View file

@ -19,14 +19,15 @@ $string[late] = "\$a tarde";
$string[maximumgrade] = "Grau de máximo"; $string[maximumgrade] = "Grau de máximo";
$string[maximumsize] = "Tamanho máximo"; $string[maximumsize] = "Tamanho máximo";
$string[notsubmittedyet] = "Ainda não submetido"; $string[notsubmittedyet] = "Ainda não submetido";
$string[overwritewarning] = "Advertindo: uploading SUBSTITUIRÃO seu envio atual novamente"; $string[overwritewarning] = "Advertindo: enviado SUBSTITUIRÃO seu envio atual novamente";
$string[submissionfeedback] = "Realimentação de submissão"; $string[submissionfeedback] = "Realimentação de submissão";
$string[submissions] = "Submissões"; $string[submissions] = "Submissões";
$string[submitted] = "Enviado"; $string[submitted] = "Enviado";
$string[typeuploadsingle] = "Upload um único arquivo, preço entre 0 - 100 marcas"; $string[typeuploadsingle] = "Enviar um único arquivo, preço entre 0 - 100 marcas";
$string[uploadedfiles] = "Arquivo enviado"; $string[uploadedfiles] = "Arquivo enviado";
$string[viewsubmissions] = "Ver \$a tarefas enviadas"; $string[viewsubmissions] = "Ver \$a tarefas enviadas";
$string[yoursubmission] = "Sua submissão"; $string[yoursubmission] = "Sua submissão";
$string[newsubmissions] = "Tarefas enviadas"; $string[newsubmissions] = "Tarefas enviadas";
$string[submitassignment] = "Submeta sua tarefa usando esta forma";
?> ?>

View file

@ -67,21 +67,8 @@ $string[numposts] = "\$a postos";
$string[olderdiscussions] = "Discussões mais velhas"; $string[olderdiscussions] = "Discussões mais velhas";
$string[parentofthispost] = "Pai deste posto"; $string[parentofthispost] = "Pai deste posto";
$string[postadded] = "Seu posto foi somado prosperamente.<P>Você tem \$a editar isto se você quer fazer qualquer mudança."; $string[postadded] = "Seu posto foi somado prosperamente.<P>Você tem \$a editar isto se você quer fazer qualquer mudança.";
$string[postmailinfo] = "Esta é uma cópia de uma mensagem postada no \$a website. $string[postmailinfo] = "Esta é uma cópia de uma mensagem postada no \$a website. Somar sua resposta pelo website, faça clique neste link:";
Somar sua resposta pelo website, faça clique neste link:"; $string[postingtip] = "<B>Gorjetas postando:</B> Quando respondendo: <UL> <LI>leia o posto deles cuidadosamente e empathically <LI>procure coisas sobre as que você pode fazer um comentário </UL> Enquanto escrevendo: <UL> <LI>mantenha seus postos pequeno e em-tópico <LI>explique suas próprias idéias claramente <LI>pense em perguntas que você pode fazer </UL>";
$string[postingtip] = "<B>Gorjetas postando:</B>
Quando respondendo:
<UL>
<LI>leia o posto deles cuidadosamente e empathically
<LI>procure coisas sobre as que você pode fazer um comentário
</UL>
Enquanto escrevendo:
<UL>
<LI>mantenha seus postos pequeno e em-tópico
<LI>explique suas próprias idéias claramente
<LI>pense em perguntas que você pode fazer
</UL>";
$string[postrating1] = "Mostre principalmente SEPARE sabendo"; $string[postrating1] = "Mostre principalmente SEPARE sabendo";
$string[postrating2] = "Igualmente separe e conectou"; $string[postrating2] = "Igualmente separe e conectou";
$string[postrating3] = "Espetáculos CONECTARAM sabendo principalmente"; $string[postrating3] = "Espetáculos CONECTARAM sabendo principalmente";
@ -109,5 +96,7 @@ $string[youratedthis] = "Voc
$string[yournewtopic] = "Seu tópico de discussão novo"; $string[yournewtopic] = "Seu tópico de discussão novo";
$string[yourreply] = "Sua resposta"; $string[yourreply] = "Sua resposta";
$string[newforumposts] = "Postos de forum novos"; $string[newforumposts] = "Postos de forum novos";
$string[openmode0] = "Nenhuma discussão, nenhuma resposta";
$string[openmode1] = "Nenhuma discussão, mas são permitidas respostas";
$string[openmode2] = "São permitidas discussões e respostas";
?> ?>

View file

@ -1,9 +1,20 @@
<P ALIGN=CENTER><B>Allowing new discussions</B></P> <P ALIGN=CENTER><B>Allowing new posts</B></P>
<P>For most forums you will want to allow non-teachers to start new <P>This option allows you to restrict students from posting
discussion topics (threads). new content in this forum.
<P>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.
<P>Sometimes, however, you will want to disable this ability. For <P>Sometimes, however, you will want to disable this ability. For
example, this is useful for the News forum when you only want example, this is useful for the News forum when you only want
teachers to post new items that appear on the course main page. teachers to post new items that appear on the course main page.
Students will still be able to REPLY to existing posts though. In this case you might choose the third option "No discussions, no replies".
<P>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".

View file

@ -0,0 +1,12 @@
<P ALIGN=CENTER><B>Language Editing</B></P>
<P>To edit languages on this page the files need to be writable
by the web server process.
<P>Within some of the strings you will notice <B>$a</B> and <B>$a->something</B>.
<P>These represent variables that will be replaced by names or other words from
within Moodle.
<P>When there is only one variable, the $a form is used. When there are two or
more variables, then each one has a name.

69
lang/pt_br/help/mods.html Normal file
View file

@ -0,0 +1,69 @@
<P ALIGN=CENTER><B>Activity Modules</B></P>
<P>Moodle contains a wide range of activity modules that can be used to
build up any type of course.</P>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/forum/icon.gif">&nbsp;<B>Forums</B></P>
<UL>
<P>This activity can be the most important - it is here that most discussion takes place.
Forums can be structured in different ways, and can include peer rating of each posting.
The postings can be viewed in a variety for formats, and can include attachments.
By subscribing to a forum, participants will receive copies of each new posting
in their email. A teacher can impose subscription on everyone if they want to.
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif">&nbsp;<B>Journals</B></P>
<UL>
<P>This module is a very important reflective activity. The teacher
asks the student to reflect on a particular topic, and the student can
edit and refine their answer over time. This answer is private and
can only be seen by the teacher, who can offer feedback and a grade
on each journal entry. It's usually a good idea to have about one
Journal activity per week.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/resource/icon.gif">&nbsp;<B>Resources</B></P>
<UL>
<P>Resources are content: information the teacher wants to bring into the
course. These can be prepared files uploaded to the course
server; pages edited directly in Moodle; or external web pages
made to appear part of this course.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/assignment/icon.gif">&nbsp;<B>Assignments</B></P>
<UL>
<P>Assignments allow the teacher to specify a task that requires students
to prepare digital content (any format) and submit it by uploading it
to the server. Typical assignments include essays, projects, reports
and so on. This module includes grading facilities.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/quiz/icon.gif">&nbsp;<B>Quizzes</B></P>
<UL>
<P>This module allows the teacher to design and set quiz tests, consisting of
multiple choice, true-false, and short answer questions. These
questions are kept in a categorised database, and can be re-used
within courses and even between courses. Quizzes can allow
multiple attempts. Each attempt is automatically marked, and the
teacher can choose whether to give feedback or to show correct answers.
This module includes grading facilities.</P>
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/choice/icon.gif">&nbsp;<B>Choices</B></P>
<UL>
<P>A choice activity is very simple - the teacher asks a question and specifies a
choice of multiple responses. It can be useful as a quick poll to
stimulate thinking about a topic; to allow the class to vote on
a direction for the course; or to gather research consent.
</UL>
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/survey/icon.gif">&nbsp;<B>Surveys</B></P>
<UL>
<P>The Survey module provides a number of verified survey instruments that
have been found useful in assessing and stimulating learning in
online environments. Teachers can use these to gather data from their
students that will help them learn about their class and reflect
on their own teaching.</P>
</UL>

View file

@ -0,0 +1,6 @@
<P ALIGN=CENTER><B>Quiz attempts</B></P>
<P>Students may be allowed to have multiple attempts at a quiz.
<P>This can help make the process of taking the quiz more of
an educational activity rather than simply an assessment.

View file

@ -0,0 +1,17 @@
<P ALIGN=CENTER><B>Question categories</B></P>
<P>Rather than keeping all your questions in one big list,
you can create categories to keep them in.
<P>Each category consists of a name and a short description.
<P>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.
<P>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.

View file

@ -0,0 +1,6 @@
<P ALIGN=CENTER><B>Show correct answers</B></P>
<P>If you enable correct answers, then the
feedback will show also show the correct answer
for each question (highlighted in a bright colour).
</P>

View file

@ -0,0 +1,5 @@
<P ALIGN=CENTER><B>Feedback</B></P>
<P>If you enable quiz feedback, then students will receive
question feedback on every answer (right or wrong).</P>

View file

@ -0,0 +1,25 @@
<P ALIGN=CENTER><B>Grading method</B></P>
<P>When multiple attempts are allowed, there are different ways
you can use the grades to calculate the student's final
grade for the quiz.
<P><B>Highest grade</B><P>
<UL>
<P>The final grade is the highest (best) grade in any attempt.
</UL>
<P><B>Average grade</B><P>
<UL>
<P>The final grade is the average (simple mean) grade of all attempts.
</UL>
<P><B>First grade</B><P>
<UL>
<P>The final grade is the grade gained on the first attempt (other attempts are ignored).
</UL>
<P><B>Last grade</B><P>
<UL>
<P>The final grade is the grade gained on the most recent attempt only.
</UL>

View file

@ -0,0 +1,11 @@
<P ALIGN=CENTER><B>Maximum grade</B></P>
<P>The maximum grade you set for a quiz is what all grades
are scaled to.
<P>For example, you might set the max grade to 20, because the
quiz is worth 20% of the whole course.
<P>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.

View file

@ -0,0 +1,19 @@
<P ALIGN=CENTER><B>Multiple Choice questions</B></P>
<P>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.
<P>Single-answer questions allow one and only one answer to be chosen.
Generally all the grades for such a question should be positive.
<P>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%.
<P>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).
</P>

View file

@ -0,0 +1,37 @@
<P ALIGN=CENTER><B>Creating a new question</B></P>
<P>You can add a variety of different types of questions to a category:</P>
<P><B>Multiple Choice</B></P>
<UL>
<P>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.
<P>More info: <? helpbutton("multichoice", "", "quiz") ?></P>
</UL>
<P><B>Short Answer</B></P>
<UL>
<P>In response to a question (that may include a image), the respondent
types a word or phrase. There may several possible correct answers,
with different grades. Answers may or may not be sensitive to case.
</P>
<P>More info: <? helpbutton("shortanswer", "", "quiz") ?></P>
</UL>
<P><B>True/False</B></P>
<UL>
<P>In response to a question (that may include a image), the respondent
selects from two options: True or False.
</P>
<P>More info: <? helpbutton("truefalse", "", "quiz") ?></P>
</UL>
<P><B>Random</B></P>
<UL>
<P>(Not yet implemented) Allows you to select a number of other questions from
which one gets randomly selected each time a student attempts the quiz.
</P>
<P>More info: <? helpbutton("random", "", "quiz") ?></P>
</UL>

View file

@ -0,0 +1,3 @@
<P ALIGN=CENTER><B>Random question</B></P>

View file

@ -0,0 +1,10 @@
<P ALIGN=CENTER><B>Short Answer questions</B></P>
<P>In response to a question (that may include a image) the respondent
types a word or short phrase.
<P>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".
<P>Answers are compared exactly, so be careful with your spelling!

View file

@ -0,0 +1,5 @@
<P ALIGN=CENTER><B>Opening and closing the quiz</B></P>
<P>You can specify times when the quiz is accessible for people to make attempts.
<P>Before the opening time, and after the closing time, the quiz will be unavailable.

View file

@ -0,0 +1,11 @@
<P ALIGN=CENTER><B>True/False questions</B></P>
<P>In response to a question (that may include a image) the respondent
chooses from True or False.
<P>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.
</P>

View file

@ -0,0 +1,160 @@
<P ALIGN=CENTER><B>About the Richtext HTML editor</B></P>
<P>Availability: <B>
<? if (!$CFG->htmleditor) {
print_string("htmleditordisabledadmin");
} else if (!$USER->htmleditor) {
print_string("htmleditordisabled");
} else if (!can_use_richtext_editor()) {
print_string("htmleditordisabledbrowser");
} else {
print_string("htmleditoravailable");
}
?>
</B></P>
<P>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.
<P>In addition to formatting text, this editor provides a number of extra features you may find useful.
<P><B>Paste text in from other Applications</B></P>
<UL>
<P>You can cut and paste rich text from other Windows applications such as Microsoft Word
straight into this editor, and your formatting will be preserved. Just use the normal cut and paste
menus in your web browser (or Control-C and Control-V).
</UL>
<P><B>Inserting images <img border="0" hspace="10" src="lib/rte/images/icon_ins_image.gif"></B></P>
<UL>
<P>If you have images that are already published on a web site and accessible via a URL, you can include these images in your texts using the "Insert Image" button.
</UL>
<P><B>Inserting Tables <img border="0" hspace="10" src="lib/rte/images/icon_ins_table.gif"></B></P>
<UL>
<P>To add layout to your texts, you can use the "Insert Tables" button in the toolbar.
</UL>
<P><B>Inserting Links <img border="0" hspace="10" src="lib/rte/images/icon_ins_link.gif"></B></P>
<UL>
<P>To make a new link, first type the text that you want to be a link. Then select it and click the link button in the toolbar. Type the URL you want to link to and it's done!
</UL>
<P><B>Inserting smilies (emoticons) <img border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15"></B></P>
<UL>
<P>To embed these small icons in your text, click on the smiley icon in the toolbar. A dialog will pop up that allows you to select from the following smiley icons. (Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed).
<table border="1">
<tr valign="top">
<td>
<table border="0" align="center" cellpadding="10">
<tr>
<td><img border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15"></td>
<td>smile</td>
<td NOWRAP><FONT FACE=Courier>:-)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15"></td>
<td>big grin</td>
<td NOWRAP><FONT FACE=Courier>:-D</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15"></td>
<td>wink</td>
<td NOWRAP><FONT FACE=Courier>;-)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15"></td>
<td>mixed</td>
<td NOWRAP><FONT FACE=Courier>:-/</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15"></td>
<td>thoughtful</td>
<td NOWRAP><FONT FACE=Courier>V-.</FONT></td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15"></td>
<td>tongue out</td>
<td NOWRAP><FONT FACE=Courier>:-P</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15"></td>
<td>cool</td>
<td NOWRAP><FONT FACE=Courier>B-)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15"></td>
<td>approve</td>
<td NOWRAP><FONT FACE=Courier>^-)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15"></td>
<td>wide eyes</td>
<td NOWRAP><FONT FACE=Courier>8-)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15"></td>
<td>surprise</td>
<td NOWRAP><FONT FACE=Courier>8-o</td>
</tr>
</table>
</td>
<td>
<table border="0" align="center" cellpadding="10">
<tr>
<td><img alt border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15"></td>
<td>sad</td>
<td NOWRAP><FONT FACE=Courier>:-(</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15"></td>
<td>shy</td>
<td NOWRAP><FONT FACE=Courier>8-.</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15"></td>
<td>blush</td>
<td NOWRAP><FONT FACE=Courier>:-I</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15"></td>
<td>kisses</td>
<td NOWRAP><FONT FACE=Courier>:-X</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15"></td>
<td>clown</td>
<td NOWRAP><FONT FACE=Courier>:o)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15"></td>
<td>black eye</td>
<td NOWRAP><FONT FACE=Courier>P-|</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15"></td>
<td>angry</td>
<td NOWRAP><FONT FACE=Courier>8-[</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15"></td>
<td>dead</td>
<td NOWRAP><FONT FACE=Courier>xx-P</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15"></td>
<td>sleepy</td>
<td NOWRAP><FONT FACE=Courier>|-.</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15"></td>
<td>evil</td>
<td NOWRAP><FONT FACE=Courier>}-]</td>
</tr>
</table>
</table>
</UL>

View file

@ -4,18 +4,119 @@ Writing text in Moodle works pretty much the way you would expect, but you also
<P><B>Smilies (emoticons)</B></P> <P><B>Smilies (emoticons)</B></P>
<UL> <UL>
<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=5> <P>To embed these small icons in your text, just type the associated code. These codes themselves are like little pictures if you turn your head to the left when looking at them.</P>
<TR><TH>Name <TH>Picture <TH>You type</TR>
<TR><TD>smile <TD ALIGN=CENTER><img ALT=smile SRC="<?=$CFG->wwwroot?>/pix/s/smiley.gif"><TD ALIGN=CENTER> :-) </TD></TR> <table border="1">
<TR><TD>sad <TD ALIGN=CENTER><img ALT=sad SRC="<?=$CFG->wwwroot?>/pix/s/sad.gif"><TD ALIGN=CENTER> :-( </TD></TR> <tr valign="top">
<TR><TD>grin <TD ALIGN=CENTER><img ALT=grin SRC="<?=$CFG->wwwroot?>/pix/s/biggrin.gif"><TD ALIGN=CENTER> :-D </TD></TR> <td>
<TR><TD>wink <TD ALIGN=CENTER><img ALT=wink SRC="<?=$CFG->wwwroot?>/pix/s/wink.gif"><TD ALIGN=CENTER> ;-) </TD></TR> <table border="0" align="center" cellpadding="10">
<TR><TD>mixed <TD ALIGN=CENTER><img ALT=mixed SRC="<?=$CFG->wwwroot?>/pix/s/mixed.gif"><TD ALIGN=CENTER> :-/ </TD></TR> <tr>
<TR><TD>wide-eyed <TD ALIGN=CENTER><img ALT=wide-eyed SRC="<?=$CFG->wwwroot?>/pix/s/wideeyes.gif"><TD ALIGN=CENTER> 8-) </TD></TR> <td><img border="0" hspace="10" src="pix/s/smiley.gif" width="15" height="15"></td>
<TR><TD>tongue-out <TD ALIGN=CENTER><img ALT=tongue-out SRC="<?=$CFG->wwwroot?>/pix/s/tongueout.gif"><TD ALIGN=CENTER> :-P </TD></TR> <td>smile</td>
<TR><TD>surprise <TD ALIGN=CENTER><img ALT=surprised SRC="<?=$CFG->wwwroot?>/pix/s/surprise.gif"><TD ALIGN=CENTER> :-o </TD></TR> <td><FONT FACE=Courier>:-)</td>
<TR><TD>cool <TD ALIGN=CENTER><img ALT=cool SRC="<?=$CFG->wwwroot?>/pix/s/cool.gif"><TD ALIGN=CENTER> B-) </TD></TR> </tr>
</TABLE> <tr>
<td><img alt border="0" hspace="10" src="pix/s/biggrin.gif" width="15" height="15"></td>
<td>big grin</td>
<td><FONT FACE=Courier>:-D</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/wink.gif" width="15" height="15"></td>
<td>wink</td>
<td><FONT FACE=Courier>;-)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/mixed.gif" width="15" height="15"></td>
<td>mixed</td>
<td><FONT FACE=Courier>:-/</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/thoughtful.gif" width="15" height="15"></td>
<td>thoughtful</td>
<td><FONT FACE=Courier>V-.</FONT></td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/tongueout.gif" width="15" height="15"></td>
<td>tongue out</td>
<td><FONT FACE=Courier>:-P</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/cool.gif" width="15" height="15"></td>
<td>cool</td>
<td><FONT FACE=Courier>B-)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/approve.gif" width="15" height="15"></td>
<td>approve</td>
<td><FONT FACE=Courier>^-)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/wideeyes.gif" width="15" height="15"></td>
<td>wide eyes</td>
<td><FONT FACE=Courier>8-)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/surprise.gif" width="15" height="15"></td>
<td>surprise</td>
<td><FONT FACE=Courier>8-o</td>
</tr>
</table>
</td>
<td>
<table border="0" align="center" cellpadding="10">
<tr>
<td><img alt border="0" hspace="10" src="pix/s/sad.gif" width="15" height="15"></td>
<td>sad</td>
<td><FONT FACE=Courier>:-(</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/shy.gif" width="15" height="15"></td>
<td>shy</td>
<td><FONT FACE=Courier>8-.</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/blush.gif" width="15" height="15"></td>
<td>blush</td>
<td><FONT FACE=Courier>:-I</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/kiss.gif" width="15" height="15"></td>
<td>kisses</td>
<td><FONT FACE=Courier>:-X</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/clown.gif" width="15" height="15"></td>
<td>clown</td>
<td><FONT FACE=Courier>:o)</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/blackeye.gif" width="15" height="15"></td>
<td>black eye</td>
<td><FONT FACE=Courier>P-|</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/angry.gif" width="15" height="15"></td>
<td>angry</td>
<td><FONT FACE=Courier>8-[</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/dead.gif" width="15" height="15"></td>
<td>dead</td>
<td><FONT FACE=Courier>xx-P</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/sleepy.gif" width="15" height="15"></td>
<td>sleepy</td>
<td><FONT FACE=Courier>|-.</td>
</tr>
<tr>
<td><img alt border="0" hspace="10" src="pix/s/evil.gif" width="15" height="15"></td>
<td>evil</td>
<td><FONT FACE=Courier>}-]</td>
</tr>
</table>
</table>
</UL> </UL>
<P><B>URLs</B></P> <P><B>URLs</B></P>
@ -35,6 +136,8 @@ Writing text in Moodle works pretty much the way you would expect, but you also
<TR><TD>&lt;FONT SIZE=1> small &lt;/FONT> <TD> <FONT SIZE=1>small</FONT> </TR> <TR><TD>&lt;FONT SIZE=1> small &lt;/FONT> <TD> <FONT SIZE=1>small</FONT> </TR>
<TR><TD>&lt;FONT SIZE=4> large &lt;/FONT> <TD> <FONT SIZE=4>large</FONT> </TR> <TR><TD>&lt;FONT SIZE=4> large &lt;/FONT> <TD> <FONT SIZE=4>large</FONT> </TR>
<TR><TD>&lt;FONT COLOR=green> example &lt;/FONT> <TD> <FONT color=green>example</FONT> </TR> <TR><TD>&lt;FONT COLOR=green> example &lt;/FONT> <TD> <FONT color=green>example</FONT> </TR>
<TR><TD valign=top>&lt;UL>&lt;LI>one &lt;LI>two &lt;/UL> <TD valign=top> <UL><LI>one<LI>two</UL> </TR>
<TR><TD>&lt;HR><TD> <HR> </TR>
</TABLE> </TABLE>
</UL> </UL>

View file

@ -0,0 +1,41 @@
<P ALIGN=CENTER><B>Formatting text</B></P>
<P>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.
<P><B>Usually you can just leave this setting alone and things should
work as you expect</B>.
<P><B>1. Moodle auto-format</B></P>
<UL>
<P>This format is best for when you are using normal web forms for entry
(instead of the Richtext HTML editor). Just type text normally, as if you
were sending an email.
<P>When you save your text, Moodle will do a number of things to automatically
format your text for you.
<P>For example, URLs such as
<A HREF="http://yahoo.com/">http://yahoo.com</A> or even
<A HREF="http://www.yahoo.com/">www.yahoo.com</A> will be turned into links.
<P>Your line breaks will be retained, and blank lines will start new paragraphs.
<P>Smiley characters such as :-) will automatically become their graphical equivalents.
<P>You can even embed HTML code if you want to and it will be retained.
<P ALIGN=RIGHT><? helpbutton("text", get_string("helptext")) ?> More info about Moodle auto-formatting.</P>
</UL>
<P><B>2. HTML format</B></P>
<UL>
<P>This format assumes the text is pure HTML. If you are using the
HTML editor to edit text then this is the default format - all
the commands in the toolbar are producing HTML for you.
<P>Even if you are not using the Richtext HTML editor, you can use HTML code
in your text and it should come out exactly as you intended.
<P>Unlike the Moodle auto-format, no automatic formatting is performed.
<P ALIGN=RIGHT><? helpbutton("html", get_string("helphtml")) ?> More info about HTML</P>
<P ALIGN=RIGHT><? helpbutton("richtext", get_string("helprichtext")) ?> More info about the Richtext HTML editor</P>
</UL>

View file

@ -1,179 +1,144 @@
<?PHP // $Id$ <?PHP // $Id$
// Traduzido por Fabricio Valadares - Três Corações - MG - Brasil // Traduzido por Fabricio Valadares - Três Corações - MG - Brasil
// Webdesigner da Universidade Vale do Rio Verde // Webdesigner da Universidade Vale do Rio Verde
$string[thislanguage] = "Português - Brasil"; // Francais, Italiano, etc etc $string['thislanguage'] = "Português - Brasil"; // Francais, Italiano, etc etc
$string['thischarset'] = "iso-8859-1"; $string['thischarset'] = "iso-8859-1";
$string[action] = "Ação"; $string['action'] = "Ação";
$string[activity] = "Atividade"; $string['activity'] = "Atividade";
$string[activities] = "Atividades"; $string['activities'] = "Atividades";
$string[activityreport] = "Relatório de atividade"; $string['activityreport'] = "Relatório de atividade";
$string[add] = "Adicionar"; $string['add'] = "Adicionar";
$string[added] = "Adicionado \$a"; $string['added'] = "Adicionado \$a";
$string[addinganew] = "Adicionar um novo \$a"; $string['addinganew'] = "Adicionar um novo \$a";
$string[addinganewto] = "Adicionar um novo \$a->what to \$a->to"; $string['addinganewto'] = "Adicionar um novo \$a->what to \$a->to";
$string[addnewcourse] = "Adicionar novo curso"; $string['addnewcourse'] = "Adicionar novo curso";
$string[addnewuser] = "Adicionar novo usuário"; $string['addnewuser'] = "Adicionar novo usuário";
$string[address] = "Endereço"; $string['address'] = "Endereço";
$string[addteacher] = "Adicionar professor"; $string['addteacher'] = "Adicionar professor";
$string[admin] = "Administrador"; $string['admin'] = "Administrador";
$string[administration] = "Administração"; $string['administration'] = "Administração";
$string[again] = "novamente"; $string['again'] = "novamente";
$string[alldays] = "Todos os dias"; $string['alldays'] = "Todos os dias";
$string[allfieldsrequired] = "Todos os campos são requeridos"; $string['allfieldsrequired'] = "Todos os campos são requeridos";
$string[alllogs] = "Todos logs"; $string['alllogs'] = "Todos logs";
$string[allowguests] = "This course allows guest users to enter"; $string['allowguests'] = "This course allows guest users to enter";
$string[allparticipants] = "Todos os participantes"; $string['allparticipants'] = "Todos os participantes";
$string[alphanumerical] = "Possa conter cartas só alfabéticas ou números"; $string['alphanumerical'] = "Possa conter cartas só alfabéticas ou números";
$string[alreadyconfirmed] = "Inscrição já foi confirmada"; $string['alreadyconfirmed'] = "Inscrição já foi confirmada";
$string[answer] = "Resposta"; $string['answer'] = "Resposta";
$string[assignteachers] = "Direcionar professor"; $string['assignteachers'] = "Direcionar professor";
$string[availablecourses] = "Cursos avaliados"; $string['availablecourses'] = "Cursos avaliados";
$string[cancel] = "Cancelar"; $string['cancel'] = "Cancelar";
$string[categories] = "Categoria dos Cursos"; $string['categories'] = "Categoria dos Cursos";
$string[category] = "Categoria"; $string['category'] = "Categoria";
$string[categoryadded] = "A categoria '\$a' foi adicionada"; $string['categoryadded'] = "A categoria '\$a' foi adicionada";
$string[categorydeleted] = "A categoria '\$a' foi apagada"; $string['categorydeleted'] = "A categoria '\$a' foi apagada";
$string[changepassword] = "Mudar a senha"; $string['changepassword'] = "Mudar a senha";
$string[changedpassword] = "Mudanda a senha"; $string['changedpassword'] = "Mudanda a senha";
$string[changessaved] = "Mudanças salvas"; $string['changessaved'] = "Mudanças salvas";
$string[checklanguage] = "Verificar idioma"; $string['checklanguage'] = "Verificar idioma";
$string[choose] = "Escolha"; $string['choose'] = "Escolha";
$string[choosecourse] = "Escolha um curso"; $string['choosecourse'] = "Escolha um curso";
$string[chooselivelogs] = "Ou assiste atividade atual"; $string['chooselivelogs'] = "Ou assiste atividade atual";
$string[chooselogs] = "Escolha quais troncos quer você para ver"; $string['chooselogs'] = "Escolha quais troncos quer você para ver";
$string[choosetheme] = "Troca o tema"; $string['choosetheme'] = "Troca o tema";
$string[chooseuser] = "Escolha um usuário"; $string['chooseuser'] = "Escolha um usuário";
$string[city] = "Cidade/Estado"; $string['city'] = "Cidade/Estado";
$string[comparelanguage] = "Compare idioma com o inglês"; $string['comparelanguage'] = "Compare idioma com o inglês";
$string[confirmed] = "Seu registro foi confirmado com sucesso"; $string['confirmed'] = "Seu registro foi confirmado com sucesso";
$string[courseupdates] = "Curso atualizado"; $string['courseupdates'] = "Curso atualizado";
$string[cookiesenabled] = "Cookies ativo em seu navegador"; $string['cookiesenabled'] = "Cookies ativo em seu navegador";
$string[complete] = "Completo"; $string['complete'] = "Completo";
$string[copyrightnotice] = "Advertência protegido por direitos autorais"; $string['copyrightnotice'] = "Advertência protegido por direitos autorais";
$string["continue"] = "Continue"; $string['continue'] = "Continue";
$string[country] = "País"; $string['country'] = "País";
$string[course] = "Curso"; $string['course'] = "Curso";
$string[courseformats] = "Formato do curso"; $string['courseformats'] = "Formato do curso";
$string[courses] = "Cursos"; $string['courses'] = "Cursos";
$string[createaccount] = "Criar minha nova conta"; $string['createaccount'] = "Criar minha nova conta";
$string[createuserandpass] = "Crie um nome de usuário novo e senha para anotar em com"; $string['createuserandpass'] = "Crie um nome de usuário novo e senha para anotar em com";
$string[createziparchive] = "Cria um arquivo zip"; $string['createziparchive'] = "Cria um arquivo zip";
$string[currentlanguage] = "Idioma atual"; $string['currentlanguage'] = "Idioma atual";
$string[currentlocaltime] = "Seu horário local correto"; $string['currentlocaltime'] = "Seu horário local correto";
$string[databasechecking] = "Atualizar a base de dados Moodle versão \$a->oldversion para \$a->newversion..."; $string['databasechecking'] = "Atualizar a base de dados Moodle versão \$a->oldversion para \$a->newversion...";
$string[databasesetup] = "Opções de base de dados"; $string['databasesetup'] = "Opções de base de dados";
$string[databasesuccess] = "Base de dados atualizada"; $string['databasesuccess'] = "Base de dados atualizada";
$string[databaseupgrades] = "Atualizar base de dados"; $string['databaseupgrades'] = "Atualizar base de dados";
$string[defaultcoursefullname] = "Course Fullname 101"; $string['defaultcoursefullname'] = "Course Fullname 101";
$string[defaultcourseshortname] = "CF101"; $string['defaultcourseshortname'] = "CF101";
$string[defaultcoursestudent] = "Estudante"; $string['defaultcoursestudent'] = "Estudante";
$string[defaultcoursestudents] = "Estudantes"; $string['defaultcoursestudents'] = "Estudantes";
$string[defaultcoursesummary] = "Write a concise and interesting paragraph here that explains what this course is about"; $string['defaultcoursesummary'] = "Escreva um parágrafo conciso e interessante aqui isso explica o sobre o qual este curso é";
$string[defaultcourseteacher] = "Professor"; $string['defaultcourseteacher'] = "Professor";
$string[defaultcourseteachers] = "Professores"; $string['defaultcourseteachers'] = "Professores";
$string[delete] = "Apagar"; $string['delete'] = "Apagar";
$string[deletecheck] = "Apagar \$a ?"; $string['deletecheck'] = "Apagar \$a ?";
$string[deletecheckfull] = "Absolutamente seguramente é você você quer apagar completamente \$a ?"; $string['deletecheckfull'] = "Absolutamente seguramente é você você quer apagar completamente \$a ?";
$string[deletecompletely] = "Apagado com sucesso"; $string['deletecompletely'] = "Apagado com sucesso";
$string[deletecoursecheck] = "Você absolutamente seguramente é você quer apagar este curso e todos os dados completamente contém?"; $string['deletecoursecheck'] = "Você absolutamente seguramente é você quer apagar este curso e todos os dados completamente contém?";
$string[deletecourse] = "Apagar um curso"; $string['deletecourse'] = "Apagar um curso";
$string[deleted] = "Apagado"; $string['deleted'] = "Apagado";
$string[deletedactivity] = "Apagado \$a"; $string['deletedactivity'] = "Apagado \$a";
$string[deletedcourse] = "\$a foi completamente apagado"; $string['deletedcourse'] = "\$a foi completamente apagado";
$string[deletingcourse] = "Apagando \$a"; $string['deletingcourse'] = "Apagando \$a";
$string[description] = "Descrição"; $string['description'] = "Descrição";
$string[doyouagree] = "Você leu estas condições e os entendeu?"; $string['doyouagree'] = "Você leu estas condições e os entendeu?";
$string[edit] = "Editar \$a"; $string['edit'] = "Editar \$a";
$string[editcoursesettings] = "Editar configurações de curso"; $string['editcoursesettings'] = "Editar configurações de curso";
$string[editinga] = "Editando um \$a"; $string['editinga'] = "Editando um \$a";
$string[editmyprofile] = "Editar perfil"; $string['editmyprofile'] = "Editar perfil";
$string[editsummary] = "Editar summary"; $string['editsummary'] = "Editar resumo";
$string[editthisactivity] = "Editar this activity"; $string['editthisactivity'] = "Editar this activity";
$string[edituser] = "Editar contas de usuários"; $string['edituser'] = "Editar contas de usuários";
$string[email] = "Endereço de e-mail"; $string['email'] = "Endereço de e-mail";
$string[emailformat] = "Formato de e-mail"; $string['emailformat'] = "Formato de e-mail";
$string[emailconfirm] = "Confirmar seu registro"; $string['emailconfirm'] = "Confirmar seu registro";
$string[emailconfirmsent] = " $string['emailconfirmsent'] = "<P>Um email deveria ter sido enviado a seu endereço a <B>\$a</B><P>Contém instruções fáceis para completar sua inscrição. <P>Se você continua tendo dificuldade, contacte o administrador de local.";
<P>Um email deveria ter sido enviado a seu endereço a <B>\$a</B> $string['emailconfirmation'] = "Olá \$a->firstname, Uma conta nova foi pedida a '\$a->sitename' usando seu endereço de email. Para confonfirmar seu registro, por favor acesse este endereço: \$a->link Em a maioria programas de correio, isto deveria aparecer como um vínculo azul o qual você há pouco pode clicar em. Se isso não trabalha, então corte e cola o endereço no endereço enfileire ao topo de sua janela de navegador de rede. Alegrias do '\$a->sitename' administrador, \$a->admin";
<P>Contém instruções fáceis para completar sua inscrição. $string['emaildisplay'] = "Visualizar e-mail";
<P>Se você continua tendo dificuldade, contacte o administrador de local."; $string['emaildisplayno'] = "Esconda meu real endereço de email de todo o mundo";
$string[emailconfirmation] = "Olá \$a->firstname, $string['emaildisplayyes'] = "Permita todo o mundo para ver meu endereço de email";
$string['emaildisplaycourse'] = "Permita para só outros sócios de curso ver meu endereço de email";
Uma conta nova foi pedida a '\$a->sitename' $string['emailexists'] = "Este endereço de email já é registrado.";
usando seu endereço de email. $string['emailmustbereal'] = "Nota: seu endereço de email deve ser um real";
$string['enrolmentkey'] = "Chave de acesso";
Para confonfirmar seu registro, por favor acesse $string['enrolmentkeyfrom'] = "Este curso requer um ' chave' de acesso - um tempo<BR> senha da que você deveria ter \$a";
este endereço: $string['enrolmentkeyhint'] = "Aquela chave de acesso estava incorreta, por favor tente novamente<BR> (Aqui é uma sugestão - começa com '\$a'";
$string['entercourse'] = "Click para entrar no curso";
\$a->link $string['enteremailaddress'] = "Entre em seu endereço de email para reajustar sua senha e tem a senha nova enviada a você por email.";
$string['existingteachers'] = "Professores existentes";
Em a maioria programas de correio, isto deveria aparecer como um vínculo azul $string['error'] = "Erro";
o qual você pouco pode clicar em. Se isso não trabalha, $string['feedback'] = "Realimentação";
então corte e cola o endereço no endereço $string['filemissing'] = "\$a está perdendo";
enfileire ao topo de sua janela de navegador de rede. $string['files'] = "Arquivos";
$string['filloutallfields'] = "Por favor preencha todos os campos nesta forma";
Alegrias do '\$a->sitename' administrador, $string['firstname'] = "Primeiro nome";
\$a->admin"; $string['firsttime'] = "É este seu primeiro tempo em aqui?";
$string['forgotten'] = "Esquecido de seu nome de usuário ou senha?";
$string[emaildisplay] = "Visualizar e-mail"; $string['format'] = "Formato";
$string[emaildisplayno] = "Esconda meu real endereço de email de todo o mundo"; $string['formatsocial'] = "Formato social";
$string[emaildisplayyes] = "Permita todo o mundo para ver meu endereço de email"; $string['formattopics'] = "Formato tópicos";
$string[emaildisplaycourse] = "Permita para só outros sócios de curso ver meu endereço de email"; $string['formatweeks'] = "Formato semanal";
$string[emailexists] = "Este endereço de email já é registrado."; $string['frontpagedescription'] = "Descrição da página frontal";
$string[emailmustbereal] = "Nota: seu endereço de email deve ser um real"; $string['frontpageformat'] = "Formato da página frontal";
$string[enrolmentkey] = "Chave de acesso"; $string['fulllistofcourses'] = "Todos os cursos";
$string[enrolmentkeyfrom] = "Este curso requer um ' chave' de acesso - um tempo<BR> $string['fullprofile'] = "Perfil completo";
senha da que você deveria ter \$a"; $string['fullname'] = "Nome completo";
$string[enrolmentkeyhint] = "Aquela chave de acesso estava incorreta, por favor tente novamente<BR> $string['fullsitename'] = "Nome completo do site";
(Aqui é uma sugestão - começa com '\$a'"; $string['gpl'] = "Direito autorais (C) 2001-2002 Martin Dougiamas (http://dougiamas.com) Este programa é software grátis; você pode redistribuir isto and/or modificam isto sob a condição do GNU General Licença de Público como publicou por a Fundação de Software Grátis; qualquer versão 2 da Licença, ou (a sua opção) qualquer mais recente versão. Este programa é distribuído na esperança que será útil, mas SEM QUALQUER GARANTIA; sem até mesmo a garantia implícita de MERCHANTABILITY ou APTIDÃO PARA UM PROPÓSITO PARTICULAR. Veja o GNU General Licença de Público para mais detalhes: http://www.gnu.org/copyleft/gpl.html";
$string[entercourse] = "Click para entrar no curso"; $string['grade'] = "Grau";
$string[enteremailaddress] = "Entre em seu endereço de email para reajustar sua $string['guestskey'] = "Permita convidados que têm a chave";
senha e tem a senha nova enviada a você por email."; $string['guestsno'] = "Não permita os convidados em";
$string[existingteachers] = "Professores existentes"; $string['guestsnotallowed'] = "Desculpe, '\$a' não permitida para os convidados entrar.";
$string[error] = "Erro"; $string['guestsyes'] = "Permita os convidados sem a chave";
$string[feedback] = "Realimentação"; $string['guestuser'] = "Visitante";
$string[filemissing] = "\$a está perdendo"; $string['guestuserinfo'] = "Este usuário é um usuário especial que permite acesso somente de leitura a alguns cursos.";
$string[files] = "Arquivos"; $string['help'] = "Ajuda";
$string[filloutallfields] = "Por favor preencha todos os campos nesta forma";
$string[firstname] = "Primeiro nome";
$string[firsttime] = "É este seu primeiro tempo em aqui?";
$string[forgotten] = "Esquecido de seu nome de usuário ou senha?";
$string[format] = "Formato";
$string[formatsocial] = "Formato social";
$string[formattopics] = "Formato tópicos";
$string[formatweeks] = "Formato semanal";
$string[frontpagedescription] = "Descrição da página frontal";
$string[frontpageformat] = "Formato da página frontal";
$string[fulllistofcourses] = "Todos os cursos";
$string[fullprofile] = "Perfil completo";
$string[fullname] = "Nome completo";
$string[fullsitename] = "Nome completo do site";
$string[gpl] = "Direito autorais (C) 2001-2002 Martin Dougiamas (http://dougiamas.com)
Este programa é software grátis; você pode redistribuir isto and/or modificam
isto sob a condição do GNU General Licença de Público como publicou por
a Fundação de Software Grátis; qualquer versão 2 da Licença, ou
(a sua opção) qualquer mais recente versão.
Este programa é distribuído na esperança que será útil,
mas SEM QUALQUER GARANTIA; sem até mesmo a garantia implícita de
MERCHANTABILITY ou APTIDÃO PARA UM PROPÓSITO PARTICULAR. Veja o
GNU General Licença de Público para mais detalhes:
http://www.gnu.org/copyleft/gpl.html";
$string[grade] = "Grau";
$string[guestskey] = "Permita convidados que têm a chave";
$string[guestsno] = "Não permita os convidados em";
$string[guestsnotallowed] = "Desculpe, '\$a' não permitida para os convidados entrar.";
$string[guestsyes] = "Permita os convidados sem a chave";
$string[guestuser] = "Visitante";
$string[guestuserinfo] = "Este usuário é um usuário especial que permite acesso somente de leitura a alguns cursos.";
$string[help] = "Ajuda";
$string[helppicture] = "Como para upload um quadro"; $string[helppicture] = "Como para upload um quadro";
$string[helptext] = "Como escrever texto"; $string[helptext] = "Como escrever texto";
$string[helpquestions] = "Como fazer perguntas"; $string[helpquestions] = "Como fazer perguntas";
$string[home] = "Home"; $string[home] = "Página principal";
$string[htmlformat] = "Bonito formato de HTML"; $string[htmlformat] = "Bonito formato de HTML";
$string[icqnumber] = "Número de ICQ"; $string[icqnumber] = "Número de ICQ";
$string[idnumber] = "Número de identificação"; $string[idnumber] = "Número de identificação";
@ -185,7 +150,7 @@ $string[lastaccess] = "Por
$string[lastedited] = "Últimos editados"; $string[lastedited] = "Últimos editados";
$string[lastmodified] = "Últimos modificados"; $string[lastmodified] = "Últimos modificados";
$string[lastname] = "Por último nome"; $string[lastname] = "Por último nome";
$string[latestnews] = "Latest news"; $string[latestnews] = "Últimas notícias";
$string[listofallpeople] = "Lista de todas as pessoas"; $string[listofallpeople] = "Lista de todas as pessoas";
$string[license] = "Licensa GPL"; $string[license] = "Licensa GPL";
$string[livelogs] = "Troncos ao vivo da última hora"; $string[livelogs] = "Troncos ao vivo da última hora";
@ -198,24 +163,7 @@ $string[loginguest] = "Acesso como um convidado";
$string[loginsite] = "Acesso para o site"; $string[loginsite] = "Acesso para o site";
$string[loginto] = "Acesso para \$a"; $string[loginto] = "Acesso para \$a";
$string[loginusing] = "O acesso aqui que usa seu nome de usuário e senha"; $string[loginusing] = "O acesso aqui que usa seu nome de usuário e senha";
$string[loginsteps] = "Olá! Para acesso cheio para cursos você precisará levar $string[loginsteps] = "Olá! Para acesso cheio para cursos você precisará levar um minuto para criar uma conta nova para você neste local de rede. Cada dos cursos individuais também pode ter um um-tempo &quot;chave de acesso&quot;, o qual você não precisará depois até. Aqui está os passos: <OL size=2><LI>Preencha o <A HREF=\$a>formulário</A> de nova conta com seus dados.<LI>Um email será enviado imediatamente a seu endereço de email.<LI>Leia seu email, e faça clique no vínculo de rede que contém.<LI>Sua conta será confirmada e você será acessado em.<LI>Agora, selecione o curso que você quer participar em.<LI>Se você é incitado para uma &quot;chave de acesso&quot; - use o um que seu professor o deu. Isto vai para você no curso. <LI>Você pode ter acesso o curso cheio agora. De agora em diante você só precisará entrar em seu nome de usuário pessoal e senha (na forma nesta página) anotar em e ter acesso qualquer curso você se registraram em.</OL>";
um minuto para criar uma conta nova para você neste local de rede.
Cada dos cursos individuais também pode ter um um-tempo
&quot;chave de acesso&quot;, o qual você não precisará depois até. Aqui está
os passos:
<OL size=2>
<LI>Preencha o <A HREF=\$a>formulário</A> de nova conta com seus dados.
<LI>Um email será enviado imediatamente a seu endereço de email.
<LI>Leia seu email, e faça clique no vínculo de rede que contém.
<LI>Sua conta será confirmada e você será acessado em.
<LI>Agora, selecione o curso que você quer participar em.
<LI>Se você é incitado para uma &quot;chave de acesso&quot; - use o um
que seu professor o deu. Isto vai para você no
curso.
<LI>Você pode ter acesso o curso cheio agora. De agora em diante você precisará
entrar em seu nome de usuário pessoal e senha (na forma nesta página)
anotar em e ter acesso qualquer curso você se registraram em.
</OL>";
$string[logout] = "Sair"; $string[logout] = "Sair";
$string[logs] = "Logs"; $string[logs] = "Logs";
$string[makeafolder] = "Faça uma pasta de papéis"; $string[makeafolder] = "Faça uma pasta de papéis";
@ -262,25 +210,7 @@ $string[nameweeks] = "semana";
$string[newaccount] = "Novo cadastro"; $string[newaccount] = "Novo cadastro";
$string[newforumposts] = "Novo fórum postado"; $string[newforumposts] = "Novo fórum postado";
$string[newpassword] = "Nova senha"; $string[newpassword] = "Nova senha";
$string[newpasswordtext] = "Olá \$a->firstname, $string[newpasswordtext] = "Olá \$a->firstname, Sua senha de conta a '\$a->sitename' foi reajustado e você foi emitido com uma senha temporária nova. Sua informação de acesso atual é agora: Nome de usuário: \$a->username Senha: \$a->newpassword Por favor vá para esta página para mudar sua senha: \$a->link Em a maioria programas de correio, isto deveria aparecer como um vínculo azul o qual você há pouco pode clicar em. Se isso não trabalha, então corte e cola o endereço no endereço enfileire ao topo de sua janela de navegador de rede. Alegrias do '\$a->sitename' administrador, \$a->signoff\n";
Sua senha de conta a '\$a->sitename' foi reajustado
e você foi emitido com uma senha temporária nova.
Sua informação de acesso atual é agora:
Nome de usuário: \$a->username
Senha: \$a->newpassword
Por favor para esta página para mudar sua senha:
\$a->link
Em a maioria programas de correio, isto deveria aparecer como um vínculo azul
o qual você pouco pode clicar em. Se isso não trabalha,
então corte e cola o endereço no endereço
enfileire ao topo de sua janela de navegador de rede.
Alegrias do '\$a->sitename' administrador,
\$a->signoff\n";
$string[newpicture] = "Nova imagem"; $string[newpicture] = "Nova imagem";
$string[newuser] = "Novo usuário"; $string[newuser] = "Novo usuário";
$string[newusers] = "Novos usuários"; $string[newusers] = "Novos usuários";
@ -316,11 +246,7 @@ $string[password] = "Senha";
$string[passwordchanged] = "Senha foi mudada"; $string[passwordchanged] = "Senha foi mudada";
$string[passwordsdiffer] = "Estas senhas não emparelham"; $string[passwordsdiffer] = "Estas senhas não emparelham";
$string[passwordsent] = "Senha enviada com sucesso"; $string[passwordsent] = "Senha enviada com sucesso";
$string[passwordsenttext] = " $string[passwordsenttext] = "<P>Um email foi enviado a seu endereço a \$a->email.<P><B>Por favor confira seu email para sua senha nova</B><P>A senha nova foi gerada automaticamente, assim você poderia gostar <A HREF=\$a->link>mude a algo mais fácil se lembrar</A>.";
<P>Um email foi enviado a seu endereço a \$a->email.
<P><B>Por favor confira seu email para sua senha nova</B>
<P>A senha nova foi gerada automaticamente, assim você poderia gostar
<A HREF=\$a->link>mude a algo mais fácil se lembrar</A>.";
$string[people] = "Colegas"; $string[people] = "Colegas";
$string[personalprofile] = "Perfil pessoal"; $string[personalprofile] = "Perfil pessoal";
$string[phone] = "Telefone"; $string[phone] = "Telefone";
@ -410,12 +336,7 @@ $string[webpage] = "P
$string[week] = "Semana"; $string[week] = "Semana";
$string[weeklyoutline] = "Agenda do curso"; $string[weeklyoutline] = "Agenda do curso";
$string[welcometocourse] = "Bem vindo ao \$a"; $string[welcometocourse] = "Bem vindo ao \$a";
$string[welcometocoursetext] = "Bem vindo ao \$a->coursename! $string[welcometocoursetext] = "Bem vindo ao \$a->coursename! Um das primeiras coisas você deveria fazer é edite sua página de perfil dentro do curso de forma que nós mais pode aprender sobre você: \$a->profileurl";
Um das primeiras coisas você deveria fazer é edite sua página de perfil
dentro do curso de forma que nós mais pode aprender sobre você:
\$a->profileurl";
$string[withchosenfiles] = "Com arquivos escolhidos"; $string[withchosenfiles] = "Com arquivos escolhidos";
$string[wordforteacher] = "Sua palavra para Professor"; $string[wordforteacher] = "Sua palavra para Professor";
$string[wordforteachereg] = "ex Professor, Tutor, Facilitador etc"; $string[wordforteachereg] = "ex Professor, Tutor, Facilitador etc";
@ -452,9 +373,48 @@ $string[configlocale] = "Escolha um lugar de sitewide - isto afetar
$string[configlongtimenosee] = "Se os estudantes não anotaram em durante um tempo muito longo, então eles são automaticamente desmatriculados de cursos. Este parâmetro especifica aquele prazo."; $string[configlongtimenosee] = "Se os estudantes não anotaram em durante um tempo muito longo, então eles são automaticamente desmatriculados de cursos. Este parâmetro especifica aquele prazo.";
$string[configmaxeditingtime] = "Isto especifica a quantia das pessoas de tempo tenha que ré-editar artigos de forum, realimentação de diário etc. Normalmente 30 minutos são um valor bom."; $string[configmaxeditingtime] = "Isto especifica a quantia das pessoas de tempo tenha que ré-editar artigos de forum, realimentação de diário etc. Normalmente 30 minutos são um valor bom.";
$string[configproxyhost] = "Se este <B>servidor</B> necessidades para usar um computador de procuração (ex um firewall) ter acesso a Internet, então proveja o hostname de procuração e porto aqui. Caso contrário deixe espaço em branco para isto."; $string[configproxyhost] = "Se este <B>servidor</B> necessidades para usar um computador de procuração (ex um firewall) ter acesso a Internet, então proveja o hostname de procuração e porto aqui. Caso contrário deixe espaço em branco para isto.";
$string[configslasharguments] = "Arquivos (imagens, uploads etc) é provido por uma escritura que usa ' argumentos de golpe (a segunda opção em aqui). Este método permite arquivos para ser mais facilmente cached em browsers de rede, servidores de procuração etc. Infelizmente, alguns servidores de PHP não permitem este método, assim se você tem que dificuldade que vê uploaded arquiva ou imagens (o usuário de eg se imagina), fixe esta variável para a primeira opção"; $string[configslasharguments] = "Arquivos (imagens, uploads etc) é provido por uma escritura que usa ' argumentos de golpe (a segunda opção em aqui). Este método permite arquivos para ser mais facilmente visualizados em navegadores de rede, servidores de procuração etc. Infelizmente, alguns servidores de PHP não permitem este método, assim se você tem que dificuldade que vê uploaded arquiva ou imagens (o usuário de eg se imagina), fixe esta variável para a primeira opção";
$string[configsmtphosts] = "Dê o nome cheio de um ou servidores de SMTP mais locais que Moodle deveria usar para enviar correio (ex ' mail.a.com' ou ' mail.a.com;mail.b.com '). Se você deixa isto em branco, Moodle usará o PHP omitem método de enviar correio."; $string[configsmtphosts] = "Dê o nome cheio de um ou servidores de SMTP mais locais que Moodle deveria usar para enviar correio (ex ' mail.a.com' ou ' mail.a.com;mail.b.com '). Se você deixa isto em branco, Moodle usará o PHP omitem método de enviar correio.";
$string[configunzip] = "Indique a localização de seu programa de unzip (Unix só). Isto é precisado desempacotar arquivos de nervo no servidor."; $string[configunzip] = "Indique a localização de seu programa de unzip (Unix só). Isto é precisado desempacotar arquivos de nervo no servidor.";
$string[configzip] = "Indique a localização de seu programa de zip (Unix só). Isto é precisado criar arquivos de nervo no servidor."; $string[configzip] = "Indique a localização de seu programa de zip (Unix só). Isto é precisado criar arquivos de nervo no servidor.";
$string[deletednot] = "Não possa apagar \$a !"; $string[deletednot] = "Não possa apagar \$a !";
$string['allow'] = "Permita";
$string['allownot'] = "Não permita";
$string['assessment'] = "Avaliação";
$string['closewindow'] = "Feche esta janela";
$string['configauth'] = "Escolha o módulo de autenticação que você quer usar. A falta é ' email' e tem a melhor segurança. O método ' none' não tem nenhum conferindo tudo que - tem cuidado que usa isto a menos que você realmente saiba o que você está fazendo.";
$string['confightmleditor'] = "Escolha se ou não permitir uso do HTML texto editor embutido. Até mesmo se você escolhe permita, este editor só se aparecerá quando o usuário estiver usando um browser compatível (IE 5.5 ou depois). os Usuários também podem escolher não usar isto.";
$string['configlangdir'] = "A maioria dos idiomas são esquerda-para-direito impresso, mas alguns, como árabe e hebreu, é direito-para-esquerda impresso.";
$string['day'] = "dia";
$string['days'] = "dias";
$string['downloadexcel'] = "Copiar no formato Excel";
$string['downloadtext'] = "Copiar no formato Texto";
$string['formathtml'] = "Formato HTML";
$string['formattext'] = "Auto-formato Moodle";
$string['formattexttype'] = "Formatando";
$string['grades'] = "Graus";
$string['helprichtext'] = "Sobre o Richtext o editor de HTML";
$string['hour'] = "hora";
$string['hours'] = "horas";
$string['htmleditor'] = "Use Richtext o editor de HTML (IE só, 5.5 ou depois)";
$string['htmleditoravailable'] = "O editor de Richtext está disponível";
$string['htmleditordisabled'] = "Você incapacitou o editor de Richtext em seu perfil de usuário";
$string['htmleditordisabledadmin'] = "O administrador incapacitou o editor de Richtext neste local";
$string['htmleditordisabledbrowser'] = "O editor de Richtext é indisponível porque você não está usando Internet Explorer 5.5 ou melhor";
$string['langltr'] = "Esquerda-para-direita de direção de idioma";
$string['langrtl'] = "Direita-para-esquerda de direção de idioma";
$string['loginstepsnone'] = "Olá! <P> Para acesso completo para cursos você precisará se criar uma conta. <P> Tudo que você precisa fazer são compor um nome de usuário e senha e usar isto na forma nesta página! <P> Se outra pessoa já escolheu então seu nome de usuário que você terá que tentar usando um nome de usuário diferente novamente.";
$string['makeeditable'] = "Se você faz '\$a' editado pelo processo de servidor de rede (apache de eg) então você poderia editar este arquivo diretamente desta página";
$string['maximumshort'] = "Máximo";
$string['min'] = "minuto";
$string['mins'] = "minutos";
$string['new'] = "novo";
$string['nofilesyet'] = "Nenhum arquivo foi incluido a seu curso contudo";
$string['noimagesyet'] = "Nenhuma imagem foi incluido a seu curso contudo";
$string['sec'] = "segundo";
$string['secs'] = "segundos";
$string['textediting'] = "Ao editar texto";
$string['texteditor'] = "Use formas de rede padrão";
$string['total'] = "Total";
$string['updatethis'] = "Atualize este \$a";
?> ?>

96
lang/pt_br/quiz.php Normal file
View file

@ -0,0 +1,96 @@
<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Exercício";
$string['modulenameplural'] = "Exercícios";
#------------------------------------------------------------
$string['addselectedtoquiz'] = "Adicionar selecionado para o exercício.";
$string['alwaysavailable'] = "Sempre disponível";
$string['alreadysubmitted'] = "É provável que você já submeteu esta tentativa";
$string['answer'] = "Resposta";
$string['answerhowmany'] = "Uma ou respostas múltiplas?";
$string['answersingleyes'] = "Uma só resposta";
$string['answersingleno'] = "Respostas múltiplas permitidas";
$string['attempt'] = "Tentativa \$a";
$string['attemptfirst'] = "Primeira tentativa";
$string['attemptlast'] = "Última tentativa";
$string['attempts'] = "Tentativas";
$string['attemptsallowed'] = "Tentativas permitidas";
$string['attemptsunlimited'] = "Tentativas ilimitadas";
$string['backtoquiz'] = "Voltar para edição do exercício";
$string['bestgrade'] = "Melhor grau";
$string['casesensitive'] = "Caso sensibilidade";
$string['caseyes'] = "Sim, caso tem que emparelhar";
$string['caseno'] = "Não, caso é sem importância";
$string['categories'] = "Categorias";
$string['category'] = "Categoria";
$string['categoryinfo'] = "Informção de categoria";
$string['categorymove'] = "A categoria '\$a->name' contém \$a->count perguntas. Por favor escolha outra categoria para os mover.";
$string['categorymoveto'] = "Os mova a esta categoria";
$string['choice'] = "Escolha";
$string['choices'] = "Escolhas disponíveis";
$string['correctanswer'] = "Resposta correta";
$string['correctanswers'] = "Respostas corretas";
$string['createnewquestion'] = "Crie pergunta nova";
$string['daysavailable'] = "Dias disponíveis";
$string['default'] = "Falta";
$string['defaultinfo'] = "A categoria de falta para perguntas.";
$string['deletequestioncheck'] = "Você está absolutamente seguro de querer apagar '\$a'?";
$string['editcategories'] = "Edite categorias";
$string['editingquiz'] = "Editando problema";
$string['editingquestion'] = "Editando uma pergunta";
$string['editingshortanswer'] = "Editando uma pergunta de resposta curta";
$string['editingtruefalse'] = "Editando uma pergunta de verdadeiro ou falso";
$string['editingmultichoice'] = "Editando uma pergunta de escolha múltipla";
$string['false'] = "Falso";
$string['feedback'] = "Avaliação";
$string['filloutoneanswer'] = "Você tem que preencher pelo menos uma possível resposta. Respostas partiram espaço em branco não será usado.";
$string['fillouttwochoices'] = "Você tem que preencher pelo menos duas escolhas. Escolhas partiram espaço em branco não será usado.";
$string['gradeaverage'] = "Grau comum";
$string['gradehighest'] = "Grau mais alto";
$string['grademethod'] = "Método de classificação";
$string['guestsno'] = "Desculpe, os convidados não podem ver ou fazer prova";
$string['imagedisplay'] = "Imagem para exibir";
$string['introduction'] = "Introdução";
$string['marks'] = "Marcas";
$string['multichoice'] = "Escolha múltipla";
$string['noanswers'] = "Nenhuma resposta foi selecionada!";
$string['noattempts'] = "Nenhuma tentativa foi feita neste problema";
$string['nomoreattempts'] = "Nenhuma tentativa a mais é permitida";
$string['noquestions'] = "Nenhuma pergunta ainda foi somada";
$string['publish'] = "Publique";
$string['question'] = "Pergunta";
$string['questioninuse'] = "A questão '\$a' está sendo atualmente usado:";
$string['questions'] = "Perguntas";
$string['questionname'] = "Nome de pergunta";
$string['quizavailable'] = "O problema está disponível até: \$a";
$string['quizclose'] = "Feche o problema";
$string['quizclosed'] = "Este problema fechou em \$a";
$string['quizopen'] = "Abra o problema";
$string['quiznotavailable'] = "O problema não estará disponível até: \$a";
$string['random'] = "Jogo fortuito";
$string['regrade'] = "Regraduar todas as tentativas";
$string['regradecomplete'] = "Todas as tentativas foram regradas";
$string['regradecount'] = "\$a->mudado fora de \$a->foram mudados graus de tentativa";
$string['rename'] = "Renomear";
$string['report'] = "Relatórios";
$string['save'] = "Salvar";
$string['savegrades'] = "Savar grau";
$string['savemyanswers'] = "Salve minhas respostas";
$string['savequiz'] = "Salve este problema inteiro";
$string['score'] = "Contagem crua";
$string['select'] = "Selecione";
$string['selectcategoryabove'] = "Selecione uma categoria acima";
$string['shortanswer'] = "Resposta curta";
$string['show'] = "Visualizar";
$string['showfeedback'] = "Depois de responder, visualizar avaliação?";
$string['showcorrectanswer'] = "Em avaliação, visualizar respostas corretas?";
$string['time'] = "Tempo";
$string['timetaken'] = "Tempo levado";
$string['timecompleted'] = "Completo";
$string['true'] = "Verdadeiro";
$string['truefalse'] = "Verdadeiro/Falso";
$string['type'] = "Tipo";
$string['viewallanswers'] = "Verificar \$a exercícios completos";
$string['yourfinalgradeis'] = "Seu grau final para este problema é \$a";