var language = (function() { var private = { 'conf_img': 'Are you sure you want to delete that image?', 'conf_doc': 'Are you sure you want to delete that document?', 'conf_lnk': 'Are you sure you want to delete that link?', 'conf_itm': 'Are you sure you want to delete that item?', 'conf_sel': 'Are you sure you want to remove the selected items?', 'conf_act': 'Are you sure you want to perform this action?', 'fill_1': 'Please fill the field', 'fill_2': 'Please select something in', 'fill_3': 'Please fill correctly the field', 'fill_4': 'Please fill a number on the field', 'confirm': 'Confirm', 'cancel': 'Cancel', 'ok': 'Ok', 'removed': 'Item removed', 'updating': 'Updating...', 'updated': 'Successfully updated', 'docrem': 'Document removed', 'lnkrem': 'Link successfully removed!', 'imgrem': 'Image removed', 'close': 'Close window', 'erro_img': 'Error removing image', 'erro_doc': 'Error removing document', 'erro_lnk': 'Error removing link', 'erro_uimg': 'Error updating image', 'erro_udoc': 'Error updating document', 'erro_ulnk': 'Error updating link', 'erro_pass': 'Error: Wrong username or password', 'erro_terms': 'Error! You must read and accept the terms and conditions', 'acc_pass': 'Error: Password must be at least 4 characters long', 'cart_stay': 'Continue shopping', 'cart_go': 'Go to checkout', 'erro_act': 'Error executing action', '__sid': '', '__lang': 'en', '__f_number': 'Please insert a valid number.', '__f_min': 'Insert a value bigger than {0}.' }; return { get: function(name) { return private[name]; } }; })();