// UK lang variables

tinyMCE.addI18n('en.advimage',{
        tab_general : 'General',
        tab_appearance : 'Appearance',
        tab_advanced : 'Advanced',
        img_name: 'Name',
        img_size: 'Size',
        img_ext: 'Extenstion',
        dir_bro: 'Directory browser',
        fld_add: 'add new folder',
        fld_msg: 'Please enter a name for the new folder',
        fld_del: 'delete',
        fld_con: 'Are you sure you want to delete this item?',
        img_mod: 'Modified',
        img_upl : 'upload',
        img_loader: 'loading',
        general : 'General',
        title : 'Title',
        preview : 'Preview',
        constrain_proportions : 'Constrain proportions',
        langdir : 'Language direction',
        langcode : 'Language code',
        long_desc : 'Long description link',
        style : 'Style',
        classes : 'Classes',
        ltr : 'Left to right',
        rtl : 'Right to left',
        id : 'Id',
        image_map : 'Image map',
        swap_image : 'Swap image',
        alt_image : 'Alternative image',
        mouseover : 'for mouse over',
        mouseout : 'for mouse out',
        misc : 'Miscellaneous',
        example_img : 'Appearance&nbsp;preview&nbsp;image',
        missing_alt : 'Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.',
        textBottom : 'textBottom',
        superscript: 'superscript',
        subscript: 'sup',
        upl_err1: 'Please choose a file to upload',
        upl_err2: 'Cannot upload this file',
        upl_err3: 'Error uploading file',
        insert_image_title : 'Insert/edit image',
        insert_image_src : 'Image URL',
        insert_image_alt : 'Image description',
        title : 'Title',
        insert_image_align : 'Alignment',
        insert_image_align_default : '-- Not set --',
        insert_image_align_baseline : 'Baseline',
        insert_image_align_top : 'Top',
        insert_image_align_middle : 'Middle',
        insert_image_align_bottom : 'Bottom',
        insert_image_align_texttop : 'TextTop',
        insert_image_align_absmiddle : 'Absolute Middle',
        insert_image_align_absbottom : 'Absolute Bottom',
        insert_image_align_left : 'Left',
        insert_image_align_right : 'Right',
        insert_image_dimensions : 'Dimensions',
        insert_image_vspace : 'Vertical space',
        insert_image_hspace : 'Horizontal space',
        insert_image_border : 'Border',
        class_name : 'Class',
        not_set : '-- Not set --'
    }
);
