Adding translations

skala
Julio Montoya 13 years ago
parent 661d2293a4
commit 90a9ddcc9e
  1. 14
      main/lang/english/admin.inc.php
  2. 1
      main/lang/english/announcements.inc.php
  3. 1
      main/lang/english/group.inc.php
  4. 2
      main/lang/spanish/admin.inc.php

@ -1548,4 +1548,18 @@ $ShibbolethMainActivateComment = "<p>First of all, you have to configure Shibbol
$LdapDescriptionTitle = "<h3>LDAP autentication</h3>";
$FacebookMainActivateTitle = "<h3>Facebook authentication</h3>";
$FacebookMainActivateComment = "<p>First of all, you have create a Facebook Application (see <a href='https://developers.facebook.com/apps'>https://developers.facebook.com/apps</a>) with your Facebook account. In the Facebook Apps parameters, the site URL value should have a GET parameter 'action=fbconnect' (e.g. http://mychamilo.com/?action=fbconnect).</p>Then, <h5>edit file main/auth/external_login/facebook.conf.php</h5>and enter 'appId' and 'secret' values for &#36;facebook_config.<br/>Go to <a href='settings.php?category=Facebook'>Plugin</a> to add a configurable 'Facebook Login' button for your Chamilo campus.";
$LanguagePriority1Title = "Language priority 1";
$LanguagePriority2Title = "Language priority 2";
$LanguagePriority3Title = "Language priority 3";
$LanguagePriority4Title = "Language priority 4";
$LanguagePriority5Title = "Language priority 5";
$LanguagePriority1Comment = "The language with the highest priority";
$UserLanguage = "User language";
$UserSelectedLanguage = "User selected language";
$TeachersCanChangeGradeModelSettingsTitle = "Teachers can change the Gradebook model settings";
$TeachersCanChangeGradeModelSettingsComment = "When editing a Gradebook";
$GradebookDefaultGradeModelTitle = "Default grade model";
$GradebookDefaultGradeModelComment = "This value will be selected by default when creating a course";
$GradebookEnableGradeModelTitle = "Enable Gradebook model";
$GradebookEnableGradeModelComment = "Enables the auto creation of gradebook categories inside a course depending of the gradebook models.";
?>

@ -60,4 +60,5 @@ $YourAccountIsActiveYouCanLoginAndCheckYourCourses = "Dear user,
Your account has now been activated on the platform. Please login and enjoy your courses.";
$AddAsAnnouncement = "Add as an announcement";
$AnnouncementForGroup = "Announcement for a group";
?>

@ -96,4 +96,5 @@ $BackToGroupList = "Back to Groups list";
$EditGroupCategory = "Edit group category";
$NoStudents = "No student";
$NoData = "No data available";
$AllGroups = "All groups";
?>

@ -1545,4 +1545,6 @@ $TeachersCanChangeScoreSettingsTitle = "Los profesores pueden cambiar la configu
$TeachersCanChangeScoreSettingsComment = "Al editar la configuración de las Evaluaciones";
$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 = "<div class='normal-message'> <br /><ul><li>LDAP authentication : <br />See I. below to configure LDAP <br />See II. below to activate LDAP authentication </li><br /><br /><li> Update user attributes, with LDAP data, after CAS authentication(see <a href='settings.php?category=CAS'>CAS configuration </a>) : <br />See I. below to configure LDAP <br />CAS manage user authentication, LDAP activation isn't required. </li><br /></ul></div><br /><h4>I. LDAP configuration</h4><h5>Edit file main/auth/external_login/ldap.conf.php </h5>-&gt; Edit values of array <code>&#36;extldap_config</code> <br /><br />Parameters are <br /><ul><li>base domain string (ex : 'base_dn' =&gt; 'DC=cblue,DC=be') </li><li>admin distinguished name (ex : 'admin_dn' =&gt;'CN=admin,dc=cblue,dc=be') </li><li>admin password (ex : 'admin_password' =&gt; '123456') </li><li>ldap host (ex : 'host' =&gt; array('1.2.3.4', '2.3.4.5', '3.4.5.6')) </li><li>filter (ex : 'filter' =&gt; '') </li><li>port (ex : 'port' =&gt; 389) </li><li>protocol version (2 or 3) (ex : 'protocol_version' =&gt; 3) </li><li>user_search (ex : 'user_search' =&gt; 'sAMAccountName=%username%') </li><li>encoding (ex : 'encoding' =&gt; 'UTF-8') </li><li>update_userinfo (ex : 'update_userinfo' =&gt; true) </li></ul>-&gt; To update correspondences between user and LDAP attributes, edit array <code>&#36;extldap_user_correspondance</code> <br />Array values are &lt;chamilo_field&gt; =&gt; &gt;ldap_field&gt; <br />Array structure is explained in file main/auth/external_login/ldap.conf.php<br /><br /><br /><h4>II. Activate LDAP authentication </h4><h5>Edit file main/inc/conf/configuration.php </h5>-&gt; Uncomment lines <br />&#36;extAuthSource[&quot;extldap&quot;][&quot;login&quot;] =&#36;_configuration['root_sys'].&#36;_configuration['code_append'].&quot;auth/external_login/login.ldap.php&quot;;<br />&#36;extAuthSource[&quot;extldap&quot;][&quot;newUser&quot;] =&#36;_configuration['root_sys'].&#36;_configuration['code_append'].&quot;auth/external_login/newUser.ldap.php&quot;;<br /><br />N.B. : LDAP users use same fields than platform users to login. <br />N.B. : LDAP activation adds a menu External authentication [LDAP] in &quot;add or modify&quot; user pages.</div>";
$FacebookMainActivateTitle = "Autenticación con Facebook";
?>
Loading…
Cancel
Save