File: /home/iestorre/moodledata/lang/es/search.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 'search', language 'es', branch 'MOODLE_26_STABLE'
*
* @package search
* @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['advancedsearch'] = 'Búsqueda avanzada';
$string['all'] = 'Todos';
$string['author'] = 'Autor';
$string['authorname'] = 'Nombre del autor';
$string['back'] = 'Atrás';
$string['beadmin'] = 'Necesita ser administrador para usar esta página';
$string['checkdb'] = 'Comprobar base de datos';
$string['checkdbadvice'] = 'Comprobar base de datos para ver problemas';
$string['checkdir'] = 'Comprobar dir';
$string['checkdiradvice'] = 'Asegúrese de que existe el directorio de datos y se puede estribir en él.';
$string['commenton'] = 'Comentario el';
$string['createanindex'] = 'Crear índice';
$string['createdon'] = 'Creado el';
$string['database'] = 'Base de datos';
$string['databasestate'] = 'Indexando el estado de la base de datos';
$string['datadirectory'] = 'Directorio de datos';
$string['deletionsinindex'] = 'Directorios en índice';
$string['doctype'] = 'Tipo de documento';
$string['documents'] = 'documentos';
$string['documentsfor'] = 'Documentos para';
$string['documentsindatabase'] = 'Documentos en base de datos';
$string['documentsinindex'] = 'Documentos en índice';
$string['duration'] = 'Duración';
$string['emptydatabaseerror'] = 'No está presente la tabla de la base de datos o no contiene registros de índice.';
$string['enteryoursearchquery'] = 'Escriba su búsqueda';
$string['errors'] = 'Errores';
$string['filesinindexdirectory'] = 'Archivos en el directorio índice';
$string['globalsearchdisabled'] = 'La búsqueda global no está activada.';
$string['invalidindexerror'] = 'El directorio índice contiene un índice no válido o está vacío.';
$string['ittook'] = 'Toma';
$string['next'] = 'Siguiente';
$string['noindexmessage'] = 'Admin: Parece no haber índice de búsqueda. Por favor';
$string['normalsearch'] = 'Búsqueda normal';
$string['openedon'] = 'abierto el';
$string['resultsreturnedfor'] = 'resultados devueltos para';
$string['runindexer'] = 'Ejecutar indexador (real)';
$string['runindexertest'] = 'Ejecutar prueba de indexador';
$string['score'] = 'Puntuación';
$string['search'] = 'Búsqueda';
$string['searching'] = 'Buscando en...';
$string['searchnotpermitted'] = 'A Usted no se le permite hacer una búsqueda';
$string['seconds'] = 'segundos';
$string['solutions'] = 'Soluciones';
$string['statistics'] = 'Estadísticas';
$string['thesewordshelpimproverank'] = 'Estas palabras ayudan a mejorar el ranking';
$string['thesewordsmustappear'] = 'Estas palabras deben aparecer';
$string['thesewordsmustnotappear'] = 'Estas palabras no deben aparecer';
$string['title'] = 'Título';
$string['tofetchtheseresults'] = 'para rendir estos resultados';
$string['totalsize'] = 'Tamaño total';
$string['type'] = 'Tipo';
$string['uncompleteindexingerror'] = 'El indexado no se completó con éxito: por favor, reinícielo.';
$string['versiontoolow'] = 'Lo sentimos, la búsqueda global requiere PHP 5.0 o superior';
$string['wordsintitle'] = 'Palabras en el título';