nocheck: ckgdoku will make no changes to the default direction setting; ' . ' dokuwiki: the current Dokuwiki language direction; ltr: Left-to-right ; rtl: Right-to-left.'; $lang['scayt_auto'] = 'Automatically enable the SCAYT spellchecker. Defaults to on. To turn SCAYT off, select off (it can still be turned on in the editor). To remove the Scayt toolbar icon as well as turning off the service, select disable.'; $lang['scayt_lang']="Set SCAYT default language."; $lang['smiley_hack'] = "Reset URL for CKeditor's smilies when moving to new server. This is done on a page by page basis when page is loaded for editing and saved. This option should normally be turned off."; $lang['complex_tables'] ="Use the complex tables algorithm. As opposed to the standard parsing of tables, this should give better results when mixing complex arrangements of rowspans and colspans. But slightly more processing time."; $lang['duplicate_notes'] = "Set this to true if users create multiple footnotes with the same footnote texts; required to prevent notes from being corrupted."; $lang['winstyle'] = 'Use direct path to media directory instead of fckeditor/userfiles. This function copies
fckeditor/userfiles/.htaccess.security to data/media/.htaccess; if not, this should be done manually'; $lang['other_lang'] = 'Your default language for the CKEditor is the language set for your browser. You can, however, choose another language here; it is independent of the Dokuwiki interface language.'; $lang['dw_priority'] = "Make Dokuwiki editor the default editor: does not work in farms"; $lang['preload_ckeditorjs'] = "Preload the ckeditor's javascript to speed up subsequent loading of editor"; $lang['nofont_styling'] = 'Display font styles in editor as plugin markup. See the ckgdoku plugin page at Dokuwiki.org for details.'; $lang['font_options'] = 'Remove font options.'; $lang['color_options'] = 'Remove Color options.'; $lang['alt_toolbar'] = 'Functions to remove from CKEditor toolbar.

Any other functions can be removed by including them as a comma separated list in the text box:

' . 'Bold, Italic, Underline, Strike, Subscript, Superscript, RemoveFormat, Find, Replace, SelectAll, Scayt, ' . 'Image, Table, Tags, Link, Unlink, Format, Styles,TextColor, BGColor, NumberedList, BulletedList, ' . 'Cut, Copy, Paste, PasteText, PasteFromWord, Undo, Redo, Source, Maximize, About.'; $lang['mfiles'] = 'Enable mfile support'; $lang['extra_plugins'] = "Comma separated list of additional Ckeditor plugins to be added to toolbar. See ckgdoku plugin's config page for details"; $lang['dw_users'] = "Group name of users whose editor defaults to Dokuwiki editor when dw_priority is slected. If not defined, then all users get the native Dokuwiki editor when dw_priority is selected."; $lang['allow_ckg_filebrowser'] = 'Select which file/media browser(s) users can use'; $lang['default_ckg_filebrowser'] = 'Select which file/media browser is the default. This will be overridden if the selected browser is not allowed'; $lang['captcha_auth'] ='ACL level at which the captcha is turned off when the captcha plugin\'s forusers option is set to true. The default is ACL_CREATE, which means' .' that any user with ACL_EDIT or less will get the captcha, ACL_CREATE or higher will not.'; $lang['htmlblock_ok'] ='When using HTML_BLOCKs either this setting or Dokuwiki\'s htmlok option must be enabled. ' . ' It doesn\'t pose the same level of security risk as htmlok. Nevertheless, it is should be used only in a trusted user environment, and not in an open wiki.'; $lang['dblclk']="Set to off to turn off the double click feature which enables section editing using the Dokuwiki editor (see: direct_access_to_dokuwiki_editor)"; $lang['preserve_enc'] ="Preserve urlencoding in urls when the dokuwiki deaccent option is active."; $lang['gui'] = "Select CKEditor GUI."; $lang['rel_links'] = "Activate support for relative internal and image links";