mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:52:16 +00:00
3d22e3c949
- 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
39 lines
2.1 KiB
PHP
39 lines
2.1 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_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!';
|
||
|
||
|