diff --git a/README.md b/README.md
index 7c7e4ff..af3bdc3 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# TinyMCE 4.0.6 for OXID eShop CE 4.7+
-### hdi-tinymce module version 1.1.4 from 2013-10-01
+# TinyMCE 4.0.10 for OXID eShop CE 4.7+
+### hdi-tinymce module version 1.1.5 from 2013-11-14
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL.
More information here: http://www.tinymce.com/
and here: https://github.com/tinymce
diff --git a/copy_this/modules/hdi/hdi-tinymce/.gitignore b/copy_this/modules/hdi/hdi-tinymce/.gitignore
deleted file mode 100644
index 2b9c475..0000000
--- a/copy_this/modules/hdi/hdi-tinymce/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.less
-*.jquery.*
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/changelog.txt b/copy_this/modules/hdi/hdi-tinymce/changelog.txt
similarity index 76%
rename from copy_this/modules/hdi/hdi-tinymce/tinymce/changelog.txt
rename to copy_this/modules/hdi/hdi-tinymce/changelog.txt
index 093c6d1..78d503d 100644
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/changelog.txt
+++ b/copy_this/modules/hdi/hdi-tinymce/changelog.txt
@@ -1,3 +1,71 @@
+Version 4.0.10 (2013-10-28)
+ Added new forced_root_block_attrs option that allows you to specify attributes for the root block.
+ Fixed bug where the custom resize handles didn't work properly on IE 11.
+ Fixed bug where the code plugin would select all contents in IE when content was updated.
+ Fixed bug where the scroll position wouldn't get applied to floating toolbars.
+ Fixed bug where focusing in/out of the editor would move the caret to the top of the editor on IE 11.
+ Fixed bug where the listboxes for link and image lists wasn't updated when the url/src was changed.
+ Fixed bug where selection bookmark elements would be visible in the elements path list.
+Version 4.0.9 (2013-10-24)
+ Added support for external template files to template plugin just set the templates option to a URL with JSON data.
+ Added new allow_script_urls option. Enabled by default, trims all script urls from attributes.
+ Fixed bug where IE would sometimes throw a "Permission denied" error unless the Sizzle doc was properly removed.
+ Fixed bug where lists plugin would remove outer list items if inline editable element was within a LI parent.
+ Fixed bug where insert table grid widget would insert a table on item to large when using a RTL language pack.
+ Fixed bug where fullscreen mode wasn't rendering properly on IE 7.
+ Fixed bug where resize handlers wasn't moved correctly when scrolling inline editable elements.
+ Fixed bug where it wasn't possible to paste from Excel and possible other applications due to Clipboard API bugs in browsers.
+ Fixed bug where Shift+Ctrl+V didn't produce a plain text paste on IE.
+ Fixed bug where IE would sometimes move the selection to the a previous location.
+ Fixed bug where the editor wasn't properly scrolled to the content insert location in inline mode.
+ Fixed bug where some comments would be parsed as HTML by the SaxParser.
+ Fixed bug where WebKit/Blink would render tables incorrectly if unapplying formats when having multiple table cells selected.
+ Fixed bug where the paste_data_images option wouldn't strip all kinds of data images.
+ Fixed bug where the GridLayout didn't render items correctly if the contents overflowed the layout container.
+ Fixed bug where the Window wasn't properly positioned if the size of the button bar or title bar was wider than the contents.
+ Fixed bug where psuedo selectors for finding UI controls didn't work properly.
+ Fixed bug where resized splitbuttons would throw an exception if it didn't contain an icon.
+ Fixed bug where setContent would move focus into the editor even though it wasn't active.
+ Fixed bug where IE 11 would sometimes throw an "Invalid function" error when calling setActive on the body element.
+ Fixed bug where the importcss plugin would import styles from CSS files not present in the content_css array.
+ Fixed bug where the jQuery plugin will initialize the editors twice if the core was loaded using the script_url option.
+ Fixed various bugs and issues related to indentation of OL/UL list elements.
+ Fixed so IE 7 renders the classic mode buttons the same size as other browsers.
+ Fixed so document.readyState is checked when loading and initializing TinyMCE manually after page load.
+Version 4.0.8 (2013-10-10)
+ Added RTL support so all of the UI is rendered right to left if a language pack has a _dir property set to rtl.
+ Fixed bug where layout managers wouldn't handle subpixel values properly. When for example the browser was zoomed in.
+ Fixed bug where the importcss plugin wouldn't import classes from local stylesheets with remote @import rules on Gecko.
+ Fixed bug where Arabic characters wouldn't be properly counted in wordcount plugin.
+ Fixed bug where submit event would still fire even if it was unbound on IE 10. Now the event is simply ignored.
+ Fixed bug where IE 11 would return border-image: none when getting style attributes with borders in them.
+ Fixed various UI rendering issues on older IE versions.
+ Fixed so readonly option renderes the editor in inline mode with all UI elements disabled and all events blocked.
+Version 4.0.7 (2013-10-02)
+ Added new importcss_selector_filter option to importcss plugin. Makes it easier to select specific classes to import.
+ Added new importcss_groups option to importcss plugin. Enables you separate classes into menu groups based on filters.
+ Added new PastePreProcess/PastePostProcess events and reintroduced paste_preprocess/paste_postprocess paste options.
+ Added new paste_word_valid_elements option lets you control what elements gets pasted when pasting from Word.
+ Fixed so panelbutton is easier to use. It's now possible to set the panel contents to any container type.
+ Fixed so editor.destroy calls editor.remove so that both destroy and remove can be used to remove an editor instance.
+ Fixed so the searchreplace plugin doesn't move focus into the editor until you close the dialog.
+ Fixed so the searchreplace plugin search for next item if you hit enter inside the dialog.
+ Fixed so importcss_selector_converter callback is executed with the scope set to importcss plugin instance.
+ Fixed so the default selector converter function is exposed in importcss plugin.
+ Fixed issue with the tabpanel not expanding properly when the tabs where wider than the body of the panel.
+ Fixed issue with the menubar option producing a JS exception if set to true.
+ Fixed bug where closing a dialog with an opened listbox would cause errors if new dialogs where opened.
+ Fixed bug where hidden input elements wasn't removed when inline editor instances where removed.
+ Fixed bug where editors wouldn't initialize some times due to event logic not working correctly.
+ Fixed bug where pre elements woudl cause searchreplace and spellchecker plugins to mark incorrect locations.
+ Fixed bug where embed elements wouldn't be properly resized if they where configured in using the video_template_callback.
+ Fixed bug where paste from word would remove all BR elements since it was missing in the default paste_word_valid_elements.
+ Fixed bug where paste filtering wouldn't work properly on old WebKit installations pre Clipboard API.
+ Fixed bug where linebreaks would be removed by paste plugin on IE since it didn't properly detect Word contents.
+ Fixed bug where paste plugin would convert some Word paragraphs that looked like lists into lists.
+ Fixed bug where editors wasn't properly initialized if the document.domain is set to the same as the current domain on IE.
+ Fixed bug where an exception was thrown when removing an editor after opening the context menu multiple times.
+ Fixed bug where paste as plain text on Gecko would add extra BR elements when pasting paragraphs.
Version 4.0.6 (2013-09-12)
Added new compat3x plugin that makes it possible to load most 3.x plugins. Only available in the development package.
Added new skin_url option enables you to load local skins when using the CDN version.
diff --git a/copy_this/modules/hdi/hdi-tinymce/metadata.php b/copy_this/modules/hdi/hdi-tinymce/metadata.php
index 0c7c462..2c36456 100755
--- a/copy_this/modules/hdi/hdi-tinymce/metadata.php
+++ b/copy_this/modules/hdi/hdi-tinymce/metadata.php
@@ -106,5 +106,6 @@
/* external plugins */
array('group' => 'tinyMceExtPlugins', 'name' => 'aTinyMCE_external_plugins', 'type' => 'aarr', 'value' => null, 'position' => 0),
array('group' => 'tinyMceExtPlugins', 'name' => 'sTinyMCE_external_controls', 'type' => 'str', 'value' => '', 'position' => 1),
+ array('group' => 'tinyMceExtPlugins', 'name' => 'aTinyMCE_external_config','type' => 'arr', 'value' => null, 'position' => 2),
)
);
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce.php b/copy_this/modules/hdi/hdi-tinymce/tinymce.php
index 2682fbb..6a157f9 100644
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce.php
+++ b/copy_this/modules/hdi/hdi-tinymce/tinymce.php
@@ -55,6 +55,7 @@
//external plugins & controls
$smarty->assign("extPlugins", $myConfig->getConfigParam("aTinyMCE_external_plugins"));
$smarty->assign("extControls", $myConfig->getConfigParam("sTinyMCE_external_controls"));
+ $smarty->assign("extConfig", implode($myConfig->getConfigParam("aTinyMCE_external_config"),"\n"));
//var_dump($myConfig->getModulesDir()."hdi/hdi-tinymce/test.tpl");
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/cs.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/cs.js
deleted file mode 100644
index 9ab436c..0000000
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/cs.js
+++ /dev/null
@@ -1,175 +0,0 @@
-tinymce.addI18n('cs',{
-"Cut": "Vyjmout",
-"Header 2": "Nadpis 2",
-"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "V\u00e1\u0161 prohl\u00ed\u017ee\u010d nepodporuje p\u0159\u00edm\u00fd p\u0159\u00edstup do schr\u00e1nky. Pou\u017eijte pros\u00edm kl\u00e1vesov\u00e9 zkratky Ctrl+X\/C\/V.",
-"Div": "Div (blok)",
-"Paste": "Vlo\u017eit",
-"Close": "Zav\u0159\u00edt",
-"Pre": "Pre (p\u0159edform\u00e1tov\u00e1no)",
-"Align right": "Zarovnat vpravo",
-"New document": "Nov\u00fd dokument",
-"Blockquote": "Citace",
-"Numbered list": "\u010c\u00edslov\u00e1n\u00ed",
-"Increase indent": "Zv\u011bt\u0161it odsazen\u00ed",
-"Formats": "Form\u00e1ty",
-"Headers": "Nadpisy",
-"Select all": "Vybrat v\u0161e",
-"Header 3": "Nadpis 3",
-"Blocks": "Blokov\u00e9 zobrazen\u00ed (block)",
-"Undo": "Zp\u011bt",
-"Strikethrough": "P\u0159e\u0161rktnut\u00e9",
-"Bullet list": "Odr\u00e1\u017eky",
-"Header 1": "Nadpis 1",
-"Superscript": "Horn\u00ed index",
-"Clear formatting": "Vymazat form\u00e1tov\u00e1n\u00ed",
-"Subscript": "Doln\u00ed index",
-"Header 6": "Nadpis 6",
-"Redo": "Znovu",
-"Paragraph": "Odstavec",
-"Ok": "OK",
-"Bold": "Tu\u010dn\u00e9",
-"Code": "Code (k\u00f3d)",
-"Italic": "Kurz\u00edva",
-"Align center": "Zarovnat na st\u0159ed",
-"Header 5": "Nadpis 5",
-"Decrease indent": "Zmen\u0161it odsazen\u00ed",
-"Header 4": "Nadpis 4",
-"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Je zapnuto vkl\u00e1d\u00e1n\u00ed \u010dist\u00e9ho textu. Dokud nebude tato volba vypnuta, bude ve\u0161ker\u00fd obsah vlo\u017een jako \u010dist\u00fd text.",
-"Underline": "Podtr\u017een\u00e9",
-"Cancel": "Zru\u0161it",
-"Justify": "Zarovnat do bloku",
-"Inline": "\u0158\u00e1dkov\u00e9 zobrazen\u00ed (inline)",
-"Copy": "Kop\u00edrovat",
-"Align left": "Zarovnat vlevo",
-"Visual aids": "Vizu\u00e1ln\u00ed pom\u016fcky",
-"Lower Greek": "Mal\u00e9 p\u00edsmenkov\u00e1n\u00ed",
-"Square": "\u010ctvere\u010dek",
-"Default": "V\u00fdchoz\u00ed",
-"Lower Alpha": "Norm\u00e1ln\u00ed \u010d\u00edslov\u00e1n\u00ed",
-"Circle": "Kole\u010dko",
-"Disc": "Punt\u00edk",
-"Upper Alpha": "velk\u00e9 p\u00edsmenkov\u00e1n\u00ed",
-"Upper Roman": "\u0158\u00edmsk\u00e9 \u010d\u00edslice",
-"Lower Roman": "Mal\u00e9 \u0159\u00edmsk\u00e9 \u010d\u00edslice",
-"Name": "N\u00e1zev",
-"Anchor": "Kotva",
-"You have unsaved changes are you sure you want to navigate away?": "M\u00e1te neulo\u017een\u00e9 zm\u011bny. Opravdu chcete opustit str\u00e1nku?",
-"Restore last draft": "Obnovit posledn\u00ed koncept",
-"Special character": "Speci\u00e1ln\u00ed znak",
-"Source code": "Zdrojov\u00fd k\u00f3d",
-"Right to left": "Zprava doleva",
-"Left to right": "Zleva doprava",
-"Emoticons": "Emotikony",
-"Robots": "Roboti",
-"Document properties": "Vlastnosti dokumentu",
-"Title": "Titulek",
-"Keywords": "Kl\u00ed\u010dov\u00e1 slova",
-"Encoding": "K\u00f3dov\u00e1n\u00ed",
-"Description": "Popis",
-"Author": "Autor",
-"Fullscreen": "Na celou obrazovku",
-"Horizontal line": "Vodorovn\u00e1 \u010d\u00e1ra",
-"Horizontal space": "Horizont\u00e1ln\u00ed mezera",
-"Insert\/edit image": "Vlo\u017eit \/ upravit obr\u00e1zek",
-"General": "Obecn\u00e9",
-"Advanced": "Pokro\u010dil\u00e9",
-"Source": "Zdroj",
-"Border": "R\u00e1me\u010dek",
-"Constrain proportions": "Zachovat proporce",
-"Vertical space": "Vertik\u00e1ln\u00ed mezera",
-"Image description": "Popis obr\u00e1zku",
-"Style": "Styl",
-"Dimensions": "Rozm\u011bry",
-"Insert image": "Vlo\u017eit obr\u00e1zek",
-"Insert date\/time": "Vlo\u017eit datum \/ \u010das",
-"Remove link": "Odstranit odkaz",
-"Url": "Odkaz",
-"Text to display": "Text k zobrazen\u00ed",
-"Anchors": "Kotvy",
-"Insert link": "Vlo\u017eit odkaz",
-"New window": "Nov\u00e9 okno",
-"None": "\u017d\u00e1dn\u00e9",
-"Target": "C\u00edl",
-"Insert\/edit link": "Vlo\u017eit \/ upravit odkaz",
-"Insert\/edit video": "Vlo\u017eit \/ upravit video",
-"Poster": "N\u00e1hled",
-"Alternative source": "Alternativn\u00ed zdroj",
-"Paste your embed code below:": "Vlo\u017ete k\u00f3d pro vlo\u017een\u00ed n\u00ed\u017ee:",
-"Insert video": "Vlo\u017eit video",
-"Embed": "Vlo\u017eit",
-"Nonbreaking space": "Pevn\u00e1 mezera",
-"Page break": "Konec str\u00e1nky",
-"Paste as text": "Vlo\u017eit jako text",
-"Preview": "N\u00e1hled",
-"Print": "Tisk",
-"Save": "Ulo\u017eit",
-"Could not find the specified string.": "Zadan\u00fd \u0159et\u011bzec nebyl nalezen.",
-"Replace": "Nahradit",
-"Next": "Dal\u0161\u00ed",
-"Whole words": "Cel\u00e1 slova",
-"Find and replace": "Naj\u00edt a nahradit",
-"Replace with": "Nahradit za",
-"Find": "Naj\u00edt",
-"Replace all": "Nahradit v\u0161e",
-"Match case": "Rozli\u0161ovat velikost",
-"Prev": "P\u0159edchoz\u00ed",
-"Spellcheck": "Kontrola pravopisu",
-"Finish": "Ukon\u010dit",
-"Ignore all": "Ignorovat v\u0161e",
-"Ignore": "Ignorovat",
-"Insert row before": "Vlo\u017eit \u0159\u00e1dek nad",
-"Rows": "\u0158\u00e1dek",
-"Height": "V\u00fd\u0161ka",
-"Paste row after": "Vlo\u017eit \u0159\u00e1dek pod",
-"Alignment": "Zarovn\u00e1n\u00ed",
-"Column group": "Skupina sloupc\u016f",
-"Row": "\u0158\u00e1dek",
-"Insert column before": "Vlo\u017eit sloupec vlevo",
-"Split cell": "Rozd\u011blit bu\u0148ky",
-"Cell padding": "Vnit\u0159n\u00ed okraj bun\u011bk",
-"Cell spacing": "Vn\u011bj\u0161\u00ed okraj bun\u011bk",
-"Row type": "Typ \u0159\u00e1dku",
-"Insert table": "Vlo\u017eit tabulku",
-"Body": "T\u011blo",
-"Caption": "Nadpis",
-"Footer": "Pati\u010dka",
-"Delete row": "Smazat \u0159\u00e1dek",
-"Paste row before": "Vlo\u017eit \u0159\u00e1dek nad",
-"Scope": "Rozsah",
-"Delete table": "Smazat tabulku",
-"Header cell": "Hlavi\u010dkov\u00e1 bu\u0148ka",
-"Column": "Sloupec",
-"Cell": "Bu\u0148ka",
-"Header": "Hlavi\u010dka",
-"Cell type": "Typ bu\u0148ky",
-"Copy row": "Kop\u00edrovat \u0159\u00e1dek",
-"Row properties": "Vlastnosti \u0159\u00e1dku",
-"Table properties": "Vlastnosti tabulky",
-"Row group": "Skupina \u0159\u00e1dk\u016f",
-"Right": "Vpravo",
-"Insert column after": "Vlo\u017eit sloupec vpravo",
-"Cols": "Sloupc\u016f",
-"Insert row after": "Vlo\u017eit \u0159\u00e1dek pod",
-"Width": "\u0160\u00ed\u0159ka",
-"Cell properties": "Vlastnosti bu\u0148ky",
-"Left": "Vlevo",
-"Cut row": "Vyjmout \u0159\u00e1dek",
-"Delete column": "Smazat sloupec",
-"Center": "Na st\u0159ed",
-"Merge cells": "Slou\u010dit bu\u0148ky",
-"Insert template": "Vlo\u017eit \u0161ablonu",
-"Templates": "\u0160ablony",
-"Background color": "Barva pozad\u00ed",
-"Text color": "Barva p\u00edsma",
-"Show blocks": "Uk\u00e1zat bloky",
-"Show invisible characters": "Zobrazit speci\u00e1ln\u00ed znaky",
-"Words: {0}": "Po\u010det slov: {0}",
-"Insert": "Vlo\u017eit",
-"File": "Soubor",
-"Edit": "\u00dapravy",
-"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Editor. Stiskn\u011bte ALT-F9 pro menu, ALT-F10 pro n\u00e1strojovou li\u0161tu a ALT-0 pro n\u00e1pov\u011bdu.",
-"Tools": "N\u00e1stroje",
-"View": "Zobrazit",
-"Table": "Tabulka",
-"Format": "Form\u00e1t"
-});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/da.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/da.js
deleted file mode 100644
index 3cf7acb..0000000
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/da.js
+++ /dev/null
@@ -1,156 +0,0 @@
-tinymce.addI18n('da',{
-"Cut": "Klip",
-"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Din browser underst\u00f8tter ikke direkte adgang til clipboard. Benyt Ctrl+X\/C\/ keybord shortcuts i stedet for.",
-"Paste": "Inds\u00e6t",
-"Close": "Luk",
-"Align right": "H\u00f8jrejusteret",
-"New document": "Nyt dokument",
-"Numbered list": "Nummerering",
-"Increase indent": "For\u00f8g indrykning",
-"Formats": "Formater",
-"Select all": "V\u00e6lg alle",
-"Undo": "Fortryd",
-"Strikethrough": "Gennemstreg",
-"Bullet list": "Punkt tegn",
-"Superscript": "Superscript",
-"Clear formatting": "Nulstil formattering",
-"Subscript": "Subscript",
-"Redo": "Genopret",
-"Ok": "Ok",
-"Bold": "Fed",
-"Italic": "Kursiv",
-"Align center": "Centreret",
-"Decrease indent": "Formindsk indrykning",
-"Underline": "Understreg",
-"Cancel": "Fortryd",
-"Justify": "Justering",
-"Copy": "Kopier",
-"Align left": "Venstrejusteret",
-"Visual aids": "Visuel hj\u00e6lp",
-"Lower Greek": "Lower Gr\u00e6sk",
-"Square": "Kvadrat",
-"Default": "Standard",
-"Lower Alpha": "Lower Alpha",
-"Circle": "Cirkel",
-"Disc": "Disk",
-"Upper Alpha": "Upper Alpha",
-"Upper Roman": "Upper Roman",
-"Lower Roman": "Lavere Roman",
-"Name": "Navn",
-"Anchor": "Anchor",
-"You have unsaved changes are you sure you want to navigate away?": "Du har ikke gemte \u00e6ndringer. Er du sikker p\u00e5 at du vil forts\u00e6tte?",
-"Restore last draft": "Genopret sidste kladde",
-"Special character": "Specielle tegn",
-"Source code": "Kildekode",
-"Right to left": "H\u00f8jre til venstre",
-"Left to right": "Venstre til h\u00f8jre",
-"Emoticons": "Emoticons",
-"Robots": "Robotter",
-"Document properties": "Dokument egenskaber",
-"Title": "Titel",
-"Keywords": "S\u00f8geord",
-"Encoding": "Kodning",
-"Description": "Beskrivelse",
-"Author": "Forfatter",
-"Fullscreen": "Fuldsk\u00e6rm",
-"Horizontal line": "Vandret linie",
-"Horizontal space": "Vandret afstand",
-"Insert\/edit image": "Inds\u00e6t\/ret billede",
-"General": "Generet",
-"Advanced": "Avanceret",
-"Source": "Kilde",
-"Border": "Kant",
-"Constrain proportions": "Behold propertioner",
-"Vertical space": "Lodret afstand",
-"Image description": "Billede beskrivelse",
-"Style": "Stil",
-"Dimensions": "Dimensioner",
-"Insert date\/time": "Inds\u00e6t dato\/klokkeslet",
-"Url": "Url",
-"Text to display": "Vis tekst",
-"Insert link": "Inds\u00e6t link",
-"New window": "Nyt vindue",
-"None": "Ingen",
-"Target": "Target",
-"Insert\/edit link": "Inds\u00e6t\/ret link",
-"Insert\/edit video": "Inds\u00e6t\/ret video",
-"Poster": "Poster",
-"Alternative source": "Alternativ kilde",
-"Paste your embed code below:": "Inds\u00e6t din embed kode herunder:",
-"Insert video": "Inds\u00e6t video",
-"Embed": "Integrer",
-"Nonbreaking space": "H\u00e5rd mellemrum",
-"Page break": "Sideskift",
-"Preview": "Forh\u00e5ndsvisning",
-"Print": "Udskriv",
-"Save": "Gem",
-"Could not find the specified string.": "Kunne ikke finde s\u00f8getekst",
-"Replace": "Erstat",
-"Next": "N\u00e6ste",
-"Whole words": "Hele ord",
-"Find and replace": "Find og erstat",
-"Replace with": "Erstat med",
-"Find": "Find",
-"Replace all": "Erstat alt",
-"Match case": "STORE og sm\u00e5 bogstaver",
-"Prev": "Forrige",
-"Spellcheck": "Stavekontrol",
-"Finish": "F\u00e6rdig",
-"Ignore all": "Ignorer alt",
-"Ignore": "Ignorer",
-"Insert row before": "Inds\u00e6t r\u00e6kke f\u00f8r",
-"Rows": "R\u00e6kker",
-"Height": "H\u00f8jde",
-"Paste row after": "Inds\u00e6t r\u00e6kke efter",
-"Alignment": "Tilpasning",
-"Column group": "Kolonne gruppe",
-"Row": "R\u00e6kke",
-"Insert column before": "Inds\u00e6t kolonne f\u00f8r",
-"Split cell": "Split celle",
-"Cell padding": "Celle padding",
-"Cell spacing": "Celle afstand",
-"Row type": "R\u00e6kke type",
-"Insert table": "Inds\u00e6t tabel",
-"Body": "Krop",
-"Caption": "Tekst",
-"Footer": "Sidefod",
-"Delete row": "Slet r\u00e6kke",
-"Paste row before": "Inds\u00e6t r\u00e6kke f\u00f8r",
-"Scope": "Anvendelsesomr\u00e5de",
-"Delete table": "Slet tabel",
-"Header cell": "Header celle",
-"Column": "Kolonne",
-"Cell": "Celle",
-"Header": "Overskrift",
-"Cell type": "Celle type",
-"Copy row": "Kopier r\u00e6kke",
-"Row properties": "R\u00e6kke egenskaber",
-"Table properties": "Tabel egenskaber",
-"Row group": "R\u00e6kke gruppe",
-"Right": "H\u00f8jre",
-"Insert column after": "Inds\u00e6t kolonne efter",
-"Cols": "Kolonne",
-"Insert row after": "Inds\u00e6t r\u00e6kke efter",
-"Width": "Bredde",
-"Cell properties": "Celle egenskaber",
-"Left": "Venstre",
-"Cut row": "Klip r\u00e6kke",
-"Delete column": "Slet kolonne",
-"Center": "Centrering",
-"Merge cells": "Flet celler",
-"Insert template": "Inds\u00e6t skabelon",
-"Templates": "Skabeloner",
-"Background color": "Baggrunds farve",
-"Text color": "Tekst farve",
-"Show blocks": "Vis klokke",
-"Show invisible characters": "Vis usynlige tegn",
-"Words: {0}": "Ord: {0}",
-"Insert": "Inds\u00e6t",
-"File": "Fil",
-"Edit": "\u00c6ndre",
-"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text omr\u00e5de. Tryk ALT-F9 for menu. Tryk ALT-F10 for toolbar. Tryk ALT-0 for hj\u00e6lp",
-"Tools": "V\u00e6rkt\u00f8j",
-"View": "Vis",
-"Table": "Tabel",
-"Format": "Format"
-});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/de.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/de.js
deleted file mode 100644
index fc9cbdf..0000000
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/de.js
+++ /dev/null
@@ -1,175 +0,0 @@
-tinymce.addI18n('de',{
-"Cut": "Ausschneiden",
-"Header 2": "\u00dcberschrift 2",
-"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Ihr Browser unterst\u00fctzt leider keinen direkten Zugriff auf die Zwischenablage. Bitte benutzen Sie die Strg + X \/ C \/ V Tastenkombinationen.",
-"Div": "Textblock",
-"Paste": "Einf\u00fcgen",
-"Close": "Schlie\u00dfen",
-"Pre": "Vorformatierter Text",
-"Align right": "Rechts ausrichten ",
-"New document": "Neues Dokument",
-"Blockquote": "Zitat",
-"Numbered list": "Alphabetische Sortierung",
-"Increase indent": "Einr\u00fcckung vergr\u00f6\u00dfern",
-"Formats": "Formate",
-"Headers": "\u00dcberschriften",
-"Select all": "Alles ausw\u00e4hlen",
-"Header 3": "\u00dcberschrift 3",
-"Blocks": "Absatzformate",
-"Undo": "R\u00fcckg\u00e4ngig",
-"Strikethrough": "Durchgestrichen",
-"Bullet list": "Aufz\u00e4hlungszeichen",
-"Header 1": "\u00dcberschrift 1",
-"Superscript": "Hochgestellt",
-"Clear formatting": "Formatierung entfernen",
-"Subscript": "Tiefgestellt",
-"Header 6": "\u00dcberschrift 6",
-"Redo": "Wiederholen",
-"Paragraph": "Absatz",
-"Ok": "Ok",
-"Bold": "Fett",
-"Code": "Quelltext",
-"Italic": "Kursiv",
-"Align center": "Zentriert ausrichten",
-"Header 5": "\u00dcberschrift 5",
-"Decrease indent": "Einzug verringern",
-"Header 4": "\u00dcberschrift 4",
-"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Einf\u00fcgungen erfolgen bis zum Abschalten dieses Modus als unformatierter Text.",
-"Underline": "Unterstrichen",
-"Cancel": "Abbrechen",
-"Justify": "Blockausrichtung",
-"Inline": "Zeichenformate",
-"Copy": "Kopieren",
-"Align left": "Ausrichtung nach links",
-"Visual aids": "Visuelle Hilfen",
-"Lower Greek": "Lower Greek",
-"Square": "Quadrat",
-"Default": "Standard",
-"Lower Alpha": "Lower Alpha",
-"Circle": "Kreis",
-"Disc": "Disc",
-"Upper Alpha": "Upper Alpha",
-"Upper Roman": "Upper Roman",
-"Lower Roman": "Lower Roman",
-"Name": "Name",
-"Anchor": "Textmarke",
-"You have unsaved changes are you sure you want to navigate away?": "Die \u00c4nderungen wurden noch nicht gespeichert, sind Sie sicher, dass Sie diese Seite verlassen wollen?",
-"Restore last draft": "Zur\u00fcckholen den letzten Entwurf",
-"Special character": "Sonderzeichen",
-"Source code": "Quelltext",
-"Right to left": "Von rechts nach links",
-"Left to right": "Rechts nach Links",
-"Emoticons": "Emoticons",
-"Robots": "Robots",
-"Document properties": "Dokumenteigenschaften",
-"Title": "Titel",
-"Keywords": "Sch\u00fcsselw\u00f6rter",
-"Encoding": "Enkodieren",
-"Description": "Beschreibung",
-"Author": "Verfasser",
-"Fullscreen": "Vollbild",
-"Horizontal line": "Horizontale Linie",
-"Horizontal space": "Horizontaler Abstand",
-"Insert\/edit image": "Bild einf\u00fcgen\/bearbeiten",
-"General": "Allgemein",
-"Advanced": "Erweitert",
-"Source": "Quelle",
-"Border": "Grenze",
-"Constrain proportions": "Seitenverh\u00e4ltnis beibehalten",
-"Vertical space": "Vertikaler Abstand",
-"Image description": "Bildbeschreibung",
-"Style": "Stil",
-"Dimensions": "Abmessungen",
-"Insert image": "Bild einf\u00fcgen",
-"Insert date\/time": "Datum\/Uhrzeit einf\u00fcgen ",
-"Remove link": "Link entfernen",
-"Url": "URL",
-"Text to display": "Anzuzeigender Text",
-"Anchors": "Textmarken",
-"Insert link": "Link einf\u00fcgen",
-"New window": "Neues Fenster",
-"None": "Nichts",
-"Target": "Ziel",
-"Insert\/edit link": "Link einf\u00fcgen\/bearbeiten",
-"Insert\/edit video": "Video einf\u00fcgen\/bearbeiten",
-"Poster": "Poster",
-"Alternative source": "Alternative Quelle",
-"Paste your embed code below:": "F\u00fcgen Sie Ihren Einbettungscode hier ein:",
-"Insert video": "Video einf\u00fcgen",
-"Embed": "Einbetten",
-"Nonbreaking space": "Gesch\u00fctztes Leerzeichen",
-"Page break": "Seitenumbruch",
-"Paste as text": "Als Text einf\u00fcgen",
-"Preview": "Vorschau",
-"Print": "Drucken",
-"Save": "Speichern",
-"Could not find the specified string.": "Die Zeichenfolge wurde nicht gefunden.",
-"Replace": "Ersetzen",
-"Next": "N\u00e4chstes",
-"Whole words": "Ganze W\u00f6rter",
-"Find and replace": "Finden und ersetzen",
-"Replace with": "Ersetzen mit",
-"Find": "Finden",
-"Replace all": "Alles ersetzen",
-"Match case": "Gro\u00df-\/Kleinschreibung beachten",
-"Prev": "Vor",
-"Spellcheck": "Rechtschreibpr\u00fcfung",
-"Finish": "Ende",
-"Ignore all": "Alles Ignorieren",
-"Ignore": "Ignorieren",
-"Insert row before": "Zeile einf\u00fcgen bevor ",
-"Rows": "Zeilen",
-"Height": "H\u00f6he",
-"Paste row after": "Zelle danach einf\u00fcgen",
-"Alignment": "Ausrichtung ",
-"Column group": "Spalten gruppen",
-"Row": "Zeile",
-"Insert column before": "Spalte einf\u00fcgen bevor ",
-"Split cell": "Zellen splitten",
-"Cell padding": "Zellauff\u00fcllung ",
-"Cell spacing": "Zellenabstand",
-"Row type": "Zellentypen",
-"Insert table": "Tabelle einf\u00fcgen",
-"Body": "K\u00f6rper",
-"Caption": "Titel",
-"Footer": "Fu\u00dfzeile",
-"Delete row": "Zelle l\u00f6schen",
-"Paste row before": "Zelle bevor einf\u00fcgen",
-"Scope": "Rahmen",
-"Delete table": "Tabelle l\u00f6schen",
-"Header cell": "Kopfzelle ",
-"Column": "Spalte",
-"Cell": "Zelle",
-"Header": "Kopfzeile",
-"Cell type": "Zellentyp",
-"Copy row": "Zelle Kopieren",
-"Row properties": "Zelle Proportionen",
-"Table properties": "Tabelleneigenschaften",
-"Row group": "Zellen gruppen",
-"Right": "Rechts",
-"Insert column after": "Spalte danach einf\u00fcgen",
-"Cols": "Cols",
-"Insert row after": "Zelle danach einf\u00fcgen",
-"Width": "Breite",
-"Cell properties": "Zellenproportionen",
-"Left": "Links",
-"Cut row": "Zelle schneiden",
-"Delete column": "Spalte l\u00f6schen",
-"Center": "Zentrum",
-"Merge cells": "Zellen verbinden",
-"Insert template": "Vorlage einf\u00fcgen ",
-"Templates": "Vorlagen",
-"Background color": "Hintergrundfarbe",
-"Text color": "Textfarbe",
-"Show blocks": " Bl\u00f6cke anzeigen",
-"Show invisible characters": "Unsichtbare Zeichen anzeigen",
-"Words: {0}": "W\u00f6rter: {0}",
-"Insert": "Einf\u00fcgen",
-"File": "Datei",
-"Edit": "Bearbeiten",
-"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich-Text- Area. Dr\u00fccken Sie ALT -F9 f\u00fcr das Men\u00fc. Dr\u00fccken Sie ALT -F10 f\u00fcr Symbolleiste. Dr\u00fccken Sie ALT -0 f\u00fcr Hilfe",
-"Tools": "Tools",
-"View": "Ansicht",
-"Table": "Tabelle",
-"Format": "Format"
-});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/fr.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/fr.js
deleted file mode 100644
index 317d36e..0000000
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/fr.js
+++ /dev/null
@@ -1,175 +0,0 @@
-tinymce.addI18n('fr',{
-"Cut": "Couper",
-"Header 2": "En-t\u00eate 2",
-"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Votre navigateur ne supporte pas la copie directe. Merci d'utiliser les touches Ctrl+X\/C\/V.",
-"Div": "Div",
-"Paste": "Coller",
-"Close": "Fermer",
-"Pre": "Pre",
-"Align right": "Aligner \u00e0 droite",
-"New document": "Nouveau document",
-"Blockquote": "Citation",
-"Numbered list": "Num\u00e9rotation",
-"Increase indent": "Augmenter le retrait",
-"Formats": "Formats",
-"Headers": "En-t\u00eates",
-"Select all": "Tout s\u00e9lectionner",
-"Header 3": "En-t\u00eate 3",
-"Blocks": "Blocs",
-"Undo": "Annuler",
-"Strikethrough": "Barr\u00e9",
-"Bullet list": "Puces",
-"Header 1": "En-t\u00eate 1",
-"Superscript": "Exposant",
-"Clear formatting": "Effacer la mise en forme",
-"Subscript": "Indice",
-"Header 6": "En-t\u00eate 6",
-"Redo": "R\u00e9tablir",
-"Paragraph": "Paragraphe",
-"Ok": "Ok",
-"Bold": "Gras",
-"Code": "Code",
-"Italic": "Italique",
-"Align center": "Aligner au centre",
-"Header 5": "En-t\u00eate 5",
-"Decrease indent": "Diminuer le retrait",
-"Header 4": "En-t\u00eate 4",
-"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Le presse-papiers est maintenant en mode \"texte plein\". Les contenus seront coll\u00e9s sans retenir les formatages jusqu'\u00e0 ce que vous d\u00e9sactiviez cette option.",
-"Underline": "Soulign\u00e9",
-"Cancel": "Annuler",
-"Justify": "Justifi\u00e9",
-"Inline": "en place",
-"Copy": "Copier",
-"Align left": "Aligner \u00e0 gauche",
-"Visual aids": "Aides visuelle",
-"Lower Greek": "Grec minuscule",
-"Square": "Carr\u00e9",
-"Default": "Par d\u00e9faut",
-"Lower Alpha": "Alpha inf\u00e9rieure",
-"Circle": "Cercle",
-"Disc": "Disque",
-"Upper Alpha": "Alpha majuscule",
-"Upper Roman": "Romain majuscule",
-"Lower Roman": "Romain minuscule",
-"Name": "Nom",
-"Anchor": "Ancre",
-"You have unsaved changes are you sure you want to navigate away?": "Vous avez des modifications non enregistr\u00e9es, \u00eates-vous s\u00fbr de quitter la page?",
-"Restore last draft": "Restaurer le dernier brouillon",
-"Special character": "Caract\u00e8res sp\u00e9ciaux",
-"Source code": "Code source",
-"Right to left": "Droite \u00e0 gauche",
-"Left to right": "Gauche \u00e0 droite",
-"Emoticons": "Emotic\u00f4nes",
-"Robots": "Robots",
-"Document properties": "Propri\u00e9t\u00e9 du document",
-"Title": "Titre",
-"Keywords": "Mots-cl\u00e9s",
-"Encoding": "Encodage",
-"Description": "Description",
-"Author": "Auteur",
-"Fullscreen": "Plein \u00e9cran",
-"Horizontal line": "Ligne horizontale",
-"Horizontal space": "Espacement horizontal",
-"Insert\/edit image": "Ins\u00e9rer\/\u00e9diter une image",
-"General": "G\u00e9n\u00e9ral",
-"Advanced": "Avanc\u00e9",
-"Source": "Source",
-"Border": "Bordure",
-"Constrain proportions": "Contraindre les proportions",
-"Vertical space": "Espacement vertical",
-"Image description": "Description de l'image",
-"Style": "Style",
-"Dimensions": "Dimensions",
-"Insert image": "Ins\u00e9rer une image",
-"Insert date\/time": "Ins\u00e9rer date\/heure",
-"Remove link": "Enlever le lien",
-"Url": "Url",
-"Text to display": "Texte \u00e0 afficher",
-"Anchors": "Ancre",
-"Insert link": "Ins\u00e9rer un lien",
-"New window": "Nouvelle fen\u00eatre",
-"None": "n\/a",
-"Target": "Cible",
-"Insert\/edit link": "Ins\u00e9rer\/\u00e9diter un lien",
-"Insert\/edit video": "Ins\u00e9rer\/\u00e9diter une vid\u00e9o",
-"Poster": "Afficher",
-"Alternative source": "Source alternative",
-"Paste your embed code below:": "Collez votre code d'int\u00e9gration ci-dessous :",
-"Insert video": "Ins\u00e9rer une vid\u00e9o",
-"Embed": "Int\u00e9grer",
-"Nonbreaking space": "Espace ins\u00e9cable",
-"Page break": "Saut de page",
-"Paste as text": "Coller comme texte",
-"Preview": "Pr\u00e9visualiser",
-"Print": "Imprimer",
-"Save": "Enregistrer",
-"Could not find the specified string.": "Impossible de trouver la cha\u00eene sp\u00e9cifi\u00e9e.",
-"Replace": "Remplacer",
-"Next": "Suiv",
-"Whole words": "Mots entiers",
-"Find and replace": "Trouver et remplacer",
-"Replace with": "Remplacer par",
-"Find": "Chercher",
-"Replace all": "Tout remplacer",
-"Match case": "Respecter la casse",
-"Prev": "Pr\u00e9c ",
-"Spellcheck": "V\u00e9rification orthographique",
-"Finish": "Finie",
-"Ignore all": "Tout ignorer",
-"Ignore": "Ignorer",
-"Insert row before": "Ins\u00e9rer une ligne avant",
-"Rows": "Lignes",
-"Height": "Hauteur",
-"Paste row after": "Coller la ligne apr\u00e8s",
-"Alignment": "Alignement",
-"Column group": "Groupe de colonnes",
-"Row": "Ligne",
-"Insert column before": "Ins\u00e9rer une colonne avant",
-"Split cell": "Diviser la cellule",
-"Cell padding": "Espacement interne cellule",
-"Cell spacing": "Espacement inter-cellulles",
-"Row type": "Type de ligne",
-"Insert table": "Ins\u00e9rer un tableau",
-"Body": "Corps",
-"Caption": "Titre",
-"Footer": "Pied",
-"Delete row": "Effacer la ligne",
-"Paste row before": "Coller la ligne avant",
-"Scope": "Etendue",
-"Delete table": "Supprimer le tableau",
-"Header cell": "Cellule d'en-t\u00eate",
-"Column": "Colonne",
-"Cell": "Cellule",
-"Header": "En-t\u00eate",
-"Cell type": "Type de cellule",
-"Copy row": "Copier la ligne",
-"Row properties": "Propri\u00e9t\u00e9s de la ligne",
-"Table properties": "Propri\u00e9t\u00e9s du tableau",
-"Row group": "Groupe de lignes",
-"Right": "Droite",
-"Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
-"Cols": "Colonnes",
-"Insert row after": "Ins\u00e9rer une ligne apr\u00e8s",
-"Width": "Largeur",
-"Cell properties": "Propri\u00e9t\u00e9s de la cellule",
-"Left": "Gauche",
-"Cut row": "Couper la ligne",
-"Delete column": "Effacer la colonne",
-"Center": "Centr\u00e9",
-"Merge cells": "Fusionner les cellules",
-"Insert template": "Ajouter un th\u00e8me",
-"Templates": "Th\u00e8mes",
-"Background color": "Couleur d'arri\u00e8re-plan",
-"Text color": "Couleur du texte",
-"Show blocks": "Afficher les blocs",
-"Show invisible characters": "Afficher les caract\u00e8res invisibles",
-"Words: {0}": "Mots : {0}",
-"Insert": "Ins\u00e9rer",
-"File": "Fichier",
-"Edit": "Editer",
-"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zone Texte Riche. Appuyer sur ALT-F9 pour le menu. Appuyer sur ALT-F10 pour la barre d'outils. Appuyer sur ALT-0 pour de l'aide.",
-"Tools": "Outils",
-"View": "Voir",
-"Table": "Tableau",
-"Format": "Format"
-});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/it.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/it.js
deleted file mode 100644
index 90a34df..0000000
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/it.js
+++ /dev/null
@@ -1,174 +0,0 @@
-tinymce.addI18n('it',{
-"Cut": "Taglia",
-"Header 2": "Header 2",
-"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Il tuo browser non supporta l'accesso diretto negli Appunti. Per favore usa i tasti di scelta rapida Ctrl+X\/C\/V.",
-"Div": "Div",
-"Paste": "Incolla",
-"Close": "Chiudi",
-"Pre": "Pre",
-"Align right": "Allinea a Destra",
-"New document": "Nuovo Documento",
-"Blockquote": "Blockquote",
-"Numbered list": "Elenchi Numerati",
-"Increase indent": "Aumenta Rientro",
-"Formats": "Formattazioni",
-"Headers": "Intestazioni",
-"Select all": "Seleziona Tutto",
-"Header 3": "Intestazione 3",
-"Blocks": "Blocchi",
-"Undo": "Indietro",
-"Strikethrough": "Barrato",
-"Bullet list": "Elenchi Puntati",
-"Header 1": "Intestazione 1",
-"Superscript": "Apice",
-"Clear formatting": "Cancella Formattazione",
-"Subscript": "Pedice",
-"Header 6": "Intestazione 6",
-"Redo": "Ripeti",
-"Paragraph": "Paragrafo",
-"Ok": "Ok",
-"Bold": "Grassetto",
-"Code": "Codice",
-"Italic": "Corsivo",
-"Align center": "Allinea al Cento",
-"Header 5": "Intestazione 5",
-"Decrease indent": "Riduci Rientro",
-"Header 4": "Intestazione 4",
-"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Incolla \u00e8 in modalit\u00e0 testo normale. I contenuti sono incollati come testo normale se non disattivi l'opzione.",
-"Underline": "Sottolineato",
-"Cancel": "Cancella",
-"Justify": "Giustifica",
-"Inline": "Inlinea",
-"Copy": "Copia",
-"Align left": "Allinea a Sinistra",
-"Visual aids": "Elementi Visivi",
-"Lower Greek": "Greek Minore",
-"Square": "Quadrato",
-"Default": "Default",
-"Lower Alpha": "Alpha Minore",
-"Circle": "Cerchio",
-"Disc": "Disco",
-"Upper Alpha": "Alpha Superiore",
-"Upper Roman": "Roman Superiore",
-"Lower Roman": "Roman Minore",
-"Name": "Nome",
-"Anchor": "Fissa",
-"You have unsaved changes are you sure you want to navigate away?": "Non hai salvato delle modifiche, sei sicuro di andartene?",
-"Restore last draft": "Ripristina l'ultima bozza.",
-"Special character": "Carattere Speciale",
-"Source code": "Codice Sorgente",
-"Right to left": "Da Destra a Sinistra",
-"Left to right": "Da Sinistra a Destra",
-"Emoticons": "Emoction",
-"Robots": "Robot",
-"Document properties": "Propriet\u00e0 Documento",
-"Title": "Titolo",
-"Keywords": "Parola Chiave",
-"Encoding": "Codifica",
-"Description": "Descrizione",
-"Author": "Autore",
-"Fullscreen": "Schermo Intero",
-"Horizontal line": "Linea Orizzontale",
-"Horizontal space": "Spazio Orizzontale",
-"Insert\/edit image": "Aggiungi\/Modifica Immagine",
-"General": "Generale",
-"Advanced": "Avanzato",
-"Source": "Fonte",
-"Border": "Bordo",
-"Constrain proportions": "Mantieni Proporzioni",
-"Vertical space": "Spazio Verticale",
-"Image description": "Descrizione Immagine",
-"Style": "Stile",
-"Dimensions": "Dimenzioni",
-"Insert image": "Inserisci immagine",
-"Insert date\/time": "Inserisci Data\/Ora",
-"Remove link": "Rimuovi link",
-"Url": "Url",
-"Text to display": "Testo da Visualizzare",
-"Anchors": "Anchors",
-"Insert link": "Inserisci il Link",
-"New window": "Nuova Finestra",
-"None": "No",
-"Target": "Target",
-"Insert\/edit link": "Inserisci\/Modifica Link",
-"Insert\/edit video": "Inserisci\/Modifica Video",
-"Poster": "Anteprima",
-"Alternative source": "Alternativo",
-"Paste your embed code below:": "Incolla il codice d'incorporamento qui:",
-"Insert video": "Inserisci Video",
-"Embed": "Incorporare",
-"Nonbreaking space": "Spazio unificatore",
-"Paste as text": "incolla come testo",
-"Preview": "Anteprima",
-"Print": "Stampa",
-"Save": "Salva",
-"Could not find the specified string.": "Impossibile trovare la parola specifica.",
-"Replace": "Sostituisci",
-"Next": "Successivo",
-"Whole words": "Parole Sbagliate",
-"Find and replace": "Trova e Sostituisci",
-"Replace with": "Sostituisci Con",
-"Find": "Trova",
-"Replace all": "Sostituisci Tutto",
-"Match case": "Maiuscole\/Minuscole ",
-"Prev": "Precedente",
-"Spellcheck": "Controllo ortografico",
-"Finish": "Termina",
-"Ignore all": "Ignora Tutto",
-"Ignore": "Ignora",
-"Insert row before": "Inserisci una Riga Prima",
-"Rows": "Righe",
-"Height": "Altezza",
-"Paste row after": "Incolla una Riga Dopo",
-"Alignment": "Allineamento",
-"Column group": "Gruppo di Colonne",
-"Row": "Riga",
-"Insert column before": "Inserisci una Colonna Prima",
-"Split cell": "Dividi Cella",
-"Cell padding": "Padding della Cella",
-"Cell spacing": "Spaziatura della Cella",
-"Row type": "Tipo di Riga",
-"Insert table": "Inserisci Tabella",
-"Body": "Body",
-"Caption": "Didascalia",
-"Footer": "Footer",
-"Delete row": "Cancella Riga",
-"Paste row before": "Incolla una Riga Prima",
-"Scope": "Campo",
-"Delete table": "Cancella Tabella",
-"Header cell": "cella d'intestazione",
-"Column": "Colonna",
-"Cell": "Cella",
-"Header": "Header",
-"Cell type": "Tipo di Cella",
-"Copy row": "Copia Riga",
-"Row properties": "Propriet\u00e0 della Riga",
-"Table properties": "Propiet\u00e0 della Tabella",
-"Row group": "Gruppo di Righe",
-"Right": "Destra",
-"Insert column after": "Inserisci una Colonna Dopo",
-"Cols": "Colonne",
-"Insert row after": "Inserisci una Riga Dopo",
-"Width": "Larghezza",
-"Cell properties": "Propiet\u00e0 della Cella",
-"Left": "Sinistra",
-"Cut row": "Taglia Riga",
-"Delete column": "Cancella Colonna",
-"Center": "Centro",
-"Merge cells": "Unisci Cella",
-"Insert template": "Inserisci Template",
-"Templates": "Template",
-"Background color": "Colore Background",
-"Text color": "Colore Testo",
-"Show blocks": "Mostra Blocchi",
-"Show invisible characters": "Mostra Caratteri Invisibili",
-"Words: {0}": "Parole: {0}",
-"Insert": "Inserisci",
-"File": "File",
-"Edit": "Modifica",
-"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Premi ALT-F9 per il men\u00f9. Premi ALT-F10 per la barra degli strumenti. Premi ALT-0 per l'aiuto.",
-"Tools": "Strumenti",
-"View": "Visualiza",
-"Table": "Tabella",
-"Format": "Formato"
-});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/nl.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/nl.js
deleted file mode 100644
index 92b6dce..0000000
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/nl.js
+++ /dev/null
@@ -1,175 +0,0 @@
-tinymce.addI18n('nl',{
-"Cut": "Knippen",
-"Header 2": "Kop 2",
-"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Uw browser ondersteunt geen toegang tot het clipboard. Gelieve ctrl+X\/C\/V sneltoetsen te gebruiken.",
-"Div": "Div",
-"Paste": "Plakken",
-"Close": "Sluiten",
-"Pre": "Pre",
-"Align right": "Rechts uitlijnen",
-"New document": "Nieuw document",
-"Blockquote": "Quote",
-"Numbered list": "Nummering",
-"Increase indent": "Inspringen vergroten",
-"Formats": "Opmaak",
-"Headers": "Kopteksten",
-"Select all": "Alles selecteren",
-"Header 3": "Hoofding 3",
-"Blocks": "Blok",
-"Undo": "Ongedaan maken",
-"Strikethrough": "Doorhalen",
-"Bullet list": "Opsommingsteken",
-"Header 1": "Kop 1",
-"Superscript": "Superscript",
-"Clear formatting": "Opmaak verwijderen",
-"Subscript": "Subscript",
-"Header 6": "Hoofding 6",
-"Redo": "Opnieuw",
-"Paragraph": "Paragraaf",
-"Ok": "Ok\u00e9",
-"Bold": "Vet",
-"Code": "Code",
-"Italic": "Schuin",
-"Align center": "Centreren",
-"Header 5": "Hoofding 5",
-"Decrease indent": "Inspringen verkleinen",
-"Header 4": "Hoofding 4",
-"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Plakken gebeurt nu als platte tekst. Tekst wordt nu ingevoegd zonder opmaak tenzij deze optie uitgeschakeld wordt.",
-"Underline": "Onderstreept",
-"Cancel": "Annuleren",
-"Justify": "Uitlijnen",
-"Inline": "Inlijn",
-"Copy": "Kopi\u00ebren",
-"Align left": "Links uitlijnen",
-"Visual aids": "Hulpmiddelen",
-"Lower Greek": "greek verlagen",
-"Square": "Vierkant",
-"Default": "Standaard",
-"Lower Alpha": "Kleine letters",
-"Circle": "Cirkel",
-"Disc": "Bolletje",
-"Upper Alpha": "Hoofdletters",
-"Upper Roman": "Roman vergroten",
-"Lower Roman": "Roman verlagen",
-"Name": "Naam",
-"Anchor": "Anker",
-"You have unsaved changes are you sure you want to navigate away?": "U hebt niet alles opgeslagen bent u zeker dat u de pagina wenst te verlaten?",
-"Restore last draft": "Herstel het laatste concept",
-"Special character": "Speciale karakters",
-"Source code": "Broncode",
-"Right to left": "Rechts naar links",
-"Left to right": "Links naar rechts",
-"Emoticons": "Emoticons",
-"Robots": "Robots",
-"Document properties": "Document eigenschappen",
-"Title": "Titel",
-"Keywords": "Sleutelwoorden",
-"Encoding": "Codering",
-"Description": "Omschrijving",
-"Author": "Auteur",
-"Fullscreen": "Volledig scherm",
-"Horizontal line": "Horizontale lijn",
-"Horizontal space": "Horizontale spatie",
-"Insert\/edit image": "afbeelding invoegen\/bewerken",
-"General": "Algemeen",
-"Advanced": "geavanceerd",
-"Source": "Bron",
-"Border": "Rand",
-"Constrain proportions": "verhoudingen behouden",
-"Vertical space": "Verticale spatie",
-"Image description": "Afbeelding omschrijving",
-"Style": "Stijl",
-"Dimensions": "Afmetingen",
-"Insert image": "Afbeelding invoegen",
-"Insert date\/time": "Voeg datum\/tijd in",
-"Remove link": "Link verwijderen",
-"Url": "Url",
-"Text to display": "Linktekst",
-"Anchors": "Anker",
-"Insert link": "Hyperlink invoegen",
-"New window": "Nieuw venster",
-"None": "Geen",
-"Target": "doel",
-"Insert\/edit link": "Hyperlink invoegen\/bewerken",
-"Insert\/edit video": "Video invoegen\/bewerken",
-"Poster": "Poster",
-"Alternative source": "Alternatieve bron",
-"Paste your embed code below:": "Plak u in te sluiten code hieronder:",
-"Insert video": "Video invoegen",
-"Embed": "insluiten",
-"Nonbreaking space": "Vaste spatie invoegen",
-"Page break": "Pagina einde",
-"Paste as text": "Plakken",
-"Preview": "Voorbeeld",
-"Print": "Print",
-"Save": "Opslaan",
-"Could not find the specified string.": "Geen resultaten gevonden",
-"Replace": "Vervangen",
-"Next": "Volgende",
-"Whole words": "alleen hele worden",
-"Find and replace": "Zoek en vervang",
-"Replace with": "Vervangen door",
-"Find": "Zoeken",
-"Replace all": "Vervang allemaal",
-"Match case": "Overeenkomen",
-"Prev": "Vorige",
-"Spellcheck": "Spellingscontrole",
-"Finish": "Einde",
-"Ignore all": "Alles negeren",
-"Ignore": "Negeren",
-"Insert row before": "Voeg rij boven toe",
-"Rows": "Rijen",
-"Height": "Hoogte",
-"Paste row after": "Plak rij achter",
-"Alignment": "uitlijning",
-"Column group": "kolom groep",
-"Row": "Rij",
-"Insert column before": "Voeg kolom in voor",
-"Split cell": "Cel splitsen",
-"Cell padding": "cel pading",
-"Cell spacing": "celruimte",
-"Row type": "Rij type",
-"Insert table": "Tabel invoegen",
-"Body": "Body",
-"Caption": "onderschrift",
-"Footer": "voettekst",
-"Delete row": "Verwijder rij",
-"Paste row before": "Plak rij voor",
-"Scope": "wijdte",
-"Delete table": "Verwijder tabel",
-"Header cell": "koptekstcel",
-"Column": "Kolom",
-"Cell": "Cel",
-"Header": "hoofdtekst",
-"Cell type": "cel type",
-"Copy row": "Kopieer rij",
-"Row properties": "Rij eigenschappen",
-"Table properties": "Tabel eigenschappen",
-"Row group": "rij groep",
-"Right": "Rechts",
-"Insert column after": "Voeg kolom in na",
-"Cols": "kollomen",
-"Insert row after": "Voeg rij onder toe",
-"Width": "Breedte",
-"Cell properties": "Cel eigenschappen",
-"Left": "Links",
-"Cut row": "Knip rij",
-"Delete column": "Verwijder kolom",
-"Center": "Midden",
-"Merge cells": "Cellen samenvoegen",
-"Insert template": "Sjabloon invoegen",
-"Templates": "Sjablonen",
-"Background color": "Achtergrondkleur",
-"Text color": "Tekstkleur",
-"Show blocks": "Blokken tonen",
-"Show invisible characters": "Onzichtbare karakters tonen",
-"Words: {0}": "Woorden: {0}",
-"Insert": "Invoegen",
-"File": "Bestand",
-"Edit": "Bewerken",
-"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Druk ALT-F9 voor de menu. Druk ALT-F10 voor de toolbar. Druk ALT-0 voor de help.",
-"Tools": "gereedschap",
-"View": "Beeld",
-"Table": "Tabel",
-"Format": "Opmaak"
-});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/ru.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/ru.js
deleted file mode 100644
index 618a9a2..0000000
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/langs/ru.js
+++ /dev/null
@@ -1,175 +0,0 @@
-tinymce.addI18n('ru',{
-"Cut": "\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c",
-"Header 2": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 2",
-"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u044f\u043c\u043e\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0431\u0443\u0444\u0435\u0440\u0443 \u043e\u0431\u043c\u0435\u043d\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448: Ctrl+X\/C\/V.",
-"Div": "\u0411\u043b\u043e\u043a",
-"Paste": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c",
-"Close": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c",
-"Pre": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
-"Align right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
-"New document": "\u041d\u043e\u0432\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442",
-"Blockquote": "\u0426\u0438\u0442\u0430\u0442\u0430",
-"Numbered list": "\u041d\u0443\u043c\u0435\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
-"Increase indent": "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f",
-"Formats": "\u0424\u043e\u0440\u043c\u0430\u0442",
-"Headers": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0438",
-"Select all": "\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0441\u0435",
-"Header 3": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 3",
-"Blocks": "\u0411\u043b\u043e\u043a\u0438",
-"Undo": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c",
-"Strikethrough": "\u0417\u0430\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0439",
-"Bullet list": "\u041c\u0430\u0440\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a",
-"Header 1": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 1",
-"Superscript": "\u0412\u0435\u0440\u0445\u043d\u0438\u0439 \u0438\u043d\u0434\u0435\u043a\u0441",
-"Clear formatting": "\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442",
-"Subscript": "\u041d\u0438\u0436\u043d\u0438\u0439 \u0438\u043d\u0434\u0435\u043a\u0441",
-"Header 6": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 6",
-"Redo": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
-"Paragraph": "\u041f\u0430\u0440\u0430\u0433\u0440\u0430\u0444",
-"Ok": "\u041e\u043a",
-"Bold": "\u041f\u043e\u043b\u0443\u0436\u0438\u0440\u043d\u044b\u0439",
-"Code": "\u041a\u043e\u0434",
-"Italic": "\u041a\u0443\u0440\u0441\u0438\u0432",
-"Align center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443",
-"Header 5": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 5",
-"Decrease indent": "\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f",
-"Header 4": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a 4",
-"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "\u0412\u0441\u0442\u0430\u0432\u043a\u0430 \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432 \u0432\u0438\u0434\u0435 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430, \u043f\u043e\u043a\u0430 \u043d\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u0443\u044e \u043e\u043f\u0446\u0438\u044e.",
-"Underline": "\u041f\u043e\u0434\u0447\u0435\u0440\u043a\u043d\u0443\u0442\u044b\u0439",
-"Cancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
-"Justify": "\u041f\u043e \u0448\u0438\u0440\u0438\u043d\u0435",
-"Inline": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435",
-"Copy": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
-"Align left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
-"Visual aids": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043a\u043e\u043d\u0442\u0443\u0440\u044b",
-"Lower Greek": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u0433\u0440\u0435\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b",
-"Square": "\u041a\u0432\u0430\u0434\u0440\u0430\u0442\u044b",
-"Default": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439",
-"Lower Alpha": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u043b\u0430\u0442\u0438\u043d\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b",
-"Circle": "\u041e\u043a\u0440\u0443\u0436\u043d\u043e\u0441\u0442\u0438",
-"Disc": "\u041a\u0440\u0443\u0433\u0438",
-"Upper Alpha": "\u0417\u0430\u0433\u043b\u0430\u0432\u043d\u044b\u0435 \u043b\u0430\u0442\u0438\u043d\u0441\u043a\u0438\u0435 \u0431\u0443\u043a\u0432\u044b",
-"Upper Roman": "\u0417\u0430\u0433\u043b\u0430\u0432\u043d\u044b\u0435 \u0440\u0438\u043c\u0441\u043a\u0438\u0435 \u0446\u0438\u0444\u0440\u044b",
-"Lower Roman": "\u0421\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u0440\u0438\u043c\u0441\u043a\u0438\u0435 \u0446\u0438\u0444\u0440\u044b",
-"Name": "\u0418\u043c\u044f",
-"Anchor": "\u042f\u043a\u043e\u0440\u044c",
-"You have unsaved changes are you sure you want to navigate away?": "\u0423 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0439\u0442\u0438?",
-"Restore last draft": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430",
-"Special character": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b",
-"Source code": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434",
-"Right to left": "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043f\u0440\u0430\u0432\u0430 \u043d\u0430\u043b\u0435\u0432\u043e",
-"Left to right": "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043b\u0435\u0432\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043e",
-"Emoticons": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043c\u0430\u0439\u043b",
-"Robots": "\u0420\u043e\u0431\u043e\u0442\u044b",
-"Document properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430",
-"Title": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
-"Keywords": "\u041a\u043b\u044e\u0447\u0438\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430",
-"Encoding": "\u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430",
-"Description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
-"Author": "\u0410\u0432\u0442\u043e\u0440",
-"Fullscreen": "\u041f\u043e\u043b\u043d\u043e\u044d\u043a\u0440\u0430\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c",
-"Horizontal line": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u043b\u0438\u043d\u0438\u044f",
-"Horizontal space": "\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b",
-"Insert\/edit image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c\/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
-"General": "\u041e\u0431\u0449\u0435\u0435",
-"Advanced": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u044b\u0435",
-"Source": "\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
-"Border": "\u0420\u0430\u043c\u043a\u0430",
-"Constrain proportions": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0438\u0438",
-"Vertical space": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b",
-"Image description": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
-"Style": "\u0421\u0442\u0438\u043b\u044c",
-"Dimensions": "\u0420\u0430\u0437\u043c\u0435\u0440",
-"Insert image": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
-"Insert date\/time": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u0430\u0442\u0443\/\u0432\u0440\u0435\u043c\u044f",
-"Remove link": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
-"Url": "\u0410\u0434\u0440\u0435\u0441 \u0441\u0441\u044b\u043b\u043a\u0438",
-"Text to display": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0439 \u0442\u0435\u043a\u0441\u0442",
-"Anchors": "\u042f\u043a\u043e\u0440\u044f",
-"Insert link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
-"New window": "\u0412 \u043d\u043e\u0432\u043e\u043c \u043e\u043a\u043d\u0435",
-"None": "\u041d\u0435\u0442",
-"Target": "\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
-"Insert\/edit link": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c\/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443",
-"Insert\/edit video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c\/\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
-"Poster": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
-"Alternative source": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a",
-"Paste your embed code below:": "\u0412\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0432\u0430\u0448 \u043a\u043e\u0434 \u043d\u0438\u0436\u0435:",
-"Insert video": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0438\u0434\u0435\u043e",
-"Embed": "\u041a\u043e\u0434 \u0434\u043b\u044f \u0432\u0441\u0442\u0430\u0432\u043a\u0438",
-"Nonbreaking space": "\u041d\u0435\u0440\u0430\u0437\u0440\u044b\u0432\u043d\u044b\u0439 \u043f\u0440\u043e\u0431\u0435\u043b",
-"Page break": "\u0420\u0430\u0437\u0440\u044b\u0432 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b",
-"Paste as text": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u043a \u0442\u0435\u043a\u0441\u0442",
-"Preview": "\u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440",
-"Print": "\u041f\u0435\u0447\u0430\u0442\u044c",
-"Save": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c",
-"Could not find the specified string.": "\u0417\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430",
-"Replace": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c",
-"Next": "\u0412\u043d\u0438\u0437",
-"Whole words": "\u0421\u043b\u043e\u0432\u043e \u0446\u0435\u043b\u0438\u043a\u043e\u043c",
-"Find and replace": "\u041f\u043e\u0438\u0441\u043a \u0438 \u0437\u0430\u043c\u0435\u043d\u0430",
-"Replace with": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430",
-"Find": "\u041d\u0430\u0439\u0442\u0438",
-"Replace all": "\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435",
-"Match case": "\u0423\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440",
-"Prev": "\u0412\u0432\u0435\u0440\u0445",
-"Spellcheck": "\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043f\u0440\u0430\u0432\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
-"Finish": "\u0417\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c",
-"Ignore all": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435",
-"Ignore": "\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
-"Insert row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0441\u0442\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u0432\u0435\u0440\u0445\u0443",
-"Rows": "\u0421\u0442\u0440\u043e\u043a\u0438",
-"Height": "\u0412\u044b\u0441\u043e\u0442\u0430",
-"Paste row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u043d\u0438\u0437\u0443",
-"Alignment": "\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435",
-"Column group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u043a\u043e\u043b\u043e\u043d\u043e\u043a",
-"Row": "\u0421\u0442\u0440\u043e\u043a\u0430",
-"Insert column before": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043b\u0435\u0432\u0430",
-"Split cell": "\u0420\u0430\u0437\u0431\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0443",
-"Cell padding": "\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0439 \u043e\u0442\u0441\u0442\u0443\u043f",
-"Cell spacing": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u043e\u0442\u0441\u0442\u0443\u043f",
-"Row type": "\u0422\u0438\u043f \u0441\u0442\u0440\u043e\u043a\u0438",
-"Insert table": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443",
-"Body": "\u0422\u0435\u043b\u043e",
-"Caption": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
-"Footer": "\u041d\u0438\u0437",
-"Delete row": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443",
-"Paste row before": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u0432\u0435\u0440\u0445\u0443",
-"Scope": "Scope",
-"Delete table": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443",
-"Header cell": "\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a",
-"Column": "\u0421\u0442\u043e\u043b\u0431\u0435\u0446",
-"Cell": "\u042f\u0447\u0435\u0439\u043a\u0430",
-"Header": "\u0428\u0430\u043f\u043a\u0430",
-"Cell type": "\u0422\u0438\u043f \u044f\u0447\u0435\u0439\u043a\u0438",
-"Copy row": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443",
-"Row properties": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0441\u0442\u0440\u043e\u043a\u0438",
-"Table properties": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u044b",
-"Row group": "\u0413\u0440\u0443\u043f\u043f\u0430 \u0441\u0442\u0440\u043e\u043a",
-"Right": "\u041f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
-"Insert column after": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446 \u0441\u043f\u0440\u0430\u0432\u0430",
-"Cols": "\u0421\u0442\u043e\u043b\u0431\u0446\u044b",
-"Insert row after": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0441\u0442\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u043d\u0438\u0437\u0443",
-"Width": "\u0428\u0438\u0440\u0438\u043d\u0430",
-"Cell properties": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u044f\u0447\u0435\u0439\u043a\u0438",
-"Left": "\u041f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e",
-"Cut row": "\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443",
-"Delete column": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u043e\u043b\u0431\u0435\u0446",
-"Center": "\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443",
-"Merge cells": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u044f\u0447\u0435\u0439\u043a\u0438",
-"Insert template": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d",
-"Templates": "\u0428\u0430\u0431\u043b\u043e\u043d\u044b",
-"Background color": "\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430",
-"Text color": "\u0426\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430",
-"Show blocks": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0431\u043b\u043e\u043a\u0438",
-"Show invisible characters": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043d\u0435\u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b",
-"Words: {0}": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u043b\u043e\u0432: {0}",
-"Insert": "\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c",
-"File": "\u0424\u0430\u0439\u043b",
-"Edit": "\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c",
-"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u0422\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 ALT-F9 \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043c\u0435\u043d\u044e, ALT-F10 \u043f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432, ALT-0 \u0434\u043b\u044f \u0432\u044b\u0437\u043e\u0432\u0430 \u043f\u043e\u043c\u043e\u0449\u0438.",
-"Tools": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b",
-"View": "\u0412\u0438\u0434",
-"Table": "\u0422\u0430\u0431\u043b\u0438\u0446\u0430",
-"Format": "\u0424\u043e\u0440\u043c\u0430\u0442"
-});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/advlist/plugin.min.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/advlist/plugin.min.js
index da1cdb2..fb605c0 100644
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/advlist/plugin.min.js
+++ b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/advlist/plugin.min.js
@@ -1 +1 @@
-tinymce.PluginManager.add("advlist",function(t){function e(t,e){var n=[];return tinymce.each(e.split(/[ ,]/),function(t){n.push({text:t.replace(/\-/g," ").replace(/\b\w/g,function(t){return t.toUpperCase()}),data:"default"==t?"":t})}),n}function n(e,n){var i,r=t.dom,a=t.selection;i=r.getParent(a.getNode(),"ol,ul"),i&&i.nodeName==e&&n!==!1||t.execCommand("UL"==e?"InsertUnorderedList":"InsertOrderedList"),n=n===!1?o[e]:n,o[e]=n,i=r.getParent(a.getNode(),"ol,ul"),i&&(r.setStyle(i,"listStyleType",n),i.removeAttribute("data-mce-style")),t.focus()}function i(e){var n=t.dom.getStyle(t.dom.getParent(t.selection.getNode(),"ol,ul"),"listStyleType")||"";e.control.items().each(function(t){t.active(t.settings.data===n)})}var r,a,o={};r=e("OL",t.getParam("advlist_number_styles","default,lower-alpha,lower-greek,lower-roman,upper-alpha,upper-roman")),a=e("UL",t.getParam("advlist_bullet_styles","default,circle,disc,square")),t.addButton("numlist",{type:"splitbutton",tooltip:"Numbered list",menu:r,onshow:i,onselect:function(t){n("OL",t.control.settings.data)},onclick:function(){n("OL",!1)}}),t.addButton("bullist",{type:"splitbutton",tooltip:"Bullet list",menu:a,onshow:i,onselect:function(t){n("UL",t.control.settings.data)},onclick:function(){n("UL",!1)}})});
\ No newline at end of file
+tinymce.PluginManager.add("advlist",function(e){function t(e,t){var n=[];return tinymce.each(t.split(/[ ,]/),function(e){n.push({text:e.replace(/\-/g," ").replace(/\b\w/g,function(e){return e.toUpperCase()}),data:"default"==e?"":e})}),n}function n(t,n){var r,i=e.dom,o=e.selection;r=i.getParent(o.getNode(),"ol,ul"),r&&r.nodeName==t&&n!==!1||e.execCommand("UL"==t?"InsertUnorderedList":"InsertOrderedList"),n=n===!1?a[t]:n,a[t]=n,r=i.getParent(o.getNode(),"ol,ul"),r&&(i.setStyle(r,"listStyleType",n),r.removeAttribute("data-mce-style")),e.focus()}function r(t){var n=e.dom.getStyle(e.dom.getParent(e.selection.getNode(),"ol,ul"),"listStyleType")||"";t.control.items().each(function(e){e.active(e.settings.data===n)})}var i,o,a={};i=t("OL",e.getParam("advlist_number_styles","default,lower-alpha,lower-greek,lower-roman,upper-alpha,upper-roman")),o=t("UL",e.getParam("advlist_bullet_styles","default,circle,disc,square")),e.addButton("numlist",{type:"splitbutton",tooltip:"Numbered list",menu:i,onshow:r,onselect:function(e){n("OL",e.control.settings.data)},onclick:function(){n("OL",!1)}}),e.addButton("bullist",{type:"splitbutton",tooltip:"Bullet list",menu:o,onshow:r,onselect:function(e){n("UL",e.control.settings.data)},onclick:function(){n("UL",!1)}})});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autolink/plugin.min.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autolink/plugin.min.js
index 3d2f58e..f2de84e 100644
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autolink/plugin.min.js
+++ b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autolink/plugin.min.js
@@ -1 +1 @@
-tinymce.PluginManager.add("autolink",function(t){function e(t){o(t,-1,"(",!0)}function n(t){o(t,0,"",!0)}function i(t){o(t,-1,"",!1)}function o(t,e,n){var i,o,r,a,s,l,c,u,d;if(i=t.selection.getRng(!0).cloneRange(),i.startOffset<5){if(u=i.endContainer.previousSibling,!u){if(!i.endContainer.firstChild||!i.endContainer.firstChild.nextSibling)return;u=i.endContainer.firstChild.nextSibling}if(d=u.length,i.setStart(u,d),i.setEnd(u,d),i.endOffset<5)return;o=i.endOffset,a=u}else{if(a=i.endContainer,3!=a.nodeType&&a.firstChild){for(;3!=a.nodeType&&a.firstChild;)a=a.firstChild;3==a.nodeType&&(i.setStart(a,0),i.setEnd(a,a.nodeValue.length))}o=1==i.endOffset?2:i.endOffset-1-e}r=o;do i.setStart(a,o>=2?o-2:0),i.setEnd(a,o>=1?o-1:0),o-=1;while(" "!=i.toString()&&""!==i.toString()&&160!=i.toString().charCodeAt(0)&&o-2>=0&&i.toString()!=n);if(i.toString()==n||160==i.toString().charCodeAt(0)?(i.setStart(a,o),i.setEnd(a,r),o+=1):0===i.startOffset?(i.setStart(a,0),i.setEnd(a,r)):(i.setStart(a,o),i.setEnd(a,r)),l=i.toString(),"."==l.charAt(l.length-1)&&i.setEnd(a,r-1),l=i.toString(),c=l.match(/^(https?:\/\/|ssh:\/\/|ftp:\/\/|file:\/|www\.|(?:mailto:)?[A-Z0-9._%+\-]+@)(.+)$/i),c&&("www."==c[1]?c[1]="http://www.":/@$/.test(c[1])&&!/^mailto:/.test(c[1])&&(c[1]="mailto:"+c[1]),s=t.selection.getBookmark(),t.selection.setRng(i),t.execCommand("createlink",!1,c[1]+c[2]),t.selection.moveToBookmark(s),t.nodeChanged(),tinymce.Env.webkit)){t.selection.collapse(!1);var m=Math.min(a.length,r+1);i.setStart(a,m),i.setEnd(a,m),t.selection.setRng(i)}}t.on("keydown",function(e){return 13==e.keyCode?i(t):void 0}),tinymce.Env.ie||(t.on("keypress",function(n){return 41==n.which?e(t):void 0}),t.on("keyup",function(e){return 32==e.keyCode?n(t):void 0}))});
\ No newline at end of file
+tinymce.PluginManager.add("autolink",function(e){function t(e){i(e,-1,"(",!0)}function n(e){i(e,0,"",!0)}function r(e){i(e,-1,"",!1)}function i(e,t,n){var r,i,o,a,s,l,c,d,u;if(r=e.selection.getRng(!0).cloneRange(),r.startOffset<5){if(d=r.endContainer.previousSibling,!d){if(!r.endContainer.firstChild||!r.endContainer.firstChild.nextSibling)return;d=r.endContainer.firstChild.nextSibling}if(u=d.length,r.setStart(d,u),r.setEnd(d,u),r.endOffset<5)return;i=r.endOffset,a=d}else{if(a=r.endContainer,3!=a.nodeType&&a.firstChild){for(;3!=a.nodeType&&a.firstChild;)a=a.firstChild;3==a.nodeType&&(r.setStart(a,0),r.setEnd(a,a.nodeValue.length))}i=1==r.endOffset?2:r.endOffset-1-t}o=i;do r.setStart(a,i>=2?i-2:0),r.setEnd(a,i>=1?i-1:0),i-=1;while(" "!=r.toString()&&""!==r.toString()&&160!=r.toString().charCodeAt(0)&&i-2>=0&&r.toString()!=n);if(r.toString()==n||160==r.toString().charCodeAt(0)?(r.setStart(a,i),r.setEnd(a,o),i+=1):0===r.startOffset?(r.setStart(a,0),r.setEnd(a,o)):(r.setStart(a,i),r.setEnd(a,o)),l=r.toString(),"."==l.charAt(l.length-1)&&r.setEnd(a,o-1),l=r.toString(),c=l.match(/^(https?:\/\/|ssh:\/\/|ftp:\/\/|file:\/|www\.|(?:mailto:)?[A-Z0-9._%+\-]+@)(.+)$/i),c&&("www."==c[1]?c[1]="http://www.":/@$/.test(c[1])&&!/^mailto:/.test(c[1])&&(c[1]="mailto:"+c[1]),s=e.selection.getBookmark(),e.selection.setRng(r),e.execCommand("createlink",!1,c[1]+c[2]),e.selection.moveToBookmark(s),e.nodeChanged(),tinymce.Env.webkit)){e.selection.collapse(!1);var f=Math.min(a.length,o+1);r.setStart(a,f),r.setEnd(a,f),e.selection.setRng(r)}}e.on("keydown",function(t){return 13==t.keyCode?r(e):void 0}),tinymce.Env.ie||(e.on("keypress",function(n){return 41==n.which?t(e):void 0}),e.on("keyup",function(t){return 32==t.keyCode?n(e):void 0}))});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autoresize/plugin.min.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autoresize/plugin.min.js
index 12355aa..b2ab328 100644
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autoresize/plugin.min.js
+++ b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autoresize/plugin.min.js
@@ -1 +1 @@
-tinymce.PluginManager.add("autoresize",function(e){function t(a){var r,o,c=e.getDoc(),s=c.body,u=c.documentElement,l=tinymce.DOM,m=n.autoresize_min_height;"setcontent"==a.type&&a.initial||e.plugins.fullscreen&&e.plugins.fullscreen.isFullscreen()||(o=tinymce.Env.ie?s.scrollHeight:tinymce.Env.webkit&&0===s.clientHeight?0:s.offsetHeight,o>n.autoresize_min_height&&(m=o),n.autoresize_max_height&&o>n.autoresize_max_height?(m=n.autoresize_max_height,s.style.overflowY="auto",u.style.overflowY="auto"):(s.style.overflowY="hidden",u.style.overflowY="hidden",s.scrollTop=0),m!==i&&(r=m-i,l.setStyle(l.get(e.id+"_ifr"),"height",m+"px"),i=m,tinymce.isWebKit&&0>r&&t(a)))}var n=e.settings,i=0;e.settings.inline||(n.autoresize_min_height=parseInt(e.getParam("autoresize_min_height",e.getElement().offsetHeight),10),n.autoresize_max_height=parseInt(e.getParam("autoresize_max_height",0),10),e.on("init",function(){e.dom.setStyle(e.getBody(),"paddingBottom",e.getParam("autoresize_bottom_margin",50)+"px")}),e.on("change setcontent paste keyup",t),e.getParam("autoresize_on_init",!0)&&e.on("load",t),e.addCommand("mceAutoResize",t))});
\ No newline at end of file
+tinymce.PluginManager.add("autoresize",function(e){function t(i){var o,a,s=e.getDoc(),l=s.body,c=s.documentElement,d=tinymce.DOM,u=n.autoresize_min_height;"setcontent"==i.type&&i.initial||e.plugins.fullscreen&&e.plugins.fullscreen.isFullscreen()||(a=tinymce.Env.ie?l.scrollHeight:tinymce.Env.webkit&&0===l.clientHeight?0:l.offsetHeight,a>n.autoresize_min_height&&(u=a),n.autoresize_max_height&&a>n.autoresize_max_height?(u=n.autoresize_max_height,l.style.overflowY="auto",c.style.overflowY="auto"):(l.style.overflowY="hidden",c.style.overflowY="hidden",l.scrollTop=0),u!==r&&(o=u-r,d.setStyle(d.get(e.id+"_ifr"),"height",u+"px"),r=u,tinymce.isWebKit&&0>o&&t(i)))}var n=e.settings,r=0;e.settings.inline||(n.autoresize_min_height=parseInt(e.getParam("autoresize_min_height",e.getElement().offsetHeight),10),n.autoresize_max_height=parseInt(e.getParam("autoresize_max_height",0),10),e.on("init",function(){e.dom.setStyle(e.getBody(),"paddingBottom",e.getParam("autoresize_bottom_margin",50)+"px")}),e.on("change setcontent paste keyup",t),e.getParam("autoresize_on_init",!0)&&e.on("load",t),e.addCommand("mceAutoResize",t))});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autosave/plugin.min.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autosave/plugin.min.js
index 93ee1df..25f5684 100644
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autosave/plugin.min.js
+++ b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/autosave/plugin.min.js
@@ -1 +1 @@
-tinymce.PluginManager.add("autosave",function(e){function t(e,t){var n={s:1e3,m:6e4};return e=/^(\d+)([ms]?)$/.exec(""+(e||t)),(e[2]?n[e[2]]:1)*parseInt(e,10)}function n(){var e=parseInt(f.getItem(h+"autosave.time"),10)||0;return(new Date).getTime()-e>d.autosave_retention?(i(!1),!1):!0}function i(t){f.removeItem(h+"autosave.draft"),f.removeItem(h+"autosave.time"),t!==!1&&e.fire("RemoveDraft")}function a(){c()||(f.setItem(h+"autosave.draft",e.getContent({format:"raw",no_events:!0})),f.setItem(h+"autosave.time",(new Date).getTime()),e.fire("StoreDraft"))}function r(){n()&&(e.setContent(f.getItem(h+"autosave.draft"),{format:"raw"}),e.fire("RestoreDraft"))}function o(){m||(setInterval(function(){e.removed||a()},d.autosave_interval),m=!0)}function s(){var t=this;t.disabled(!n()),e.on("StoreDraft RestoreDraft RemoveDraft",function(){t.disabled(!n())}),o()}function l(){e.undoManager.beforeChange(),r(),i(),e.undoManager.add()}function u(){var e;return tinymce.each(tinymce.editors,function(t){t.plugins.autosave&&t.plugins.autosave.storeDraft(),!e&&t.isDirty()&&t.getParam("autosave_ask_before_unload",!0)&&(e=t.translate("You have unsaved changes are you sure you want to navigate away?"))}),e}function c(t){var n=e.settings.forced_root_block;return t=tinymce.trim("undefined"==typeof t?e.getBody().innerHTML:t),""===t||new RegExp("^<"+n+">(( | |[ ]|
]*>)+?|)"+n+">|
$","i").test(t)}var m,d=e.settings,f=tinymce.util.LocalStorage,h=e.id;d.autosave_interval=t(d.autosave_interval,"30s"),d.autosave_retention=t(d.autosave_retention,"20m"),e.addButton("restoredraft",{title:"Restore last draft",onclick:l,onPostRender:s}),e.addMenuItem("restoredraft",{text:"Restore last draft",onclick:l,onPostRender:s,context:"file"}),e.settings.autosave_restore_when_empty!==!1&&(e.on("init",function(){n()&&c()&&r()}),e.on("saveContent",function(){i()})),window.onbeforeunload=u,this.hasDraft=n,this.storeDraft=a,this.restoreDraft=r,this.removeDraft=i,this.isEmpty=c});
\ No newline at end of file
+tinymce.PluginManager.add("autosave",function(t){function e(t,e){var a={s:1e3,m:6e4};return t=/^(\d+)([ms]?)$/.exec(""+(t||e)),(t[2]?a[t[2]]:1)*parseInt(t,10)}function a(){var t=parseInt(m.getItem(g+"autosave.time"),10)||0;return(new Date).getTime()-t>c.autosave_retention?(n(!1),!1):!0}function n(e){m.removeItem(g+"autosave.draft"),m.removeItem(g+"autosave.time"),e!==!1&&t.fire("RemoveDraft")}function o(){v()||(m.setItem(g+"autosave.draft",t.getContent({format:"raw",no_events:!0})),m.setItem(g+"autosave.time",(new Date).getTime()),t.fire("StoreDraft"))}function r(){a()&&(t.setContent(m.getItem(g+"autosave.draft"),{format:"raw"}),t.fire("RestoreDraft"))}function s(){d||(setInterval(function(){t.removed||o()},c.autosave_interval),d=!0)}function i(){var e=this;e.disabled(!a()),t.on("StoreDraft RestoreDraft RemoveDraft",function(){e.disabled(!a())}),s()}function u(){t.undoManager.beforeChange(),r(),n(),t.undoManager.add()}function f(){var t;return tinymce.each(tinymce.editors,function(e){e.plugins.autosave&&e.plugins.autosave.storeDraft(),!t&&e.isDirty()&&e.getParam("autosave_ask_before_unload",!0)&&(t=e.translate("You have unsaved changes are you sure you want to navigate away?"))}),t}function v(e){var a=t.settings.forced_root_block;return e=tinymce.trim("undefined"==typeof e?t.getBody().innerHTML:e),""===e||new RegExp("^<"+a+"[^>]*>(( | |[ ]|
]*>)+?|)"+a+">|
$","i").test(e)}var d,c=t.settings,m=tinymce.util.LocalStorage,g=t.id;c.autosave_interval=e(c.autosave_interval,"30s"),c.autosave_retention=e(c.autosave_retention,"20m"),t.addButton("restoredraft",{title:"Restore last draft",onclick:u,onPostRender:i}),t.addMenuItem("restoredraft",{text:"Restore last draft",onclick:u,onPostRender:i,context:"file"}),t.settings.autosave_restore_when_empty!==!1&&(t.on("init",function(){a()&&v()&&r()}),t.on("saveContent",function(){n()})),window.onbeforeunload=f,this.hasDraft=a,this.storeDraft=o,this.restoreDraft=r,this.removeDraft=n,this.isEmpty=v});
\ No newline at end of file
diff --git a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/charmap/plugin.min.js b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/charmap/plugin.min.js
index dff18e6..b92bdb3 100644
--- a/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/charmap/plugin.min.js
+++ b/copy_this/modules/hdi/hdi-tinymce/tinymce/plugins/charmap/plugin.min.js
@@ -1 +1 @@
-tinymce.PluginManager.add("charmap",function(e){function t(){function t(e){for(;e;){if("TD"==e.nodeName)return e;e=e.parentNode}}var i,a,r,o;i='
'+(l?String.fromCharCode(parseInt(l[0],10)):" ")+" | "}i+="
'+(l?String.fromCharCode(parseInt(l[0],10)):" ")+" | "}r+="
'}),t+=" |