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.
47 lines
2.8 KiB
47 lines
2.8 KiB
<?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 = "Modify 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.";
|
|
$langCategoryMod = "Modify Category";
|
|
$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";
|
|
$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 = "Modify Link";
|
|
$langCsvImport = "Import a CSV file";
|
|
$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 homepage";
|
|
$langShowLinkOnHomepage = "Show this link as an icon on the course homepage";
|
|
$langCsvImport = "CSV import";
|
|
$General = "General";
|
|
?>
|