File: /home/iestorre/moodledata/lang/es/block_ranking.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_ranking', language 'es', branch 'MOODLE_26_STABLE'
*
* @package block_ranking
* @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['assignpoints'] = 'Puntos pendientes de asignar';
$string['blocktitle'] = 'Título del bloque';
$string['configuration'] = 'Configuración del bloque de ranking';
$string['defaultpoints'] = 'Puntos por defecto';
$string['forumpoints'] = 'Puntos por el foro.';
$string['nostudents'] = 'No hay estudiantes que mostrar';
$string['pagepoints'] = 'Puntos por página';
$string['pluginname'] = 'Bloque de ranking';
$string['ranking'] = 'Ranking';
$string['ranking:addinstance'] = 'Añadir un nuevo bloque de ranking';
$string['rankingsize'] = 'Tamaño del ranking';
$string['rankingsize_help'] = 'Número de estudiantes que aparecerán en el ranking';
$string['resourcepoints'] = 'Puntos para el recurso';
$string['table_name'] = 'Nombre completo';
$string['table_points'] = 'Puntos';
$string['table_position'] = 'Pos';
$string['workshoppoints'] = 'Puntos al taller';