kopia lustrzana https://github.com/magicbug/Cloudlog
11 wiersze
412 B
PHP
11 wiersze
412 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt');
|
|
|
|
$lang['account_logbook_fields'] = 'Logbuchfelder';
|
|
$lang['account_column1_text'] = 'Wähle Spalte 1';
|
|
$lang['account_column2_text'] = 'Wähle Spalte 2';
|
|
$lang['account_column3_text'] = 'Wähle Spalte 3';
|
|
$lang['account_column4_text'] = 'Wähle Spalte 4';
|
|
$lang['account_column5_text'] = 'Wähle Spalte 5 (nur für Logbuch)';
|