// ===== checkdata_lib.js :
checkdata_TT = {};
checkdata_TT["THE_FIELD"] = "The field '";
checkdata_TT["IS_REQUIRED"] = "' is required";
checkdata_TT["FIELD"] = "Field '";
checkdata_TT["BAD_MAIL"] = "' :\nBad email\n(";
checkdata_TT["VLD_MAIL"] = ")\nPlease enter a valid address.";
checkdata_TT["BAD_WEB"] = "' :\nBad web address\n(";
checkdata_TT["VLD_WEB"] = ")\nPlease enter a valid address.";
checkdata_TT["VLD_CHR"] = "' :\nEnter an alphanumeric string (no space).";
checkdata_TT["ENTER"] = "' :\nEnter at least ";
checkdata_TT["CHARS"] = " chars.";
checkdata_TT["VLD_TEL"] = "' :\nPlease enter a valid phone number !"; // HJ 061115
checkdata_TT["VLD_NUM"] = "' :\nPlease enter a numerical value !";
checkdata_TT["VLD_INT"] = "' :\nPlease enter a integer value !";
checkdata_TT["VLD_DAT"] = "' :\nEnter a valid date.";
checkdata_TT["VLD_ANN"] = "' :\nEnter a valid year (4 digits).";
checkdata_TT["CHECK_OPTION"] = "' :\nCheck an option !";
checkdata_TT["CHECK_FROM"] = "' :\nCheck between ";
checkdata_TT["TO"] = " and ";
checkdata_TT["OPTIONS"] = " boxes !";
checkdata_TT["CHECK"] = "' :\nCheck ";
checkdata_TT["OPTION_S"] = " box(es) !";
checkdata_TT["MAX_NB"] = " selections max !";
checkdata_TT["OK_DEL"] = "Do you really want to remove these ";
checkdata_TT["ITEMS"] = " items ?";
checkdata_TT["OK_DEL1"] = "Do you really want to remove this item ?";
checkdata_TT["NO_SEL"] = "You have not selected anything !";
checkdata_TT["OK_CPY"] = "Do you really want to copy these ";
checkdata_TT["OK_CPY1"] = "Do you really want to copy this item ?";
checkdata_TT["SEL_LINE"] = "You have to select a line !";
checkdata_TT["WARN_SAVE"] = "Be careful, your modifications will not be saved !\nContinue ?";
checkdata_TT["NEW_FOLD"] = "Do you really want to create this folder ?"; // HJ 060623
checkdata_TT["NO_NAME"] = "Please enter a valid name !";
checkdata_TT["NOT_SAME"] = "You have not entered the same value !"; // HJ 060922

// ===== std_lib.js :
std_TT = {};
std_TT["PRINT"] = "Print this page ?";
std_TT["USE_PRINT_MENU"] = "Select 'Print...' in the 'File' menu of ";
std_TT["NO_PRINT_FN"] = ") does not support the function 'window.print()'";
std_TT["NOTHING"] = "Nothing to delete !";
std_TT["M28"] = "28.8 modem";
std_TT["M33"] = "33.6 modem";
std_TT["M56"] = "56k modem";
std_TT["ISDN"] = "ISDN";
std_TT["ADSL"] = "ADSL";
std_TT["T1"] = "T1";
std_TT["T3"] = "T3";
std_TT["BYTES"] = "bytes";
std_TT["KB"] = "kB";
std_TT["MB"] = "MB";
std_TT["NEW"] = "New !";

// ===== pal_medias.css :
pmedias_TT = {};
pmedias_TT["SELECT1PICT"] = "Clic on a picture to select it.";
pmedias_TT["SELECT1FILE"] = "Clic on a file to select it.";
