You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
1.1 KiB
13 lines
1.1 KiB
<?php
|
|
|
|
$strings['plugin_title'] = 'Google Maps';
|
|
$strings['plugin_comment'] = 'Enable the functionality to show google maps';
|
|
$strings['extra_field_name_help'] = "Enter one or many extra user fields name separated by a comma (,) from which you want to obtain the locations, you can get up to 5 geolocation fields (the rest will be ignored) which will be marked with the following icons respectively:
|
|
<br><br>
|
|
<img src='//maps.google.com/mapfiles/ms/icons/red-dot.png'> <img src='//maps.google.com/mapfiles/ms/icons/blue-dot.png'> <img src='//maps.google.com/mapfiles/ms/icons/green-dot.png'> <img src='//maps.google.com/mapfiles/ms/icons/yellow-dot.png'> <img src='//maps.google.com/mapfiles/ms/icons/purple-dot.png'>
|
|
<br><br>
|
|
Follow the link below to see the map : <a href='".api_get_path(WEB_PLUGIN_PATH)."google_maps/src/map_coordinates.php'>".api_get_path(WEB_PLUGIN_PATH).'google_maps/src/map_coordinates.php</a>';
|
|
$strings['enable_api'] = 'Enable API';
|
|
$strings['api_key'] = 'Api Key';
|
|
$strings['extra_field_name'] = 'Extra field name';
|
|
$strings['UsersCoordinatesMap'] = 'Users location Map';
|
|
|