mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:52:16 +00:00
18 lines
514 B
PHP
18 lines
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!";
|
|
|
|
|
|
|
|
|