var MCManagerI18n = {
'common':{
 title:"Moxiecode Image Manager",
 filemanager:"File manager",
 createdir:"Create folder",
 refresh:"Refresh",
 upload:"Upload",
 help:"Help",
 edit:"Edit",
 deleteit:"Delete",
 view:"View",
 insert:"Insert",
 directory:"Selected folder",
 loading:"Loading...",
 filter:"Filter",
 alert_ok:"Ok",
 confirm_yes:"Yes",
 confirm_no:"No",
 prev:"Prev",
 next:"Next",
 image_data:"Getting image data, please wait...",
 page:"Page",
 of:"of",
 add_favorite:"Add favorite",
 removefavorite:"Remove favorite"
},'button':{
 create:"Create",
 cancel:"Cancel",
 apply:"Apply",
 save:"Save"
},'error':{
 demo:"This action is restricted in demo mode.",
 no_filesystem:"No filesystem found for path: {path}.",
 no_access:"No access on this file/folder.",
 no_write_access:"Folder has no write access.",
 file_not_exists:"File/folder was not found.",
 invalid_filename:"Filename is not valid.",
 template_missing:"The selected template is missing.",
 folder_exists:"A folder with the specified name already exists.",
 createdir_failed:"Error could not create folder.",
 upload_failed:"Upload failed, check your folder write permissions.",
 file_exists:"A file with the specified name already exists.",
 error_to_large:"The file you are trying to upload is to large.",
 delete_failed:"Could not delete file(s).",
 crop_failed:"Could not crop image.",
 resize_failed:"Could not crop image.",
 rotate_failed:"Rotate was not successfull.",
 flip_failed:"Flip was not successfull.",
 save_failed:"Save was not successfull.",
 remove_favorite_failed:"Failed to remove the favorite from your favorites list."
},'message':{
 save_success:"File has been saved.",
 keepalive:"Keepalive request.",
 delete_success:"File(s) have been deleted successfully.",
 directory_ok:"Folder has been created.",
 upload_ok:"Upload successfull.",
 crop_success:"Crop successfull.",
 resize_success:"Resize successfull.",
 rotate_success:"Rotate successfull.",
 flip_success:"Flip successfull."
},'panel':{
 categories:"Categories",
 folders:"Folders",
 favorites:"Favorites",
 history:"History"
},'view':{
 title:"View",
 mode:"View mode:",
 thumbnail:"Thumbnails",
 textlist:"Text list",
 images_per_page:"images/page",
 confirm_delete:"Are you sure you wish to remove this file?",
 keyboard_next:"Keyboard shortcut: SPACE,N,RIGHTARROW,PAGE DOWN",
 keyboard_prev:"Keyboard shortcut: P,LEFTARROW,PAGE UP",
 dimensions:"Dimensions",
 confirm_remove_favorite:"Are you sure you wish to remove this from your favorites list?"
},'createdir':{
 title:"Create folder",
 description:"Insert a name for the folder you wish to create.",
 template:"Template:",
 select_template:"-- Select template --",
 directory_name:"Folder name:",
 create_in:"Create in:",
 progress:"Creating folder, please wait..."
},'upload':{
 title:"Upload",
 description:"Use the form to upload files.",
 valid_extensions:"Valid extensions:",
 max_upload_size:"Max upload size:",
 file_to_upload:"File to upload:",
 as_file_name:"As file name:",
 path:"Path:",
 button_upload:"Upload",
 browse:"Add file(s)",
 progress:"Uploading...",
 upload_warn:"Files are being uploaded, are you sure you want to cancel the upload?",
 statusrow:"You have {files} files (total {size}) eagerly waiting to be uploaded.",
 progressinfo:"{loaded} of {total} uploaded at {speed}/s.",
 abort:"Abort upload",
 add_more:"Add more?",
 upload_to_server:"Upload to server",
 cancelled:"Upload was cancelled",
 choose_files:"Choose files",
 basic_upload:"If you\'re having trouble uploading you can always use the {a}basic uploader{/a}.",
 remove:"Remove",
 file:"File",
 size:"Size",
 status:"Status",
 no_valid_files:"No valid files selected, please try again."
},'edit_image':{
 title:"Moxiecode ImageManager Editor",
 save:"Save",
 revert:"Revert",
 crop:"Crop",
 resize:"Resize",
 please_wait:"Processing image, please wait...",
 constrain:"Constrain proportions",
 left:"Left",
 top:"Top",
 width:"Width",
 height:"Height",
 save_as:"Save as",
 flip:"Flip",
 rotate:"Rotate",
 reload:"Reload",
 horizontal:"Horizontal",
 vertical:"Vertical",
 saving_wait:"Saving image, please wait...",
 confirm_revert:"Are you sure that you want to revert to the last saved image?",
 loading:"Loading image, please wait...",
 confirm_no_save:"Are you sure that you don\'t want to save the changes you made to the image?"
},'tinymce':{
 insertimage_desc:"Insert image",
 replaceimage_desc:"Replace image",
 editimage_desc:"Edit image"
},'favorites':{
 special_folder_title:"Favorites",
 addfavorites:"Add favorite(s)",
 removefavorites:"Remove favorite(s)",
 confirm_remove_favorite:"Are you sure you wish to remove this from your favorites list?",
 remove_favorite_failed:"Failed to remove the favorite from your favorites list."
},'history':{
 special_folder_title:"History"
}};