-
Notifications
You must be signed in to change notification settings - Fork 2
/
cohort.php
39 lines (35 loc) · 2.5 KB
/
cohort.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
*
* @package core
* @subpackage cohort
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['currentusers'] = 'Aktuelle Nutzer*innen';
$string['currentusersmatching'] = 'Aktuelle passende Nutzer*innen';
$string['eventcohortmemberadded'] = 'Nutzer*in zu globaler Gruppe hinzugefügt';
$string['eventcohortmemberremoved'] = 'Nutzer*in aus globaler Gruppe entfernt';
$string['namecolumnmissing'] = 'Das Format der CSV-Datei ist nicht richtig. Prüfen Sie, ob die Feldnamen in der ersten Zeile enthalten sind. Hinweis: Mit dem Globale Gruppen-Upload können Sie neue Nutzer*innen in bestehende globale Gruppen hochladen. Das Hochladen erfolgt auf der Unterseite für den Nutzer*innenuploads.';
$string['potusers'] = 'Mögliche Nutzer*innen';
$string['potusersmatching'] = 'Mögliche passende Nutzer*innen';
$string['privacy:metadata:cohort_members'] = 'Informationen zur globalen Gruppe mit Nutzer*in';
$string['privacy:metadata:cohort_members:timeadded'] = 'Zeitstempel wann der*die Nutzer*in der Globalen Gruppe zugeordnet wurde';
$string['privacy:metadata:cohort_members:userid'] = 'ID des*der Nutzers*in, der der Globalen Gruppe zugeordnet ist';
$string['removeuserwarning'] = 'Wenn Nutzer*innen aus einer globalen Gruppe entfernt werden, könnten diese Nutzer*innen aus diversen Kursen abgemeldet werden. Dabei werden alle Nutzer*inneneinstellungen, Bewertungen, Gruppenzugehörigkeiten und weitere Nutzer*inneninformationen in den betroffenen Kursen gelöscht.';
$string['useradded'] = 'Nutzer*in zu globaler Gruppe \'{$a}\' hinzugefügt';
$string['visible_help'] = 'Globale Gruppen können von Nutzer\\*innen angezeigt werden, die das Recht \'moodle/cohort:view\' für diesen Kontext besitzen.<br/> Sichtbare globale Gruppen können auch in untergeordneten Kursen angezeigt werden.';