From 69b54521a6bfa435b4596556b22affb6dc5a64bc Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 18 Sep 2012 16:26:46 +0200 Subject: [PATCH] Updating lang vars --- main/lang/english/admin.inc.php | 2 ++ main/lang/english/trad4all.inc.php | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/main/lang/english/admin.inc.php b/main/lang/english/admin.inc.php index ba8951c951..904466fdf7 100644 --- a/main/lang/english/admin.inc.php +++ b/main/lang/english/admin.inc.php @@ -1257,6 +1257,8 @@ $SessionStartDate = "Access start date"; $SessionDisplayEndDate = "End date to display"; $SessionDisplayStartDate = "Start date to display"; $UserHasNoCourse = "This user is not subscribed to any course"; +$SessionTutorsCanSeeExpiredSessionsResultsComment = "Can session tutors see the reports for their session after it has expired?"; +$SessionTutorsCanSeeExpiredSessionsResultsTitle = "Session tutors reports visibility"; $TheXMLImportLetYouAddMoreInfoAndCreateResources = "The XML import lets you add more info and create resources (courses, users). The CSV import will only create sessions and let you assign existing resources to them."; $ShowLinkBugNotificationTitle = "Show link to report bug"; $ShowLinkBugNotificationComment = "Show a link in the header to report a bug inside of our support platform (http://support.chamilo.org). When clicking on the link, the user is sent to the support platform, on a wiki page that describes the bug reporting process."; diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 7e2af89742..3968134ba2 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -976,6 +976,14 @@ $NumberOfCoursesPrivate = "Number of private courses"; $NumberOfCoursesClosed = "Number of closed courses"; $NumberOfCoursesTotal = "Total number of courses"; $NumberOfUsersActive = "Number of active users"; +$CourseTutor = "Course tutor"; +$StudentInSessionCourse = "Student in session course"; +$StudentInCourse = "Student in course"; +$SessionGeneralCoach = "Session general coach"; +$SessionCourseCoach = "Session course coach"; +$Admin = "Admin"; +$UserNotAttendedSymbol = "NP"; +$UserAttendedSymbol = "P"; $Order = "Order"; $GlobalPlatformInformation = "Global platform information"; $ReportABug = "Report a bug";