[Logbook][Translate] Forgot the damn heading #fail
这个提交包含在:
父节点
62677b5361
当前提交
e85c9a6ec0
共有 2 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -77,6 +77,8 @@ $lang['gen_hamradio_propagation_mode'] = 'Propagation Mode';
|
||||||
$lang['gen_hamradio_satellite_name'] = 'Satellite Name';
|
$lang['gen_hamradio_satellite_name'] = 'Satellite Name';
|
||||||
$lang['gen_hamradio_satellite_mode'] = 'Satellite Mode';
|
$lang['gen_hamradio_satellite_mode'] = 'Satellite Mode';
|
||||||
|
|
||||||
|
$lang['gen_hamradio_logbook'] = 'Logbook';
|
||||||
|
|
||||||
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
$lang['gen_hamradio_cq_zone'] = 'CQ Zone';
|
||||||
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
$lang['gen_hamradio_dxcc'] = 'DXCC';
|
||||||
$lang['gen_hamradio_usa_state'] = 'USA State';
|
$lang['gen_hamradio_usa_state'] = 'USA State';
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="container logbook">
|
<div class="container logbook">
|
||||||
|
|
||||||
<h2>Logbook</h2>
|
<h2><?php echo $this->lang->line('gen_hamradio_logbook'); ?></h2>
|
||||||
|
|
||||||
<?php if($this->session->flashdata('notice')) { ?>
|
<?php if($this->session->flashdata('notice')) { ?>
|
||||||
<div class="alert alert-info" role="alert">
|
<div class="alert alert-info" role="alert">
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用