Cloudlog/application/language/turkish/contesting_lang.php

33 wiersze
1.4 KiB
PHP
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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!';