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.
71 lines
3.7 KiB
71 lines
3.7 KiB
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$Wiki = "Wiki";
|
|
$StartPage = "Main page";
|
|
$EditThisPage = "Edit this page";
|
|
$ShowPageHistory = "History";
|
|
$RecentChanges = "Recent changes";
|
|
$AllPages = "All pages";
|
|
$AddNew = "Add new page";
|
|
$ChangesStored = "Your changes have been saved";
|
|
$NewWikiSaved = "The new wiki homepage has been saved. You can see it clicking at :";
|
|
$DefaultContent = "<br/> <br/> <p align=\"center\"> <img src=\"\'.api_get_path(WEB_IMG_PATH).\'wiki/wcollaborative.png\" alt=\"Mr. Dokeos\" title=\"Mr. Dokeos\" /></p> <p align=\"center\">To begin, start editing this page</p>";
|
|
$CourseWikiPages = "Course Wiki pages";
|
|
$GroupWikiPages = "Group Wiki pages";
|
|
$NoWikiPageTitle = "Your changes have been saved. You still have to give a title to the page";
|
|
$WikiPageTitleExist = "This page title has already been created, edit the page\'s content clicking here: ";
|
|
$WikiDiffAddedLine = "A line has been added";
|
|
$WikiDiffDeletedLine = "A line has been deleted";
|
|
$WikiDiffMovedLine = "A line has been moved";
|
|
$WikiDiffUnchangedLine = "Line without changes";
|
|
$DifferencesNew = "changes in version ";
|
|
$DifferencesOld = "old version of";
|
|
$Differences = "Differences";
|
|
$MostRecentVersion = "View of the latest selected version";
|
|
$Legend = "Legend";
|
|
$ShowDifferences = "Compare selected versions ";
|
|
$GroupSpace = "Group area";
|
|
$SearchPages = "Search pages";
|
|
$Discuss = "Discuss";
|
|
$History = "History";
|
|
$ShowThisPage = "View this page";
|
|
$DeleteThisPage = "Delete this page";
|
|
$DiscussThisPage = "Discuss this page";
|
|
$HomeWiki = "Wiki\'s homepage";
|
|
$DeleteWiki = "Delete all the Wiki\'s contents";
|
|
$WikiDeleted = "Your Wiki has been deleted";
|
|
$WikiPageDeleted = "The page has been deleted with all its history";
|
|
$NumLine = "Num line";
|
|
$DeletePageHistory = "Delete this page and all its versions";
|
|
$OnlyAdminDeleteWiki = "Only course admins can delete the whole Wiki";
|
|
$OnlyAdminDeletePageWiki = "Only course admins can delete a page";
|
|
$OnlyAddPagesGroupMembers = "Only course admins and members of this group can add pages to the group\'s Wiki";
|
|
$OnlyEditPagesGroupMembers = "Only course admins and members of this group can edit pages of the group\'s Wiki";
|
|
$ConfirmDeleteWiki = "Are you sure you want to delete this Wiki?";
|
|
$ConfirmDeletePage = "Are you sure you want to delete this page and its whole history?";
|
|
$AlsoSearchContent = "Search also in content";
|
|
$PageLocked = "Page protected";
|
|
$PageUnlocked = "Page unprotected";
|
|
$PageLockedExtra = "This page is protected. Only course admins can change it";
|
|
$PageUnlockedExtra = "This page is unprotected. All course users or group members can edit this page";
|
|
$ShowAddOption = "Show add option";
|
|
$HideAddOption = "Hide add option";
|
|
$AddOptionProtected = "The add option has been protected. Only course administrators can add pages to this Wiki. Course users and group members can only edit them";
|
|
$AddOptionUnprotected = "The add option has been enabled for all course users and group members";
|
|
$NotifyChanges = "Notify me of changes";
|
|
$NotNotifyChanges = "Do not notify me of changes";
|
|
$NotifyByEmail = "Notify me by e-mail when this page is edited";
|
|
$CancelNotifyByEmail = "Do not notify me by email when this page is edited";
|
|
$MostRecentVersionBy = "The latest version was edited by";
|
|
$Rating = "Rating";
|
|
$RatingMedia = "The average rating of the page is";
|
|
$NumComments = "Comments on this page";
|
|
$NumCommentsScore = "Number of comments on this page: ";
|
|
$AddPagesLocked = "The add option has been temporarily disable by the course admin";
|
|
$LinksPages = "References";
|
|
$ShowLinksPages = "Show the pages that have links to this page";
|
|
$MoreWikiOptions = "More Wiki options";
|
|
$DefaultTitle = "Home";
|
|
$DiscussNotAvailable = "Discuss option not available";
|
|
?>
|