Skip to content

Commit 6aee3ab

Browse files
authored
Merge pull request wavelog#241 from DJ3CE/contest-copy-to-any
Contest copy to any
2 parents aa93510 + 0e48c5c commit 6aee3ab

34 files changed

+164
-41
lines changed

application/language/bulgarian/contesting_lang.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
$lang['contesting_title_callsign_suggestions'] = 'Предложения за инициали';
2828
$lang['contesting_title_contest_logbook'] = 'Дневник на състезанието';
2929

30-
$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!';
30+
$lang['contesting_copy_exch_to'] = 'Copy received exchange to';
31+
$lang['contesting_copy_exch_hint'] = 'Exchange is only copied if it is matching rules for the selected field!';
3132

3233

application/language/bulgarian/general_words_lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
$lang['general_word_notes'] = 'Бележки';
5050
$lang['general_word_country'] = 'Държава';
5151
$lang['general_word_city'] = 'Град';
52+
$lang['general_word_age'] = 'Age';
5253

5354
$lang['general_word_total'] = 'Общо';
5455
$lang['general_word_year'] = 'Година';
@@ -154,6 +155,7 @@
154155
$lang['gen_hamradio_qslmsg'] = 'QSL Msg';
155156
$lang['gen_hamradio_locator'] = 'Локатор';
156157
$lang['gen_hamradio_transmit_power'] = 'Мощност на предавателя (W)';
158+
$lang['gen_hamradio_receive_power'] = 'RX Power (W)';
157159
$lang['gen_hamradio_propagation_mode'] = 'Propagation Mode';
158160

159161
$lang['gen_hamradio_satellite_name'] = 'Име на сателита';

application/language/chinese_simplified/contesting_lang.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
$lang['contesting_title_callsign_suggestions'] = '呼号建议';
2828
$lang['contesting_title_contest_logbook'] = '竞赛日志簿';
2929

30-
$lang['contesting_copy_exch_to_dok'] = '将收到的交换信息复制到数据库中的 DOK 字段!';
30+
$lang['contesting_copy_exch_to'] = 'Copy received exchange to';
31+
$lang['contesting_copy_exch_hint'] = 'Exchange is only copied if it is matching rules for the selected field!';
3132

3233

application/language/chinese_simplified/general_words_lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
$lang['general_word_notes'] = '笔记';
5050
$lang['general_word_country'] = 'DXCC 实体';
5151
$lang['general_word_city'] = '城市';
52+
$lang['general_word_age'] = 'Age';
5253

5354
$lang['general_word_total'] = '总计';
5455
$lang['general_word_year'] = '';
@@ -154,6 +155,7 @@
154155
$lang['gen_hamradio_qslmsg'] = 'QSL 信息';
155156
$lang['gen_hamradio_locator'] = '定位地图';
156157
$lang['gen_hamradio_transmit_power'] = '发射功率 (W)';
158+
$lang['gen_hamradio_receive_power'] = 'RX Power (W)';
157159
$lang['gen_hamradio_propagation_mode'] = '传播模式';
158160

159161
$lang['gen_hamradio_satellite_name'] = '卫星名称';

application/language/czech/contesting_lang.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
$lang['contesting_title_callsign_suggestions'] = 'Našeptávač značek';
2828
$lang['contesting_title_contest_logbook'] = 'Závodní deník';
2929

30-
$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!';
30+
$lang['contesting_copy_exch_to'] = 'Copy received exchange to';
31+
$lang['contesting_copy_exch_hint'] = 'Exchange is only copied if it is matching rules for the selected field!';
3132

3233

application/language/czech/general_words_lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
$lang['general_word_notes'] = 'Poznámky';
5050
$lang['general_word_country'] = 'Země';
5151
$lang['general_word_city'] = 'Město';
52+
$lang['general_word_age'] = 'Age';
5253

5354
$lang['general_word_total'] = 'Celkem';
5455
$lang['general_word_year'] = 'Rok';
@@ -154,6 +155,7 @@
154155
$lang['gen_hamradio_qslmsg'] = 'QSL Msg';
155156
$lang['gen_hamradio_locator'] = 'Lokátor';
156157
$lang['gen_hamradio_transmit_power'] = 'Vysílací výkon (W)';
158+
$lang['gen_hamradio_receive_power'] = 'RX Power (W)';
157159
$lang['gen_hamradio_propagation_mode'] = 'Šíření signálu';
158160

159161
$lang['gen_hamradio_satellite_name'] = 'Název satelitu';

application/language/dutch/contesting_lang.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
$lang['contesting_title_callsign_suggestions'] = 'Roepnaam suggesties';
2828
$lang['contesting_title_contest_logbook'] = 'Contest Logboek';
2929

30-
$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!';
30+
$lang['contesting_copy_exch_to'] = 'Copy received exchange to';
31+
$lang['contesting_copy_exch_hint'] = 'Exchange is only copied if it is matching rules for the selected field!';
3132

3233

application/language/dutch/general_words_lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
$lang['general_word_notes'] = 'Aantekeningen';
5050
$lang['general_word_country'] = 'Land';
5151
$lang['general_word_city'] = 'By';
52+
$lang['general_word_age'] = 'Age';
5253

5354
$lang['general_word_total'] = 'Totaal';
5455
$lang['general_word_year'] = 'Jaar';
@@ -154,6 +155,7 @@
154155
$lang['gen_hamradio_qslmsg'] = 'QSL Msg';
155156
$lang['gen_hamradio_locator'] = 'Locator';
156157
$lang['gen_hamradio_transmit_power'] = 'Vermogen (W)';
158+
$lang['gen_hamradio_receive_power'] = 'RX Power (W)';
157159
$lang['gen_hamradio_propagation_mode'] = 'Propagattie Mode';
158160

159161
$lang['gen_hamradio_satellite_name'] = 'Satelliet Naam';

application/language/english/contesting_lang.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
$lang['contesting_title_callsign_suggestions'] = 'Callsign Suggestions';
2828
$lang['contesting_title_contest_logbook'] = 'Contest Logbook';
2929

30-
$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!';
30+
$lang['contesting_copy_exch_to'] = 'Copy received exchange to';
31+
$lang['contesting_copy_exch_hint'] = 'Exchange is only copied if it is matching rules for the selected field!';
3132

3233

application/language/english/general_words_lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
$lang['general_word_notes'] = 'Notes';
5050
$lang['general_word_country'] = 'Country';
5151
$lang['general_word_city'] = 'City';
52+
$lang['general_word_age'] = 'Age';
5253

5354
$lang['general_word_total'] = 'Total';
5455
$lang['general_word_year'] = 'Year';
@@ -154,6 +155,7 @@
154155
$lang['gen_hamradio_qslmsg'] = 'QSL Msg';
155156
$lang['gen_hamradio_locator'] = 'Locator';
156157
$lang['gen_hamradio_transmit_power'] = 'Transmit Power (W)';
158+
$lang['gen_hamradio_receive_power'] = 'RX Power (W)';
157159
$lang['gen_hamradio_propagation_mode'] = 'Propagation Mode';
158160

159161
$lang['gen_hamradio_satellite_name'] = 'Satellite Name';

0 commit comments

Comments
 (0)