-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Dev into Master for Cloudlog 2.3.2
Merge Dev into Master for Cloudlog 2.3.2
- Loading branch information
Showing
36 changed files
with
1,464 additions
and
670 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
defined('BASEPATH') OR exit('No direct script access allowed'); | ||
|
||
$lang['account_logbook_fields'] = 'Πεδίο αρχείου'; | ||
$lang['account_column1_text'] = 'Επιλογή στήλης 1'; | ||
$lang['account_column2_text'] = 'Επιλογή στήλης 2'; | ||
$lang['account_column3_text'] = 'Επιλογή στήλης 3'; | ||
$lang['account_column4_text'] = 'Επιλογή στήλης 4'; | ||
$lang['account_column5_text'] = 'Επιλογή στήλης 5 (Μόνο για αρχείο)'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
defined('BASEPATH') OR exit('No direct script access allowed'); | ||
|
||
$lang['contesting_page_title'] = 'Αρχείο διαγωνισμού'; | ||
$lang['contesting_button_reset_contest_session'] = 'Επαναφορά Session διαγωνισμού'; | ||
|
||
$lang['contesting_exchange_type'] = 'Είδος Ανταλλαγής'; | ||
$lang['contesting_exchange_type_serial'] = 'Serial'; | ||
$lang['contesting_exchange_type_other'] = 'Αλλα'; | ||
|
||
$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'] = 'Αρχείο διαγωνισμού'; |
Oops, something went wrong.