mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
3d22e3c949
- in contest-session, the (numeric-)id of the selected 'copy' is saved, compatible with the previous DOK-copy. - UI changes - Logbook_model enhancements - Translation additions
39 lines
2.0 KiB
PHP
39 lines
2.0 KiB
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$lang['contesting_page_title'] = '竞赛日志';
|
|
$lang['contesting_button_reset_contest_session'] = '重置竞赛';
|
|
$lang['contesting_operator_callsign'] = '操作员呼号';
|
|
|
|
$lang['contesting_exchange_type'] = '信息交换类型';
|
|
$lang['contesting_exchange_type_serial'] = '序列编号';
|
|
$lang['contesting_exchange_type_none'] = '无';
|
|
$lang['contesting_exchange_type_exchange'] = '交换信息';
|
|
$lang['contesting_exchange_type_gridsquare'] = '网格座标';
|
|
$lang['contesting_exchange_type_other'] = '其他';
|
|
$lang['contesting_exchange_type_serial_exchange'] = '序列编号 + 交换信息';
|
|
$lang['contesting_exchange_type_serial_gridsquare'] = '序列编号 + 网格座标';
|
|
$lang['contesting_exchange_serial_s'] = '序列编号 (发)';
|
|
$lang['contesting_exchange_serial_r'] = '序列编号 (收)';
|
|
$lang['contesting_exchange_gridsquare_s'] = '网格座标 (发)';
|
|
$lang['contesting_exchange_gridsquare_r'] = '网格座标 (收)';
|
|
|
|
$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'] = '竞赛日志簿';
|
|
|
|
$lang['contesting_copy_exch_to_dok'] = '将收到的交换信息复制到数据库中的 DOK 字段!';
|
|
$lang['contesting_copy_exch_to_none'] = '将收到的交换信息复制到数据库中的 no additional 字段!';
|
|
$lang['contesting_copy_exch_to_power'] = '将收到的交换信息复制到数据库中的 RX-Power 字段!';
|
|
$lang['contesting_copy_exch_to_state'] = '将收到的交换信息复制到数据库中的 US-State 字段!';
|
|
$lang['contesting_copy_exch_to_age'] = '将收到的交换信息复制到数据库中的 Age 字段!';
|
|
$lang['contesting_copy_exch_to_name'] = '将收到的交换信息复制到数据库中的 Name 字段!';
|
|
$lang['contesting_copy_exch_to_locator'] = '将收到的交换信息复制到数据库中的 Locator 字段!';
|
|
|
|
|