1CKEDITOR.plugins.setLang("msword","en",{
2    	title: 'Paste from Word',
3        info: 'Insert your text into the box above and click <span style="font-weight:bold;font-size:11pt;">OK</span>' ,
4        instructionsLabel: "Instructions",
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
14});
15