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.
17 lines
940 B
17 lines
940 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$langPgTitle = "Title of the page";
|
|
$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.";
|
|
$langTooBig = "You didn't choose any file to send, or it is too big";
|
|
$langCouldNot = "File could not be uploaded";
|
|
$langNotAllowed = "Not allowed";
|
|
$langAddPageToSite = "Add a page to the area";
|
|
$langCouldNotSendPage = "This file is not in HTML format and could not be uploaded. If you want to send non HTML documents (PDF, Word, Power Point, Video, etc.) use the Documents tool";
|
|
$langSendPage = "Page to upload";
|
|
$langPageTitleModified = "The title of the page has been modified";
|
|
$langPageAdded = "Page added";
|
|
$langAddPage = "Add a page";
|
|
$Choose = "Choose";
|
|
?>
|