You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main/lang/english/admin.inc.php
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1403,4 +1403,56 @@
1403
1403
$ExerciseAndLPsAreInvisibleInTheNewCourse = "Exercises and learning paths are invisible in the new course";
1404
1404
$YouMustChooseARelationType = "You have to choose a relation type";
1405
1405
$SelectARelationType = "Relation type selection";
1406
+
$AddUserToURL = "Add user to this URL";
1407
+
$CourseBelongURL = "Course registered to the URL";
1408
+
$AtLeastOneSessionAndOneURL = "You have to select at least one session and one URL";
1409
+
$SelectURL = "Select a URL";
1410
+
$SessionsWereEdited = "The sessions have been updated.";
1411
+
$URLDeleted = "URL deleted.";
1412
+
$CannotDeleteURL = "Cannot delete this URL.";
1413
+
$CoursesInPlatform = "Courses on the platform.";
1414
+
$UsersEdited = "Users updated.";
1415
+
$CourseHome = "Course homepage";
1416
+
$ComingSoon = "Coming soon...";
1417
+
$DummyCourseOnlyOnTestServer = "Dummy course content - only available on test platforms.";
1418
+
$ThereAreNotSelectedCoursesOrCoursesListIsEmpty = "There are no selected courses or the courses list is empty.";
1419
+
$CodeTwiceInFile = "A code has been used twice in the file. This is not authorized. Courses codes should be unique.";
1420
+
$CodeExists = "This code exists";
1421
+
$UnkownCategoryCourseCode = "The category could not be found";
1422
+
$LinkedCourseTitle = "Title of related course";
1423
+
$LinkedCourseCode = "Linked course's code";
1424
+
$AssignUsersToSessionsAdministrator = "Assign users to sessions administrator";
1425
+
$AssignedUsersListToSessionsAdministrator = "Assign a users list to the sessions administrator";
1426
+
$GroupDeleted = "Class deleted.";
1427
+
$CannotDeleteGroup = "The class could not be deleted.";
1428
+
$SomeGroupsNotDeleted = "Some of the classes could not be deleted.";
1429
+
$DontUnchek = "Don't uncheck";
1430
+
$Modified = "Modified";
1431
+
$SessionsList = "Sessions list";
1432
+
$Promotion = "Promotion";
1433
+
$UpdateSession = "Update session";
1434
+
$Path = "Path";
1435
+
$SelectOptionExport = "Select export option";
1436
+
$FieldEdited = "Field added.";
1437
+
$LanguageParentNotExist = "The parent language does not exist.";
1438
+
$TheSubLanguageHasNotBeenRemoved = "The sub-language has not been removed.";
1439
+
$ShowOrHide = "Show/Hide";
1440
+
$StatusCanNotBeChangedToHumanResourcesManager = "The status of this user cannot be changed to human resources manager.";
1441
+
$FieldTaken = "Field taken";
1442
+
$UsersSubscribedToSeveralCoursesBecauseOfVirtualCourses = "Users subscribed to several courses through the use of virtual courses.";
1443
+
$NoUrlForThisUser = "This user doesn't have a related URL.";
1444
+
$ExtraData = "Extra data";
1445
+
$ExercisesInLp = "Exercises in learning paths";
1446
+
$Id = "Id";
1447
+
$ThereWasAnError = "There was an error.";
1448
+
$CantMoveToTheSameSession = "Cannot move this to the same session.";
1449
+
$StatsMoved = "Stats moved.";
1450
+
$UserInformationOfThisCourse = "User information for this course";
1451
+
$OriginCourse = "Original course";
1452
+
$OriginSession = "Original session";
1453
+
$DestinyCourse = "Destination course";
1454
+
$DestinySession = "Destination session";
1455
+
$CourseDoesNotExistInThisSession = "The course does not exist in this session. The copy will work only from one course in one session to the same course in another session.";
Copy file name to clipboardExpand all lines: main/lang/english/document.inc.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -271,4 +271,5 @@
271
271
$RenameAndComment = "Rename and comment";
272
272
$YouAreCurrentlyUsingXOfYourX = "You are currently using %s MB (%s) of your %s MB.";
273
273
$UplUploadFailedSizeIsZero = "There was a problem uploading your document: the received file had a 0 bytes size on the server. Please, review your local file for any corruption or damage, then try again.";
Copy file name to clipboardExpand all lines: main/lang/english/install.inc.php
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,4 +119,9 @@
119
119
$SuggestionOnlyToEnableCSSUploadFeature = "Suggestion only if you want to enable the CSS upload feature";
120
120
$SuggestionOnlyToEnableSubLanguageFeature = "Suggestion only if you want to enable the sub-language feature";
121
121
$IfYouPlanToUpgradeFromOlderVersionYouMightWantToHaveAlookAtTheChangelog = "If you plan to upgrade from an older version of Chamilo, you might want to <a href=\"../../documentation/changelog.html\" target=\"_blank\">have a look at the changelog</a> to know what's new and what has been changed";
122
+
$WelcomeToTheDokeosInstaller = "Welcome to the Chamilo installer";
123
+
$PHPVersionError = "Your PHP version does not match the requirements for this software. Please check you have the latest version, then try again.";
124
+
$ExtensionSessionsNotAvailable = "Sessions extension not available";
125
+
$ExtensionZlibNotAvailable = "Zlib extension not available";
126
+
$ExtensionPCRENotAvailable = "PCRE extension not available";
0 commit comments