Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/english/external_module.inc.php

28 lines
1.5 KiB

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$langLinkSite = "Add link to page on Home Page";
$langSubTitle = "Adds a link to a page on the homepage of your training. To do this, go to that page, copy its URL in the address bar on the top of your browser, and paste it into the \"Link\" field below.";
$langAddPage = "Add a page";
$langSendPage = "Page to upload";
$langCouldNot = "File could not be uploaded";
$langOkSentLink = "Your link has been added. It is now accessible from the <a href=\"%s/index.php\">Homepage</a>";
$langTooBig = "You didn't choose any file to send, or it is too big";
$langExplanation = "Once you click on \"Create a training\", a training is created with a section for Tests, Project based learning, Assessments, Courses, Dropbox, Agenda and much more. Logging in as trainer provides you with editing privileges for this training.";
$langPgTitle = "Title of the page";
$langNoLinkURL = "Please enter the link URL";
$langLinkTarget = "Link's target";
$langSameWindow = "In the same window";
$langNewWindow = "In a new window";
$langAdded = "Added";
$langAddLink = "Add a link";
$langNoLinkName = "Please enter the link name";
$langEditLink = "Edit link";
$langChangePress = "Change and press OK";
$langLinkChanged = "Training homepage link changed. Use the breadcrumb menu above to return to the homepage.";
$NoLinkName = "No link name";
$NoLinkURL = "No link URL";
$LinkChanged = "Link modified";
$OkSentLink = "The link has been sent";
?>