includes/clientside/tinymce/plugins/layer/langs/en.js
author Dan
Mon, 03 Dec 2007 17:36:25 -0500
changeset 252 a007145a0ff6
parent 1 fe660c52c48f
permissions -rw-r--r--
Deprecated debugConsole and removed all calls to it. Added a lot of comments to common.php. Added support for "anonymous pages" that are created when the Enano API is loaded from an external script. Fixed missing border-bottom on Type 2 sidebar blocks in Oxygen.

// 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...'
});