1CKEDITOR.plugins.setLang("msword","de",{
2    	title: 'Einfügen aus Word',
3       info: 'Füge den MS Word-Text in das obige Feld ein, und klicke auf <span style="font-weight:bold;font-size:11pt;">OK</span>' ,
4       instructionsLabel: "Anleitung",
5       instructions:   "To paste text into the Text Window, you must first click inside the window.",
6       instructions_2:  "Currently, there is only basic support for lists:",
7       instructions_3:  'There can be only one list per insertion',
8       instructions_4: 'Nested lists are not yet supported',
9       instructions_5:  'The best way to deal with complex lists is to paste them  into the CKEditor,<br /> select them with your mouse, then open this dialog.'
10                      + 'The list will load into the Text Window. <br /> Click OK. This will clean up the list for  use in Dokuwiki. ',
11       instructions_6: 'Try to make your selections for lists and tables as exact as possible.',
12});
13