kopia lustrzana https://github.com/magicbug/Cloudlog
18 wiersze
543 B
PHP
18 wiersze
543 B
PHP
|
<?php
|
||
|
|
||
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
|
||
|
/*
|
||
|
___________________________________________________________________________________________
|
||
|
KML Export
|
||
|
___________________________________________________________________________________________
|
||
|
*/
|
||
|
|
||
|
$lang['export_kml_header'] = "KML Export";
|
||
|
$lang['export_kml_description'] = "Exportiere dein Logbuch als KML Datei um diese in Google Earth zu benutzen.";
|
||
|
$lang['export_kml_grisquare_warning'] = "Nur QSO mit einem definierten Planquadrat werden auch exportiert!";
|
||
|
|
||
|
|
||
|
|
||
|
|