2015-01-06 21:30:57 +01:00
< ? php
2015-01-09 11:53:58 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'title_legend' ] = 'Title' ;
2015-01-06 21:30:57 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'config_legend' ] = 'Configuration' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadow_legend' ] = 'Shadow' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'active_legend' ] = 'Activation' ;
2015-01-09 11:53:58 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'layersBtn' ][ 0 ] = 'Manage layers' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'layersBtn' ][ 1 ] = 'Manage leaflet layers' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'styles' ][ 0 ] = 'Manage styles' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'styles' ][ 1 ] = 'Manage vector styles' ;
2015-01-27 17:14:58 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'popups' ][ 0 ] = 'Manage popups' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'popups' ][ 1 ] = 'Manage popups icons' ;
2015-01-09 11:53:58 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'new' ][ 0 ] = 'Create icon' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'new' ][ 1 ] = 'Create new icon' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'edit' ][ 0 ] = 'Edit icon' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'edit' ][ 1 ] = 'Edit icon ID %s' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'copy' ][ 0 ] = 'Copy icon' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'copy' ][ 1 ] = 'Copy icon ID %s' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'controls' ][ 0 ] = 'Manage controls' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'controls' ][ 1 ] = 'Manage controls of icon ID %s' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'map' ][ 0 ] = 'Manage maps' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'map' ][ 1 ] = 'Manage leaflet maps.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'delete' ][ 0 ] = 'Delete icon' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'delete' ][ 1 ] = 'Delete icon ID %s' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'show' ][ 0 ] = 'Show details' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'show' ][ 1 ] = 'Show icon ID %s details' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'toggle' ][ 0 ] = 'Toggle activation' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'toggle' ][ 1 ] = 'Toggle icon ID %s activation' ;
2015-01-08 12:27:08 +01:00
2015-01-06 21:30:57 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'title' ][ 0 ] = 'Title' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'title' ][ 1 ] = 'Title of the icon.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'alias' ][ 0 ] = 'Alias' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'alias' ][ 1 ] = 'Alias of the icon.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'type' ][ 0 ] = 'Type' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'type' ][ 1 ] = 'Choose the icon type.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconImage' ][ 0 ] = 'Icon image' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconImage' ][ 1 ] = 'Choose an icon image.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconRetinaImage' ][ 0 ] = 'Retina icon image' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconRetinaImage' ][ 1 ] = 'Choose an retina icon image.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconAnchor' ][ 0 ] = 'Icon anchor' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'iconAnchor' ][ 1 ] = 'The coordinates of the "tip" of the icon (relative to its top left corner).' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'popupAnchor' ][ 0 ] = 'Popup anchor' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'popupAnchor' ][ 1 ] = 'The coordinates of the point from which popups will "open", relative to the icon anchor.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowImage' ][ 0 ] = 'Shadow image' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowImage' ][ 1 ] = 'Choose an shadow image.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowRetinaImage' ][ 0 ] = 'Retina shadow image' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowRetinaImage' ][ 1 ] = 'Choose an retina shadow image.' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowAnchor' ][ 0 ] = 'Shadow anchor' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'shadowAnchor' ][ 1 ] = 'The coordinates of the "tip" of the shadow (relative to its top left corner) (the same as iconAnchor if not specified).' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'active' ][ 0 ] = 'Activate the icon' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'active' ][ 1 ] = 'Activate the icon.' ;
2015-01-07 09:32:47 +01:00
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'className' ][ 0 ] = 'Class name' ;
$GLOBALS [ 'TL_LANG' ][ 'tl_leaflet_icon' ][ 'className' ][ 1 ] = 'A custom class name to assign to both icon and shadow images. Empty by default.' ;