kopia lustrzana https://github.com/magicbug/Cloudlog
11 wiersze
398 B
PHP
11 wiersze
398 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['account_logbook_fields'] = 'Logbook fields';
|
|
$lang['account_column1_text'] = 'Choose column 1';
|
|
$lang['account_column2_text'] = 'Choose column 2';
|
|
$lang['account_column3_text'] = 'Choose column 3';
|
|
$lang['account_column4_text'] = 'Choose column 4';
|
|
$lang['account_column5_text'] = 'Choose column 5 (only for logbook)';
|