kopia lustrzana https://github.com/magicbug/Cloudlog
18 wiersze
514 B
PHP
18 wiersze
514 B
PHP
<?php
|
|
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
/*
|
|
___________________________________________________________________________________________
|
|
KML Export
|
|
___________________________________________________________________________________________
|
|
*/
|
|
|
|
$lang['export_kml_header'] = "KML Export";
|
|
$lang['export_kml_description'] = "Export your logbook to a KML file for use in Google Earth.";
|
|
$lang['export_kml_grisquare_warning'] = "Only QSOs with a gridsquare defined will be exported!";
|
|
|
|
|
|
|
|
|