mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
34 lines
1.6 KiB
PHP
34 lines
1.6 KiB
PHP
<?php
|
||
|
||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
||
$lang['contesting_page_title'] = 'Αρχείο διαγωνισμού';
|
||
$lang['contesting_button_reset_contest_session'] = 'Επαναφορά 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'] = 'Aποθήκευση QSO';
|
||
|
||
$lang['contesting_title_callsign_suggestions'] = 'Προτάσεις διακριτικού';
|
||
$lang['contesting_title_contest_logbook'] = 'Αρχείο διαγωνισμού';
|
||
|
||
$lang['contesting_copy_exch_to'] = 'Copy received exchange to';
|
||
$lang['contesting_copy_exch_hint'] = 'Exchange is only copied if it is matching rules for the selected field!';
|
||
|
||
|