function MessageUtils() { this.getMessageValue = function(key, tokens) { var msg = messages[key]; if (tokens) { var re = /%%\d+%%/g; var count=0; return msg.replace(re, function (match){ var foundToken = tokens[count++]; return foundToken; } ); } else { return msg; } } var messages = new Array(); messages['tooltips_whitespace'] = 'Using this tool to change the white space will not delete anything from your page. It will move every item under the highlighted section or below.'; messages['tooltip_copycomponent'] = 'Click to make a copy on this page or another page.'; messages['tooltip_edit'] = 'Click to edit this item'; messages['problem_deleing'] = 'There was a problem deleting your stuff'; messages['pic_succesful_name_failed'] = 'Profile Pic Upload sucessful but profile name update failed.'; messages['failed_to_rotate_alert'] = 'Failed to rotate image.'; messages['visitors_caps'] = 'VISITORS'; messages['are_you_sure_sendtotrash'] = 'Are you sure you want to put this item in the trash?'; messages['tooltip_fotoflexer'] = 'Click to crop, change colors, make photo effects, add layers and more!'; messages['tooltip_front'] = 'Click to bring item in front'; messages['are_you_sure_delete'] = 'Are you sure you want to delete this item?'; messages['check_out_my_site'] = 'Check out my site'; messages['tooltip_hide'] = 'Click to hide tool buttons for this item'; messages['cancel_small_cap'] = 'cancel'; messages['profile_name_update_error'] = 'The profile name update failed. Please try again later. If the problem persists, please email your site name and this error message to memberservices@piczo.com.'; messages['XMLHttpRequest_error_occurred'] = 'Error occurred trying to establish XMLHttpRequest connection.'; messages['dont_go_anywhere'] = 'Don\'t go anywhere, your picture is processing...'; messages['profile_pic_update_error'] = 'The profile picture update failed. Please try again later. If the problem persists, please email your site name and this error message to memberservices@piczo.com.'; messages['image_uploader_iuembed.js_3'] = '

Please click on Information Bar. After page reloading select "Yes" when you see control installation dialog.

'; messages['please_wait'] = 'Please wait for the currently uploading of pictures to complete before uploading more'; messages['assign_color_label'] = 'Click on me to assign color'; messages['deadened_link_alert'] = 'That link points outside of your member pages.'; messages['tooltip_sendtotrash'] = 'Click to put this item in the trash bin'; messages['profile_name_remaining_chars'] = 'You have %%0%% characters left for your Profile Name'; messages['ok_small_cap'] = 'ok'; messages['incorrect_password_alert'] = 'Incorrect Password'; messages['name_succesful_pic_failed'] = 'Profile name update successful but profile pic upload failed.'; messages['image_uploader_iuembed.js_2'] = ''; messages['html_skill'] = 'People with HTML coding skills, you can enter the HTML color code for your %%0%% (a "#" sign followed by six characters):'; messages['tooltip_rotate_left'] = 'Click to rotate item 90 degrees to the left'; messages['you_have_no_friends'] = 'You currently have no friend invitations'; messages['tooltip_draw'] = 'Click to edit or draw on this photo'; messages['color_slider_label'] = 'Color slider'; messages['named_colors_label'] = 'Named colors'; messages['photo_uploading'] = 'Picture Uploading...'; messages['no_color'] = 'no color'; messages['remove_space'] = 'REMOVE SPACE'; messages['rgb_label'] = 'RGB'; messages['tooltip_movepage'] = 'Click to move this to another page'; messages['add_space'] = 'ADD SPACE'; messages['image_uploader_iuembed.js_1'] = '

Please install the Active X Control. This will let you upload many photos at once.

You should be seeing a prompt, either in the form of a pop-up window or a yellow information bar at the top of this window. If you see the yellow information bar, click on "click here" to get the pop-up window. Please confirm that you would like to install the Active X Control. Installation might take a few minutes; please be patient.

If the Active X Control is incompatible with your computer or you don\'t want to install it, click the Classic tab above to use Piczo\'s Classic Uploader.


I would rather use the Classic Uploader

'; messages['rate_as'] = 'Rate as'; messages['error_occurred'] = 'Error occurred, please try again later.'; messages['tooltip_delete'] = 'Click to delete this item'; messages['browse'] = 'CHOOSE PICTURES'; messages['failed_to_process_row'] = 'Failed to process a row.'; messages['tooltip_rotate_right'] = 'Click to rotate item 90 degrees to the right'; messages['failed_to_process_row_due_to_html_code'] = 'Failed to process a row due to a non-200 HTTP return code.'; messages['tooltip_back'] = 'Click to send item to back'; messages['delete_permanently'] = 'Delete Permanently'; } var messageUtils = new MessageUtils();