Skip to content

Commit

Permalink
Merge pull request #154 from turnitin/develop
Browse files Browse the repository at this point in the history
Release v2023062901
  • Loading branch information
ixiongtii authored Jun 29, 2023
2 parents e8c0c5c + 23d7f6a commit 3ccbc32
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### Date: 2023-June-29
### Release: v2023062901
(Moodle Integration Only graphic)

[Callout: Update your Moodle plugin for these changes]

#### Spanish-language improvements to the Moodle plugin
This release addresses an issue where the Moodle plugin did not correctly display International Spanish translations. This has now been fixed.

---

### Date: 2023-April-20
### Release: v2023042001

Expand Down
48 changes: 48 additions & 0 deletions lang/es/plagiarism_turnitinsim.php
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';
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023042001;
$plugin->version = 2023062901;
$plugin->release = "v1.2";
$plugin->requires = 2017051500;
$plugin->component = 'plagiarism_turnitinsim';
Expand Down

0 comments on commit 3ccbc32

Please sign in to comment.