-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from turnitin/develop
Release v2023062901
- Loading branch information
Showing
3 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?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 plagiarism_turnitinsim component, language: Mexican Spanish. | ||
* | ||
* This file should only contain *_link strings as other strings are handling through AMOS. | ||
* | ||
* @package plagiarism_turnitinsim | ||
* @copyright 2023 Turnitin | ||
* @author Isaac Xiong <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
$string['help_link'] = 'https://help.turnitin.com/es/integrity/instructor/moodle.htm'; | ||
|
||
$string['accessstudents'] = 'Permitir que los estudiantes vean los informes de similitud'; | ||
$string['accessoptions'] = 'Acceso para estudiantes'; | ||
$string['accessoptions_help'] = 'Los estudiantes podrán acceder al informe de similitud de su entrega luego de que se genere.'; | ||
$string['addtoindex'] = 'Indexar todas las entregas'; | ||
$string['excludebiblio'] = 'Bibliografía'; | ||
$string['excludeoptions'] = 'Excluir de los informes de similitud'; | ||
$string['excludeoptions_help'] = 'Las opciones seleccionadas no se mostrarán como coincidencia en los informes de similitud'; | ||
$string['excludequotes'] = 'Citas textuales'; | ||
$string['indexoptions'] = 'Indexación de entregas'; | ||
$string['indexoptions_help'] = 'Las entregas indexadas estarán disponibles para su comparación en los informes de similitud.'; | ||
$string['turnitinpluginenabled'] = 'Habilitar Turnitin'; | ||
$string['turnitinpluginsettings'] = 'Configuración del complemento Turnitin Integrity'; | ||
$string['queuedrafts_help'] = 'Tenga en cuenta que las entregas en borrador no se indexarán en Turnitin para poder ser incluidas en una comparación.'; | ||
$string['queuedrafts'] = 'Procesar las entregas en borrador'; | ||
$string['reportgen0'] = 'Inmediatamente'; | ||
$string['reportgen1'] = 'Inmediatamente y volver a generar en la fecha límite de entrega'; | ||
$string['reportgen2'] = 'Fecha límite de entrega'; | ||
$string['reportgenoptions'] = 'Generar informes de similitud'; | ||
$string['reportgenoptions_help'] = '<strong>Inmediatamente:</strong> Los informes de similitud se generarán inmediatamente después de enviar el archivo.<br/><br/><strong>En la fecha límite de entrega:</strong> Los informes de similitud solo se generarán en la fecha límite de entrega del ejercicio.<br/><br/><strong>Inmediatamente y en la fecha límite de entrega:</strong> Se generarán un informe de similitud inmediatamente después de enviar el archivo. El informe de similitud se volverá a generar en la fecha límite de entrega del ejercicio. Esta opción puede usarse para comprobar si hay plagio dentro de una clase.'; | ||
$string['settingslearnmore'] = 'Más información sobre la configuración de Turnitin'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters