1<?php
2$lang['fck_preview'] = "FCK Preview Group";
3$lang['guest_toolbar'] = "Display Toolbar to Guests";
4$lang['guest_media'] = "Guest Can Link to Media Files";
5$lang['open_upload'] = "Guest Can Upload";
6$lang['default_fb'] = "Default file-browing access. With none, acl does not apply.";
7$lang['openfb'] = "Open File Browsing. This gives user access to entire directory structure, whether or not the user has permissions. ACL still applies to uploads.";
8$lang['dw_edit_display'] = 'Controls which users have access to the "DW Edit" button. Choices: "all" for all users; "admin" for admin and managers only; "none" for no one. Defaults to "all".';
9$lang['dw_edit_display_o_all'] = 'all';
10$lang['dw_edit_display_o_admin'] = 'admin';
11$lang['dw_edit_display_o_none'] = 'none';
12$lang['smiley_as_text']  = 'Display smileys as text in CKeditor (will still display as image in browser)';
13$lang['editor_bak'] = "Save backup to meta/&lt;namespace&gt;.ckgedit";
14$lang['create_folder'] = "Enable folder creation button in file browser (y/n)";
15$lang['dwedit_ns'] = "Comma separated list of namespaces and/or pages where ckgedit automatically switches " .
16                     "over to the native DokuWiki Editor; accepts partial matches.";
17$lang['acl_del'] =  "Default (box not checked) allows users with upload permission to delete media files; if box is checked, then user needs delete permission to delete from the folder.";
18$lang['auth_ci'] = "The user login id is case insensitive, that is you can login as both USER and user";
19$lang['nix_style'] = "For Windows Servers (Vista and Later).  This setting makes it possible to access data\\media through ckgedit\\CKeditor\\userfiles, if links to media and file have been successfully created in userfiles";
20$lang['direction'] = 'Set Language direction in CKeditor:  <b>nocheck</b>: ckgedit will make no changes to the default direction setting; '
21                       . ' <b>dokuwiki</b>:  the current Dokuwiki language direction;  <b>ltr</b>: Left-to-right ; <b>rtl</b>: Right-to-left.';
22$lang['scayt_auto'] = 'Set whether or not the Scayt check-as-you-type spell checker is active at startup. Defaults to <code>off</code>; the user can re-enable spell checking on a per page basis.' .
23           ' To remove the Scayt spell checker completely, select <code>disable</code>. '.
24           '(See <a href="https://www.dokuwiki.org/plugin:ckgedit:configuration#scayt_auto">ckgedit:configuration#scayt_auto</a>") ';
25$lang['scayt_auto_o_on'] = 'on';
26$lang['scayt_auto_o_off'] = 'off';
27$lang['scayt_auto_o_disable'] = 'disable';
28$lang['scayt_lang']="Set SCAYT default language.";
29$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.";
30$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.";
31$lang['duplicate_notes'] = "Set this to true if users create multiple footnotes with the same footnote texts; required to prevent notes from being corrupted.";
32$lang['winstyle'] = 'Use direct path to media directory instead of fckeditor/userfiles. This function copies <br />fckeditor/userfiles/.htaccess.security to data/media/.htaccess; if not, this should be done manually';
33$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.';
34#$lang['dw_priority'] = "Make Dokuwiki editor the default editor: does not work in farms";
35$lang['nofont_styling']  = 'Display font styles in editor as plugin markup. See the ckgedit plugin page at Dokuwiki.org for details.';
36$lang['font_options']  = 'Remove font options.';
37$lang['color_options']  = 'Remove Color options.';
38$lang['alt_toolbar'] = 'Functions to remove from CKEditor toolbar.<br /><br /> Any other functions can be removed by including them as a comma separated list in the text box:<br /><br />' .
39         'Bold, Italic, Underline, Strike, Subscript, Superscript, RemoveFormat, Find, Replace, SelectAll, Scayt, '  .
40         'Image, Table, Tags, Link, Unlink, Format, Styles,TextColor, BGColor, NumberedList, BulletedList, ' .
41         'Cut, Copy, Paste, PasteText, PasteFromWord, Undo, Redo, Source, Maximize, About.';
42
43$lang['mfiles'] = 'Enable mfile support';
44$lang['extra_plugins']  = "Comma separated list of additional Ckeditor plugins to be added to toolbar.  See ckgedit plugin's <a href='https://www.dokuwiki.org/plugin:ckgedit:configuration#extra_plugins'>config page</a>  for details";
45#$lang['dw_users'] = "Group name of users whose editor defaults to Dokuwiki editor when <b>dw_priority</b> is selected.  If  not defined, then all users get the native Dokuwiki editor when <b>dw_priority</b> is selected.";
46$lang['allow_ckg_filebrowser'] = 'Select which file/media browser(s) users can use';
47$lang['default_ckg_filebrowser'] = 'Select which file/media browser is the default. This will be overridden if the selected browser is not allowed';
48$lang['htmlblock_ok'] ='When using <code>HTML_BLOCK</code>s  either this setting or Dokuwiki\'s <code>htmlok</code> option must be enabled. ' .
49        ' It doesn\'t pose the same level of security  risk as <code>htmlok</code>.  Nevertheless, it is should be used only in a trusted user environment, and not in an open wiki.';
50$lang['dblclk']="Set to <code>off</code> to turn off the double click feature which enables section editing using the Dokuwiki editor (see:  <a href='https://www.dokuwiki.org/plugin:ckgedit#direct_access_to_dokuwiki_editor'>direct_access_to_dokuwiki_editor</a>)";
51$lang['preserve_enc'] ="Preserve urlencoding in urls when the dokuwiki deaccent option is active.";
52$lang['gui'] = "Select CKEditor GUI.";
53$lang['rel_links'] = "Activate support for relative internal and image links";
54$lang['style_sheet'] = 'Use an alternate style sheet for the Ckeditor editing window.' .
55    ' For more information see the <b>CKEditor editor CSS tool</b>, under <em>Additional Plugins</em> on the <code>Admin</code> page. Or ' .
56    ' see the ckgedit plugin page.';
57$lang['imgpaste'] = 'If the imgpaste plugin is installed, use the imgpaste naming system for naming your saved images.';
58
59