11 lines
268 B
PHP
11 lines
268 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Andreas Gohr <andi@splitbrain.org>
|
|
*/
|
|
$lang['menu'] = 'Logs anzeigen';
|
|
$lang['date'] = 'Datum';
|
|
$lang['js']['filter'] = 'Zeilen filtern:';
|