var languages = new Object();
languages = ['fr','en'];

var current_lang = 'en';

var dictionary = new Object();
dictionary['yes'] = 'Yes';
dictionary['no'] = 'No';
dictionary['ok'] = 'Ok';
dictionary['delete'] = 'Delete';
dictionary['edit'] = 'Edit';
dictionary['add'] = 'Add';
dictionary['save'] = 'Save';
dictionary['reset'] = 'Reset';
dictionary['cancel'] = 'Cancel';
dictionary['accept'] = 'Accept';
dictionary['back'] = 'Back';
dictionary['close'] = 'Close';
dictionary['open'] = 'Open';
dictionary['admin_user_username'] = 'The username must be at least 6 characters long.';
dictionary['admin_user_password'] = 'The password must be at least 6 characters long.';
dictionary['admin_user_password_confirm'] = 'Confirmation field must match the original field.';
dictionary['admin_user_email'] = 'Please enter a valid email address.';
dictionary['admin_update_version_error'] = 'NOT FOUND';
dictionary['err'] = 'Erreur JS';
dictionary['browser_version'] = 'You currently have a version of Internet Explorer too old, which can cause display problems. Thank you to update your browser for a better use of our website.';
dictionary['medias_upload_status_done'] = ' files were added to the transfer queue.';
dictionary['medias_upload_button'] = 'Add';

