annotate media/js/tiny_mce/themes/advanced/langs/en.js @ 265:1ba2c6bf6eb7

Closing #98. Animated GIFs were losing their transparency and animated properties when saved as avatars. Reworked the avatar save process to only run the avatar through PIL if it is too big. This preserves the original uploaded file if it is within the desired size settings. This may still mangle big animated gifs. If this becomes a problem, then maybe look into calling the PIL Image.resize() method directly. Moved the PIL image specific functions from bio.forms to a new module: core.image for better reusability in the future.
author Brian Neal <bgneal@gmail.com>
date Fri, 24 Sep 2010 02:12:09 +0000
parents a5b4c5ce0658
children
rev   line source
bgneal@45 1 tinyMCE.addI18n('en.advanced',{
bgneal@45 2 style_select:"Styles",
bgneal@45 3 font_size:"Font size",
bgneal@45 4 fontdefault:"Font family",
bgneal@45 5 block:"Format",
bgneal@45 6 paragraph:"Paragraph",
bgneal@45 7 div:"Div",
bgneal@45 8 address:"Address",
bgneal@45 9 pre:"Preformatted",
bgneal@45 10 h1:"Heading 1",
bgneal@45 11 h2:"Heading 2",
bgneal@45 12 h3:"Heading 3",
bgneal@45 13 h4:"Heading 4",
bgneal@45 14 h5:"Heading 5",
bgneal@45 15 h6:"Heading 6",
bgneal@45 16 blockquote:"Blockquote",
bgneal@45 17 code:"Code",
bgneal@45 18 samp:"Code sample",
bgneal@45 19 dt:"Definition term ",
bgneal@45 20 dd:"Definition description",
bgneal@45 21 bold_desc:"Bold (Ctrl+B)",
bgneal@45 22 italic_desc:"Italic (Ctrl+I)",
bgneal@45 23 underline_desc:"Underline (Ctrl+U)",
bgneal@45 24 striketrough_desc:"Strikethrough",
bgneal@45 25 justifyleft_desc:"Align left",
bgneal@45 26 justifycenter_desc:"Align center",
bgneal@45 27 justifyright_desc:"Align right",
bgneal@45 28 justifyfull_desc:"Align full",
bgneal@45 29 bullist_desc:"Unordered list",
bgneal@45 30 numlist_desc:"Ordered list",
bgneal@45 31 outdent_desc:"Outdent",
bgneal@45 32 indent_desc:"Indent",
bgneal@45 33 undo_desc:"Undo (Ctrl+Z)",
bgneal@45 34 redo_desc:"Redo (Ctrl+Y)",
bgneal@45 35 link_desc:"Insert/edit link",
bgneal@45 36 unlink_desc:"Unlink",
bgneal@45 37 image_desc:"Insert/edit image",
bgneal@45 38 cleanup_desc:"Cleanup messy code",
bgneal@45 39 code_desc:"Edit HTML Source",
bgneal@45 40 sub_desc:"Subscript",
bgneal@45 41 sup_desc:"Superscript",
bgneal@45 42 hr_desc:"Insert horizontal ruler",
bgneal@45 43 removeformat_desc:"Remove formatting",
bgneal@45 44 custom1_desc:"Your custom description here",
bgneal@45 45 forecolor_desc:"Select text color",
bgneal@45 46 backcolor_desc:"Select background color",
bgneal@45 47 charmap_desc:"Insert custom character",
bgneal@45 48 visualaid_desc:"Toggle guidelines/invisible elements",
bgneal@45 49 anchor_desc:"Insert/edit anchor",
bgneal@45 50 cut_desc:"Cut",
bgneal@45 51 copy_desc:"Copy",
bgneal@45 52 paste_desc:"Paste",
bgneal@45 53 image_props_desc:"Image properties",
bgneal@45 54 newdocument_desc:"New document",
bgneal@45 55 help_desc:"Help",
bgneal@45 56 blockquote_desc:"Blockquote",
bgneal@45 57 clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\r\nDo you want more information about this issue?",
bgneal@45 58 path:"Path",
bgneal@45 59 newdocument:"Are you sure you want clear all contents?",
bgneal@45 60 toolbar_focus:"Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X",
bgneal@45 61 more_colors:"More colors"
bgneal@45 62 });