Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

<?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_cesa_notes', language 'en', branch 'MOODLE_29_STABLE'
 *
 * @package    block_cesa_notes
 * @author     Gautam Kumar Das<gautam.arg@gmail.com>
 */

$string['cesa_notes:myaddinstance'] = 'Agrega un bloque cesa_notes nuevo al Dashboard';
$string['cesa_notes:addinstance'] = 'Agregar un bloque cesa_notes nuevo ';
$string['cesa_notes:post'] = 'Agregar un apunte';
$string['cesa_notes:view'] = 'Ver mis apuntes';
$string['cesa_notes:delete'] = 'Borrar mis apuntes';
$string['pluginname'] = 'Cesa Notes';
$string['disabledcesa_notes'] = 'Desactivar mis apuntes';
$string['showcesa_notes'] = 'Mostrar mis apuntes';
$string['addnotes'] = 'Agregar apunte';
$string['cesa_notes'] = 'Mis apuntes';
$string['cesa_notescount'] = 'Total: ';
$string['cesa_notesrequirelogin'] = 'Debes iniciar sesión para ver o agregar apuntes';
$string['deletecesa_notes'] = 'Borrar apunte';
$string['site'] = 'Sitio';
$string['course'] = 'Curso';
$string['mod'] = 'Módulo';
$string['user'] = 'Personal';
$string['save'] = 'Guardar';
$string['savedsuccess'] = 'Tu apunte ha sido guardado';
$string['cesa_notessavedundertab'] = 'Para esta página, tus apuntes serán guardados en <strong>{$a} tab</strong>.';
$string['placeholdercontent'] = 'Escribir apunte...';
$string['charactersleft'] = 'Caracteres restantes: ';
$string['characterlimit'] = 'Límite de caracteres: ';
$string['characterlimit_help'] = 'Este campo define la cantidad máxima de caracteres por apunte.';
$string['notmorethan'] = 'No puede escribir más de {$a} caracteres';
$string['bottomright'] = 'Bottom-Right';
$string['bottomleft'] = 'Bottom-Left';
$string['topright'] = 'Top-Right';
$string['topleft'] = 'Top-Left';
$string['icondisplayposition'] = 'Posición del icono';
$string['icondisplayposition_help'] = 'Elige la posición del icono que se usará para abrir los apuntes.';
$string['cesa_notesperpage'] = 'Por página';
$string['cesa_notesperpage_help'] = 'Limita la aparición de apuntes por página';
$string['deletefailed'] = 'Error al borrar, inténtelo de nuevo';
$string['nopermissiontodelete'] = 'No tiene permiso para borrar este apunte';
$string['previouspage'] = '<< Página anterior';
$string['nextpage'] = 'Página siguiente >>';
$string['nothingtodisplay'] = 'Nada que mostrar aún';
$string['printnotes'] = 'Imprimir notas';
$string['edit'] = 'Editar';
$string['delete'] = 'Eliminar';
$string['deletetext'] = '¿Estás seguro de que quieres eliminar este apunte?';
$string['canceldelete'] = 'Cancelar';