Adding lang vars in english

skala
Julio Montoya 12 years ago
parent 5e98bde274
commit 7d177b8d89
  1. 4
      main/lang/english/course_info.inc.php
  2. 4
      main/lang/english/index.inc.php
  3. 1
      main/lang/english/registration.inc.php
  4. 16
      main/lang/english/trad4all.inc.php
  5. 2
      main/template/default/skill/skill_wheel.tpl

@ -117,6 +117,8 @@ $AllowUserViewUserList = "Allow user view user list";
$AllowUserViewUserListActivate = "Enable user list";
$AllowUserViewUserListDeactivate = "Disable user list";
$DoNotDisplayAnyAdvance = "Do not display progress";
$CourseSettingsRegisterDirectLink = "If your course is public or open, you can use the direct link below to send an invitation to new users, so after registration, they will be sent directly to the course. Also, you can add the e=1 parameter to the URL, replacing \"1\" by an exercise ID to send them directly to a specific exam. The exercise ID can be discovered in the URL when clicking on an exercise to open it.<br/>%s";
$DirectLink = "Direct link";
$NewHomeworkEmailAlert = "Email users on assignment creation";
$NewHomeworkEmailAlertEnable = "Enable email users on assignment submission";
$NewHomeworkEmailAlertDisable = "Disable email users on assignment submission";
@ -131,6 +133,4 @@ $ActivateLegal = "Enable legal terms";
$ShowALegalNoticeWhenEnteringTheCourse = "Show a legal notice when entering the course";
$CourseLegalAgreement = "Legal agreement for this course";
$AcceptLegal = "Accept legal terms";
$CourseSettingsRegisterDirectLink = "If your course is public or open, you can use the direct link below to send an invitation to new users, so after registration, they will be sent directly to the course. Also, you can add the e=1 parameter to the URL, replacing 1 by an exercise ID to send them directly to a specific exam. The exercise ID can be discovered in the url when clicking on an exercise to open it.<br/>%s";
$DirectLink = "Direct link";
?>

@ -74,8 +74,8 @@ $PendingInvitations = "Pending invitations";
$YouDoNotHaveAnySessionInItsHistory = "You have no session in your sessions history";
$PortalHomepageDefaultIntroduction = "<h2>Congratulations! You have successfully installed your e-learning portal!</h2> <p>You can now complete the installation by following three easy steps:<br /> <ol> <li>Configure you portal by going to the administration section, and select the Portal -> <a href=\"main/admin/settings.php\">Configuration settings</a> entry.</li> <li>Add some life to your portal by creating users and/or training. You can do that by inviting new people to create their accounts or creating them yourself through the <a href=\"main/admin/\">administration</a>'s Users and Training sections.</li> <li>Edit this page through the <a href=\"main/admin/configure_homepage.php\">Edit portal homepage</a> entry in the administration section.</li> </ol> <p>You can always find more information about this software on our website: <a href=\"http://www.chamilo.org\">http://www.chamilo.org</a>.</p> <p>Have fun, and don't hesitate to join the community and give us feedback through <a href=\"http://www.chamilo.org/forum\">our forum</a>.</p>";
$Username = "User name";
$Profile = "Profile";
$GoAheadAndBrowseOurCourseCatalogXOnceRegisteredYouWillSeeTheCourseHereX = "<p>Go ahead and browse our course catalog %s to register to any course you like. Once registered, you will see the course appear right %s, instead of this message.</p>";
$HelloXAsYouCanSeeYourCourseListIsEmpty = "<p>Hello <strong>%s</strong> and welcome,</p>
<p>As you can see, your courses list is still empty. That's because you are not registered to any course yet! </p>";
$GoAheadAndBrowseOurCourseCatalogXOnceRegisteredYouWillSeeTheCourseHereX = "<p>Go ahead and browse our course catalog %s to register to any course you like. Once registered, you will see the course appear right %s, instead of this message.</p>";
$Profile = "Profile";
?>

@ -177,6 +177,7 @@ $EnterEmailUserAndWellSendYouPassword = "Enter the username or the email address
$NoUserAccountWithThisEmailAddress = "There is no account with this user and/or e-mail address";
$CouldNotResetPassword = "Could not reset password";
$WithTheFollowingSettings = "with the following settings:";
$UnsubscribeUsersAlreadyAddedInCourse = "Unsubscribe users already added";
$YourAccountOnXHasJustBeenApprovedByOneOfOurAdministrators = "Your account on %s has just been approved by one of our administrators.";
$HaveFun = "Have fun,";
$YouCanNowLoginAtXUsingTheLoginAndThePasswordYouHaveProvided = "You can now login at %s using the login and the password you have provided.";

@ -935,6 +935,21 @@ $Literal20 = "twenty";
$DateTime = "Date & time";
$Item = "Item";
$Never = "Never";
$MissingOneStepToMatch = "Missing <b>one</b> step to match";
$CompleteMatch = "Complete match";
$MissingXStepsToMatch = "Missing <b>%s</b> steps";
$Rank = "Rank";
$CurrentlyLearning = "Currently learning";
$SkillsAcquired = "Skills acquired";
$AddSkillToProfileSearch = "Add skill to profile search";
$ShortCode = "Short code";
$CreateChildSkill = "Create child skill";
$SearchProfileMatches = "Search profile matches";
$IsThisWhatYouWereLookingFor = "Is this what you were looking for?";
$WhatSkillsAreYouLookingFor = "What skills are you looking for?";
$ProfileSearch = "Profile search";
$here = "here";
$ImportUsers = "Import users";
$YouWillBeRedirectedInXSeconds = "Just a moment, please. You will be redirected in %s seconds...";
$NumberOfCoursesPublic = "Number of public courses";
$NumberOfCoursesOpen = "Number of open courses";
@ -1334,5 +1349,4 @@ $DataTableSearch = "Search";
$HideColumn = "Hide column";
$DisplayColumn = "Show column";
$LegalAgreementAccepted = "Legal agreement accepted";
$here = "here";
?>

@ -457,8 +457,6 @@ $(document).ready(function() {
<ul id="profile_search" class="holder holder_simple">
</ul>
{{ 'RightClickOnSkillsInTheWheelToAddThemToThisProfileSearchBox'|get_lang }}
<form id="search_profile_form" class="form-search">
<input class="btn" type="submit" value="{{ "SearchProfileMatches"|get_lang }}">
</form>

Loading…
Cancel
Save