123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?php
- /*
- for more information: see languages.txt in the lang folder.
- */
- $LinkMoved = "The link has been moved";
- $langLinkName = "Link name";
- $langLinkAdd = "Add a link";
- $langLinkAdded = "The link has been added.";
- $langLinkMod = "Edit link";
- $langLinkModded = "The link has been modified.";
- $langLinkDel = "Delete link";
- $langLinkDeleted = "The link has been deleted";
- $langLinkDelconfirm = "Do you want to delete this link?";
- $langAllLinksDel = "Delete all links in this category";
- $langCategoryName = "Category name";
- $langCategoryAdd = "Add a category";
- $langCategoryAdded = "The category has been added.";
- $langCategoryModded = "The category has been modified.";
- $langCategoryDel = "Delete category";
- $langCategoryDeleted = "The category and all its links have been deleted.";
- $langCategoryDelconfirm = "When deleting a category, all links of this category are also deleted.\nDo you really want to delete this category and its links ?";
- $langAllCategoryDel = "Delete all categories and all links";
- $langGiveURL = "Please give the link URL, it should be valid.";
- $langGiveCategoryName = "Please give the category name";
- $langNoCategory = "General";
- $showall = "Open all categories";
- $shownone = "Close all categories";
- $langListDeleted = "List has been deleted";
- $langAddLink = "Add a link";
- $langDelList = "Delete list";
- $langModifyLink = "Edit Link";
- $langCsvImport = "CSV import";
- $langCsvFileNotFound = "CSV import file could not be opened (e.g. empty, too big)";
- $langCsvFileNoSeps = "CSV import file must use , or ; as listseparator";
- $langCsvFileNoURL = "CSV import file must at least have columns URL and title";
- $langCsvFileLine1 = "... - line 1 =";
- $langCsvLinesFailed = "line(s) failed to import a link (no URL or no title).";
- $langCsvLinesOld = "existing link(s) updated (same URL and category).";
- $langCsvLinesNew = "new link(s) created.";
- $langCsvExplain = "The file should look like:<blockquote><pre><b>URL</b>;category;<b>title</b>;description;<b>http://www.aaa.org/...</b>;Important links;<b>Name 1</b>;Description 1;<b>http://www.bbb.net/...</b>;;<b>Name 2</b>;\"Description 2\";</pre></blockquote>If URL and category are equal to those of an existing link, its title and description are updated. In all other cases a new link is created.<br><br>Bold = mandatory. Fields can be in any order, names in upper- or lowercase. Additional fields are added to description. Separator: comma or semicolon. Values may be quoted, but not the field names. Some [b]HTML tags[/b] can be imported in the description field.";
- $langLinkUpdated = "Link has been updated";
- $langAll_Link_Deleted = "Link has been deleted";
- $langOnHomepage = "Show link on training homepage";
- $langShowLinkOnHomepage = "Show this link as an icon on training homepage";
- $General = "general";
- $SearchFeatureDoIndexLink = "Index link title and description?";
- $langSaveLink = "Save link";
- $langSaveCategory = "Save folder";
- $BackToLinksOverview = "Back to links overview";
- $AddTargetOfLinkOnHomepage = "Select the \"target\" which shows the link on the homepage of the course";
- $Url = "URL";
- $LinkOpenSelf = "Open self";
- $LinkOpenBlank = "Open blank";
- $LinkOpenParent = "Open parent";
- $LinkOpenTop = "Open top";
- $LinkTarget = "Link target";
- ?>
|