de_dlg.js 570 Bytes
/**
 * Lorem Ipsum plug-in for TinyMCE version 3.x
 * -------------------------------------------
 * $Id: de_dlg.js 6 2009-04-27 13:35:00Z cgr $
 *
 * @author     Cyrill Gross / Mayoris AG
 * @version    $Rev: 6 $
 * @package    LoremIpsum
 * @link       http://www.assembla.com/spaces/lorem-ipsum
 */

tinyMCE.addI18n('de.loremipsum_dlg',{
	sentences : "Quelltext",
	amount : "Anzahl Elemente",
	formating : "Formatierung",
	unformated : "Unformatiert",
	paragraphs : "Absätze <p>",
	list : "Liste <ul>",
	orderedlist : "Sortierte Liste <ol>"
});