var translations = new Array();

// Add bookmark
translations[0] = "Sorry! Your browser doesn't support this function.";

// contact
translations[1] = "Please enter your last name<br />";
translations[2] = "Please enter your first name<br />";
translations[3] = "Please enter a valid email address<br />";
translations[4] = "Please select a geographic zone<br />";
translations[5] = "Please enter a message<br />";
translations[6] = "Add to you media library";
translations[7] = "Email already exists";
translations[8] = "At least one subscription should be set";
translations[9] = "There is no account for this e-mail address";
translations[10] = "Please enter a valid email address<br />";
translations[11] = "Please select a request<br />";
translations[12] = "Please enter a comment<br />";

translations[13] = "Please select a profile<br />";
// mediatheque
translations[20] = "Please select a valid start date<br />";
translations[21] = "Please select a valid end date<br />";
translations[22] = "At least one language must be selected<br />";
translations[23] = "At least one language must be selected<br />";
translations[24] = "The end-of-search year that you have selected is prior to the start-of-search date. Please select another year.";
translations[25] = "The end-of-search year and month that you have selected are prior to the start-of-search dates. Please select another month and another year.";
translations[26] = "Year is mandatory is month is selected";
translations[27] = "At least one of document types must be selected";
translations[28] = "Theme can not be empty";
