Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
// This file is part of Moodle - http://moodle.org/
4
//
5
// Moodle is free software: you can redistribute it and/or modify
6
// it under the terms of the GNU General Public License as published by
7
// the Free Software Foundation, either version 3 of the License, or
8
// (at your option) any later version.
9
//
10
// Moodle is distributed in the hope that it will be useful,
11
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
// GNU General Public License for more details.
14
//
15
// You should have received a copy of the GNU General Public License
16
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
17
 
18
/**
19
 * Strings for component 'block_cesa_notes', language 'en', branch 'MOODLE_29_STABLE'
20
 *
21
 * @package    block_cesa_notes
22
 * @author     Gautam Kumar Das<gautam.arg@gmail.com>
23
 */
24
 
25
$string['cesa_notes:myaddinstance'] = 'Agrega un bloque cesa_notes nuevo al Dashboard';
26
$string['cesa_notes:addinstance'] = 'Agregar un bloque cesa_notes nuevo ';
27
$string['cesa_notes:post'] = 'Agregar un apunte';
28
$string['cesa_notes:view'] = 'Ver mis apuntes';
29
$string['cesa_notes:delete'] = 'Borrar mis apuntes';
30
$string['pluginname'] = 'Cesa Notes';
31
$string['disabledcesa_notes'] = 'Desactivar mis apuntes';
32
$string['showcesa_notes'] = 'Mostrar mis apuntes';
33
$string['addnotes'] = 'Agregar apunte';
34
$string['cesa_notes'] = 'Mis apuntes';
35
$string['cesa_notescount'] = 'Total: ';
36
$string['cesa_notesrequirelogin'] = 'Debes iniciar sesión para ver o agregar apuntes';
37
$string['deletecesa_notes'] = 'Borrar apunte';
38
$string['site'] = 'Sitio';
39
$string['course'] = 'Curso';
40
$string['mod'] = 'Módulo';
41
$string['user'] = 'Personal';
42
$string['save'] = 'Guardar';
43
$string['savedsuccess'] = 'Tu apunte ha sido guardado';
44
$string['cesa_notessavedundertab'] = 'Para esta página, tus apuntes serán guardados en <strong>{$a} tab</strong>.';
45
$string['placeholdercontent'] = 'Escribir apunte...';
46
$string['charactersleft'] = 'Caracteres restantes: ';
47
$string['characterlimit'] = 'Límite de caracteres: ';
48
$string['characterlimit_help'] = 'Este campo define la cantidad máxima de caracteres por apunte.';
49
$string['notmorethan'] = 'No puede escribir más de {$a} caracteres';
50
$string['bottomright'] = 'Bottom-Right';
51
$string['bottomleft'] = 'Bottom-Left';
52
$string['topright'] = 'Top-Right';
53
$string['topleft'] = 'Top-Left';
54
$string['icondisplayposition'] = 'Posición del icono';
55
$string['icondisplayposition_help'] = 'Elige la posición del icono que se usará para abrir los apuntes.';
56
$string['cesa_notesperpage'] = 'Por página';
57
$string['cesa_notesperpage_help'] = 'Limita la aparición de apuntes por página';
58
$string['deletefailed'] = 'Error al borrar, inténtelo de nuevo';
59
$string['nopermissiontodelete'] = 'No tiene permiso para borrar este apunte';
60
$string['previouspage'] = '<< Página anterior';
61
$string['nextpage'] = 'Página siguiente >>';
62
$string['nothingtodisplay'] = 'Nada que mostrar aún';
63
$string['printnotes'] = 'Imprimir notas';
64
$string['edit'] = 'Editar';
65
$string['delete'] = 'Eliminar';
66
$string['deletetext'] = '¿Estás seguro de que quieres eliminar este apunte?';
67
$string['canceldelete'] = 'Cancelar';