Files
wavelog/application/language/bulgarian/contesting_lang.php
2023-10-05 00:20:52 +02:00

33 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
defined('BASEPATH') OR exit('Не е разрешен директен достъп до скрипта');
$lang['contesting_page_title'] = 'Регистриране на състезание';
$lang['contesting_button_reset_contest_session'] = 'Нулиране на сесията на състезанието';
$lang['contesting_operator_callsign'] = 'Operator Callsign';
$lang['contesting_exchange_type'] = 'Тип обмен';
$lang['contesting_exchange_type_serial'] = 'Serial';
$lang['contesting_exchange_type_none'] = 'None';
$lang['contesting_exchange_type_exchange'] = 'Exchange';
$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare';
$lang['contesting_exchange_type_other'] = 'Друг';
$lang['contesting_exchange_type_serial_exchange'] = 'Serial + Exchange';
$lang['contesting_exchange_type_serial_gridsquare'] = 'Serial + Gridsquare';
$lang['contesting_exchange_serial_s'] = 'Serial (S)';
$lang['contesting_exchange_serial_r'] = 'Serial (R)';
$lang['contesting_exchange_gridsquare_s'] = 'Gridsquare (S)';
$lang['contesting_exchange_gridsquare_r'] = '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'] = 'Copy received exchange to DOK field in the database!';