File: /var/www/moodle/moodledata/lang/es_mx/assignment_rtcollaboration.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 'assignment_rtcollaboration', language 'es_mx', branch 'MOODLE_21_STABLE'
*
* @package assignment_rtcollaboration
* @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['charsadded'] = 'Caracteres añadidos';
$string['charsdeleted'] = 'Caracteres eliminados:';
$string['chooseyourgroup'] = 'Elija su grupo';
$string['currentlyviewing'] = 'Actualmente viendo:';
$string['currenttext'] = 'Texto actual';
$string['finish'] = 'Terminar edición';
$string['firstedited'] = 'Primero editado:';
$string['lastedited'] = 'Último editado:';
$string['noinfo'] = 'No hay datos para el grupo seleccionado';
$string['onlyviewpermissions'] = 'Usted solamente tiene permisos para ver en este texto de grupo';
$string['overview'] = 'vista general';
$string['plaintext'] = 'Texto Simple';
$string['pluginname'] = 'Editor colaborativo en tiempo real';
$string['reviewtextedition'] = 'Revisar edición del texto';
$string['submitedtext'] = 'Texto enviado para evaluación';
$string['textstatistics'] = 'Estadísticas del texto';
$string['typeofeditor'] = 'Tipo de editor';
$string['typertcollaboration'] = 'Editor colaborativo en tiempo real';
$string['userhasnotparticipate'] = 'Este usuario no ha participado.';
$string['viewusersactivity'] = 'Ver actividad de usuarios';
$string['yui'] = 'Editor de texto Rico YUI';