diff --git a/main/lang/english/admin.inc.php b/main/lang/english/admin.inc.php index 89b919221c..dc59f9f8d0 100644 --- a/main/lang/english/admin.inc.php +++ b/main/lang/english/admin.inc.php @@ -1554,6 +1554,10 @@ $LanguagePriority3Title = "Language priority 3"; $LanguagePriority4Title = "Language priority 4"; $LanguagePriority5Title = "Language priority 5"; $LanguagePriority1Comment = "The language with the highest priority"; +$LanguagePriority2Comment = "The second language priority"; +$LanguagePriority3Comment = "The third language priority"; +$LanguagePriority4Comment = "The fourth language priority"; +$LanguagePriority5Comment = "The lowest language priority"; $UserLanguage = "User language"; $UserSelectedLanguage = "User selected language"; $TeachersCanChangeGradeModelSettingsTitle = "Teachers can change the Gradebook model settings"; diff --git a/main/lang/english/gradebook.inc.php b/main/lang/english/gradebook.inc.php index 2806bdf65f..2383cc6dc9 100644 --- a/main/lang/english/gradebook.inc.php +++ b/main/lang/english/gradebook.inc.php @@ -233,4 +233,5 @@ $AllMustWeight100 = "The sum of all values must be 100"; $Components = "Components"; $OnlyActiveWhenThereAreAnyComponents = "This option is enabled if you have any evaluations or categories"; $GradebookLockedAlert = "This assessment has been locked. You cannot unlock it. If you really need to unlock it, please contact the platform administrator, explaining the reason why you would need to do that (it might otherwise be considered as fraud attempt)."; +$GradebookUnlockedAlert = "Are you sure you want to unlock this item?"; ?> \ No newline at end of file diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 1b9ce2111a..77c50f4b55 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -1230,4 +1230,6 @@ $LastnameAndFirstname = "Last Name and First Name"; $Plugins = "Plugins"; $Detailed = "Detailed"; $ResourceLockedByGradebook = "This option is not available because this activity is contained by an assessment, which is currently locked. To unlock the assessment, ask your platform administrator."; +$ConfirmToLockElement = "Confirm to lock element"; +$ConfirmToUnLockElement = "Are you sure to unlock this element?"; ?> \ No newline at end of file diff --git a/main/lang/spanish/admin.inc.php b/main/lang/spanish/admin.inc.php index ddd59bdf94..9595a4e5f0 100644 --- a/main/lang/spanish/admin.inc.php +++ b/main/lang/spanish/admin.inc.php @@ -1546,5 +1546,8 @@ $TeachersCanChangeScoreSettingsComment = "Al editar la configuración de las Eva $GradebookEnableLockingTitle = "Activar bloqueo de Evaluaciones por los profesores"; $GradebookEnableLockingComment = "Una vez activada, esta opción permitirá a los profesores bloquear cualquier evaluación dentro de su curso. Esto prohibirá al profesor cualquier modificación posterior de los resultados de sus alumnos en los recursos usados para esta evaluación: exámenes, lecciones, tareas, etc. El único rol autorizado a desbloquear una evaluación es el administrador. El profesor estará informado de esta posibilidad al intentar desbloquear la evaluación. El bloqueo como el desbloqueo estarán guardados en el registro de actividades importantes del sistema."; $LdapDescriptionComment = "


I. LDAP configuration

Edit file main/auth/external_login/ldap.conf.php
-> Edit values of array $extldap_config

Parameters are
-> To update correspondences between user and LDAP attributes, edit array $extldap_user_correspondance
Array values are <chamilo_field> => >ldap_field>
Array structure is explained in file main/auth/external_login/ldap.conf.php


II. Activate LDAP authentication

Edit file main/inc/conf/configuration.php
-> Uncomment lines
$extAuthSource["extldap"]["login"] =$_configuration['root_sys'].$_configuration['code_append']."auth/external_login/login.ldap.php";
$extAuthSource["extldap"]["newUser"] =$_configuration['root_sys'].$_configuration['code_append']."auth/external_login/newUser.ldap.php";

N.B. : LDAP users use same fields than platform users to login.
N.B. : LDAP activation adds a menu External authentication [LDAP] in "add or modify" user pages."; +$ShibbolethMainActivateTitle = "

Autenticación Shibboleth

"; +$LdapDescriptionTitle = "

Autentificacion LDAP

"; $FacebookMainActivateTitle = "Autenticación con Facebook"; +$LanguagePriority1Title = "Prioridad del idioma 1"; ?> \ No newline at end of file diff --git a/main/lang/spanish/announcements.inc.php b/main/lang/spanish/announcements.inc.php index 014b9dc120..cc6eb9e36d 100644 --- a/main/lang/spanish/announcements.inc.php +++ b/main/lang/spanish/announcements.inc.php @@ -59,4 +59,5 @@ $ButtonPublishAnnouncement = "Enviar anuncio"; $YourAccountIsActiveYouCanLoginAndCheckYourCourses = "Estimado usuario

Usted no esta activo en la plataforma, por favor inicie sesión nuevamente y revise sus cursos"; $AddAsAnnouncement = "Agregar como un anuncio"; +$AnnouncementForGroup = "Anuncios para un grupo"; ?> \ No newline at end of file diff --git a/main/lang/spanish/gradebook.inc.php b/main/lang/spanish/gradebook.inc.php index d6a4df1bdf..4a5539f940 100644 --- a/main/lang/spanish/gradebook.inc.php +++ b/main/lang/spanish/gradebook.inc.php @@ -233,4 +233,5 @@ $AllMustWeight100 = "La suma debe ser de 100"; $Components = "Componentes"; $OnlyActiveWhenThereAreAnyComponents = "Esta opción está habilitada si tiene evaluaciones o categorías"; $GradebookLockedAlert = "Esta evaluación ha sido bloqueada y no puede ser desbloqueada. Si necesita realmente desbloquearla, por favor contacte el administrador de la plataforma, explicando su razón (sino podría ser considerado como un intento de fraude)."; +$GradebookUnlockedAlert = "¿Está seguro de desbloquear este elemento?"; ?> \ No newline at end of file diff --git a/main/lang/spanish/group.inc.php b/main/lang/spanish/group.inc.php index ec9960ea0d..671ad46e5f 100644 --- a/main/lang/spanish/group.inc.php +++ b/main/lang/spanish/group.inc.php @@ -96,4 +96,5 @@ $BackToGroupList = "Volver a la lista de grupos"; $EditGroupCategory = "Modificar categoria de grupo"; $NoStudents = "No hay estudiantes"; $NoData = "No hay datos disponibles"; +$AllGroups = "Todos los grupos"; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index eb526a741e..8058defd4a 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -1235,4 +1235,6 @@ $LastnameAndFirstname = "Apellidos y Nombres"; $Plugins = "Plugins"; $Detailed = "Detallado"; $ResourceLockedByGradebook = "Esta opción no está disponible porque la actividad está incluida en una evaluación que se encuentra bloqueada. Para desbloquear esta evaluación, comuníquese con el administrador de la plataforma."; +$ConfirmToLockElement = "¿Está seguro de bloquear este elemento? Luego de bloquear este elemento no podrá editar los resultados de los estudiantes. Para desbloquearlo deberá contactar al administrador de la plataforma."; +$ConfirmToUnLockElement = "¿Está seguro de desbloquear este elemento?"; ?> \ No newline at end of file