annotate static/js/tiny_mce/plugins/advlink/langs/en_dlg.js @ 348:d1b11096595b

Fix #168; when nailing a spammer, clear their profile text fields. Guard against topics and forums that don't exist when deleting posts in the signal handler. Make the forum stats template tag only display the latest active users.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 Mar 2011 02:18:28 +0000
parents 88b2b9cb8c1f
children 6c182ceb7147
rev   line source
bgneal@312 1 tinyMCE.addI18n('en.advlink_dlg',{
bgneal@312 2 title:"Insert/edit link",
bgneal@312 3 url:"Link URL",
bgneal@312 4 target:"Target",
bgneal@312 5 titlefield:"Title",
bgneal@312 6 is_email:"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?",
bgneal@312 7 is_external:"The URL you entered seems to external link, do you want to add the required http:// prefix?",
bgneal@312 8 list:"Link list",
bgneal@312 9 general_tab:"General",
bgneal@312 10 popup_tab:"Popup",
bgneal@312 11 events_tab:"Events",
bgneal@312 12 advanced_tab:"Advanced",
bgneal@312 13 general_props:"General properties",
bgneal@312 14 popup_props:"Popup properties",
bgneal@312 15 event_props:"Events",
bgneal@312 16 advanced_props:"Advanced properties",
bgneal@312 17 popup_opts:"Options",
bgneal@312 18 anchor_names:"Anchors",
bgneal@312 19 target_same:"Open in this window / frame",
bgneal@312 20 target_parent:"Open in parent window / frame",
bgneal@312 21 target_top:"Open in top frame (replaces all frames)",
bgneal@312 22 target_blank:"Open in new window",
bgneal@312 23 popup:"Javascript popup",
bgneal@312 24 popup_url:"Popup URL",
bgneal@312 25 popup_name:"Window name",
bgneal@312 26 popup_return:"Insert 'return false'",
bgneal@312 27 popup_scrollbars:"Show scrollbars",
bgneal@312 28 popup_statusbar:"Show status bar",
bgneal@312 29 popup_toolbar:"Show toolbars",
bgneal@312 30 popup_menubar:"Show menu bar",
bgneal@312 31 popup_location:"Show location bar",
bgneal@312 32 popup_resizable:"Make window resizable",
bgneal@312 33 popup_dependent:"Dependent (Mozilla/Firefox only)",
bgneal@312 34 popup_size:"Size",
bgneal@312 35 popup_position:"Position (X/Y)",
bgneal@312 36 id:"Id",
bgneal@312 37 style:"Style",
bgneal@312 38 classes:"Classes",
bgneal@312 39 target_name:"Target name",
bgneal@312 40 langdir:"Language direction",
bgneal@312 41 target_langcode:"Target language",
bgneal@312 42 langcode:"Language code",
bgneal@312 43 encoding:"Target character encoding",
bgneal@312 44 mime:"Target MIME type",
bgneal@312 45 rel:"Relationship page to target",
bgneal@312 46 rev:"Relationship target to page",
bgneal@312 47 tabindex:"Tabindex",
bgneal@312 48 accesskey:"Accesskey",
bgneal@312 49 ltr:"Left to right",
bgneal@312 50 rtl:"Right to left",
bgneal@312 51 link_list:"Link list"
bgneal@312 52 });