X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=lang%2Fen%2Fuser.php;h=9da847621b673b5ae8ce98751d13a1666848f5e8;hp=0c768b1c8cdbfddd12a79a49655ff922f0f239b4;hb=ffa17ad17da6ac3745aa6df4ba24087858de9261;hpb=77ba77f10a351e253eeed79e77f0aa8db983a2a2 diff --git a/lang/en/user.php b/lang/en/user.php index 0c768b1c8cd..9da847621b6 100644 --- a/lang/en/user.php +++ b/lang/en/user.php @@ -23,11 +23,22 @@ */ $string['addcondition'] = 'Add condition'; +$string['adverbfor_and'] = 'and'; +$string['adverbfor_andnot'] = 'and'; +$string['adverbfor_or'] = 'or'; $string['applyfilters'] = 'Apply filters'; $string['clearfilterrow'] = 'Remove filter row'; $string['clearfilters'] = 'Clear filters'; +$string['clearfilterselection'] = 'Remove "{$a}" from filter'; $string['countparticipantsfound'] = '{$a} participants found'; +$string['filterrowlegend'] = 'Filter {$a}'; +$string['filtersetmatchdescription'] = 'How multiple filters should be combined'; $string['match'] = 'Match'; +$string['matchofthefollowing'] = 'of the following:'; +$string['moodlenetprofile'] = 'MoodleNet profile'; +$string['moodlenetprofile_help'] = 'This field is to link your MoodleNet profile to Moodle. It expects a WebFinger compliant URI'; +$string['placeholdertypeorselect'] = 'Type or select...'; +$string['placeholdertype'] = 'Type...'; $string['privacy:courserequestpath'] = 'Requested courses'; $string['privacy:descriptionpath'] = 'Profile description'; $string['privacy:devicespath'] = 'User devices'; @@ -80,6 +91,7 @@ $string['privacy:metadata:maildisplay'] = 'A preference for the user about displ $string['privacy:metadata:middlename'] = 'The middle name of the user'; $string['privacy:metadata:mnethostid'] = 'An identifier for the MNet host if used'; $string['privacy:metadata:model'] = 'The device name, occam or iPhone etc..'; +$string['privacy:metadata:moodlenetprofile'] = 'The MoodleNet profile for the user'; $string['privacy:metadata:msn'] = 'The MSN identifier of the user'; $string['privacy:metadata:my_pages'] = 'User pages - dashboard and profile. This table does not contain personal data and only used to link dashboard blocks to users'; $string['privacy:metadata:my_pages:name'] = 'Page name'; @@ -131,8 +143,8 @@ $string['privacy:passwordresetpath'] = 'Password resets'; $string['privacy:profileimagespath'] = 'Profile images'; $string['privacy:privatefilespath'] = 'Private files'; $string['privacy:sessionpath'] = 'Session data'; +$string['filterbykeyword'] = 'Keyword'; $string['selectfiltertype'] = 'Select'; $string['target:upcomingactivitiesdue'] = 'Upcoming activities due'; $string['target:upcomingactivitiesdue_help'] = 'This target generates reminders for upcoming activities due.'; $string['target:upcomingactivitiesdueinfo'] = 'All upcoming activities due insights are listed here. These students have received these insights directly.'; -$string['typeorselect'] = 'Type or select...';