$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 = "No category";
$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). ";