1<?php
2
3$lang['groups'] = "Group allowed to disable lock timer (deprecated)";
4$lang['fck_preview'] = "FCK Preview Group";
5$lang['guest_toolbar'] = "Display Toolbar to Guests";
6$lang['guest_media'] = "Guest Can Link to Media Files";
7$lang['open_upload'] = "Guest Can Upload";
8$lang['xcl_plugins'] ="Comma delimited list of Immutable Syntax plugins. " .
9      "Their names should be exactly as appears in the list of Currently Installed Plugins as found on the fckg adminstration panel's plugin list.";
10$lang['default_fb'] = "Default file-browing access. With none, acl does not apply.";
11$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.";
12$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".';
13$lang['smiley_as_text']  = 'Display smileys as text in FCKeditor (will still display as image in browser)';
14$lang['editor_bak'] = "Save backup to meta/&lt;namespace&gt;.fckg";
15$lang['create_folder'] = "Enable folder creation button in file browser (y/n)";
16$lang['dwedit_ns'] = "Comma separated list of namespaces where FckgLite automatically switches " .
17                     "over to the native DokuWiki Editor.";
18$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.";
19$lang['auth_ci'] = "The user login id is case insensitive, that is you can login as both USER and user";
20$lang['nix_style'] = "For Windows Servers (Vista and Later).  This setting makes it possible to access data\\media through fckg\\fckeditor\\userfiles, if links to media and file have been successfully created in userfiles";
21$lang['no_symlinks']  = "Disable automatic creation of symbolic links in fckg/userfiles.";
22$lang['direction'] = 'Set Language direction in FCKeditor:  <b>nocheck</b>: fckgLite will make no changes to the default direction setting; '
23                       . ' <b>dokuwiki</b>:  the current Dokuwiki language direction;  <b>ltr</b>: Left-to-right ; <b>rtl</b>: Right-to-left.';
24$lang['scayt_auto'] = 'Automatically enable the SCAYT spellchecker. Defaults to "on". To turn off SCAYT select "off"';
25$lang['scayt'] = 'Use the SCAYT spellchecker. This defaults to "on"; selecting "off" will switch to the spellerpages checker';
26$lang['scayt_lang']="Set SCAYT default language.";
27$lang['smiley_hack'] = "Reset URL for FCKeditor'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.";
28$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.";
29$lang['duplicate_notes'] = "Set this to true if users create multiple footnotes with the same footnote texts; required to prevent notes from being corrupted.";
30$lang['dw_priority'] = "Make Dokuwiki editor the default editor";
31$lang['winstyle'] = 'Use direct path to media directory instead of fckeditor/userfiles. This requires that fckeditor/userfiles/.htaccess.security be copied  to data/media and renamed .htaccess';
32
33