Files
wavelog/application/language/turkish/qso_lang.php
Hakan Koseoglu at jupiter c2323667da Turkish translation v1.0
2021-11-04 12:55:08 +00:00

31 lines
952 B
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('Doğrudan komut dosyası erişimine izin verilmez');
// Tiles
$lang['qso_title_qso_map'] = 'QSO Haritası';
$lang['qso_title_suggestions'] = 'Öneriler';
$lang['qso_title_pervious_contacts'] = 'Önceki Görüşmeler';
// Input Help Text on the /QSO Display
$lang['qso_transmit_power_helptext'] = 'Gücü Watt olarak veriniz. Sadece rakamları giriniz.';
$lang['qso_sota_ref_helptext'] = 'Örnek: GM/NS-001.';
$lang['qso_sig_helptext'] = 'Örnek: WWFF or POTA';
$lang['qso_sig_info_helptext'] = 'Örnek: DLFF-0029';
$lang['qso_dok_helptext'] = 'Örnek: Q03';
$lang['qso_notes_helptext'] = 'Not içeriği yalnızca Cloudlog içinde kullanılır ve diğer hizmetlere aktarılmaz';
// Button Text on /qso Display
$lang['qso_btn_reset_qso'] = 'Baştan başla';
$lang['qso_btn_save_qso'] = 'QSO\'yu kaydet';
$lang['qso_btn_edit_qso'] = 'QSO\'yu düzenle';
// QSO Details
$lang['qso_details'] = 'QSO detayları';