芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/moodledata/lang/es/local_mr.php
<?php // This file is part of Moodle - https://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 <https://www.gnu.org/licenses/>. /** * Strings for component 'local_mr', language 'es', version '3.7'. * * @package local_mr * @category string * @copyright 1999 Martin Dougiamas and contributors * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['addedactivity'] = 'Se añadió {$a->modname} por {$a->fullname}'; $string['basichtml'] = 'HTML básico'; $string['deletedactivity'] = 'Eliminado {$a->modname} por {$a->fullname}'; $string['export'] = 'Exportar:'; $string['filter'] = 'Filtro'; $string['loadingdotdotdot'] = 'Cargando...'; $string['local_mr_docs'] = 'Documentos'; $string['nolimit'] = 'Sin límite'; $string['oneday'] = '1 día'; $string['onemonth'] = '1 mes'; $string['oneweek'] = '1 semana'; $string['oneyear'] = '1 año'; $string['paginatorfirstlabel'] = 'primer'; $string['paginatorfirsttitle'] = 'Primera Página'; $string['paginatorlastlabel'] = 'último'; $string['paginatorlasttitle'] = 'Última Página'; $string['paginatornextlabel'] = 'siguiente'; $string['paginatornexttitle'] = 'Siguiente Página'; $string['paginatorprevlabel'] = 'anterior'; $string['paginatorprevtitle'] = 'Página Anterior'; $string['plugin-spreadsheet/excel'] = 'XLS'; $string['plugin-spreadsheet/ods'] = 'ODS'; $string['plugin-text/csv'] = 'CSV'; $string['plugin-text/tsv'] = 'TSV'; $string['popupdocs'] = 'Abrir documentos en una nueva ventana'; $string['popuperrors'] = 'Abrir los errores de documentos en una nueva ventana'; $string['reportsql'] = 'Reportar SQL'; $string['reset'] = 'Resetear'; $string['rowsperpage'] = 'Filas por página'; $string['standard'] = 'Estándar'; $string['tablesortedbyasc'] = 'Tabla ordenada por {$a}, ascendiente.'; $string['tablesortedbydesc'] = 'Tabla ordenada por {$a}, descendiente.'; $string['toomanyrows'] = 'El reporte regresaría {$a->total} filas, lo que es mayor que la cantidad máxima permitida de {$a->max}. Si está disponible un filtro, por favor úselo para reducir el número de resultados.'; $string['updatedactivity'] = 'Actualizado {$a->modname} por {$a->fullname}'; $string['xdays'] = '{$a} días'; $string['xhours'] = '{$a} horas'; $string['xminutes'] = '{$a} minutos'; $string['xmonths'] = '{$a} meses'; $string['xweeks'] = '{$a} semanas';