|
1 | 1 | <?php
|
2 |
| -return array ( |
3 |
| - '<strong>New Members</strong> Module Configuration' => '<strong>Neue Benutzer</strong> Modul-Konfiguration', |
4 |
| - 'Back to modules' => 'Zurück zu den Modulen', |
5 |
| - 'For guests' => 'Für Gäste', |
6 |
| - 'For logged in members' => 'Für Eingeloggte Mitglieder', |
7 |
| - 'From which registration date should new users displayed as new?' => 'Ab welchem Registrier-Datum sollen Benutzer als „neu“ angezeigt werden?', |
8 |
| - 'Show on dashboard' => 'Auf dem Dashboard anzeigen', |
9 |
| - 'The number of most active users that will be shown.' => 'Wie viele aktivste Nutzer sollen angezeigt werden?', |
10 |
| - 'The panel title for the dashboard widget.' => 'Der Titel für das Dashboard-Widget.', |
11 |
| - 'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Dieser Wert ist möglicherweise notwendig, falls bestehende Nutzer importiert wurden. Dieses Feld leer lassen wenn die Nutzeranzahl natürlich wächst.', |
12 |
| -); |
| 2 | + |
| 3 | +return [ |
| 4 | + '<strong>New Members</strong> Module Configuration' => '<strong>Neue Benutzer</strong> Modul-Konfiguration', |
| 5 | + 'Back to modules' => 'Zurück zu den Modulen', |
| 6 | + 'For guests' => 'Für Gäste', |
| 7 | + 'For logged in members' => 'Für Eingeloggte Mitglieder', |
| 8 | + 'From which registration date should new users displayed as new?' => 'Ab welchem Registrier-Datum sollen Benutzer als „neu“ angezeigt werden?', |
| 9 | + 'Show on dashboard' => 'Auf dem Dashboard anzeigen', |
| 10 | + 'The number of most active users that will be shown.' => 'Wie viele aktivste Nutzer sollen angezeigt werden?', |
| 11 | + 'The panel title for the dashboard widget.' => 'Der Titel für das Dashboard-Widget.', |
| 12 | + 'This value is maybe necessary after an import from existing users. Let it empty if your user base grows naturally.' => 'Dieser Wert ist möglicherweise notwendig, falls bestehende Nutzer importiert wurden. Dieses Feld leer lassen wenn die Nutzeranzahl natürlich wächst.', |
| 13 | + 'New Members' => '', |
| 14 | +]; |
0 commit comments