PHP Classes

File: src/resources/lang/es/messages.php

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Here PHP Geocoder   src/resources/lang/es/messages.php   Download  
File: src/resources/lang/es/messages.php
Role: Auxiliary script
Content type: text/plain
Description: Translations
Class: Here PHP Geocoder
Get the location of an address using the Here API
Author: By
Last change:
Date: 4 years ago
Size: 369 bytes
 

Contents

Class file image Download
<?php
/**
 * Here Geocoder i18n Spanish translations
 */
return [
   
'search_results' => 'Resultados de la Búsqueda',
   
'close' => 'Cerrar',
   
'missing_configuration' => 'Configuración ausente. Ver',
   
'address' => 'Dirección',
   
'search' => 'Buscar',
   
'geolocation_failed' => 'Geolocalización no funcionó. Compruebe su configuración y conexión.',
];