File: /var/www/moodle/moodledata/lang/es_mx/format_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 'format_gps', language 'es_mx', branch 'MOODLE_30_STABLE'
*
* @package format_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['active'] = 'Restringir este tópico a una localización GPS específica';
$string['address'] = 'Descripción de localización';
$string['editsection_geo'] = 'Editar configuraciones de localización GPS para esta sección de tópico/tema';
$string['editsection_geo_heading'] = 'Configuraciones de localización GPS';
$string['errorhelp'] = 'Error en validación del formato';
$string['errorhelp_help'] = 'Latitud y longitud son campos obligatorios si Usted restringe el tópico a una localización';
$string['gps:editsection_geo'] = 'Editar configuraciones de localización GPS';
$string['gpshelp'] = 'Con configuraciones GPS Usted puede restringir la visibilidad de un tópico a que solamente se muestre si el estudiante tiene un dispositivo con GPS habilitado, ha permitido compartir su localización GPS con Moodle y está en la localización aquí especificada. Sugerencia; Las configuraciones GPS son eliminadas si Usted cambia el fomato del curso a otro formato.';
$string['gpshelp_help'] = 'Configuraciones GPS para tópicos';
$string['gpsrestricted'] = 'Disponible solamente en la posición GPS correcta';
$string['gps_restricted'] = 'Este tópico ha sido restringido a una localización GPS específica';
$string['hidefromothers'] = 'Ocultar tópico';
$string['latitude'] = 'Latitud de localización';
$string['loadinggps'] = 'Cargando GPS';
$string['longitude'] = 'Longitud de localización';
$string['notallowed'] = 'Actualice su posición para des-ocultar este tópico restringido por GPS';
$string['page-course-view-gps'] = 'Cualquier pagina principal de curso en Formato GPS';
$string['page-course-view-gps-x'] = 'Cualquier pagina de curso en Formato GPS';
$string['pluginname'] = 'Formato GPS';
$string['restricted'] = 'Restringido por Geo localización';
$string['section0name'] = 'General';
$string['sectionname'] = 'Tópico';
$string['showfromothers'] = 'Mostrar tópico';
$string['unrestricted'] = 'No restringido por Geo localización';
$string['updatepage'] = 'Actualizar página del curso';
$string['updateposition'] = 'Actualizar mi posición';
$string['validationerror'] = 'Hubo un problema con los valores que Usted escribió en el formato. Por favor corrija cualquier error y re-envíe el formato.';