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

31 lines
1.8 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langLinkSite = "Link to a website";
$langSubTitle = "Adds a link to a page on the homepage of your course. 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.";
$langHome = "Back to Home Page";
$langName = "Name";
$langLink = "Link";
$langAddPage = "Add a page";
$langSendPage = "Page to upload";
$langCouldNot = "File could not be uploaded";
$langOkSentPage = "Your page has been uploaded.<p>It is now linked from the <a href=\\\"../../\".$_course[\'path\'].\"/index.php\\\">Homepage</a>";
$langOkSentLink = "Your link has been added. It is now accessible from the <a href=\\\"\".api_get_path(WEB_COURSE_PATH). $_course[\'path\'] . \"/index.php\\\">Homepage</a>";
$langTooBig = "You didn\'t choose any file to send, or it is too big";
$langExplanation = "The page must be in HTML format (e.g. \"my_page.htm\"). It will be linked from Homepage. If you want to send non HTML documents (PDF, Word, Power Point, Video, etc.) use <a href=../document/document.php>Documents tool</a>";
$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 = "The link has been added";
$langAddLink = "Add a link";
$langNoLinkName = "Please enter the link name";
$langEditLink = "Edit Course Homepage Link";
$langChangePress = "Change and press OK";
$langLinkChanged = "Course Homepage Link changed. Use 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";
?>