Cloudlog/application/language/turkish/contesting_lang.php
DJ3CE 3d22e3c949 Implement contesting copy-exchange-to(-nearly)-anything
- 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
2024-03-27 11:31:39 +01:00

38 行
2 KiB
PHP

此文件含有模棱两可的 Unicode 字符

此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。

<?php
defined('BASEPATH') OR exit('Doğrudan komut dosyası erişimine izin verilmez');
$lang['contesting_page_title'] = 'Contest Logging';
$lang['contesting_button_reset_contest_session'] = 'Yarışma oturumunu baştan başlat';
$lang['contesting_operator_callsign'] = 'Operator Callsign';
$lang['contesting_exchange_type'] = 'Haberleşme Tipi';
$lang['contesting_exchange_type_serial'] = 'Seri numarası';
$lang['contesting_exchange_type_none'] = 'None';
$lang['contesting_exchange_type_exchange'] = 'Exchange';
$lang['contesting_exchange_type_gridsquare'] = 'Gridsquare';
$lang['contesting_exchange_type_other'] = 'Diğer';
$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'] = 'Yarışma İsmi';
$lang['contesting_btn_reset_qso'] = 'QSO\'yu baştan başlat';
$lang['contesting_btn_save_qso'] = 'QSO\'yu kaydet';
$lang['contesting_title_callsign_suggestions'] = 'Çağrı Kodu Önerileri';
$lang['contesting_title_contest_logbook'] = 'Yarışma kayıt defteri';
$lang['contesting_copy_exch_to_dok'] = 'Copy received exchange to DOK field in the database!';
$lang['contesting_copy_exch_to_none'] = 'Copy received exchange to no additional field in the database!';
$lang['contesting_copy_exch_to_power'] = 'Copy received exchange to RX-Power field in the database!';
$lang['contesting_copy_exch_to_state'] = 'Copy received exchange to US-State field in the database!';
$lang['contesting_copy_exch_to_age'] = 'Copy received exchange to Age field in the database!';
$lang['contesting_copy_exch_to_name'] = 'Copy received exchange to Name field in the database!';
$lang['contesting_copy_exch_to_locator'] = 'Copy received exchange to Locator field in the database!';