mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-12943 - remove old dialogue unused language files
This commit is contained in:
parent
22220aa736
commit
ddd5486141
@ -1,79 +0,0 @@
|
||||
<?PHP // $Id$
|
||||
// dialogue.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['addmynewentries'] = 'Add my New Entries';
|
||||
$string['addmynewentry'] = 'Add my New Entry';
|
||||
$string['addsubject'] = 'Add Subject';
|
||||
$string['allowmultiple'] = 'Allow more than one Dialogue with the same person';
|
||||
$string['allowstudentdialogues'] = 'Allow Student-to-Student Dialogues';
|
||||
$string['close'] = 'Close';
|
||||
$string['closed'] = 'Closed';
|
||||
$string['closeddialogues'] = 'Closed Dialogues';
|
||||
$string['confirmclosure'] = 'You are about to close a dialogue with $a. Closed dialogues cannot be reopened. If you close this dialogue you can view it but not add to it, and you will have to start another dialogue to contnue "talking" this person.<br /><br />Are you sure you want to close this dialogue?';
|
||||
$string['deleteafter'] = 'Delete Closed Dialogues after (Days)';
|
||||
$string['dialogueclosed'] = 'Dialogue Closed';
|
||||
$string['dialogueintro'] = 'Dialogue Introduction';
|
||||
$string['dialoguemail'] = '$a->userfrom has posted a new entry in your
|
||||
|
||||
dialogue entry for \'$a->dialogue\'
|
||||
|
||||
You can see it appended to your dialogue entry:
|
||||
|
||||
$a->url';
|
||||
$string['dialoguemailhtml'] = '$a->userfrom has posted a new entry in your
|
||||
|
||||
dialogue entry for \'<i>$a->dialogue</i>\'<br /><br />
|
||||
|
||||
You can see it appended to your <a href=\"$a->url\">dialogue</a>.';
|
||||
$string['dialoguename'] = 'Dialogue name';
|
||||
$string['dialogueopened'] = 'Dialogue opened with $a';
|
||||
$string['dialoguewith'] = 'Dialogue with $a';
|
||||
$string['everybody'] = 'Everybody';
|
||||
$string['furtherinformation'] = 'Further Information';
|
||||
$string['lastentry'] = 'Last Entry';
|
||||
$string['maildefault'] = 'Mail Default';
|
||||
$string['mailnotification'] = 'Mail Notification';
|
||||
$string['modulename'] = 'Dialogue';
|
||||
$string['modulenameplural'] = 'Dialogues';
|
||||
$string['namehascloseddialogue'] = '$a has closed dialogue';
|
||||
$string['newdialogueentries'] = 'New dialogue entries';
|
||||
$string['newentry'] = 'New Entry';
|
||||
$string['noavailablepeople'] = 'There is no one available to have a Dialogue with.';
|
||||
$string['nopersonchosen'] = 'No Person Chosen';
|
||||
$string['nosubject'] = 'No Subject Entered';
|
||||
$string['notavailable'] = 'Dialogues are not available to guest users';
|
||||
$string['notextentered'] = 'No Text Entered';
|
||||
$string['notstarted'] = 'You have not started this dialogue yet';
|
||||
$string['notyetseen'] = 'Not yet seen';
|
||||
$string['numberofentries'] = 'Number of entries';
|
||||
$string['numberofentriesadded'] = 'Number of entries added: $a';
|
||||
$string['of'] = 'of';
|
||||
$string['onwrote'] = 'On $a wrote';
|
||||
$string['onyouwrote'] = 'On $a you wrote';
|
||||
$string['open'] = 'Open';
|
||||
$string['openadialoguewith'] = 'Open a Dialogue with';
|
||||
$string['opendialogue'] = 'Open Dialogue';
|
||||
$string['opendialogueentries'] = 'Open dialogue entries';
|
||||
$string['opendialogues'] = 'Open Dialogues';
|
||||
$string['pane0'] = 'Open a Dialogue';
|
||||
$string['pane1'] = '$a Dialogues awaiting Replies from you';
|
||||
$string['pane1one'] = '1 Dialogue awaiting a Reply from you';
|
||||
$string['pane2'] = '$a Dialogues awaiting Replies from the other person';
|
||||
$string['pane2one'] = '1 Dialogue awaiting a Reply from the other person';
|
||||
$string['pane3'] = '$a Closed Dialogues';
|
||||
$string['pane3one'] = '1 Closed Dialogue';
|
||||
$string['seen'] = 'Seen $a ago';
|
||||
$string['sendmailmessages'] = 'Send Mail Messages about my new entries';
|
||||
$string['status'] = 'Status';
|
||||
$string['studenttostudent'] = 'Student to Student';
|
||||
$string['subject'] = 'Subject';
|
||||
$string['subjectadded'] = 'Subject Added';
|
||||
$string['teachertostudent'] = 'Teacher to Student';
|
||||
$string['typefirstentry'] = 'Type the first entry here';
|
||||
$string['typefollowup'] = 'Type follow-up here';
|
||||
$string['typeofdialogue'] = 'Type of Dialogue';
|
||||
$string['typereply'] = 'Type reply here';
|
||||
$string['viewallentries'] = 'View $a Dialogue entries';
|
||||
|
||||
?>
|
@ -1,9 +0,0 @@
|
||||
<h1>Adding Subjects</h1>
|
||||
|
||||
<p>You can use this link to add a Subject to the dialogue. It's a
|
||||
good idea to always have a subject for the dialogue, it keeps
|
||||
the dialogue on track and focuses the replies on the topic.
|
||||
If you want to start talking about another subject it is
|
||||
better to close the current dialogue and start a new dialogue
|
||||
on that topic.</p>
|
||||
|
@ -1,13 +0,0 @@
|
||||
<h1>Closing Dialogues</h1>
|
||||
<p>You can close a dialogue at any time. Closing a dialogue
|
||||
stops the dialogue and removes it from your current list of dialogues. That is,
|
||||
closed dialogues do not appear on this page. </p>
|
||||
|
||||
<p>You will be able to view closed dialogues but you can not add to them.
|
||||
However, closed dialogues are eventually deleted and after that point they
|
||||
obviously will not be available even for viewing.</p>
|
||||
|
||||
<p>If you do close this dialogue, then you will have to start a new dialogue
|
||||
if you want to continue to "talk" with this person. That person
|
||||
will re-appear in the list of people you can start dialogues with.</p>
|
||||
|
@ -1,7 +0,0 @@
|
||||
<h1>Deletion of Dialogues</h1>
|
||||
<p>This option sets the time interval in days for the deletion of
|
||||
dialogues. It only applies to CLOSED dialogues. </p>
|
||||
|
||||
<p>If the time period is set to zero then dialogues are never
|
||||
deleted.</p>
|
||||
|
@ -1,17 +0,0 @@
|
||||
<h1>Dialogue Types</h1>
|
||||
<p>There are three types of Dialogues.</p>
|
||||
|
||||
<ol><li><p><b>Teacher to Student</b> This allows dialogues between
|
||||
teachers and students. Dialogues can be started by either
|
||||
teachers or students. In the lists of people, teachers only
|
||||
see students and students only see teachers.</p></li>
|
||||
|
||||
<li><p><b>Student to Student</b> This allows dialogues between
|
||||
students. Teachers are <b>not</b> included at all in this type of
|
||||
dialogue</p></li>
|
||||
|
||||
<li><p><b>Everybody</b> This allows everybody in the Class to
|
||||
start a dialogue with anybody else. Teachers can start
|
||||
dialogues with other teachers and students, students can start
|
||||
dialogues with other students and teachers. </p></li>
|
||||
</ol>
|
@ -1,12 +0,0 @@
|
||||
<h2>Dialogues</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="help.php?module=dialogue&file=addsubject.html">Add Subject to a Dialogue</a></li>
|
||||
<li><a href="help.php?module=dialogue&file=closedialogue.html">Close a Dialogue</a></li>
|
||||
<li><a href="help.php?module=dialogue&file=deleteafter.html">Delete Dialogues</a></li>
|
||||
<li><a href="help.php?module=dialogue&file=dialoguetype.html">Dialogue Types</a></li>
|
||||
<li><a href="help.php?module=dialogue&file=info.html">More Information</a></li>
|
||||
<li><a href="help.php?module=dialogue&file=maildefault.html">Mail Default</a></li>
|
||||
<li><a href="help.php?module=dialogue&file=multiple.html">Multiple Dialogues</a></li>
|
||||
</ul>
|
||||
|
@ -1,35 +0,0 @@
|
||||
<img alt="" src="<?php echo $CFG->wwwroot?>/mod/dialogue/icon.gif" /> <b>Dialogues</b></p>
|
||||
|
||||
<p>This module provides a simple communication method between pairs of users.
|
||||
A teacher can open an dialogue with a student, a student can open
|
||||
a dialogue with a teacher, and (optionally) a student can open a
|
||||
dialogue with another student. A teacher or student can be involved
|
||||
in many on-going dialogues at any time.</p>
|
||||
|
||||
<p>A dialogue can have an unlimited number of entries, normally the
|
||||
"conversation" takes place as a set of interleaved
|
||||
replies. This format is not enforced and either party can add to the
|
||||
dialogue at any time.</p>
|
||||
|
||||
<p>A dialogue can be closed by either party at any time. Closed dialogues
|
||||
cannot be reopened. However, a closed
|
||||
dialogue can be viewed by either party provided it is still in existence... </p>
|
||||
|
||||
<p>...The module deletes closed dialogues and all their entries after a
|
||||
certain time. That time is set here when the Dialogue is created.</p>
|
||||
|
||||
<p>If the course has groups the following points apply.
|
||||
<ul><li>When opening a new dialogue the teacher is shown the group mode of the
|
||||
dialogue and their current group. This information is displayed immediately
|
||||
below the Tab Bar.</li>
|
||||
<li>A teacher can start dialogues with all the students in their current group
|
||||
by choosing the group name in the drop-down list of names. Once started
|
||||
the dialogues operate in the normal way, that is, they are one-to-one
|
||||
dialogues between the teacher and individual students.</li>
|
||||
<li>If the dialogue is in SEPARATE GROUPS mode then students only see other
|
||||
students in their own group (assuming the dialogue allows student-to-student
|
||||
dialogues). In this mode students who are not in any group do not see any
|
||||
other students.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
@ -1,11 +0,0 @@
|
||||
<h1>Set Mail Notification</h1>
|
||||
<p>This option controls whether notification messages are sent. If this
|
||||
option is set to "Yes" a short email is sent to the recipient
|
||||
of a new entry. The email message does not contain the text of the entry,
|
||||
simply a sentence to say a new entry has been added and a link to the
|
||||
dialogue.</p>
|
||||
|
||||
<p>Note this option applies to all the dialogues active in the dialogue
|
||||
instance. The option can be changed at anytime.</p>
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
<p><img alt="" src="<?php echo $CFG->wwwroot?>/mod/dialogue/icon.gif" /> <b>Dialogues</b></p>
|
||||
<div class="indent">
|
||||
This module provides a simple communication method between pairs of users.
|
||||
teacher can open an dialogue with a student, a student can open
|
||||
dialogue with a teacher, and (optionally) a student can open a
|
||||
dialogue with another student. A teacher or student can be involved
|
||||
in many on-going dialogues at any time.
|
||||
</div>
|
@ -1,10 +0,0 @@
|
||||
<h1>Multiple Dialogues</h1>
|
||||
|
||||
<p>This option allows a person to start more than one dialogue with
|
||||
someone else. The default is No, which only allows one (open)
|
||||
dialogue between two people.</p>
|
||||
|
||||
<p>Allowing multiple dialogues may result in an abuse of this
|
||||
facility. Some people may be "pestered" by others
|
||||
opening many unwanted dialogues with them.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user