kopia lustrzana https://github.com/magicbug/Cloudlog
11 wiersze
388 B
PHP
11 wiersze
388 B
PHP
<?php
|
||
|
||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
||
$lang['account_logbook_fields'] = '日志簿字段';
|
||
$lang['account_column1_text'] = '选择第1列';
|
||
$lang['account_column2_text'] = '选择第2列';
|
||
$lang['account_column3_text'] = '选择第3列';
|
||
$lang['account_column4_text'] = '选择第4列';
|
||
$lang['account_column5_text'] = '选择第5列(仅日志簿)';
|