includes/clientside/tinymce/plugins/layer/langs/en.js
author Dan
Tue, 01 Jan 2008 22:30:53 -0500
changeset 268 4d9a4da1975b
parent 1 fe660c52c48f
permissions -rw-r--r--
Adding a few stray files and removing the no-longer-needed Creative Commons Attribution 2.0 license (no more libraries under that license are included with Enano); adding hooks pageprocess_render_{head,tail} to be run before and after the final page render, respectively.

// UK lang variables

tinyMCE.addToLang('layer',{
insertlayer_desc : 'Insert new layer',
forward_desc : 'Move forward',
backward_desc : 'Move backward',
absolute_desc : 'Toggle absolute positioning',
content : 'New layer...'
});