]> git.mjollnir.org Git - moodle.git/commitdiff
bug #2569. 'Open dialogues' and 'Closed dialogues' now have their own strings
authorthepurpleblob <thepurpleblob>
Wed, 5 Apr 2006 13:48:01 +0000 (13:48 +0000)
committerthepurpleblob <thepurpleblob>
Wed, 5 Apr 2006 13:48:01 +0000 (13:48 +0000)
rather than contatenating existing ones.

lang/en_utf8/dialogue.php

index 83301b60fa5b267f34878b238833b039de9dc62f..cb0dcdbae6641b300caba9d02e124eb1fa63ea1e 100644 (file)
@@ -9,6 +9,7 @@ $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 &quot;talking&quot; this person.<br /><br />Are you sure you want to close this dialogue?';
 $string['deleteafter'] = 'Delete Closed Dialogues after (Days)';
 $string['dialogueclosed'] = 'Dialogue Closed';
@@ -57,6 +58,7 @@ $string['onyouwrote'] = 'On $a you wrote';
 $string['open'] = 'Open';
 $string['openadialoguewith'] = 'Open a Dialogue with';
 $string['opendialogue'] = 'Open Dialogue';
+$string['opendialogues'] = 'Open Dialogues';
 $string['opendialogueentries'] = 'Open dialogue entries';
 $string['pane0'] = 'Open a Dialogue';
 $string['pane1'] = '$a Dialogues awaiting Replies from you';