diff --git a/documentation/changelog.html b/documentation/changelog.html index 175e069365a..493a2830ed2 100755 --- a/documentation/changelog.html +++ b/documentation/changelog.html @@ -1018,6 +1018,18 @@

Stylesheets and theming

Web services

diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 9909230acdc..fa52eb24ff8 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -8792,4 +8792,21 @@ $CoursesUsage = "Courses usage"; $HideConnectionTime = "Hide connection time"; $CourseInWhichTheQuestionWasInitiallyCreated = "Course in which the question was initially created."; +$ApprenticeshipContract = "Apprenticeship contract"; +$ExportCcVersion13 = "Export Common Cartridge v1.3"; +$ImportCcVersion13 = "Import Common Cartridge v1.3"; +$ExportCcVersion13Info = "Export your course content in the IMS Common Cartridge 1.3 format, to share it on other platforms."; +$ImportCcVersion13Info = "Import a course in IMS Common Cartridge 1.3 format, from another platform compatible with this format. The version is important."; +$IMSCCCreated = "IMS CC file created."; +$IMSCCFile = "IMS CC file"; +$IMSCCFileImported = "IMS CC file imported."; +$IMSCCImportInstructions = "Upload any IMS CC (.imscc or .zip) file in the right version and it will be extracted directly into your course."; +$IMSCC13 = "IMS Common Cartridge v1.3"; +$HideQuestionNumber = "Hide question number"; +$PendingAttempts = "Pending attempts"; +$EditInProfile = "Edit in profile"; +$Guidance = "Guidance"; +$RemoveTime = "Remove time"; +$CopyWithSessionContent = "Copy with session content"; +$ExportByClass = "Export by class"; ?> \ No newline at end of file diff --git a/main/lang/french/trad4all.inc.php b/main/lang/french/trad4all.inc.php index 417525d0326..f900373d55e 100644 --- a/main/lang/french/trad4all.inc.php +++ b/main/lang/french/trad4all.inc.php @@ -8724,4 +8724,21 @@ $CoursesUsage = "Utilisation des cours"; $HideConnectionTime = "Masquer les temps de connection"; $CourseInWhichTheQuestionWasInitiallyCreated = "Cours dans lequel la question a été créée initialement."; +$ApprenticeshipContract = "Contrat d'apprentissage"; +$ExportCcVersion13 = "Exporter à Common Cartridge v1.3"; +$ImportCcVersion13 = "Importer depuis Common Cartridge v1.3"; +$ExportCcVersion13Info = "Exporter le contenu de votre course au format IMS Common Cartridge v1.3, pour le partager avec d'autres plateformes qui supportent ce format."; +$ImportCcVersion13Info = "Importer un cours au format IMS Common Cartridge v1.3, depuis une autre plateforme qui supporte ce format. La version est importante."; +$IMSCCCreated = "Fichier IMS CC créé."; +$IMSCCFile = "Fichier IMS CC"; +$IMSCCFileImported = "Fichier IMS CC importé."; +$IMSCCImportInstructions = "Envoyer un fichier au format IMS CC (.imscc) dans la version correcte, et il sera extrait directement au sein de votre cours."; +$IMSCC13 = "IMS Common Cartridge v1.3"; +$HideQuestionNumber = "Cacher le numéro des questions"; +$PendingAttempts = "Tentatives en attente"; +$EditInProfile = "Éditer dans le profil"; +$Guidance = "Guidance"; +$RemoveTime = "Supprimer du temps"; +$CopyWithSessionContent = "Copier avec le contenu de session"; +$ExportByClass = "Exporter par classe"; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index 656227a1dc3..09efd3f01db 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -8820,4 +8820,21 @@ $CoursesUsage = "Uso de cursos"; $HideConnectionTime = "Ocultar tiempo de conexión"; $CourseInWhichTheQuestionWasInitiallyCreated = "Curso en el cual la pregunta fue creada."; +$ApprenticeshipContract = "Contrato de aprendizaje"; +$ExportCcVersion13 = "Exportar en Common Cartridge v1.3"; +$ImportCcVersion13 = "Importar desde Common Cartridge v1.3"; +$ExportCcVersion13Info = "Exporte el contenido de su curso en el formato IMS Common Cartridge 1.3, para compartirlo con otras plataformas."; +$ImportCcVersion13Info = "Importe un curso en el formato IMS Common Cartridge 1.3, desde otra plataforma compatible con este formato. La versión es relevante."; +$IMSCCCreated = "Archivo IMS CC creado."; +$IMSCCFile = "Archivo IMS CC"; +$IMSCCFileImported = "Archivo IMS CC importado."; +$IMSCCImportInstructions = "Suba un archivo IMS CC (.imscc) en la versión correcta y será extraido directamente en su curso."; +$IMSCC13 = "IMS Common Cartridge v1.3"; +$HideQuestionNumber = "Esconder el número de la pregunta"; +$PendingAttempts = "Intentos en espera"; +$EditInProfile = "Editar en el perfil"; +$Guidance = "Guia"; +$RemoveTime = "Eliminar tiempo"; +$CopyWithSessionContent = "Copiar con contenido de sesión"; +$ExportByClass = "Exportar por clase"; ?> \ No newline at end of file diff --git a/plugin/onlyoffice/README.md b/plugin/onlyoffice/README.md index 0a6c9734b11..dd702fc298d 100644 --- a/plugin/onlyoffice/README.md +++ b/plugin/onlyoffice/README.md @@ -138,3 +138,8 @@ The table below will help you to make the right choice. \** Support for all conditions and gradient. Adding/Editing capabilities are coming soon +## Note on SSL + +As for all SSL to non-SSL communication, this plugin will not work fully if your +Chamilo portal works in HTTP and your OnlyOffice Document server works in HTTPS, or vice-versa. +You will need to ensure the same protocol on both sides. \ No newline at end of file