Bladeren bron

Update google maps plugin lang vars

José Loguercio 8 jaren geleden
bovenliggende
commit
ee8ae89f86
3 gewijzigde bestanden met toevoegingen van 9 en 3 verwijderingen
  1. 3 1
      plugin/google_maps/lang/english.php
  2. 3 1
      plugin/google_maps/lang/french.php
  3. 3 1
      plugin/google_maps/lang/spanish.php

+ 3 - 1
plugin/google_maps/lang/english.php

@@ -3,4 +3,6 @@
 $strings['plugin_title'] = "Google Maps";
 $strings['plugin_comment'] = "Enable the functionality to show google maps";
 $strings['extra_field_name_help'] = "Ingrese aquí el nombre del campo extra de usuario del cual quiere obtener las localizaciones, siga el siguiente link para ver el mapa : <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['enable_api'] = "Enable API";
+$strings['api_key'] = "Api Key";
+$strings['extra_field_name'] = "Extra field name";

+ 3 - 1
plugin/google_maps/lang/french.php

@@ -3,4 +3,6 @@
 $strings['plugin_title'] = "Google Maps";
 $strings['plugin_comment'] = "Active la fonctionnalité pour afficher Google Maps";
 $strings['extra_field_name_help'] = "Ingrese aquí el nombre del campo extra de usuario del cual quiere obtener las localizaciones, siga el siguiente link para ver el mapa : <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['enable_api'] = "Enable API";
+$strings['api_key'] = "Api Key";
+$strings['extra_field_name'] = "Nom de champ supplémentaire";

+ 3 - 1
plugin/google_maps/lang/spanish.php

@@ -3,4 +3,6 @@
 $strings['plugin_title'] = "Google Maps";
 $strings['plugin_comment'] = "Enable the functionality to show google maps";
 $strings['extra_field_name_help'] = "Ingrese aquí el nombre del campo extra de usuario del cual quiere obtener las localizaciones, siga el siguiente link para ver el mapa : <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'] = "Activar API";
+$strings['enable_api'] = "Activar API";
+$strings['api_key'] = "Api Key";
+$strings['extra_field_name'] = "Nombre del campo extra";