这个提交包含在:
HB9HIL 2023-10-17 15:53:21 +02:00
父节点 ced311107c
当前提交 75fb11285d
共有 2 个文件被更改,包括 2 次插入3 次删除

查看文件

@ -39,14 +39,13 @@ $lang['station_logbooks_no_linked_loc'] = "Keine verknüpften Standorte";
/*
___________________________________________________________________________________________
Station Locations
___________________________________________________________________________________________
*/
$lang['station_loc'] = 'Stationsstandort';
$lang['station_location'] = 'Stationsstandort';
$lang['station_location_plural'] = "Stationsstandorte";
$lang['station_location_header_ln1'] = 'Stationsstandorte definieren die Orte, von denen aus du QRV bist. Dein Zuhause, Bei Freunden oder Unterwegs';
$lang['station_location_header_ln2'] = 'Ähnlich wie Logbücher trennen die Stationsstandorte die entsprechenden QSO voneinander ab.';

查看文件

@ -90,7 +90,7 @@
<div class="row">
<div class="col-md">
<div class="card">
<div class="card-header"><?php echo lang('station_loc_plural'); ?></div>
<div class="card-header"><?php echo lang('station_location_plural'); ?></div>
<div class="card-body">
<form method="post" action="<?php echo site_url('logbooks/edit/'); ?><?php echo $station_logbook_details->logbook_id; ?>" name="create_profile">
<input type="hidden" name="logbook_id" value="<?php echo $station_logbook_details->logbook_id; ?>">