File: /var/www/moodle/moodledata/lang/es_mx/block_gps.php
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'block_gps', language 'es_mx', branch 'MOODLE_35_STABLE'
*
* @package block_gps
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['accuracy'] = 'Precisión';
$string['addinstance'] = 'Añadir bloque de geolocalización';
$string['altitude'] = 'Altitud';
$string['current_location'] = 'Ubicación actual';
$string['description'] = 'Revisar disponibilidad contra coordenadas GPS actuales';
$string['distance'] = 'Distancia';
$string['geolocation'] = 'Geolocalización';
$string['geolocation_not_supported'] = 'Geolocalización no soportada';
$string['http_no_geolocation'] = 'Usted está corriendo este sitio bajo HTTPS. ¡La geolocalización solamente está soportada en sitios HTTPS!';
$string['invalid_coordinates'] = 'Coordenadas inválidas';
$string['item'] = 'Ítem';
$string['latitude'] = 'Latitud';
$string['list'] = 'Lista';
$string['longitude'] = 'Longitud';
$string['map'] = 'Mapa';
$string['meters'] = 'Metros';
$string['n_a'] = 'no disp.';
$string['notify_block'] = 'Usted siempre puede configurar aquí la condición, pero ¡Usted necesita añadir el bloque para que funcione este plugin!';
$string['persistent'] = 'Persistente';
$string['pluginname'] = 'Bloque de Geolocalización';
$string['privacy:reached'] = '¡Almacena si es que Usted ya ha alcanzado o no una ubicación específica para revelar un módulo o una sección!';
$string['privacy:reached:cmid'] = 'ID del módulo del curso';
$string['privacy:reached:firstreach'] = 'Hora a la que Usted alcanzó esta posición por primera ocasión';
$string['privacy:reached:sectionid'] = 'ID de la sección del curso';
$string['privacy:reached:userid'] = 'Su id de usuario';
$string['reached_current'] = 'como ubicación actual';
$string['reached_once'] = 'alcanzada una vez';
$string['title'] = 'Geolocalización';
$string['unrevealed_m'] = '¡{$a->amount} Ubicaciones no han revelado sus posiciones!';
$string['unrevealed_s'] = '¡Una ubicación no ha revelado su posición!';
$string['update_location'] = 'Actualizar ubicación';
$string['warning_edit_required'] = '¡ADVERTENCIA! ¡Los datos están corruptos; por favor edite esta condición!';
$string['you'] = 'Usted';