includes/clientside/tinymce/themes/advanced/langs/en.js
changeset 335 67bd3121a12e
parent 1 fe660c52c48f
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
     1 // UK lang variables
     1 tinyMCE.addI18n('en.advanced',{
     2 
     2 style_select:"Styles",
     3 tinyMCE.addToLang('',{
     3 font_size:"Font size",
     4 theme_style_select : '-- Styles --',
     4 fontdefault:"Font family",
     5 theme_code_desc : 'Edit HTML Source',
     5 block:"Format",
     6 theme_code_title : 'HTML Source Editor',
     6 paragraph:"Paragraph",
     7 theme_code_wordwrap : 'Word wrap',
     7 div:"Div",
     8 theme_sub_desc : 'Subscript',
     8 address:"Address",
     9 theme_sup_desc : 'Superscript',
     9 pre:"Preformatted",
    10 theme_hr_desc : 'Insert horizontal ruler',
    10 h1:"Heading 1",
    11 theme_removeformat_desc : 'Remove formatting',
    11 h2:"Heading 2",
    12 theme_custom1_desc : 'Your custom description here',
    12 h3:"Heading 3",
    13 insert_image_border : 'Border',
    13 h4:"Heading 4",
    14 insert_image_dimensions : 'Dimensions',
    14 h5:"Heading 5",
    15 insert_image_vspace : 'Vertical space',
    15 h6:"Heading 6",
    16 insert_image_hspace : 'Horizontal space',
    16 blockquote:"Blockquote",
    17 insert_image_align : 'Alignment',
    17 code:"Code",
    18 insert_image_align_default : '-- Not set --',
    18 samp:"Code sample",
    19 insert_image_align_baseline : 'Baseline',
    19 dt:"Definition term ",
    20 insert_image_align_top : 'Top',
    20 dd:"Definition description",
    21 insert_image_align_middle : 'Middle',
    21 bold_desc:"Bold (Ctrl+B)",
    22 insert_image_align_bottom : 'Bottom',
    22 italic_desc:"Italic (Ctrl+I)",
    23 insert_image_align_texttop : 'TextTop',
    23 underline_desc:"Underline (Ctrl+U)",
    24 insert_image_align_absmiddle : 'Absolute Middle',
    24 striketrough_desc:"Strikethrough",
    25 insert_image_align_absbottom : 'Absolute Bottom',
    25 justifyleft_desc:"Align left",
    26 insert_image_align_left : 'Left',
    26 justifycenter_desc:"Align center",
    27 insert_image_align_right : 'Right',
    27 justifyright_desc:"Align right",
    28 theme_font_size : '-- Font size --',
    28 justifyfull_desc:"Align full",
    29 theme_fontdefault : '-- Font family --',
    29 bullist_desc:"Unordered list",
    30 theme_block : '-- Format --',
    30 numlist_desc:"Ordered list",
    31 theme_paragraph : 'Paragraph',
    31 outdent_desc:"Outdent",
    32 theme_div : 'Div',
    32 indent_desc:"Indent",
    33 theme_address : 'Address',
    33 undo_desc:"Undo (Ctrl+Z)",
    34 theme_pre : 'Preformatted',
    34 redo_desc:"Redo (Ctrl+Y)",
    35 theme_h1 : 'Heading 1',
    35 link_desc:"Insert/edit link",
    36 theme_h2 : 'Heading 2',
    36 unlink_desc:"Unlink",
    37 theme_h3 : 'Heading 3',
    37 image_desc:"Insert/edit image",
    38 theme_h4 : 'Heading 4',
    38 cleanup_desc:"Cleanup messy code",
    39 theme_h5 : 'Heading 5',
    39 code_desc:"Edit HTML Source",
    40 theme_h6 : 'Heading 6',
    40 sub_desc:"Subscript",
    41 theme_blockquote : 'Blockquote',
    41 sup_desc:"Superscript",
    42 theme_code : 'Code',
    42 hr_desc:"Insert horizontal ruler",
    43 theme_samp : 'Code sample',
    43 removeformat_desc:"Remove formatting",
    44 theme_dt : 'Definition term ',
    44 custom1_desc:"Your custom description here",
    45 theme_dd : 'Definition description',
    45 forecolor_desc:"Select text color",
    46 theme_colorpicker_title : 'Select a color',
    46 backcolor_desc:"Select background color",
    47 theme_colorpicker_apply : 'Apply',
    47 charmap_desc:"Insert custom character",
    48 theme_forecolor_desc : 'Select text color',
    48 visualaid_desc:"Toggle guidelines/invisible elements",
    49 theme_backcolor_desc : 'Select background color',
    49 anchor_desc:"Insert/edit anchor",
    50 theme_charmap_title : 'Select custom character',
    50 cut_desc:"Cut",
    51 theme_charmap_desc : 'Insert custom character',
    51 copy_desc:"Copy",
    52 theme_visualaid_desc : 'Toggle guidelines/invisible elements',
    52 paste_desc:"Paste",
    53 insert_anchor_title : 'Insert/edit anchor',
    53 image_props_desc:"Image properties",
    54 insert_anchor_name : 'Anchor name',
    54 newdocument_desc:"New document",
    55 theme_anchor_desc : 'Insert/edit anchor',
    55 help_desc:"Help",
    56 theme_insert_link_titlefield : 'Title',
    56 blockquote_desc:"Blockquote",
    57 theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
    57 clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\r\nDo you want more information about this issue?",
    58 theme_path : 'Path',
    58 path:"Path",
    59 cut_desc : 'Cut',
    59 newdocument:"Are you sure you want clear all contents?",
    60 copy_desc : 'Copy',
    60 toolbar_focus:"Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X",
    61 paste_desc : 'Paste',
    61 more_colors:"More colors"
    62 link_list : 'Link list',
       
    63 image_list : 'Image list',
       
    64 browse : 'Browse',
       
    65 image_props_desc : 'Image properties',
       
    66 newdocument_desc : 'New document',
       
    67 class_name : 'Class',
       
    68 newdocument : 'Are you sure you want clear all contents?',
       
    69 about_title : 'About TinyMCE',
       
    70 about : 'About',
       
    71 license : 'License',
       
    72 plugins : 'Plugins',
       
    73 plugin : 'Plugin',
       
    74 author : 'Author',
       
    75 version : 'Version',
       
    76 loaded_plugins : 'Loaded plugins',
       
    77 help : 'Help',
       
    78 not_set : '-- Not set --',
       
    79 close : 'Close',
       
    80 toolbar_focus : 'Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X',
       
    81 invalid_data : 'Error: Invalid values entered, these are marked in red.',
       
    82 more_colors : 'More colors',
       
    83 color_picker_tab : 'Picker',
       
    84 color_picker : 'Color picker',
       
    85 web_colors_tab : 'Web safe',
       
    86 web_colors : 'Web safe colors',
       
    87 named_colors_tab : 'Named',
       
    88 named_colors : 'Named colors',
       
    89 color : 'Color:',
       
    90 color_name : 'Name:'
       
    91 });
    62 });