chamilo/chamilo-lms

View on GitHub
public/plugin/google_maps/lang/english.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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';