From: moodler Date: Tue, 30 Dec 2003 17:36:47 +0000 (+0000) Subject: New strings for groups X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f86eb3ce120b1284d097adbdec1ec4cf9dee22e3;p=moodle.git New strings for groups --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index c6c33dd654..bc8503cad2 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -331,6 +331,7 @@ $string['firstname'] = 'Given name'; $string['firsttime'] = 'Is this your first time here?'; $string['followingoptional'] = 'The following items are optional'; $string['followingrequired'] = 'The following items are required'; +$string['force'] = 'Force'; $string['forgotten'] = 'Forgotten your username or password?'; $string['format'] = 'Format'; $string['formathtml'] = 'HTML format'; @@ -371,6 +372,24 @@ GNU General Public License for more details: http://www.gnu.org/copyleft/gpl.html'; $string['grade'] = 'Grade'; $string['grades'] = 'Grades'; +$string['group'] = 'Group'; +$string['groupadd'] = 'Add new group'; +$string['groupaddusers'] = 'Add selected to group'; +$string['groupinfo'] = 'Info about selected group'; +$string['groupinfomembers'] = 'Info about selected members'; +$string['groupinfopeople'] = 'Info about selected people'; +$string['groupmembersselected'] = 'Members of selected group'; +$string['groupmode'] = 'Group mode'; +$string['groupmodeforce'] = 'Force group mode'; +$string['groupmy'] = 'My group'; +$string['groupnonmembers'] = 'People not in a group'; +$string['grouprandomassign'] = 'Randomly assign all to groups'; +$string['groupremove'] = 'Remove selected group'; +$string['groupremovemembers'] = 'Remove selected members'; +$string['groups'] = 'Groups'; +$string['groupsnone'] = 'No groups'; +$string['groupsseparate'] = 'Separate groups'; +$string['groupsvisible'] = 'Visible groups'; $string['guestskey'] = 'Allow guests who have the key'; $string['guestsno'] = 'Do not allow guests in'; $string['guestsnotallowed'] = 'Sorry, \'$a\' does not allow guests to enter.';