english.php 1.1 KB

1234567891011121314
  1. <?php
  2. $strings['plugin_title'] = "Google Maps";
  3. $strings['plugin_comment'] = "Enable the functionality to show google maps";
  4. $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:
  5. <br><br>
  6. <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'>
  7. <br><br>
  8. 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>";
  9. $strings['enable_api'] = "Enable API";
  10. $strings['api_key'] = "Api Key";
  11. $strings['extra_field_name'] = "Extra field name";
  12. $strings['UsersCoordinatesMap'] = "Users location Map";