$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";
$langGiveCategoryName = "Please give the category name";
$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.";