kopia lustrzana https://github.com/magicbug/Cloudlog
18 wiersze
644 B
PHP
18 wiersze
644 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['contesting_page_title'] = '竞赛日志';
|
|
$lang['contesting_button_reset_contest_session'] = '重置竞赛会话';
|
|
|
|
$lang['contesting_exchange_type'] = '信号交换类型';
|
|
$lang['contesting_exchange_type_serial'] = '序列编号';
|
|
$lang['contesting_exchange_type_other'] = '其他';
|
|
|
|
$lang['contesting_contest_name'] = '竞赛名称';
|
|
|
|
$lang['contesting_btn_reset_qso'] = '重置 QSO';
|
|
$lang['contesting_btn_save_qso'] = '保存 QSO';
|
|
|
|
$lang['contesting_title_callsign_suggestions'] = '呼号建议';
|
|
$lang['contesting_title_contest_logbook'] = '竞赛日志簿'; |