10 lines
319 B
PHP
10 lines
319 B
PHP
|
<?PHP
|
||
|
$tlStatistics['frontend'] = 'Ausgabe / Portal';
|
||
|
$tlStatistics['musdb'] = 'musdb';
|
||
|
$tlStatistics['themator'] = 'Themator';
|
||
|
$tlStatistics['noda'] = 'md:term & nodac';
|
||
|
$tlStatistics['others'] = 'Weitere';
|
||
|
$tlStatistics['Total'] = 'Gesamt';
|
||
|
$tlStatistics['Checked'] = 'Geprüft';
|
||
|
$tlStatistics['users'] = 'Benutzer';
|