12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $OpenBadgesBannerText = "A new online standard to recognize and verify learning in combination with Chamilo skills. Use the tabs to configure it.";
- $OpenBadgesIntroduction = "Introducing OpenBadges";
- $DesignANewBadgeComment = "Design a new badge, download it from the design tool and upload it on the platform.";
- $TheBadgesWillBeSentToThatBackpack = "The badges will be sent to this backpack";
- $BackpackDetails = "Backpack details";
- $CriteriaToEarnTheBadge = "Criteria to earn the badge";
- $BadgePreview = "Badge preview";
- $DesignNewBadge = "Design a new badge";
- $TotalX = "Total: %s";
- $DownloadBadges = "Download badges";
- $IssuerDetails = "Badges issuer details";
- $CreateBadge = "Create badge";
- $Badges = "Badges";
- $StudentsWhoAchievedTheSkillX = "Students who acquired skill %s";
- $AchievedSkillInCourseX = "Skills acquired in course %s";
- $SkillsReport = "Skills report";
- $AssignedUsersListToStudentBoss = "Users assigned to their superior";
- $AssignUsersToBoss = "Assign users to superior";
- $RoleStudentBoss = "Student's superior";
- $CosecantCsc = "Cosecant:\t\t\t\tcsc(x)";
- $HyperbolicCosecantCsch = "Hyperbolic cosecant:\t\tcsch(x)";
- $ArccosecantArccsc = "Arccosecant:\t\t\tarccsc(x)";
- $HyperbolicArccosecantArccsch = "Hyperbolic arccosecant:\t\tarccsch(x)";
- $SecantSec = "Secant:\t\t\t\tsec(x)";
- $HyperbolicSecantSech = "Hyperbolic secant:\t\tsech(x)";
- $ArcsecantArcsec = "Arcsecant:\t\t\tarcsec(x)";
- $HyperbolicArcsecantArcsech = "Hyperbolic arcsecant:\t\tarcsech(x)";
- $CotangentCot = "Cotangent:\t\t\tcot(x)";
- $HyperbolicCotangentCoth = "Hyperbolic cotangent:\t\tcoth(x)";
- $ArccotangentArccot = "Arccotangent:\t\t\tarccot(x)";
- $HyperbolicArccotangentArccoth = "Hyperbolic arccotangent:\t\tarccoth(x)";
- $HelpCookieUsageValidation = "In order for this site to work and be able to measure the use of content, this platform uses cookies.<br /><br />\nIf needed, the Help section of your browser indicates how to configure cookies.<br /><br />\nFor more information on cookies, you can visit the <a href=\"http://www.aboutcookies.org/\">About Cookies</a> website.";
- $YouAcceptCookies = "By continuing to use this site, you declare you accept its use of cookies.";
- $TemplateCertificateComment = "An example certificate format";
- $TemplateCertificateTitle = "Certificate";
- $ResultsVisibility = "Results visibility";
- $DownloadCertificate = "Download certificate";
- $PortalActiveCoursesLimitReached = "Sorry, this installation has an active courses limit, which has now been reached. You can still create new courses, but only if you hide/disable at least one existing active course. To do this, edit a course from the administration courses list, and change the visibility to 'hidden', then try creating this course again. To increase the maximum number of active courses allowed on this Chamilo installation, please contact your hosting provider or, if available, upgrade to a superior hosting plan.";
- $WelcomeToInstitution = "Welcome to the campus of %s";
- $WelcomeToSiteName = "Welcome to %s";
- $RequestAccess = "Request access";
- $Formula = "Formula";
- $MultipleConnectionsAreNotAllow = "This user is already logged in";
- $Listen = "Listen";
- $AudioFileForItemX = "Audio file for item %s";
- $ThereIsANewWorkFeedbackInWorkXHere = "There's a new feedback in work: %s <a href='%s'>Click here</a> to see it.";
- $ThereIsANewWorkFeedback = "There's a new feedback in work: %s";
- $LastUpload = "Last upload";
- $EditUserListCSV = "Edit users list";
- $NumberOfCoursesHidden = "Number of hidden courses";
- $Post = "Post";
- $Write = "Write";
- $YouHaveNotYetAchievedSkills = "You have not yet achieved skills";
- $Corn = "Corn";
- $Gray = "Gray";
- $LightBlue = "Light blue";
- $Black = "Black";
- $White = "White";
- $DisplayOptions = "Display options";
- $EnterTheSkillNameToSearch = "Enter the skill name to search";
- $SkillsSearch = "Skills search";
- $ChooseABackgroundColor = "Choose a background color";
- $SocialWriteNewComment = "Write new comment";
- $SocialWallWhatAreYouThinkingAbout = "What are you thinking about?";
- $SocialMessageDelete = "Delete comment";
- $SocialWall = "Social wall";
- $BuyCourses = "Buy courses";
- $MySessions = "My sessions";
- $ActivateAudioRecorder = "Activate audio recorder";
- $StartSpeaking = "Start speaking";
- $SessionDurationDescription = "The session duration allows you to set a number of days of access starting from the first access date of the user to the session. This way, you can set a session to 'last for 15 days' instead of starting at a fixed date for all students.";
- $HyperbolicArctangentArctanh = "Hyperbolic arctangent:\t\tarctanh(x)";
- $SessionDurationTitle = "Session duration";
- $ArctangentArctan = "Arctangent:\t\t\tarctan(x)";
- $HyperbolicTangentTanh = "Hyperbolic tangent:\t\ttanh(x)";
- $TangentTan = "Tangent:\t\t\ttan(x)";
- $CoachAndStudent = "Coach and student";
- $Serie = "Series";
- $HyperbolicArccosineArccosh = "Hyperbolic arccosine:\t\tarccosh(x)";
- $ArccosineArccos = "Arccosine:\t\t\tarccos(x)";
- $HyperbolicCosineCosh = "Hyperbolic cosine:\t\tcosh(x)";
- $CosineCos = "Cosine:\t\t\t\tcos(x)";
- $TeacherTimeReport = "Teachers time report";
- $HyperbolicArcsineArcsinh = "Hyperbolic arcsine:\t\tarcsinh(x)";
- $ArcsineArcsin = "Arcsine:\t\t\tarcsin(x)";
- $HyperbolicSineSinh = "Hyperbolic sine:\t\tsinh(x)";
- $SineSin = "Sine:\t\t\t\tsin(x)";
- $PiNumberPi = "Pi number:\t\t\tpi";
- $ENumberE = "E number:\t\t\te";
- $LogarithmLog = "Logarithm:\t\t\tlog(x)";
- $NaturalLogarithmLn = "Natural logarithm:\t\tln(x)";
- $AbsoluteValueAbs = "Absolute value:\t\t\tabs(x)";
- $SquareRootSqrt = "Square root:\t\t\tsqrt(x)";
- $ExponentiationCircumflex = "Exponentiation:\t\t\t^";
- $DivisionSlash = "Division:\t\t\t/";
- $MultiplicationStar = "Multiplication:\t\t\t*";
- $SubstractionMinus = "Substraction:\t\t\t-";
- $SummationPlus = "Summation:\t\t\t+";
- $NotationList = "Formula notation";
- $SubscribeToSessionRequest = "Request for subscription to a session";
- $PleaseSubscribeMeToSession = "Please consider subscribing me to session";
- $SearchActiveSessions = "Search active sessions";
- $UserNameHasDash = "The username cannot contain the '-' character";
- $IfYouWantOnlyIntegerValuesWriteBothLimitsWithoutDecimals = "If you want only integer values write both limits without decimals";
- $GiveAnswerVariations = "Please, write how many question variations you want";
- $AnswerVariations = "Question variations";
- $GiveFormula = "Please, write the formula";
- $SignatureFormula = "Sincerely";
- $FormulaExample = "Formula sample: sqrt( [x] / [y] ) * ( e ^ ( ln(pi) ) )";
- $VariableRanges = "Variable ranges";
- $ExampleValue = "Range value";
- $CalculatedAnswer = "Calculated question";
- $UserIsCurrentlySubscribed = "The user is currently subscribed";
- $OnlyBestAttempts = "Only best attempts";
- $IncludeAllUsers = "Include all users";
- $HostingWarningReached = "Hosting warning reached";
- $SessionName = "Session name";
- $MobilePhoneNumberWrong = "Mobile phone number is incomplete or contains invalid characters";
- $CountryDialCode = "Include the country dial code";
- $FieldTypeMobilePhoneNumber = "Mobile phone number";
- $CheckUniqueEmail = "Check unique email";
- $EmailUsedTwice = "This email is not available";
- $TotalPostsInAllForums = "Total posts in all forums.";
- $AddMeAsCoach = "Add me as coach";
- $AddMeAsTeacherInCourses = "Add me as teacher in the imported courses.";
- $ExerciseProgressInfo = "Progress of exercises taken by the student";
- $CourseTimeInfo = "Time spent in the course";
- $ExerciseAverageInfo = "Average of best grades of each exercise attempt";
- $ExtraDurationForUser = "Additional access days for this user";
- $UserXSessionY = "User: %s - Session: %s";
- $DurationIsSameAsDefault = "The given session duration is the same as the default for the session. Ignoring.";
- $FirstAccessWasXSessionDurationYEndDateWasZ = "This user's first access to the session was on %s. With a session duration of %s days, the access to this session already expired on %s";
- $FirstAccessWasXSessionDurationYEndDateInZDays = "This user's first access to the session was on %s. With a session duration of %s days, the end date is scheduled in %s days";
- $UserNeverAccessedSessionDefaultDurationIsX = "This user never accessed this session before. The duration is currently set to %s days (from the first access date)";
- $SessionDurationEdit = "Edit session duration";
- $EditUserSessionDuration = "User's session duration edition";
- $SessionDurationXDaysLeft = "This session has a maximum duration. Only %s days to go.";
- $NextTopic = "Next topic";
- $CurrentTopic = "Current topic";
- $ShowFullCourseAdvance = "Show course planning";
- $RedirectToCourseHome = "Redirect to Course home";
- $LpReturnLink = "Learning path return link";
- $LearningPathList = "Learning path list";
- $UsersWithoutTask = "Learners who didn't send their work";
- $UsersWithTask = "Learners who sent their work";
- $UploadFromTemplate = "Upload from template";
- $DocumentAlreadyAdded = "Document already added";
- $AddDocument = "Add document";
- $ExportToDoc = "Export to .doc";
- $SortByTitle = "Sort by title";
- $SortByUpdatedDate = "Sort by edition date";
- $SortByCreatedDate = "Sort by creation date";
- $ViewTable = "Table view";
- $ViewList = "List view";
- $DRH = "Human Resources Manager";
- $Global = "Global";
- $QuestionTitle = "Question title";
- $QuestionId = "Question ID";
- $ExerciseId = "ExerciseId";
- $ExportExcel = "Excel export";
- $CompanyReportResumed = "Corporate report, short version";
- $CompanyReport = "Corporate report";
- $Report = "Report";
- $TraceIP = "Trace IP";
- $NoSessionProvided = "No session provided";
- $UserMustHaveTheDrhRole = "Users must have the HR director role";
- $NothingToAdd = "Nothing to add";
- $NoStudentsFoundForSession = "No student found for the session";
- $NoDestinationSessionProvided = "No destination session provided";
- $SessionXSkipped = "Session %s skipped";
- $CheckDates = "Validate dates";
- $CreateACategory = "Create a category";
- $PriorityOfMessage = "Message type";
- $ModifyDate = "Modification date";
- $Weep = "Weep";
- $LatestChanges = "Latest changes";
- $FinalScore = "Final score";
- $ErrorWritingXMLFile = "There was an error writing the XML file. Please ask the administrator to check the error logs.";
- $TeacherXInSession = "Teacher in session: %s";
- $DeleteAttachment = "Delete attachment";
- $EditingThisEventWillRemoveItFromTheSerie = "Editing this event will remove it from the serie of events it is currently part of";
- $EnterTheCharactersYouReadInTheImage = "Enter the characters you see on the image";
- $YouDontHaveAnInstitutionAccount = "You don't have an institutional account";
- $LoginWithYourAccount = "Login with your account";
- $YouHaveAnInstitutionalAccount = "You already have an institutional account";
- $NoActionAvailable = "No action available";
- $Coaches = "Coaches";
- $ShowDescription = "Show description";
- $AgendaList = "Agenda list";
- $Calendar = "Calendar";
- $CustomRange = "Custom range";
- $ThisWeek = "This week";
- $SendToUsersInSessions = "Send to users in all sessions of this course";
- $ParametersNotFound = "Parameters not found";
- $UsersToAdd = "Users to add";
- $DocumentsAdded = "Documents added";
- $NoUsersToAdd = "No users to add";
- $Subgroup = "Subgroup";
- $Subgroups = "Subgroups";
- $EnterTheLettersYouSee = "Enter the letters you see.";
- $ClickOnTheImageForANewOne = "Click on the image to load a new one.";
- $AccountBlockedByCaptcha = "Account blocked by captcha.";
- $CatchScreenCasts = "Capture screenshot/screencast";
- $View = "View";
- $AmountSubmitted = "Number submitted";
- $InstallWarningCouldNotInterpretPHP = "Warning: the installer detected an error while trying to reach the test file at %s. It looks like the PHP script could not be interpreted. This could be a warning sign for future problems when creating courses. Please check the installation guide for more information about permissions. If you are installing a site with a URL that doesn't resolve yet, you can probably ignore this message.";
- $BeforeX = "Before %s";
- $AfterX = "After %s";
- $ExportSettingsAsXLS = "Export settings as XLS";
- $DeleteAllItems = "Delete all items";
- $DeleteThisItem = "Delete this item";
- $RecordYourVoice = "Record your voice";
- $RecordIsNotAvailable = "No recording available";
- $WorkNumberSubmitted = "Works received";
- $WithoutCategory = "Without category";
- $IncorrectScore = "Incorrect score";
- $CorrectScore = "Correct score";
- $UseCustomScoreForAllQuestions = "Use custom score for all questions";
- $YouShouldAddItemsBeforeAttachAudio = "You should add some items to your learning path, otherwise you won't be able to attach audio files to them";
- $InactiveDays = "Inactive days";
- $FollowedHumanResources = "Followed HR directors";
- $TheTextYouEnteredDoesNotMatchThePicture = "The text you entered doesn't match the picture.";
- $RemoveOldRelationships = "Remove previous relationships";
- $ImportSessionDrhList = "Import list of HR directors into sessions";
- $FollowedStudents = "Followed students";
- $FollowedTeachers = "Followed teachers";
- $AllowOnlyFiles = "Allow only files";
- $AllowOnlyText = "Allow only text";
- $AllowFileOrText = "Allow files or online text";
- $DocumentType = "Document type";
- $SendOnlyAnEmailToMySelfToTest = "Send an email to myself for testing purposes.";
- $DeleteAllSelectedAttendances = "Delete all selected attendances";
- $AvailableClasses = "Available classes";
- $RegisteredClasses = "Registered classes";
- $DeleteItemsNotInFile = "Delete items not in file";
- $ImportGroups = "Import groups";
- $HereIsYourFeedback = "Here is your feedback";
- $SearchSessions = "Session Search";
- $ShowSystemFolders = "Show system folders.";
- $LoginToGoToThisCourse = "Please login to go to this course";
- $LoginDate = "Login date";
- $ChooseStartDateAndEndDate = "Choose start and end dates";
- $WorkAdded = "Work added";
- $AllowMemberLeaveGroup = "Allow members to leave group";
- $CreatedByXYOnZ = "Create by <a href=\"%s\">%s</a> on %s";
- $LoginWithExternalAccount = "Login without an institutional account";
- $NumberOfGroupsToCreate = "Number of groups to create";
- $CoachesSubscribedAsATeacherInCourseX = "Coaches subscribed as teachers in course %s";
- $EnrollStudentsFromExistingSessions = "Enroll students from existing sessions";
- $EnrollTrainersFromExistingSessions = "Enroll trainers from existing sessions";
- $AddingStudentsFromSessionXToSessionY = "Adding students from session <b>%s</b> to session <b>%s</b>";
- $AddUserGroupToThatURL = "Add user group to this URL";
- $FirstLetter = "First letter";
- $UserGroupList = "User groups list";
- $AddUserGroupToURL = "Add group to URL";
- $UserGroupListInX = "Groups in %s";
- $UserGroupListInPlatform = "Platform groups list";
- $EditUserGroupToURL = "Edit groups for one URL";
- $ManageUserGroup = "Manage user groups";
- $RegistrationDisabled = "Sorry, you are trying to access the registration page for this portal, but registration is currently disabled. Please contact the administrator (see contact information in the footer). If you already have an account on this site.";
- $CasDirectCourseAccess = "Enter course with CAS authentication";
- $TeachersWillBeAddedAsCoachInAllCourseSessions = "Teachers will be added as a coach in all course sessions.";
- $YesImSure = "Yes, I'm sure";
- $NoIWantToTurnBack = "No, I want to return";
- $IfYouContinueYourAnswerWillBeSavedAnyChangeWillBeNotAllowed = "If you continue your answer will be saved. Any change will be not allowed.";
- $SpecialCourses = "Special courses";
- $Roles = "Roles";
- $ToolCurriculum = "Curriculum";
- $ToReviewXYZ = "%s to review (%s)";
- $UnansweredXYZ = "%s unanswered (%s)";
- $AnsweredXYZ = "%s answered (%s)+(%s)";
- $UnansweredZ = "(%s) Unanswered";
- $AnsweredZ = "(%s) Answered";
- $CurrentQuestionZ = "(%s) Current question";
- $ToReviewZ = "(%s) To review";
- $ReturnToExerciseList = "Return to exercises list";
- $ExerciseAutoLaunch = "Auto-launch for exercises";
- $AllowFastExerciseEdition = "Enable exercise fast edition mode";
- $Username = "Username";
- $SignIn = "Sign in";
- $YouAreReg = "You are registered to";
- $ManageQuestionCategories = "Manage global questions categories";
- $ManageCourseFields = "Manage extra fields for courses";
- $ManageQuestionFields = "Manage extra fields for questions";
- $QuestionFields = "Questions fields";
- $FieldLoggeable = "Field changes should be logged";
- $EditExtraFieldWorkFlow = "Edit this field's workflow";
- $SelectRole = "Select role";
- $SelectAnOption = "Please select an option";
- $CurrentStatus = "Current status";
- $MyCourseCategories = "My courses categories";
- $SessionsCategories = "Sessions categories";
- $CourseSessionBlock = "Courses and sessions";
- $Committee = "Committee";
- $ModelType = "Exercise model type";
- $YourPasswordCannotBeTheSameAsYourUsername = "Your password cannot be the same as your username";
- $CheckEasyPasswords = "Check passwords too easy to guess";
- $PasswordVeryStrong = "Very strong";
- $PasswordStrong = "Strong";
- $PasswordMedium = "Medium";
- $PasswordNormal = "Normal";
- $PasswordWeak = "Weak";
- $PasswordIsTooShort = "The password is too short";
- $BadCredentials = "Bad credentials";
- $BreadcrumbNavigationDisplayComment = "Show or hide the breadcrumb navigation, the one appearing just below the main navigation tabs. It is highly recommended to have this navigation shown to users, as this allows them to locate their current position and navigate to previous pages easily. Sometimes, however, it might be necessary to hide it (for example in the case of exam platforms) to avoid users navigating to pages they should not see.";
- $BreadcrumbNavigationDisplayTitle = "Breadcrumb navigation";
- $AllowurlfopenIsSetToOff = "The PHP setting \"allow_url_fopen\" is set to off. This prevents the registration mechanism to work properly. This setting can be changed in you PHP configuration file (php.ini) or in the Apache Virtual Host configuration, using the php_admin_value directive";
- $ImpossibleToContactVersionServerPleaseTryAgain = "Impossible to contact the version server right now. Please try again later.";
- $VersionUpToDate = "Your version is up-to-date";
- $LatestVersionIs = "The latest version is";
- $YourVersionNotUpToDate = "Your version is not up-to-date";
- $Hotpotatoes = "Hotpotatoes";
- $CourseCategoriesAreGlobal = "Course categories are global over multiple portals configurations. Changes are only allowed in the main administrative portal.";
- $UserIsNotATeacher = "User is not a teacher";
- $ConvertToMultipleAnswer = "Convert to multiple answer";
- $ThisItemIsInvisibleForStudentsButYouHaveAccessAsTeacher = "This item is invisible for learner but you have access as teacher.";
- $PreventSessionAdminsToManageAllUsersTitle = "Prevent session admins to manage all users";
- $IsOpenSession = "Open session";
- $AllowVisitors = "Allow visitors";
- $DeleteAllAttendances = "Delete all created attendances";
- $Unsubscribe = "Unsubscribe";
- $AddForum = "Add a forum";
- $ReplyShort = "Re:";
- $SendToAllUsers = "Send to all users";
- $SelectACategory = "Select a category";
- $AdvancedEdit = "Advanced edit";
- $PublicationStartDate = "Published start date";
- $ShowStatus = "Show status";
- $Mode = "Mode";
- $Schedule = "Schedule";
- $Place = "Place/Location";
- $RecommendedNumberOfParticipants = "Recommended number of participants";
- $WCAGGoMenu = "Goto menu";
- $WCAGGoContent = "Goto content";
- $NoTimeLimits = "No time limits";
- $SearchXapianModuleNotInstalled = "The Xapian search module is not installed";
- $TypeMessage = "Please type your message!";
- $ConfirmReset = "Do you really want to delete all messages?";
- $LearningPathGradebookWarning = "Warning: It is possible to use, in the gradebook, tests that are part of learning paths. If the learning path itself is already included, this test might be part of the gradebook already. The learning paths evaluation is made on the basis of a progress percentage, while the evaluation on tests is made on the basis of a score. Survey evaluation is based on whether the user has answered (1) or not (0). Make sure you test your combinations of gradebook evaluations to avoid mind-blogging situations.";
- $ChooseEitherDurationOrTimeLimit = "Choose either duration or time limit";
- $ClearList = "Clear the chat";
- $SessionBanner = "Session banner";
- $ShortDescription = "Short description";
- $TargetAudience = "Target audience";
- $CallSent = "Chat call has been sent. Waiting for the approval of your partner.";
- $ChatDenied = "Your call has been denied by your partner.";
- $Send = "Send message";
- $Connected = "Chat partners";
- $Title = "Title";
- $By = "By";
- $UsersOnline = "Users online";
- $Remove = "Remove";
- $Enter = "Back to training list";
- $Description = "Description";
- $Links = "Links";
- $Works = "Assignments";
- $Forums = "Forums";
- $Exercices = "Tests";
- $CreateDir = "Create folder";
- $Name = "Name";
- $Comment = "Comment";
- $Visible = "Visible";
- $NewDir = "Name of the new folder";
- $DirCr = "Folder created";
- $Download = "Download";
- $Group = "Groups";
- $Edit = "Edit";
- $GroupForum = "Group Forum";
- $Language = "Language";
- $LoginName = "Login";
- $AutostartMp3 = "Do you want audio file to START automatically?";
- $Assignments = "Assignments";
- $Forum = "Forum";
- $DelImage = "Remove picture";
- $Code = "Training code";
- $Up = "Up";
- $Down = "down";
- $TimeReportForCourseX = "Time report for course %s";
- $Theme = "Graphical theme";
- $TheListIsEmpty = "Empty";
- $UniqueSelect = "Multiple choice";
- $CreateCategory = "Create category";
- $SendFile = "Upload document";
- $SaveChanges = "Save changes";
- $SearchTerm = "Search term";
- $TooShort = "Too short";
- $CourseCreate = "Create a course";
- $Todo = "To do";
- $UserName = "Username";
- $TimeReportIncludingAllCoursesAndSessionsByTeacher = "Time report including all courses and sessions, by teacher";
- $CategoryMod = "Edit Category";
- $Hide = "Hide";
- $Dear = "Dear";
- $Archive = "archive";
- $CourseCode = "Code";
- $NoDescription = "No description";
- $OfficialCode = "Code";
- $FirstName = "First name";
- $LastName = "Last name";
- $Status = "Status";
- $Email = "e-mail";
- $SlideshowConversion = "Slideshow conversion";
- $UploadFile = "File upload";
- $AvailableFrom = "Available from";
- $AvailableTill = "Until";
- $Preview = "Preview";
- $Type = "Type";
- $EmailAddress = "Email address";
- $Organisation = "Company";
- $Reporting = "Reporting";
- $Update = "Update";
- $SelectQuestionType = "Select question type";
- $CurrentCourse = "Current course";
- $Back = "Back";
- $Info = "Information";
- $Search = "Search";
- $AdvancedSearch = "Advanced search";
- $Open = "Open";
- $Import = "Import";
- $AddAnother = "Add another";
- $Author = "Author";
- $TrueFalse = "True / False";
- $QuestionType = "Question type";
- $NoSearchResults = "No search results";
- $SelectQuestion = "Select question";
- $AddNewQuestionType = "Add new question type";
- $Numbered = "Numbered";
- $iso639_2_code = "en";
- $iso639_1_code = "eng";
- $charset = "iso-8859-1";
- $text_dir = "ltr";
- $left_font_family = "verdana, helvetica, arial, geneva, sans-serif";
- $right_font_family = "helvetica, arial, geneva, sans-serif";
- $number_thousands_separator = ",";
- $number_decimal_separator = ".";
- $dateFormatShort = "%b %d, %Y";
- $dateFormatLong = "%A %B %d, %Y";
- $dateTimeFormatLong = "%B %d, %Y at %I:%M %p";
- $timeNoSecFormat = "%I:%M %p";
- $Yes = "Yes";
- $No = "No";
- $Next = "Next";
- $Allowed = "Allowed";
- $BackHome = "Back to Home Page of";
- $Propositions = "Proposals for an improvement of";
- $Maj = "Update";
- $Modify = "Edit";
- $Invisible = "invisible";
- $Save = "Save";
- $Move = "Move";
- $Help = "Help";
- $Ok = "Validate";
- $Add = "Add";
- $AddIntro = "Add an introduction text";
- $BackList = "Return to the list";
- $Text = "Text";
- $Empty = "You left some fields empty.<br>Use the <b>Back</b> button on your browser and try again.<br>If you ignore your training code, see the Training Program";
- $ConfirmYourChoice = "Please confirm your choice";
- $And = "and";
- $Choice = "Your choice";
- $Finish = "Quit test";
- $Cancel = "Cancel";
- $NotAllowed = "You are not allowed to see this page. Either your connection has expired or you are trying to access a page for which you do not have the sufficient privileges.";
- $NotLogged = "You are not logged in";
- $Manager = "Administrator";
- $Optional = "Optional";
- $NextPage = "Next page";
- $PreviousPage = "Previous page";
- $Use = "Use";
- $Total = "Total";
- $Take = "take";
- $One = "One";
- $Several = "Several";
- $Notice = "Notice";
- $Date = "Date";
- $Among = "among";
- $Show = "Show";
- $MyCourses = "My courses";
- $ModifyProfile = "Profile";
- $MyStats = "View my progress";
- $Logout = "Logout";
- $MyAgenda = "Personal agenda";
- $CourseHomepage = "Course home";
- $CourseManagerview = "Teacher View";
- $StudentView = "Learner View";
- $AddResource = "Add it";
- $AddedResources = "Attachments";
- $TimeReportForTeacherX = "Time report for teacher %s";
- $TotalTime = "Total time";
- $langNameOfLang['arabic'] = "arabic";
- $langNameOfLang['brazilian'] = "brazilian";
- $langNameOfLang['bulgarian'] = "bulgarian";
- $langNameOfLang['catalan'] = "catalan";
- $langNameOfLang['croatian'] = "croatian";
- $langNameOfLang['danish'] = "danish";
- $langNameOfLang['dutch'] = "dutch";
- $langNameOfLang['english'] = "english";
- $langNameOfLang['finnish'] = "finnish";
- $langNameOfLang['french'] = "french";
- $langNameOfLang['french_corporate'] = "french_corporate";
- $langNameOfLang['french_KM'] = "french_KM";
- $langNameOfLang['galician'] = "galician";
- $langNameOfLang['german'] = "german";
- $langNameOfLang['greek'] = "greek";
- $langNameOfLang['italian'] = "italian";
- $langNameOfLang['japanese'] = "japanese";
- $langNameOfLang['polish'] = "polish";
- $langNameOfLang['portuguese'] = "portuguese";
- $langNameOfLang['russian'] = "russian";
- $langNameOfLang['simpl_chinese'] = "simpl_chinese";
- $langNameOfLang['spanish'] = "spanish";
- $Close = "close";
- $Platform = "Portal";
- $localLangName = "language";
- $email = "e-mail";
- $CourseCodeAlreadyExists = "Sorry, but that training code already exists. Please choose another one.";
- $Statistics = "Statistics";
- $Grouplist = "Groups list";
- $Previous = "Previous";
- $DestDirectoryDoesntExist = "The target folder does not exist";
- $Courses = "Courses";
- $In = "in";
- $ShowAll = "Show all";
- $Page = "Page";
- $englishLangName = "English";
- $Home = "Home";
- $AreYouSureToDelete = "Are you sure you want to delete";
- $SelectAll = "Select all";
- $UnSelectAll = "Unselect all";
- $WithSelected = "With selected";
- $OnLine = "Online";
- $Users = "Users";
- $PlatformAdmin = "Administration";
- $langNameOfLang['hungarian'] = "hungarian";
- $langNameOfLang['indonesian'] = "indonesian";
- $langNameOfLang['malay'] = "malay";
- $langNameOfLang['slovenian'] = "slovenian";
- $langNameOfLang['spanish_latin'] = "spanish_latin";
- $langNameOfLang['swedish'] = "swedisch";
- $langNameOfLang['thai'] = "thai";
- $langNameOfLang['turkce'] = "turkish";
- $langNameOfLang['vietnamese'] = "vietnamese";
- $UserInfo = "user information";
- $ModifyQuestion = "Save the question";
- $Example = "Example";
- $CheckAll = "Check all";
- $NbAnnoucement = "Announcement";
- $OtherCourses = "other courses";
- $Doc = "Training";
- $PlataformAdmin = "Portal Admin";
- $Groups = "Groups";
- $GroupManagement = "Groups management";
- $All = "All";
- $None = "none";
- $Sorry = "Select a training first";
- $Denied = "This function is only available to trainers";
- $Today = "Today";
- $CourseHomepageLink = "Course home";
- $Attachment = "attachment";
- $User = "User";
- $MondayInit = "M";
- $TuesdayInit = "T";
- $WednesdayInit = "W";
- $ThursdayInit = "T";
- $FridayInit = "F";
- $SaturdayInit = "S";
- $SundayInit = "S";
- $MondayShort = "Mon";
- $TuesdayShort = "Tue";
- $WednesdayShort = "Wed";
- $ThursdayShort = "Thu";
- $FridayShort = "Fri";
- $SaturdayShort = "Sat";
- $SundayShort = "Sun";
- $MondayLong = "Monday";
- $TuesdayLong = "Tuesday";
- $WednesdayLong = "Wednesday";
- $ThursdayLong = "Thursday";
- $FridayLong = "Friday";
- $SaturdayLong = "Saturday";
- $SundayLong = "Sunday";
- $JanuaryInit = "J";
- $FebruaryInit = "F";
- $MarchInit = "M";
- $AprilInit = "A";
- $MayInit = "M";
- $JuneInit = "J";
- $JulyInit = "J";
- $AugustInit = "A";
- $SeptemberInit = "S";
- $OctoberInit = "O";
- $NovemberInit = "N";
- $DecemberInit = "D";
- $JanuaryShort = "Jan";
- $FebruaryShort = "Feb";
- $MarchShort = "Mar";
- $AprilShort = "Apr";
- $MayShort = "May";
- $JuneShort = "Jun";
- $JulyShort = "Jul";
- $AugustShort = "Aug";
- $SeptemberShort = "Sep";
- $OctoberShort = "Oct";
- $NovemberShort = "Nov";
- $DecemberShort = "Dec";
- $JanuaryLong = "January";
- $FebruaryLong = "February";
- $MarchLong = "March";
- $AprilLong = "April";
- $MayLong = "May";
- $JuneLong = "June";
- $JulyLong = "July";
- $AugustLong = "August";
- $SeptemberLong = "September";
- $OctoberLong = "October";
- $NovemberLong = "November";
- $DecemberLong = "December";
- $MyCompetences = "My competences";
- $MyDiplomas = "My diplomas";
- $MyPersonalOpenArea = "My personal open area";
- $MyTeach = "What I am able to teach";
- $Agenda = "Agenda";
- $HourShort = "h";
- $PleaseTryAgain = "Please Try Again!";
- $UplNoFileUploaded = "No file was uploaded.";
- $UplSelectFileFirst = "Please select a file before pressing the upload button.";
- $UplNotAZip = "The file you selected was not a zip file.";
- $UplUploadSucceeded = "File upload succeeded!";
- $ExportAsCSV = "CSV export";
- $ExportAsXLS = "Excel export";
- $Openarea = "Personal area";
- $Done = "Done";
- $Documents = "Documents";
- $DocumentAdded = "Document added";
- $DocumentUpdated = "Document updated";
- $DocumentInFolderUpdated = "Document updated in folder";
- $Course_description = "Description";
- $Average = "Average";
- $Document = "Document";
- $Learnpath = "Courses";
- $Link = "Links";
- $Announcement = "Announcements";
- $Dropbox = "Dropbox";
- $Quiz = "Tests";
- $Chat = "Chat";
- $Conference = "Conference";
- $Student_publication = "Assignments";
- $Tracking = "Reporting";
- $langhomepage_link = "Add link to this page";
- $Course_setting = "Settings";
- $langbackup = "Backup and import";
- $langcopy_course_content = "Copy this course's content";
- $langrecycle_course = "Empty this course";
- $StartDate = "Start Date";
- $EndDate = "End Date";
- $StartTime = "Start Time";
- $EndTime = "End Time";
- $YouWereCalled = "You were invited to chat with";
- $DoYouAccept = "Do you accept it ?";
- $Everybody = "All";
- $SentTo = "Visible to";
- $Export = "Export";
- $Tools = "Modules";
- $Everyone = "Everyone";
- $SelectGroupsUsers = "Select groups/users";
- $Student = "Learner";
- $Teacher = "Trainer";
- $Send2All = "You did not select a user / group. The announcement is visible for every learner";
- $Wiki = "Group wiki";
- $Complete = "Complete";
- $Incomplete = "Incomplete";
- $reservation = "Book resource";
- $StartTimeWindow = "Start";
- $EndTimeWindow = "End";
- $AccessNotAllowed = "The access to this page is not allowed";
- $InThisCourse = "in this course";
- $ThisFieldIsRequired = "required field";
- $AllowedHTMLTags = "Allowed HTML tags";
- $FormHasErrorsPleaseComplete = "The form contains incorrect or incomplete data. Please check your input.";
- $StartDateShouldBeBeforeEndDate = "The first date should be before the end date";
- $InvalidDate = "Invalid date";
- $OnlyLettersAndNumbersAllowed = "Only letters and numbers allowed";
- $BasicOverview = "Organize";
- $CourseAdminRole = "Course admin";
- $UserRole = "Role";
- $OnlyImagesAllowed = "Only PNG, JPG or GIF images allowed";
- $ViewRight = "View";
- $EditRight = "Edit";
- $DeleteRight = "Delete";
- $OverviewCourseRights = "Roles & rights overview";
- $SeeAllRightsAllLocationsForSpecificRole = "Focus on role";
- $SeeAllRolesAllLocationsForSpecificRight = "Focus on right";
- $Advanced = "Authoring";
- $RightValueModified = "The value has been modified.";
- $course_rights = "Roles & rights overview";
- $Visio_conference = "Virtual meeting";
- $CourseAdminRoleDescription = "Teacher";
- $MoveTo = "Move to";
- $Delete = "Delete";
- $MoveFileTo = "Move file to";
- $TimeReportForSessionX = "Time report for session %s";
- $Error = "Error";
- $Anonymous = "Anonymous";
- $h = "h";
- $CreateNewGlobalRole = "Create new global role";
- $CreateNewLocalRole = "Create new local role";
- $Actions = "Detail";
- $Inbox = "Inbox";
- $ComposeMessage = "Compose message";
- $Other = "Other";
- $AddRight = "Add";
- $CampusHomepage = "Homepage";
- $YouHaveNewMessage = "You have a new message!";
- $myActiveSessions = "My active Sessions";
- $myInactiveSessions = "My inactive sessions";
- $FileUpload = "File upload";
- $MyActiveSessions = "My active Sessions";
- $MyInActiveSessions = "My inactive sessions";
- $MySpace = "Reporting";
- $ExtensionActivedButNotYetOperational = "This extension has been actived but can't be operational for the moment.";
- $MyStudents = "My learners";
- $Progress = "Progress";
- $Or = "or";
- $Uploading = "Uploading...";
- $AccountExpired = "Account expired";
- $AccountInactive = "Account inactive";
- $ActionNotAllowed = "Action not allowed";
- $SubTitle = "Sub-title";
- $NoResourcesToRecycle = "No resource to recycle";
- $noOpen = "Could not open";
- $TempsFrequentation = "Frequentation time";
- $Progression = "Progress";
- $NoCourse = "This course could not be found";
- $Teachers = "Trainers";
- $Session = "Session";
- $Sessions = "Course sessions";
- $NoSession = "The session could not be found";
- $NoStudent = "The learner could not be found";
- $Students = "Learners";
- $NoResults = "No results found";
- $Tutors = "Coaches";
- $Tel = "Tel";
- $NoTel = "No tel";
- $SendMail = "Send mail";
- $RdvAgenda = "Agenda appointment";
- $VideoConf = "Chamilo LIVE";
- $MyProgress = "Progress";
- $NoOnlineStudents = "Nobody online";
- $InCourse = "In course";
- $UserOnlineListSession = "Users online - In my training sessions";
- $From = "From";
- $To = "To";
- $Content = "Content";
- $year = "year";
- $Years = "years";
- $Day = "Day";
- $Days = "days";
- $PleaseStandBy = "Please stand by...";
- $AvailableUntil = "Until";
- $HourMinuteDivider = "h";
- $Visio_classroom = "Virtual classroom";
- $Survey = "Survey";
- $More = "More";
- $ClickHere = "Click here";
- $Here = "here";
- $SaveQuestion = "Save question";
- $ReturnTo = "You can now return to the";
- $Horizontal = "Horizontal";
- $Vertical = "Vertical";
- $DisplaySearchResults = "Display search results";
- $DisplayAll = "Display all";
- $File_upload = "File upload";
- $NoUsersInCourse = "No users in course";
- $Percentage = "Percentage";
- $Information = "Information";
- $EmailDestination = "Receiver";
- $SendEmail = "Send email";
- $EmailTitle = "Subject";
- $EmailText = "Email content";
- $Send = "Send";
- $Comments = "Comments";
- $ModifyRecipientList = "Edit recipient list";
- $Line = "Line";
- $NoLinkVisited = "No link visited";
- $NoDocumentDownloaded = "No document downloaded";
- $Clicks = "clicks";
- $SearchResults = "Search results";
- $SessionPast = "Past";
- $SessionActive = "Active";
- $SessionFuture = "Not yet begun";
- $DateFormatLongWithoutDay = "%B %d, %Y";
- $InvalidDirectoryPleaseCreateAnImagesFolder = "Invalid folder: Please create a folder with the name images in your documents tool so that the images can be uploaded in this folder";
- $UsersConnectedToMySessions = "Online in my sessions";
- $Category = "Category";
- $DearUser = "Dear user";
- $YourRegistrationData = "Your registration data";
- $ResetLink = "Click here to recover your password";
- $VisibilityChanged = "The visibility has been changed.";
- $MainNavigation = "Main navigation";
- $SeeDetail = "See detail";
- $GroupSingle = "Group";
- $PleaseLoginAgainFromHomepage = "Please try to login again from the homepage";
- $PleaseLoginAgainFromFormBelow = "Please try to login again using the form below";
- $AccessToFaq = "Access to the Frequently Asked Questions";
- $Faq = "Frequently Asked Question";
- $RemindInactivesLearnersSince = "Remind learners inactive since";
- $RemindInactiveLearnersMailSubject = "Inactivity on %s";
- $RemindInactiveLearnersMailContent = "Dear user,<br /><br /> you are not active on %s since more than %s days.";
- $OpenIdAuthentication = "OpenID authentication";
- $UploadMaxSize = "Upload max size";
- $Unknown = "Unknown";
- $MoveUp = "Move up";
- $MoveDown = "Move down";
- $UplUnableToSaveFileFilteredExtension = "File upload failed: this file extension or file type is prohibited";
- $OpenIDURL = "OpenID URL";
- $UplFileTooBig = "The file is too big to upload.";
- $UplGenericError = "The file you uploaded was not received succesfully. Please try again later or contact the administrator of this portal.";
- $MyGradebook = "Assessments";
- $Gradebook = "Assessments";
- $OpenIDWhatIs = "What is OpenID?";
- $OpenIDDescription = "OpenID eliminates the need for multiple logins across different websites, simplifying your online experience. You get to choose the OpenID Provider that best meets your needs and most importantly that you trust. At the same time, your OpenID can stay with you, no matter which Provider you move to. And best of all, the OpenID technology is not proprietary and is completely free.For businesses, this means a lower cost of password and account management, while drawing new web traffic. OpenID lowers user frustration by letting users have control of their login.<br /><br /><a href=\"http://openid.net/what/\">Read on...</a>";
- $NoManager = "No administrator";
- $ExportiCal = "iCal export";
- $ExportiCalPublic = "Export in iCal format as public event";
- $ExportiCalPrivate = "Export in iCal format as private event";
- $ExportiCalConfidential = "Export in iCal format as confidential event";
- $MoreStats = "More stats";
- $Drh = "Human Resources Manager";
- $MinDecade = "decade";
- $MinYear = "year";
- $MinMonth = "month";
- $MinWeek = "week";
- $MinDay = "day";
- $MinHour = "hour";
- $MinMinute = "minute";
- $MinDecades = "decades";
- $MinYears = "years";
- $MinMonths = "months";
- $MinWeeks = "weeks";
- $MinDays = "days";
- $MinHours = "hours";
- $MinMinutes = "minutes";
- $HomeDirectory = "Home";
- $DocumentCreated = "Documented created";
- $ForumAdded = "The forum has been added";
- $ForumThreadAdded = "Forum thread added";
- $ForumAttachmentAdded = "Forum attachment added";
- $directory = "directory";
- $Directories = "directories";
- $UserAge = "Age";
- $UserBirthday = "Birthday";
- $Course = "Course";
- $FilesUpload = "documents";
- $ExerciseFinished = "Test Finished";
- $UserSex = "Sex";
- $UserNativeLanguage = "Native language";
- $UserResidenceCountry = "Country of residence";
- $AddAnAttachment = "Add attachment";
- $FileComment = "File comment";
- $FileName = "Filename";
- $SessionsAdmin = "Sessions administrator";
- $MakeChangeable = "Make changeable";
- $MakeUnchangeable = "Make unchangeable";
- $UserFields = "Profile attributes";
- $FieldShown = "The field is now visible for the user.";
- $CannotShowField = "Cannot make the field visible.";
- $FieldHidden = "The field is now invisible for the user.";
- $CannotHideField = "Cannot make the field invisible";
- $FieldMadeChangeable = "The field is now changeable by the user: the user can now fill or edit the field";
- $CannotMakeFieldChangeable = "The field can not be made changeable.";
- $FieldMadeUnchangeable = "The field is now made unchangeable: the user cannot fill or edit the field.";
- $CannotMakeFieldUnchangeable = "The field cannot be made unchangeable";
- $Folder = "Folder";
- $CloseOtherSession = "The chat is not available because another training has been opened in another page. To avoid this, please make sure you remain inside the same training for the duration of your chat session. To join the chat session again, please re-launch the chat from the training homepage.";
- $FileUploadSucces = "The file has successfully been uploaded.";
- $Yesterday = "Yesterday";
- $Submit = "Submit";
- $Department = "Department";
- $BackToNewSearch = "Back to start new search";
- $Step = "Step";
- $SomethingFemininAddedSuccessfully = "added successfully";
- $SomethingMasculinAddedSuccessfully = "added successfully";
- $DeleteError = "Delete error";
- $StepsList = "Steps list";
- $AddStep = "Add step";
- $StepCode = "Step code";
- $Label = "Label";
- $UnableToConnectTo = "Unable to connect to";
- $NoUser = "No user";
- $SearchResultsFor = "Search results for:";
- $SelectFile = "Select a file";
- $WarningFaqFileNonWriteable = "Warning - The FAQ file, located in the /home/ directory of your portal, is not writable. Your text will not be saved until the file permissions are changed.";
- $AddCategory = "Add category";
- $NoExercises = "No tests";
- $NotAllowedClickBack = "Sorry, you are not allowed to access this page, or maybe your connection has expired. Please click your browser's \"Back\" button or follow the link below to return to the previous page.";
- $Exercise = "Tests";
- $Result = "Result";
- $AttemptingToLoginAs = "Attempting to login as %s %s (id %s)";
- $LoginSuccessfulGoToX = "Login successful. Go to %s";
- $FckMp3Autostart = "Start audio automatically";
- $Learner = "Learner";
- $IntroductionTextUpdated = "Intro was updated";
- $Align = "Align";
- $Width = "Width";
- $VSpace = "V Space";
- $HSpace = "H Space";
- $Border = "Border";
- $Alt = "Alt";
- $Height = "Height";
- $ImageManager = "Image manager";
- $ImageFile = "Image File";
- $ConstrainProportions = "Constrain proportions";
- $InsertImage = "Insert image";
- $AccountActive = "Account active";
- $GroupSpace = "Group area";
- $GroupWiki = "Wiki";
- $ExportToPDF = "Export to PDF";
- $CommentAdded = "You comment has been added";
- $BackToPreviousPage = "Back to previous page";
- $ListView = "List view";
- $NoOfficialCode = "No code";
- $Owner = "Owner";
- $DisplayOrder = "Display order";
- $SearchFeatureDoIndexDocument = "Index document text?";
- $SearchFeatureDocumentLanguage = "Document language for indexation";
- $With = "with";
- $GeneralCoach = "General coach";
- $SaveDocument = "Save document";
- $CategoryDeleted = "The category has been deleted.";
- $CategoryAdded = "Category added";
- $IP = "IP";
- $Qualify = "Grade activity";
- $Words = "Words";
- $GoBack = "Go back";
- $Details = "Details";
- $EditLink = "Edit link";
- $LinkEdited = "Assessment edited";
- $ForumThreads = "Forum threads";
- $GradebookVisible = "Visible";
- $GradebookInvisible = "Invisible";
- $Phone = "Phone";
- $InfoMessage = "Information message";
- $ConfirmationMessage = "Confirmation message";
- $WarningMessage = "Warning message";
- $ErrorMessage = "Error message";
- $Glossary = "Glossary";
- $Coach = "Coach";
- $Condition = "Condition";
- $CourseSettings = "Course settings";
- $EmailNotifications = "Email notifications";
- $UserRights = "User rights";
- $Theming = "Graphical theme";
- $Qualification = "Score";
- $OnlyNumbers = "Only numbers";
- $ReorderOptions = "Reorder options";
- $EditUserFields = "Edit user fields";
- $OptionText = "Text";
- $FieldTypeDoubleSelect = "Double select";
- $FieldTypeDivider = "Visual divider";
- $ScormUnknownPackageFormat = "Unknown package format";
- $ResourceDeleted = "The resource has been deleted";
- $AdvancedParameters = "Advanced settings";
- $GoTo = "Go to";
- $SessionNameAndCourseTitle = "Session and course name";
- $CreationDate = "Creation date";
- $LastUpdateDate = "Latest update";
- $ViewHistoryChange = "View changes history";
- $langNameOfLang['asturian'] = "asturian";
- $SearchGoToLearningPath = "Go to course";
- $SearchLectureLibrary = "Lectures library";
- $SearchImagePreview = "Preview image";
- $SearchAdvancedOptions = "Advanced search options";
- $SearchResetKeywords = "Reset keywords";
- $SearchKeywords = "Keywords";
- $IntroductionTextDeleted = "Intro was deleted";
- $SearchKeywordsHelpTitle = "Keywords search help";
- $SearchKeywordsHelpComment = "Select keywords in one or more fields and click the search button.<br /><br />To select more than one keyword in a field, use Ctrl+click.";
- $Validate = "Validate";
- $SearchCombineSearchWith = "Combine keywords with";
- $SearchFeatureNotEnabledComment = "The full-text search feature is not enabled in Chamilo. Please contact the Chamilo administrator.";
- $Top = "Top";
- $YourTextHere = "Your text here";
- $OrderBy = "Order by";
- $Notebook = "Notebook";
- $FieldRequired = "Mandatory field";
- $BookingSystem = "Booking system";
- $Any = "Any";
- $SpecificSearchFields = "Specific search fields";
- $SpecificSearchFieldsIntro = "Here you can define the fields you want to use for indexing content. When you are indexing one element you should add one or many terms on each field separated by comas.";
- $AddSpecificSearchField = "Add a specific search field";
- $SaveSettings = "Save settings";
- $NoParticipation = "There are no participants";
- $Subscribers = "Subscribers";
- $Accept = "Accept";
- $Reserved = "Reserved";
- $SharedDocumentsDirectory = "Shared documents folder";
- $Gallery = "Gallery";
- $Audio = "Audio";
- $GoToQuestion = "Go to question";
- $Level = "Level";
- $Duration = "Duration";
- $SearchPrefilterPrefix = "Specific Field for prefilter";
- $SearchPrefilterPrefixComment = "This option let you choose the Specific field to use on prefilter search type.";
- $MaxTimeAllowed = "Max. time (minutes)";
- $Class = "Class";
- $Select = "Select";
- $Booking = "Booking";
- $ManageReservations = "Booking";
- $DestinationUsers = "Destination users";
- $AttachmentFileDeleteSuccess = "The attached file has been deleted";
- $AccountURLInactive = "Account inactive for this URL";
- $MaxFileSize = "Maximum file size";
- $SendFileError = "An error has been detected while receiving your file. Please check your file is not corrupted and try again.";
- $Expired = "Expired";
- $InvitationHasBeenSent = "The invitation has been sent";
- $InvitationHasBeenNotSent = "The invitation hasn't been sent";
- $Outbox = "Outbox";
- $Overview = "Overview";
- $ApiKeys = "API keys";
- $GenerateApiKey = "Generate API key";
- $MyApiKey = "My API key";
- $DateSend = "Date sent";
- $Deny = "Deny";
- $ThereIsNotQualifiedLearners = "There are no qualified learners";
- $ThereIsNotUnqualifiedLearners = "There are no unqualified learners";
- $SocialNetwork = "Social network";
- $BackToOutbox = "Back to outbox";
- $Invitation = "Invitation";
- $SeeMoreOptions = "See more options";
- $TemplatePreview = "Template preview";
- $NoTemplatePreview = "Preview not available";
- $ModifyCategory = "Edit category";
- $Photo = "Photo";
- $MoveFile = "Move the file";
- $Filter = "Filter";
- $Subject = "Subject";
- $Message = "Message";
- $MoreInformation = "More information";
- $MakeInvisible = "Make invisible";
- $MakeVisible = "Make Visible";
- $Image = "Image";
- $SaveIntroText = "Save intro text";
- $CourseName = "Course name";
- $SendAMessage = "Send a message";
- $Menu = "Menu";
- $BackToUserList = "Back to user list";
- $GraphicNotAvailable = "Graphic not available";
- $BackTo = "Back to";
- $HistoryTrainingSessions = "Courses history";
- $ConversionFailled = "Conversion failled";
- $AlreadyExists = "Already exists";
- $TheNewWordHasBeenAdded = "The new word has been added";
- $CommentErrorExportDocument = "Some of the documents are too complex to be treated automatically by the document converter";
- $DataType = "Data type";
- $Value = "Value";
- $System = "System";
- $ImportantActivities = "Important activities";
- $SearchActivities = "Search for specific activities";
- $Parent = "Parent";
- $SurveyAdded = "Survey added";
- $WikiAdded = "Wiki added";
- $ReadOnly = "Read only";
- $Unacceptable = "Unacceptable";
- $DisplayTrainingList = "Display courses list";
- $HistoryTrainingSession = "Courses history";
- $Until = "Until";
- $FirstPage = "First page";
- $LastPage = "Last page";
- $Coachs = "Coachs";
- $CourseProgram = "Description";
- $ThisCourseDescriptionIsEmpty = "There is no course description so far.";
- $Vacancies = "Vacancies";
- $QuestionPlan = "Help";
- $Cost = "Cost";
- $NewBloc = "Other";
- $TeachingHours = "Lecture hours";
- $Area = "Area";
- $InProcess = "In process";
- $CourseDescriptionUpdated = "The description has been updated";
- $CourseDescriptionDeleted = "Description has been deleted";
- $PreventSessionAdminsToManageAllUsersComment = "By enabling this option, session admins will only be able to see, in the administration page, the users they created.";
- $FieldTypeFile = "File upload";
- $ConvertToUniqueAnswer = "Convert to unique answer";
- $NextWeek = "Next Week";
- $DragAndDropAnElementHere = "Drag and drop an element here";
- $ThereAreNoRegisteredDatetimeYet = "There is no date/time registered yet";
- $CalendarList = "Calendar list of attendances";
- $AttendanceCalendarDescription = "The attendance calendar allows you to register attendance lists (one per real session the students need to attend). Add new attendance lists here.";
- $CleanCalendar = "Clean the calendar of all lists";
- $AddDateAndTime = "Add a date and time";
- $AttendanceSheet = "Attendance sheet";
- $GoToAttendanceCalendar = "Go to the attendance calendar";
- $AttendanceCalendar = "Attendance calendar";
- $QualifyAttendanceGradebook = "Grade the attendance list in the assessment tool";
- $CreateANewAttendance = "Create a new attendance list";
- $Attendance = "Attendance";
- $IsInductionSession = "Induction-type session";
- $GeneralDescription = "Description";
- $GeneralDescriptionQuestions = "What is the goal of the training? Are there prerequisites? How is this training connected to other training?";
- $GeneralDescriptionInformation = "Describe the training (number of hours, sser number, location) and trainer (name, office, Tel., e-mail, office hours . . . .).";
- $Objectives = "Objectives";
- $ObjectivesInformation = "What are the objectives of the training (competences, skills, outcomes)?";
- $ObjectivesQuestions = "What should the end results be when the learner has completed the training? What are the activities performed during the training?";
- $Topics = "Topics";
- $TopicsInformation = "List of topics included in the training. Importance of each topic. Level of difficulty. Structure and inter-dependence of the different parts.";
- $TopicsQuestions = "How does the training progress? Where should the learner pay special care? Are there identifiable problems in understanding different areas? How much time should one dedicate to the different areas of the training?";
- $Methodology = "Methodology";
- $MethodologyQuestions = "What methods and activities help achieve the objectives of the training? What would the schedule be?";
- $MethodologyInformation = "Presentation of the activities (conference, papers, group research, labs...).";
- $CourseMaterial = "Course material";
- $CourseMaterialQuestions = "Is there a course book, a collection of papers, a bibliography, a list of links on the internet?";
- $CourseMaterialInformation = "Short description of the course materials.";
- $HumanAndTechnicalResources = "Resources";
- $HumanAndTechnicalResourcesQuestions = "Consider the trainers, coaches, a technical helpdesk, training managers, and/or materials available.";
- $HumanAndTechnicalResourcesInformation = "Identify and describe the different contact persons and technical devices available.";
- $Assessment = "Assessment";
- $AssessmentQuestions = "How will learners be assessed? Are there strategies to develop in order to master the topic?";
- $AssessmentInformation = "Criteria for skills acquisition.";
- $Height = "Height";
- $ResizingComment = "Resize the image to the following dimensions (in pixels)";
- $Width = "Width";
- $Resizing = "RESIZE";
- $NoResizingComment = "Show all images in their original size. No resizing is done. Scrollbars will automatically appear if the image is larger than your monitor size.";
- $ShowThumbnails = "Show Thumbnails";
- $SetSlideshowOptions = "Gallery settings";
- $SlideshowOptions = "Slideshow Options";
- $NoResizing = "NO RESIZING";
- $Brochure = "Brochure";
- $SlideShow = "Slideshow";
- $PublicationEndDate = "Published end date";
- $ViewSlideshow = "View Slideshow";
- $UploadADocument = "Upload a document";
- $langNameOfLang['bosnian'] = "bosnian";
- $langNameOfLang['czech'] = "czech";
- $langNameOfLang['dari'] = "dari";
- $langNameOfLang['dutch_corporate'] = "dutch corporate";
- $langNameOfLang['english_org'] = "english for organisations";
- $langNameOfLang['friulian'] = "friulian";
- $langNameOfLang['georgian'] = "georgian";
- $langNameOfLang['hebrew'] = "hebrew";
- $langNameOfLang['korean'] = "korean";
- $langNameOfLang['latvian'] = "latvian";
- $langNameOfLang['lithuanian'] = "lithuanian";
- $langNameOfLang['macedonian'] = "macedonian";
- $langNameOfLang['norwegian'] = "norwegian";
- $langNameOfLang['pashto'] = "pashto";
- $langNameOfLang['persian'] = "persian";
- $langNameOfLang['quechua_cusco'] = "quechua from Cusco";
- $langNameOfLang['romanian'] = "romanian";
- $langNameOfLang['serbian'] = "serbian";
- $langNameOfLang['slovak'] = "slovak";
- $langNameOfLang['swahili'] = "swahili";
- $langNameOfLang['trad_chinese'] = "traditional chinese";
- $ChamiloInstallation = "Chamilo installation";
- $FirstSlide = "First slide";
- $LastSlide = "Last slide";
- $langNameOfLang['ukrainian'] = "ukrainian";
- $langNameOfLang['yoruba'] = "yoruba";
- $New = "New";
- $YouMustToInstallTheExtensionLDAP = "You must install the extension LDAP";
- $AddAdditionalProfileField = "Add user profile field";
- $InvitationDenied = "Invitation denied";
- $UserAdded = "The user is added";
- $UpdatedIn = "Updated on";
- $Metadata = "Metadata";
- $AddMetadata = "View/Edit Metadata";
- $SendMessage = "Send message";
- $SeeForum = "See forum";
- $SeeMore = "See more";
- $NoDataAvailable = "No data available";
- $Created = "Created";
- $LastUpdate = "Last update";
- $UserNonRegisteredAtTheCourse = "User not registered in course";
- $EditMyProfile = "Edit my profile";
- $Announcements = "Announcements";
- $Password = "Password";
- $DescriptionGroup = "Groupe description";
- $Installation = "Installation";
- $ReadTheInstallationGuide = "Read the installation guide";
- $SeeBlog = "See blog";
- $Blog = "Blog";
- $BlogPosts = "Blog Posts";
- $BlogComments = "Blog comments";
- $ThereAreNotExtrafieldsAvailable = "There are not extra fields available";
- $StartToType = "Start to type, then click on this bar to validate tag";
- $InstallChamilo = "Install chamilo";
- $ChamiloURL = "Chamilo URL";
- $TitleColumnGradebook = "Column header in Competences Report";
- $QualifyWeight = "Weight in Report";
- $DownloadLink = "Download link";
- $ThematicAdvance = "Thematic advance";
- $EditProfile = "Edit profile";
- $TabsDashboard = "Dashboard";
- $Dashboard = "Dashboard";
- $DashboardPlugins = "Dashboard plugins";
- $SelectBlockForDisplayingInsideBlocksDashboardView = "Select blocks to display in the dashboard blocks view";
- $ColumnPosition = "Position (column)";
- $EnableDashboardBlock = "Enable dashboard block";
- $ThereAreNoEnabledDashboardPlugins = "There is no enabled dashboard plugin";
- $Enabled = "Enabled";
- $ThematicAdvanceQuestions = "What is the current progress you have reached with your learners inside your course? How much do you think is remaining in comparison to the complete program?";
- $ThematicAdvanceHistory = "Advance history";
- $Homepage = "Homepage";
- $Attendances = "Attendances";
- $CountDoneAttendance = "# attended";
- $AssignUsers = "Assign users";
- $AssignCourses = "Assign courses";
- $AssignSessions = "Assign sessions";
- $Timezone = "Timezone";
- $EmptyHeaderLine = "There are empty lines in the header of selected file";
- $FilterByUser = "Filter by user";
- $FilterByGroup = "Filter by group";
- $FilterAll = "Filter: Everyone";
- $PaginationXofY = "%s of %s";
- $YouHaveToAddXAsAFriendFirst = "You have to add %s as a friend first";
- $Company = "Company";
- $GradebookExcellent = "Excellent";
- $GradebookOutstanding = "Outstanding";
- $GradebookGood = "Good";
- $GradebookFair = "Fair";
- $GradebookPoor = "Poor";
- $GradebookFailed = "Failed";
- $UploadedDate = "Date of upload";
- $Filename = "Filename";
- $Recover = "Recover";
- $Recovered = "Recovered";
- $RecoverDropboxFiles = "Recover dropbox files";
- $ForumCategory = "Forum category";
- $YouCanAccessTheExercise = "Go to the test";
- $YouHaveBeenRegisteredToCourseX = "You have been registered to course %s";
- $DashboardPluginsHaveBeenUpdatedSucesslly = "Dashboard plugins have been updated sucessfully";
- $LoginEnter = "Login";
- $AttendanceSheetDescription = "The attendance sheets allow you to specify a list of dates in which you will report attendance to your courses";
- $ThereAreNoRegisteredLearnersInsidetheCourse = "There are no registered learners inside the course";
- $GoToAttendanceCalendarList = "Go to the calendar list of attendance dates";
- $ToolCourseDescription = "Course description";
- $ToolDocument = "Documents";
- $ToolLearnpath = "Learning path";
- $ToolLink = "Links";
- $ToolQuiz = "Tests";
- $ToolAnnouncement = "Announcements";
- $ToolGradebook = "Assessments";
- $ToolGlossary = "Glossary";
- $ToolAttendance = "Attendances";
- $ToolCalendarEvent = "Agenda";
- $ToolForum = "Forums";
- $ToolDropbox = "Dropbox";
- $ToolUser = "Users";
- $ToolGroup = "Groups";
- $ToolChat = "Chat";
- $ToolStudentPublication = "Assignments";
- $ToolSurvey = "Surveys";
- $ToolWiki = "Wiki";
- $ToolNotebook = "Notebook";
- $ToolBlogManagement = "Projects";
- $ToolTracking = "Reporting";
- $ToolCourseSetting = "Settings";
- $ToolCourseMaintenance = "Backup";
- $AreYouSureToDeleteAllDates = "Are you sure you want to delete all dates?";
- $AddADateTime = "Add a date time";
- $ThematicControl = "Thematic control";
- $ThematicDetails = "Thematic view with details";
- $ThematicList = "Thematic view as list";
- $Thematic = "Thematic";
- $ThematicPlan = "Thematic plan";
- $EditThematicPlan = "Edit tematic advance";
- $EditThematicAdvance = "Edit thematic advance";
- $ThereIsNoStillAthematicSection = "There is not still a thematic section";
- $NewThematicSection = "New thematic section";
- $DeleteAllThematics = "Delete all thematics";
- $ThematicDetailsDescription = "Details of topics and their respective plan and progress. To indicate a topic as completed, select its date following the chronological order and the system will display all previous dates as completed.";
- $SkillToAcquireQuestions = "What skills are to be acquired bu the end of this thematic section?";
- $SkillToAcquire = "Skills to acquire";
- $InfrastructureQuestions = "What infrastructure is necessary to achieve the goals of this topic normally?";
- $Infrastructure = "Infrastructure";
- $AditionalNotesQuestions = "Which other elements are necessary?";
- $DurationInHours = "Duration in hours";
- $ThereAreNoAttendancesInsideCourse = "There is no attendance sheet in this course";
- $YouMustSelectAtleastAStartDate = "You must select a start date";
- $EditTematicAdvance = "Edit tematic advance";
- $AditionalNotes = "Additional notes";
- $StartDateFromAnAttendance = "Start date taken from an attendance date";
- $StartDateCustom = "Custom start date";
- $StartDateOptions = "Start date options";
- $ThematicAdvanceConfiguration = "Thematic advance configuration";
- $InfoAboutAdvanceInsideHomeCourse = "Information on thematic advance on course homepage";
- $DisplayAboutLastDoneAdvance = "Display information about the last completed topic";
- $DisplayAboutNextAdvanceNotDone = "Display information about the next uncompleted topic";
- $InfoAboutLastDoneAdvance = "Information about the last completed topic";
- $InfoAboutNextAdvanceNotDone = "Information about the next uncompleted topic";
- $ThereIsNoAThematicSection = "There is no thematic section";
- $ThereIsNoAThematicAdvance = "There is no thematic advance";
- $StillDoNotHaveAThematicPlan = "There is no thematic plan for now";
- $NewThematicAdvance = "New thematic advance";
- $DurationInHoursMustBeNumeric = "Duration must be numeric";
- $CreateAThematicSection = "Create a thematic section";
- $EditThematicSection = "Edit thematic section";
- $ToolCourseProgress = "Course progress";
- $SelectAnAttendance = "Select an attendance";
- $ResultsHiddenByExerciseSetting = "Results hidden by the exercise setting";
- $NotAttended = "Not attended";
- $Attended = "Attended";
- $IPAddress = "IP address";
- $CourseAdvance = "Course progress";
- $CertificateGenerated = "Generated certificate";
- $ThematicSectionHasBeenCreatedSuccessfull = "Thematic section has been created success full";
- $NowYouShouldAddThematicPlanXAndThematicAdvanceX = "Now you should add thematic plan %s and thematic advance %s";
- $QualificationNumeric = "Maximum score";
- $Literal0 = "zero";
- $Literal1 = "one";
- $Literal2 = "two";
- $Literal3 = "three";
- $Literal4 = "four";
- $Literal5 = "five";
- $Literal6 = "six";
- $Literal7 = "seven";
- $Literal8 = "eight";
- $Literal9 = "nine";
- $Literal10 = "ten";
- $Literal11 = "eleven";
- $Literal12 = "twelve";
- $Literal13 = "thirteen";
- $Literal14 = "fourteen";
- $Literal15 = "fifteen";
- $Literal16 = "sixteen";
- $Literal17 = "seventeen";
- $Literal18 = "eighteen";
- $Literal19 = "nineteen";
- $Literal20 = "twenty";
- $DateTime = "Date & time";
- $Item = "Item";
- $Never = "Never";
- $CopyLabelSuffix = "Copy";
- $SkillsRanking = "Skills ranking";
- $ImportSkillsListCSV = "Import skills from a CSV file";
- $SkillsImport = "Skills import";
- $SkillsWheel = "Skills wheel";
- $SkillsYouAcquired = "Skills you acquired";
- $SkillsSearchedFor = "Skills searched for";
- $SkillsYouCanLearn = "Skills you can learn";
- $Legend = "Legend";
- $ClickToZoom = "Click to zoom";
- $SkillXWithCourseX = "%s with %s";
- $ToGetToLearnXYouWillNeedToTakeOneOfTheFollowingCourses = "To get to learn %s you will need to take one of the following courses:";
- $YourSkillRankingX = "Your skill ranking: %s";
- $ManageSkills = "Manage skills";
- $Categories = "Categories";
- $StartDateMustBeBeforeTheEndDate = "Start date must be before the end date";
- $SkillRoot = "Root";
- $SkillInfo = "Skill info";
- $GetNewSkills = "Get new skills";
- $ViewSkillsWheel = "View skills wheel";
- $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";
- $NumberOfCoursesPrivate = "Number of private courses";
- $NumberOfCoursesClosed = "Number of closed courses";
- $NumberOfCoursesTotal = "Total number of courses";
- $NumberOfUsersActive = "Number of active users";
- $Approved = "Approved";
- $EditSettings = "Edit settings";
- $ThisValueCantBeChanged = "This value can't be changed.";
- $TotalAvailableUsers = "Total available users";
- $LowerCaseUser = "user";
- $dateFormatLongNoDay = "%d %B %Y";
- $dateFormatOnlyDayName = "%A";
- $ReturnToCourseList = "Return to the course list";
- $dateFormatShortNumberNoYear = "%d/%m";
- $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";
- $Letters = "Letters";
- $MaximumOfParticipants = "Maximum number of members";
- $ContactInformation = "Contact information";
- $PersonName = "Your name";
- $CompanyName = "Your company's name";
- $PersonRole = "Your job's description";
- $HaveYouThePowerToTakeFinancialDecisions = "Do you have the power to take financial decisions on behalf of your company?";
- $CompanyCountry = "Your company's home country";
- $CompanyCity = "Company city";
- $WhichLanguageWouldYouLikeToUseWhenContactingYou = "Preferred contact language";
- $SendInformation = "Send information";
- $YouMustAcceptLicence = "You must accept the licence";
- $SelectOne = "Select one";
- $ContactInformationHasBeenSent = "Contact information has been sent";
- $UserInactivedSinceX = "User inactive since %s";
- $ContactInformationDescription = "Dear user,<br />\n<br />You are about to start using one of the best open-source e-learning platform on the market. Like many other open-source project, this project is backed up by a large community of students, teachers, developers and content creators who would like to promote the project better.<br />\n<br />\nBy knowing a little bit more about you, one of our most important users, who will manage this e-learning system, we will be able to let people know that our software is used and let you know when we organize events that might be relevant to you.<br />\n<br />\nBy filling this form, you accept that the Chamilo association or its members might send you information by e-mail about important events or updates in the Chamilo software or community. This will help the community grow as an organized entity where information flow, with a permanent respect of your time and your privacy.<br />\n<br />\nPlease note that you are <b>not required</b> to fill this form. If you want to remain anonymous, we will loose the opportunity to offer you all the privileges of being a registered portal administrator, but we will respect your decision. Simply leave this form empty and click \"Next\".<br /><br />";
- $CompanyActivity = "Your company's activity";
- $DateUnLock = "Unlock date";
- $DateLock = "Lock date";
- $GoToStudentDetails = "Go to learner details";
- $RepeatDate = "Repeat date";
- $ToAttend = "To attend";
- $HaveFun = "Have fun,";
- $ClearSearchResults = "Clear search results";
- $TestServerMode = "Test server mode";
- $PageExecutionTimeWas = "Page execution time was";
- $MemoryUsage = "Memory usage";
- $MemoryUsagePeak = "Memory usage peak";
- $Seconds = "seconds";
- $QualifyInGradebook = "Grade in the assessment tool";
- $SessionSpecificResource = "Session-specific resource";
- $EditionNotAvailableFromSession = "Edition not available from the session, please edit from the basic course.";
- $HandingOverOfTaskX = "Handing over of task %s";
- $MyFiles = "My files";
- $ProtectedDocument = "Protected Document";
- $ConnectionsLastMonth = "Connections last month";
- $TotalStudents = "Total learners";
- $FilteringWithScoreX = "Filtering with score %s";
- $ExamTaken = "Taken";
- $ExamNotTaken = "Not taken";
- $ExamPassX = "Pass minimun %s";
- $ExamFail = "Fail";
- $ExamTracking = "Exam tracking";
- $NoAttempt = "No attempts";
- $PassExam = "Pass";
- $CreateCourseRequest = "Create a course request";
- $TermsAndConditions = "Terms and Conditions";
- $ReadTermsAndConditions = "Read the Terms and Conditions";
- $IAcceptTermsAndConditions = "I have read and I accept the Terms and Conditions";
- $YouHaveToAcceptTermsAndConditions = "You have to accept our Terms and Conditions to proceed.";
- $BrowserDontSupportsSVG = "Your browser does not support SVG files. To use the drawing tool you must have an advanced browser like: Firefox or Chrome";
- $FillWithExemplaryContent = "Fill with demo content";
- $ToolVideoconference = "Videoconference";
- $SelectSVGEditImage = "Select a picture";
- $OnlyAccessFromYourGroup = "Only accessible from your group";
- $UserFolders = "Folders of users";
- $CertificatesFiles = "Certificates";
- $ChatFiles = "Chat conversations history";
- $Flash = "Flash";
- $Video = "Video";
- $Images = "Images";
- $OpenInANewWindow = "Open in a new window";
- $ExamNotAvailableAtThisTime = "Exam not available at this time";
- $LoginOrEmailAddress = "Username or e-mail address";
- $Activate = "Activate";
- $Deactivate = "Deactivate";
- $Profile = "Profile";
- $CreatedAt = "Created at";
- $UpdatedAt = "Updated at";
- $CreatedOn = "Created on";
- $UpdatedOn = "Updated on";
- $Paint = "Paint";
- $MyResults = "My results";
- $LearningPaths = "Learning paths";
- $AllLearningPaths = "All learning paths";
- $ByCourse = "By course";
- $MyQCM = "My MCQ";
- $AddACourse = "Add a course";
- $PerWeek = "Per week";
- $PhotoRetouching = "Photo retouching";
- $SeeAll = "See all";
- $SeeOnlyArchived = "See only archived";
- $SeeOnlyUnarchived = "See only unarchived";
- $LatestAttempt = "Latest attempt";
- $ContactInformationHasNotBeenSent = "Your contact information could not be sent. This is probably due to a temporary network problem. Please try again in a few seconds. If the problem remains, ignore this registration process and simply click the button to go to the next step.";
- $FileDeleted = "File deleted";
- $MyClasses = "My classes";
- $PublicationDate = "Publication date";
- $CorrectAndRate = "Correct and rate";
- $ItemAdded = "Item added";
- $ItemDeleted = "Item deleted";
- $ItemUpdated = "Item updated";
- $ItemCopied = "Item copied";
- $MyStatistics = "My statistics";
- $FromDateXToDateY = "From %s to %s";
- $CourseThematicAdvance = "Course progress";
- $Clean = "Clean";
- $MailNotifyInvitation = "Notify by mail on new invitation received";
- $MailNotifyMessage = "Notify by mail on new personal message received";
- $MailNotifyGroupMessage = "Notify by mail on new message received in group";
- $ClickToSelectOrDragAndDropMultipleFilesOnTheUploadField = "Click on the box below to select files from your computer (you can use CTRL + clic to select various files at a time), or drag and drop some files from your desktop directly over the box below. The system will handle the rest!";
- $Simple = "Simple";
- $Multiple = "Multiple";
- $UploadFiles = "Click or drag and drop files here to upload them";
- $SupportedFormatsForIndex = "Supported formats for index";
- $Installed = "Installed";
- $NotInstalled = "Not installed";
- $Settings = "Settings";
- $OnlyLettersAndNumbers = "Only letters (a-z) and numbers (0-9)";
- $CheckFilePermissions = "Check file permissions";
- $AddedToALP = "Added to a LP";
- $NotAvailable = "Not available";
- $NanogongNoApplet = "Can't find the applet Nanogong";
- $NanogongRecordBeforeSave = "Before try to send the file you should make the recording";
- $NanogongGiveTitle = "You did not give a name to file";
- $NanogongFailledToSubmit = "Failed to submit the voice recording";
- $NanogongSubmitted = "Voice recording has been submitted";
- $RecordMyVoice = "Record my voice";
- $PressRecordButton = "To start recording press the red button";
- $VoiceRecord = "Voice record";
- $BrowserNotSupportNanogongSend = "Your browser does not send your recording to the platform, although you can save on your computer disk and send it later. To have all the features, we recommend using advanced browsers such as Firefox or Chrome.";
- $FileExistRename = "Already exist a file with the same name. Please, rename the file.";
- $GradebookAndAttendances = "Assessments and attendances";
- $SelectADateRange = "Select a date range";
- $AllDone = "All done";
- $AllNotDone = "All not done";
- $GroupUpdated = "Class updated.";
- $AuthSourceNotAvailable = "Authentication source unavailable.";
- $Responsable = "Responsible";
- $TheAttendanceSheetIsLocked = "The attendance sheet is locked.";
- $Presence = "Assistance";
- $ACourseCategoryWithThisNameAlreadyExists = "A course category with the same name already exists.";
- $OpenIDRedirect = "OpenID redirect";
- $Blogs = "Blogs";
- $Others = "Others";
- $BackToCourseDesriptionList = "Back to the course description";
- $Postpone = "Postpone";
- $NotHavePermission = "The user doesn't have permissions to do the requested operation.";
- $CourseCodeAlreadyExistExplained = "When a course code is duplicated, the database system detects a course code that already exists and prevents the creation of a duplicate. Please ensure no course code is duplicated.";
- $CantDeleteReadonlyFiles = "Cannot delete files that are configured in read-only mode.";
- $Uploaded = "Uploaded.";
- $Saved = "Saved.";
- $Reset = "Reset";
- $EmailSentFromDokeos = "E-mail sent from the platform";
- $InfoAboutLastDoneAdvanceAndNextAdvanceNotDone = "Information about the last finished step and the next unfinished one.";
- $LatexCode = "LaTeX code";
- $LatexFormula = "LaTeX formula";
- $AreYouSureToLockTheAttendance = "Are you sure you want to lock the attendance?";
- $UnlockMessageInformation = "The attendance is not locked, which means your teacher is still able to modify it.";
- $LockAttendance = "Lock attendance";
- $AreYouSureToUnlockTheAttendance = "Are you sure you want to unlock the attendance?";
- $UnlockAttendance = "Unlock attendance";
- $LockedAttendance = "Locked attendance";
- $DecreaseFontSize = "Decrease the font size";
- $ResetFontSize = "Reset the font size";
- $IncreaseFontSize = "Increase the font size";
- $LoggedInAsX = "Logged in as %s";
- $AttachmentUpload = "attachment upload";
- $CourseAutoRegister = "Auto-registration course";
- $ThematicAdvanceInformation = "The thematic advance tool allows you to organize your training through time.";
- $RequestURIInfo = "The URL requested to get to this page, without the domain definition.";
- $DiskFreeSpace = "Free space on disk";
- $ProtectFolder = "Protected folder";
- $SomeHTMLNotAllowed = "Some HTML attributed are not allowed.";
- $MyOtherGroups = "My other classes";
- $XLSFileNotValid = "The provided XLS file is not valid.";
- $YouAreRegisterToSessionX = "You are registered to session: %s.";
- $NextBis = "Next";
- $Prev = "Prev";
- $Configuration = "Configuration";
- $ToGroup = "To social group";
- $XWroteY = "%s wrote: <br /><i>%s</i>";
- $BackToGroup = "Back to the group";
- $GoAttendance = "Go to attendances";
- $GoAssessments = "Go assessments";
- $UserRoles = "User roles";
- $GroupRoles = "Group roles";
- $StorePermissions = "Store permissions";
- $PendingInvitation = "Pending invitation";
- $MaximunFileSizeXMB = "Maximum file size: %sMB.";
- $MessageHasBeenSent = "Your message has been sent.";
- $Tags = "Tags";
- $ClassesUnSubscribed = "Classes unsubscribed.";
- $NotAddedToCourse = "Not added to course";
- $UsersNotRegistered = "Users who did not register.";
- $ClearFilterResults = "Clear filter results";
- $SelectFilter = "Select filter";
- $ThereIsNoClassScheduledTodayTryPickingAnotherDay = "There is no class scheduled today, try picking another day or add your attendance entry yourself using the action icons.";
- $AddToCalendar = "Add to calendar";
- $RandomPick = "Random pick";
- $YouHaveANewInvitationFromX = "You have a new invitation from %s";
- $YouHaveANewMessageFromGroupX = "You have a new message from group %s";
- $YouHaveANewMessageFromX = "You have a new message from %s";
- $SeeMessage = "See message";
- $SeeInvitation = "See invitation";
- $YouHaveReceivedThisNotificationBecauseYouAreSubscribedOrInvolvedInItToChangeYourNotificationPreferencesPleaseClickHereX = "You have received this notification because you are subscribed or involved in it to change your notification preferences please click here: %s";
- $Replies = "Replies";
- $Reply = "Reply";
- $Broken = "Broken";
- $CheckURL = "Check link";
- $NoItem = "No item yet";
- $LoadExtraData = "Load extra user fields data (have to be marked as 'Filter' to appear).";
- $CourseAssistant = "Assistant";
- $MaxWeightNeedToBeProvided = "Max weight need to be provided";
- $SupportedScormContentMakers = "Scorm Authoring tools supported";
- $Copy = "Copy";
- $EnableStartTime = "Enable start time";
- $EnableEndTime = "Enable end time";
- $Wrong = "Wrong";
- $Certification = "Certification";
- $CertificateOnlineLink = "Online link to certificate";
- $NewExercises = "New exercises";
- $MyAverage = "My average";
- $AllAttempts = "All attempts";
- $NoCookies = "You do not have cookies support enabled in your browser. Chamilo relies on the feature called \"cookies\" to store your connection details. This means you will not be able to login if cookies are not enabled. Please change your browser configuration (generally in the Edit -> Preferences menu) and reload this page.";
- $NoJavascript = "Your do not have JavaScript support enabled in your browser. Chamilo relies heavily on JavaScript to provide you with a more dynamic interface. It is likely that most feature will work, but you might not benefit from the latest improvements in usability. We recommend you change your browser configuration (generally under the Edit -> Preferences menu) and reload this page.";
- $NoFlash = "You do not seems to have Flash support enabled in your browser. Chamilo only relies on Flash for a few features and will not lock you out in any way if you don't have it, but if you want to benefit from the complete set of tools from Chamilo, we recommend you install the Flash Plugin and restart your browser.";
- $Attempt = "Attempt";
- $SaveForNow = "Save and continue later";
- $NoQuicktime = "Your browser does not have the QuickTime plugin installed. You can still use the platform, but to run a larger number of media file types, we suggest you might want to install it.";
- $NoJavaSun = "Your browser doesn't seem to have the Sun Java plugin installed. You can still use the platform, but you will lose a few of its capabilities.";
- $NoJava = "Your browser does not support Java";
- $JavaSun24 = "Your browser has a Java version not supported by this tool.\nTo use it you have to install a Java Sun version higher than 24";
- $NoMessageAnywere = "If you do not want to see this message again during this session, click here";
- $Attempts = "Attempts";
- $SeeResults = "See results";
- $Loading = "Loading";
- $AreYouSureToRestore = "Are you sure you want to restore this element?";
- $ThisIsAutomaticEmailNoReply = "This is an automatic email message. Please do not reply to it.";
- $PersonalCalendar = "Personal Calendar";
- $SkillsTree = "Skills Tree";
- $Skills = "Skills";
- $SkillsProfile = "Skills Profile";
- $WithCertificate = "With Certificate";
- $AdminCalendar = "Admin Calendar";
- $CourseCalendar = "Course Calendar";
- $Reports = "Reports";
- $dateFormatShortNumber = "%m/%d/%Y";
- $dateTimeFormatLong24H = "%B %d, %Y at %H:%M";
- $GradingModelTitle = "Grading model";
- $ContainsAfile = "Contains a file";
- $Discussions = "Discussions";
- $GradeModel = "Grading model";
- $ViewSkillsTree = "View skills tree";
- $MySkills = "My skills";
- $SeeFile = "See file";
- $UserList = "User list";
- $SearchUsers = "Search users";
- $Administration = "Administration";
- $SkillsAndGradebooks = "Skills and assessments";
- $AddSkill = "Add skill";
- $AcceptLegal = "Accept legal agreement";
- $CourseLegalAgreement = "Legal agreement for this course";
- $SkillDoesNotExist = "There is no such skill";
- $SkillRootName = "Absolute skill";
- $Option = "Option";
- $Updates = "Updates";
- $Teaching = "Teaching";
- $CoursesReporting = "Courses reporting";
- $AdminReports = "Admin reports";
- $ExamsReporting = "Exams reports";
- $MyReporting = "My reporting";
- $SearchSkills = "Search skills";
- $SaveThisSearch = "Save this search";
- $SkillProfiles = "Stored skills profiles";
- $Matches = "Matches";
- $WelcomeUserXToTheSiteX = "%s, welcome to %s";
- $CheckUsersWithId = "Use user's IDs from the file to subscribe them";
- $MB = "MB";
- $SessionList = "Session list";
- $StudentList = "Learners list";
- $GroupReply = "Reply";
- $GroupReplies = "Replies";
- $SkillNotFound = "Skill not found";
- $IHaveThisSkill = "I have this skill";
- $Me = "Me";
- $Vote = "Vote";
- $Votes = "Votes";
- $XStarsOutOf5 = "%s stars out of 5";
- $Visit = "Visit";
- $Visits = "Visits";
- $YourVote = "Your vote";
- $HottestCourses = "Most popular courses";
- $SentAtX = "Sent at: %s";
- $dateTimeFormatShort = "%b %d, %Y at %I:%M %p";
- $dateTimeFormatShortTimeFirst = "%I:%M %p, %b %d %Y";
- $LoginToVote = "Login to vote";
- $DoNotShow = "Do not show";
- $ShowToAdminsOnly = "Show to admins only";
- $ShowToAdminsAndTeachers = "Show to admins and teachers";
- $ShowToAllUsers = "Show to all users";
- $SelectAnAction = "Select an action";
- $LoginX = "Login: %s";
- $ChatConnected = "Chat (Connected)";
- $ChatDisconnected = "Chat (Disconnected)";
- $AddCourseDescription = "Add course description";
- $ThingsToDo = "Suggested steps to take next";
- $WamiFlashDialog = "It will display a dialog box which asks for your permission to access the microphone, answer yes and close the dialog box (if you do not want to appear again, before closing check remember)";
- $WamiStartRecorder = "Start recording by pressing the microphone and stop it by pressing again. Each time you do this will generate a file.";
- $InputNameHere = "Enter name here";
- $Reload = "Reload";
- $TimeSpentLastXDays = "Time spent the last %s days";
- $TimeSpentBetweenXAndY = "Time spent between %s and %s";
- $GoToCourse = "Go to the course";
- $SubTotal = "Subtotal";
- $Configure = "Configure";
- $Regions = "Regions";
- $CourseList = "Course list";
- $NumberAbbreviation = "N°";
- $FirstnameAndLastname = "First Name and Last Name";
- $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 = "Are you sure you want to lock this item? After locking this item you can't edit the user results. To unlock it, you need to contact the platform administrator.";
- $ConfirmToUnLockElement = "Are you sure you want to unlock this element?";
- $Default = "Default";
- $ReturnToCourseHomepage = "Return to Course Homepage";
- $WebCamClip = "Webcam Clip";
- $Snapshot = "Snapshot";
- $TakeYourPhotos = "Take your photos";
- $LocalInputImage = "Local input image";
- $ClipSent = "Clip sent";
- $Auto = "Auto";
- $Stop = "Stop";
- $ResizingAuto = "AUTO RESIZE (default)";
- $ResizingAutoComment = "This slideshow will resize automatically to your screen size. This is the default option.";
- $YouHaveSomeUnsavedChanges = "You have some unsaved changes. Do you want to abandon them ?";
- $ActivateEvent = "Activate event";
- $AvailableEventKeys = "Available event keys. Use them between (( )).";
- $Events = "Events";
- $EventTypeName = "Event type name";
- $ExportToPDFOnlyHTMLAndImages = "Export to PDF web pages and images";
- $CourseCatalog = "Course catalog";
- $Go = "Go";
- $ImportThematic = "Import course progress";
- $ExportThematic = "Export course progress";
- $DeleteAllThematic = "Delete all course progress";
- $ThisPlatformWasUnableToSendTheEmailPleaseContactXForMoreInformation = "This platform was unable to send the email. Please contact %s for more information.";
- $FirstLoginChangePassword = "This is your first login. Please update your password to something you will remember.";
- $NeedContactAdmin = "Click here to contact the administrator";
- $MarkAll = "Select all";
- $UnmarkAll = "Unselect all";
- $NotAuthorized = "Not authorized";
- $UnknownAction = "Unknown action";
- $First = "First";
- $Last = "Last";
- $YouAreNotAuthorized = "You are not authorized to do this";
- $NoImplementation = "No implementation available yet for this action";
- $CourseDescriptions = "Course descriptions";
- $ReplaceExistingEntries = "Replace existing entries";
- $AddItems = "Add items";
- $NotFound = "Not found";
- $SentSuccessfully = "Successfully sent";
- $SentFailed = "Sending failed";
- $PortalSessionsLimitReached = "The number of sessions limit for this portal has been reached";
- $ANewSessionWasCreated = "A new session has been created";
- $Online = "Online";
- $Offline = "Offline";
- $TimelineItemText = "Text";
- $TimelineItemMedia = "Media";
- $TimelineItemMediaCaption = "Caption";
- $TimelineItemMediaCredit = "Credits";
- $TimelineItemTitleSlide = "Slider title";
- $SSOError = "Single Sign On error";
- $Sent = "Sent";
- $TimelineItem = "Item";
- $Listing = "Listing";
- $CourseRssTitle = "Course RSS";
- $CourseRssDescription = "RSS feed for all course notifications";
- $AllowPublicCertificates = "Learner certificates are public";
- $PortalHomepageEdited = "Portal homepage updated";
- $UserRegistrationTitle = "User registration";
- $UserRegistrationComment = "Actions to be fired when a user registers to the platform";
- $Disabled = "Disabled";
- $Required = "Required";
- $CategorySaved = "Category saved";
- $CategoryRemoved = "Category removed";
- $BrowserDoesNotSupportNanogongPlayer = "Your browser doesn't support the Nanogong player";
- $ImportCSV = "Import CSV";
- $DataTableLengthMenu = "Table length";
- $DataTableZeroRecords = "No record found";
- $MalformedUrl = "Badly formed URL";
- $DataTableInfo = "Info";
- $DataTableInfoEmpty = "Empty";
- $DataTableInfoFiltered = "Filtered";
- $DataTableSearch = "Search";
- $HideColumn = "Hide column";
- $DisplayColumn = "Show column";
- $LegalAgreementAccepted = "Legal agreement accepted";
- $AutoWeight = "Auto weight";
- $AutoWeightExplanation = "Sets an average weight for all elements.";
- $EditWeight = "Edit weight";
- ?>
|