$PermissionsForNewFilesComment = "The ability to define the permissions settings to assign to every newly created file lets you improve security against attacks by hackers uploading dangerous content to your portal. The default setting (0550) should be enough to give your server a reasonable protection level. The given format uses the UNIX terminology of Owner-Group-Others with Read-Write-Execute permissions.If you use Oogie, take care that the user who launch OpenOffice can write files in the course folder.";
$ServerStatusComment = "What sort of server is this? This enables or disables some specific options. On a development server there is a translation feature functional that inidcates untranslated strings";
$PlatformLanguagesExplanation = "This tool manages the language selection menu on the login page. As a platform administrator you can decide which languages should be available for your users.";
$PlatformLanguageComment = "You can determine the platform languages in a different part of the platform administration, namely: <ahref=\"languages.php\">Chamilo Platform Languages</a>";
$DefaultDocumentQuotumComment = "What is the available disk space? You can override the quota for specific training through: platform administration > Training > modify";
$SplitUsersUploadDirectoryComment = "On high-load portals, where a lot of users are registered and send their pictures, the upload directory (main/upload/users/) might contain too many files for the filesystem to handle (it has been reported with more than 36000 files on a Debian server). Changing this option will enable a one-level splitting of the directories in the upload directory. 9 directories will be used in the base directory and all subsequent users' directories will be stored into one of these 9 directories. The change of this option will not affect the directories structure on disk, but will affect the behaviour of the Chamilo code, so if you change this option, you have to create the new directories and move the existing directories by yourself on te server. Be aware that when creating and moving those directories, you will have to move the directories of users 1 to 9 into subdirectories of the same name. If you are not sure about this option, it is best not to activate it.";
$langLimitUsersListDefaultMaxComment = "In the screens allowing addition of users to training or classes, if the first non-filtered list contains more than this number of users, then default to the first letter (A)";
$AvailablePlugins = "These are the plugins that have been found on your system. You can download additional plugins on <ahref=\"http://www.chamilo.org/extensions/index.php?section=plugins\">http://www.chamilo.org/extensions/index.php?section=plugins</a>";
$DropboxAllowOverwriteComment = "Can the original document be overwritten when a user or trainer uploads a document with the name of a document that already exist? If you answer yes then you loose the versioning mechanism.";
$DropboxAllowStudentToStudentComment = "Allow users to send documents to other users (peer 2 peer). Users might use this for less relevant documents also (mp3, tests solutions, ...). If you disable this then the users can send documents to the trainer only.";
$PermissionsForNewDirsComment = "The ability to define the permissions settings to assign to every newly created directory lets you improve security against attacks by hackers uploading dangerous content to your portal. The default setting (0770) should be enough to give your server a reasonable protection level. The given format uses the UNIX terminology of Owner-Group-Others with Read-Write-Execute permissions.";
$ExtendedProfileComment = "If this setting is set to 'True', a user can fill in following (optional) fields: 'My competences', 'My diplomas', 'What I am able to teach' and 'My personal open area'";
$ImageResizeComment = "User images can be resized on upload if PHP is compiled with the <ahref=\"http://php.net/manual/en/ref.image.php\"target=\"_blank\">GD library</a>. If GD is unavailable, this setting will be silently ignored.";
$langVisioconfDescription = "Chamilo LIVE is a videoconferencing tool that offers: Slides sharing, whiteboard to draw and write on top of slides, audio/video duplex and chat. It requires Flash® player 9+ and offers 2 modes : one to many and many to many.";
$langPpt2lpDescription = "Chamilo RAPID is a Rapid Learning tool available in Chamilo Pro and Chamilo Medical. It allows you to convert Powerpoint presentations and their Openoffice equivalents to SCORM-compliant e-courses. After the conversion, you end up in the Courses authoring tool and are able to add audio comments on slides and pages, tests and activities between the slides or pages and interaction activities like forum discussions or assigment upload. Every step becomes an independent and removable learning object. And the whole course generates accurate SCORM reporting for further coaching.";
$langSearchEngineDescription = "Chamilo LIBRARY is a Search Engine offering multi-criteria indexing and research. It is part of the Chamilo Medical features.";
$VersionCheckExplanation = "In order to enable the automatic version checking you have to register your portal on chamilo.com. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of chamilo training, total number of chamilo users, ...) (see <ahref=\"http://www.chamilo.org/stats/\">http://www.chamilo.org/stats/</a>. When registering you will also appear on the worldwide list (<ahref=\"http://www.chamilo.org/community.php\">http://www.chamilo.org/community.php</a>. If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button: <br/>";
$UseSessionModeComment = "Training sessions give a different way of dealing with training, where training have an author, a coach and learners. Each coach gives a training for a set period of time, called a *training session*, to a set of learners who do not mix with other learner groups attached to another training session.";
$BreadCrumbsCourseHomepageComment = "The breadcrumb is the horizontal links navigation system usually in the top left of your page. This option selects what you want to appear in the breadcrumb on courses' homepages";
$PublicPagesComplyToWAIComment = "WAI (Web Accessibility Initiative) is an initiative to make the web more accessible. By selecting this option, the public pages of Chamilo will become more accessible. This also means that some content on the portal's public pages might appear differently.";
$Ajax_course_tracking_refresh_comment = "This option is used to calculate in real time the time that a user spend in a training. The value in the field is the refresh interval in seconds. To desactivate this option, let the default value 0 in the field.";
$YesAddCSVHeader = "Yes, add the CSV header<br/>This line defines the fields and is necessary when you want to import the file in a different Chamilo portal";
$UploadExtensionsListType = "Type of filtering on document uploads";
$UploadExtensionsListTypeComment = "Whether you want to use the blacklist or whitelist filtering. See blacklist or whitelist description below for more details.";
$UploadExtensionsBlacklistComment = "The blacklist is used to filter the files extensions by removing (or renaming) any file which extension figures in the blacklist below. The extensions should figure without the leading dot (.) and separated by semi-column (;) like the following: exe;com;bat;scr;php. Files without extension are accepted. Letter casing (uppercase/lowercase) doesn't matter.";
$UploadExtensionsWhitelistComment = "The whitelist is used to filter the files extensions by removing (or renaming) any file which extension does *NOT* figure in the whitelist below. It is generally considered as a safer but more restrictive approach to filtering. The extensions should figure without the leading dot (.) and separated by semi-column (;) like the following: htm;html;txt;doc;xls;ppt;jpg;jpeg;gif;sxw . Files without extension are accepted. Letter casing (uppercase/lowercase) doesn't matter.";
$UploadExtensionsSkipComment = "If you choose to skip, the files filtered through the blacklist or whitelist will not be uploaded to the system. If you choose to rename them, their extension will be replaced by the one defined in the extension replacement setting. Beware that renaming doesn't really protect you, and may cause name collision if several files of the same name but different extensions exist.";
$UploadExtensionsReplaceByComment = "Enter the extension that you want to use to replace the dangerous extensions detected by the filter. Only needed if you have selected a filter by replacement.";
$EphorusDescription = "Start using the Ephorus anti plagiarism service in Chamilo.<br/> \t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>With Ephorus, you will prevent internet plagiarism without any additional effort.</strong><br/> \t\t\t\t\t\t\t\t\t\t\t\t\t\t You can use our unique open standard webservice to build your own integration or you can use one of our Chamilo-integration modules.";
$ShowTabsComment = "Check the tabs you want to see appear in the header. The unchecked tabs will appear on the right hand menu on the portal homepage and my training page if these need to appear";
$DefaultForumViewComment = "What should be the default option when creating a new forum. Any trainer can however choose a different view for every individual forum";
$Ppt2lpVoiceRecordingNeedsRed5 = "The voice recording feature in the course editor relies on a Red5 streaming server. This server's parameters can be configured in the videoconference section on the current page.";
$PlatformCharsetComment = "The character set is what pilots the way specific languages can be displayed in Chamilo. If you use Russian or Japanese characters, for example, you might want to change this. For all english, latin and west-european characters, the default iso-8859-15 should be alright.";
$ExtendedProfileRegistrationComment = "Which of the following fields of the extended profile have to be available in the user registration process? This requires that the extended profile is activated (see above).";
$ExtendedProfileRegistrationRequiredComment = "Which of the following fields of the extende profile are required in the user registration process? This requires that the extended profile is activated and that the field is also available in the registration form (see above).";
$NoReplyEmailAddressComment = "This is the e-mail address to be used when an e-mail has to be sent specifically requesting that no answer be sent in return. Generally, this e-mail address should be configured on your server to drop/ignore any incoming e-mail.";
$SurveyEmailSenderNoReplyComment = "Should the survey invitations use the coach email address or the no-reply address defined in the main configuration section?";
$InstallDirAccessibleSecurityThreat = "The main/install directory of your Chamilo system is still accessible to web users. This might represent a security threat for your installation. We recommend that you remove this directory or that you change its permissions so web users cannot use the scripts it contains.";
$GradebookActivationComment = "The Assessments tool allows you to assess competences in your organization by merging classroom and online activities evaluations into Performance reports. Do you want to activate it?";
$UserThemeSelectionComment = "Allow users to select their own visual theme in their profile. This will change the look of Chamilo for them, but will leave the default style of the portal intact. If a specific course or session has a specific theme assigned, it will have priority over user-defined themes.";
$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";
$UserFieldsAddHelp = "Adding a user field is very easy:<br/>- pick a one-word, lowercase identifier,<br/>- select a type,<br/>- pick a text that should appear to the user (if you use an existing translated name like BirthDate or UserSex, it will automatically get translated to any language),<br/>- if you picked a multiple type (radio, select, multiple select), provide the possible choices (again, it can make use of the language variables defined in Chamilo), split by semi-column characters,<br/>- for text types, you can choose a default value.<br/><br/>Once you're done, add the field and choose whether you want to make it visible and modifiable. Making it modifiable but not visible is useless.";
$AllowCourseThemeComment = "Allows training graphical themes and makes it possible to change the stylesheet used by a training to any of the possible stylesheets available to Chamilo. When a user enters the training, the stylesheet of the training will have priority over the user's own stylesheet and the platform's default stylesheet.";
$DisplayUpcomingEventsComment = "This setting enables or disables the upcoming events that appears in the left column of the agenda tool of the course";
$NumberOfUpcomingEventsTitle = "Number of upcoming events that have to be displayed.";
$NumberOfUpcomingEventsComment = "The number of upcoming events that have to be displayed in the agenda. This requires that the upcoming event functionlity is activated (see setting above).";
$ShowClosedCoursesComment = "Display closed training on the login page and training startpage? On the portal startpage an icon will appear next to the training to quickly subscribe to the training. This will only appear on the portal startpage when the user is logged in and when the user is not subscribed to the portal yet.";
$LDAPEnableComment = "If you have an LDAP server, you will have to configure its settings below and modify your configuration file as described in the installation guide, and then activate it. This will allow users to authenticate using their LDAP logins. If you don't know what LDAP is, please leave it disabled";
$LDAPReplicateServerAddressComment = "When the main server is not available, this server will be accessed. Leave blank or use the same value as the main server if you don't have a replicate server.";
$LDAPSearchTermComment = "This term will be used to filter the search for contacts on the LDAP server. If you are unsure what to put in here, please refer to your LDAP server's documentation and configuration.";
$LDAPVersionComment = "Please select the version of the LDAP server you want to use. Using the right version depends on your LDAP server's configuration.";
$LDAPFilledTutorFieldComment = "A check will be done on this LDAP contact field on new users insertion. If this field is not empty, the user will be considered as a tutor and inserted in Chamilo as such. If you want all your users to be recognised as simple users, leave this field empty. You can modify this behaviour by changing the code. Please read the <ahref=\"../../documentation/installation_guide.html\">installation guide</a> for more information.";
$LDAPAuthenticationLoginComment = "If you are using an LDAP server that does not support or accept anonymous access, fill the following field with the user login that should be used. Do not include \"cn=\". Leave empty for anonymous access.";
$LDAPAuthenticationPasswordComment = "If you are using an LDAP server that does not support or accept anonymous access, fill the following field with the user password that should be used.";
$VisioUseRtmptComment = "The rtmpt protocol allows access to the videoconference from behind a firewall, by redirecting the communications on port 80. This, however, will slow down the streaming, so it is recommended not to use it unless necessary.";
$LDAPFilledTutorFieldValueComment = "When a check is done on the tutor field given above, this value has to be inside one of the tutor fields sub-elements for the user to be considered as a trainer. If you leave this field blank, the only condition is that the field exists for this LDAP user to be considered as a trainer. As an example, the field could be \"memberof\" and the value to search for could be \"CN=G_TRAINER,OU=Trainer\".";
$EnableSearchComment = "Select \"Yes\" to enable this feature. It is highly dependent on the Xapian extension for PHP, so this will not work if this extension is not installed on your server, in version 1.x at minimum.";
$CannotDeleteUserBecauseOwnsCourse = "This user cannot be deleted because he is still trainer in a training. You can either remove his trainer status from these training and then delete his account, or disable his account instead of deleting it.";
$AllowUsersToCreateCoursesTitle = "Allow non admin to create training";
$AllowUsersToCreateCoursesComment = "Allow non administrators (trainers) to create new training in the portal";
$AllowStudentsToBrowseCoursesComment = "Allow learners to browse the training catalogue and subscribe to available training";
$AdvancedFileManagerTitle = "Advanced file manager for wysiwyg editor";
$AdvancedFileManagerComment = "Enable advanced file manager for WYSIWYG editor? This will add a considerable amount of additional options to the file manager that opens in a pop-up window when uploading files to the server.";
$SearchShowUnlinkedResultsTitle = "Full-text search: show unlinked results";
$SearchShowUnlinkedResultsComment = "When showing the results of a full-text search, what should be done with the results that are not accessible to the current user?";
$SearchHideUnlinkedResults = "Do not show them";
$SearchShowUnlinkedResults = "Show them but without a link to the resource";
$AllowReservationComment = "The booking system allows you to book resources for your training (rooms, tables, books, screens, ...). You need this tool to be enabled (through the Admin) to have it appear in the user menu.";
$AllowMessageToolComment = "Enabling the internal messaging tool allows users to send messages to other users of the platform and to have a messaging inbox.";
$AllowSocialToolComment = "The social network tool allows users to define relations with other users and, by doing so, to define groups of friends. Combined with the internal messaging tool, this tool allows tight communication with friends, inside the portal environment.";
$UsersSubscribedToFollowingCoursesBecauseOfVirtualCourses = "The users have been subscribed to the following courses because several courses share the same visual code";
$TheFollowingCoursesAlreadyUseThisVisualCode = "The following courses already use this code";
$UsersSubscribedToBecauseVisualCode = "The users have been subscribed to the following courses because several courses share the same visual code";
$UsersUnsubscribedFromBecauseVisualCode = "The users have been unsubscribed from the following courses because several courses share the same visual code";
$AllowUseSubLanguageComment = "By enabling this option, you will be able to define variations for each of the language terms used in the platform's interface, in the form of a new language based on and extending an existing language. You'll find this option in the languages section of the administration panel.";
$LanguageIsNowVisible = "The language has been made visible and can now be used throughout the platform.";
$LanguageIsNowHidden = "The language has been hidden. It will not be possible to use it until it becomes visible again.";
$LanguageDirectoryNotWriteableContactAdmin = "The /main/lang directory, used on this portal to store the languages, is not writable. Please contact your platform administrator and report this message.";
$ShowGlossaryInDocumentsTitle = "Show glossary terms in documents";
$ShowGlossaryInDocumentsComment = "From here you can configure how to add links to the glossary terms from the documents";
$ShowGlossaryInDocumentsIsAutomatic = "Automatic: adds links to all defined glossary terms found in the document";
$ShowGlossaryInDocumentsIsManual = "Manual: shows a glossary icon in the online editor, so you can mark the terms that are in the glossary and that you want to link";
$ToExportDocumentsWithGlossaryYouHaveToSelectGlossary = "To export a document that has glossary terms with its references to the glossary, you have to make sure you include the glossary tool in the export";
$ShowCoursesDescriptionsInCatalogTitle = "Show the courses descriptions in the catalog";
$ShowCoursesDescriptionsInCatalogComment = "Show the courses descriptions as an integrated popup when clicking on a course info icon in the courses catalog";
$StylesheetNotHasBeenAdded = "The stylesheet could not be added";
$AddSessionsInCategories = "Add sessions in categories";
$ItIsRecommendedInstallImagickExtension = "It is recommended to install the imagick php extension for better performances in the resolution for generating the thumbnail images otherwise not show very well, if it is not install by default uses the php-gd extension.";
$EditSpecificSearchField = "Edit specific search field";
$FieldName = "Field name";
$SpecialExports = "Special exports";
$SpecialCreateFullBackup = "Special create full backup";
$SpecialLetMeSelectItems = "Special let me select items";
$CreateBackup = "Create backup";
$AllowCoachsToEditInsideTrainingSessions = "Allow coachs to edit inside training sessions";
$AllowCoachsToEditInsideTrainingSessionsComment = "Allow coachs to edit inside training sessions comment";
$ShowSessionDataTitle = "Show session data title";
$ShowSessionDataComment = "Show session data comment";
$SubscribeSessionsToCategory = "Subscription sessions in the category";
$SessionListInPlatform = "List of session in the platform";
$SessionListInCategory = "List of sesiones in the categories";
$ToExportSpecialSelect = "If you want to export courses containing sessions, which will ensure that these seansido included in the export to any of that will have to choose in the list.";
$ErrorMsgSpecialExport = "There were no courses registered or may not have made the association with the sessions";
$ConfigureInscription = "Setting the registration page";
$MsgErrorSessionCategory = "Select category and sessions";
$NumberOfSession = "Number sessions";
$DeleteSelectedSessionCategory = "Delete only the selected categories without sessions";
$DeleteSelectedFullSessionCategory = "Delete the selected categories to sessions";
$MathMimetexComment = "Enable mimeTeX mathematical editor. The activation is not fully realized if not previously installed on the server the executable MimeTex file. See the Chamilo installation guide.";
$AssignedCoursesListToHumanResourceManager = "Courses assigned to HR manager";
$AssignedCoursesTo = "Courses assigned to";
$AssignCoursesToHumanResourcesManager = "Assign courses to HR manager";
$TimezoneValueTitle = "Timezone value";
$TimezoneValueComment = "This is the timezone for this portal. If left empty, it will use the server's timezone. If configured, all times on the system will be shown based on this timezone. This setting has a lower priority than the user's timezone, if enabled and selected by the";
$UseUsersTimezoneComment = "Enable the possibility for users to select their own timezone. The timezone field should be set to visible and changeable in the Profiling menu in the administration section before users can choose their own.\r\nOnce configured, users will be able to see de";
$DirectoryMustBeWritable = "The directory must be writable by the web server";
$DirectoryShouldBeRemoved = "The directory should be removed (it is no longer necessary)";
$Section = "Section";
$Expected = "Expected";
$Setting = "Setting";
$Current = "Current";
$SessionGCMaxLifetimeInfo = "The session garbage collector maximum lifetime indicates which maximum time is given between two runs of the garbage collector.";
$PHPVersionInfo = "PHP version";
$FileUploadsInfo = "File uploads indicate whether file uploads are authorized at all";
$UploadMaxFilesizeInfo = "Maximum volume of an uploaded file. This setting should, most of the time, be matched with the post_max_size variable.";
$MagicQuotesRuntimeInfo = "This is a highly unrecommended feature which converts values returned by all functions that returned external values to slash-escaped values. This feature should *not* be enabled.";
$PostMaxSizeInfo = "This is the maximum size of uploads through forms using the POST method (i.e. classical file upload forms)";
$SafeModeInfo = "Safe mode is a deprecated PHP feature which (badly) limits the access of PHP scripts to other resources. It is recommended to leave it off.";
$DisplayErrorsInfo = "Show errors on screen. Turn this on on development servers, off on production servers.";
$MaxInputTimeInfo = "The maximum time allowed for a form to be processed by the server. If it takes longer, the process is abandonned and a blank page is returned.";
$DefaultCharsetInfo = "The default character set to be sent when returning pages";
$RegisterGlobalsInfo = "Whether to use the register globals feature or not. Using it represents potential security risks with this software.";
$ShortOpenTagInfo = "Whether to allow for short open tags to be used or not. This feature should not be used.";
$MemoryLimitInfo = "Maximum memory limit for one single script run. If the memory needed is higher, the process will stop to avoid consuming all the server's available memory and thus slowing down other users.";
$MagicQuotesGpcInfo = "Whether to automatically escape values from GET, POST and COOKIES arrays. A similar feature is provided for the required data inside this software, so using it provokes double slash-escaping of values.";
$VariablesOrderInfo = "The order of precedence of Environment, GET, POST, COOKIES and SESSION variables";
$MaxExecutionTimeInfo = "Maximum time a script can take to execute. If using more than that, the script is abandoned to avoid slowing down other users.";
$ExtensionMustBeLoaded = "This extension must be loaded.";
$MysqlProtoInfo = "MySQL protocol";
$MysqlHostInfo = "MySQL server host";
$MysqlServerInfo = "MySQL server information";
$MysqlClientInfo = "MySQL client";
$ServerProtocolInfo = "Protocol used by this server";
$ServerRemoteInfo = "Remote address (your address as received by the server)";
$ServerAddessInfo = "Server address";
$ServerNameInfo = "Server name (as used in your request)";
$ServerPortInfo = "Server port";
$ServerUserAgentInfo = "Your user agent as received by the server";
$ServerSoftwareInfo = "Software running as a web server";
$UnameInfo = "Information on the system the current server is running on";
$SpecialExportsIntroduction = "The special exports feature is meant to help an instructional controller to export all courses documents in one unique step. Another option lets you choose the courses you want to export, and will export documents present in these courses' sessions as well. This is a very heavy operation, and we recommend you do not start it during normal usage hours of your portal. Do it in a quieter period. If you don't need all the contents at once, try to export courses documents directly from the course maintenance tool inside the course itself.";
$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.";
$ThisSectionIsOnlyVisibleOnSourceInstalls = "This section is only visible on installations from source code, not in packaged versions of the platform. It will allow you to quickly populate your platform with test data. Use with care (data is really inserted) and only on development or testing installations.";
$UsersFillingReport = "Users filling report";
$AllUsersAreAutomaticallyRegistered = "All users are automatically registered";
$AllowUsersCopyFilesTitle = "Allow users to copy files from a course in your personal file area";
$AllowUsersCopyFilesComment = "Allows users to copy files from a course in your personal file area, visible through the Social Network or through the HTML editor when they are out of a course";
$ReviewCourseRequests = "Review incoming training requests";
$AcceptedCourseRequests = "Accepted training requests";
$RejectedCourseRequests = "Rejected training requests";
$BrowscapInfo = "Browscap loading browscap.ini file that contains a large amount of data on the browser and its capabilities, so it can be used by the function get_browser () PHP";
$EnableCourseValidationComment = "When \"Training validation\" feature is activated, a teacher is not able to create a training alone. He/she fills a training request. The platform administrator reviews the request and approves it or rejects it.<br/>This feature relies on automated e-mail messages; set Chamilo to access an e-mail server and to use a dedicated an e-mail account.";
$CourseValidationTermsAndConditionsLink = "Training validation - a link to the terms and conditions";
$CourseValidationTermsAndConditionsLinkComment = "This is the URL to the \"Terms and Conditions\" document that is valid for making a training request. If the address here is set, before sending a training request the user should read and agree with these terms and conditions.<br/>If you activate Chamilo's module \"Terms and Conditions\" and if you want its URL to be used, then leave this setting empty.";
$EnableSSOComment = "Enabling Single Sign On allows you to connect this platform as a slave of an authentication master, for example a Drupal website with the Drupal-Chamilo plugin or any other similar master setup.";
$SSOServerDomainTitle = "Domain of the Single Sign On server";
$SSOServerDomainComment = "The domain of the Single Sign On server (the web address of the other server that will allow automatic registration to Chamilo). This should generally be the address of the other server without any trailing slash and without the protocol, e.g. www.example.com";
$SSOServerAuthURITitle = "Single Sign On server authentication URL";
$SSOServerAuthURIComment = "The address of the page that deals with the authentication verification. For example /?q=user in Drupal's case.";
$SSOServerUnAuthURITitle = "Single Sign On server's logout URL";
$SSOServerUnAuthURIComment = "The address of the page on the server that logs the user out. This option is useful if you want users logging out of Chamilo to be automatically logged out of the authentication server.";
$SSOServerProtocolTitle = "Single Sign On server's protocol";
$SSOServerProtocolComment = "The protocol string to prefix the Single Sign On server's domain (we recommend you use https:// if your server is able to provide this feature, as all non-secure protocols are dangerous for authentication matters)";
$EnabledSVGComment = "This option allows you to create and edit SVG (Scalable Vector Graphics) multilayer online, as well as export them to png format images.";
$ForceWikiPasteAsPlainTextTitle = "Forcing to Wiki to paste as plain text";
$ForceWikiPasteAsPlainTextComment = "This will prevent many hidden tags, incorrect or non-standard, copied from other texts to stop corrupting the text of the Wiki after many issues; but will lose some features while editing.";
$EnabledGooglemapsTitle = "Activate Google maps";
$EnabledGooglemapsComment = "Activate the button to insert Google maps. Activation is not fully realized if not previously edited the file main/inc/lib/fckeditor/myconfig.php and added a Google maps API key.";
$EnabledImageMapsTitle = "Activate Image maps";
$EnabledImageMapsComment = "Activate the button to insert Image maps. This allows you to associate URLs to areas of an image, creating hotspots.";