xref: /plugin/discussion/lang/en/settings.php (revision ca785d71be15cb374602f3f8295501f3550bffec)
1f0fda08aSwikidesign<?php
2f0fda08aSwikidesign/**
3f0fda08aSwikidesign * English language file
4f0fda08aSwikidesign *
5f0fda08aSwikidesign * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6f0fda08aSwikidesign * @author     Esther Brunner <wikidesign@gmail.com>
7f0fda08aSwikidesign */
8f0fda08aSwikidesign
9f0fda08aSwikidesign// for the configuration manager
10479dd10fSwikidesign$lang['automatic']    = 'discussion section on every page by default';
11f0bcde18SGerrit Uitslag$lang['excluded_ns']  = 'list of namespaces to revert the option above (a regular expression e.g. <code>/(playground|wiki)/</code> )';
12f0fda08aSwikidesign$lang['allowguests']  = 'allow comments by unregistered users';
137d091ad1SMichael Klier$lang['showguests']   = 'allow guests to read comments';
14f0fda08aSwikidesign$lang['linkemail']    = 'link commenters name with e-mail';
15035d400bSwikidesign$lang['useavatar']    = 'use avatar user images for comments';
16f0fda08aSwikidesign$lang['urlfield']     = 'allow users to enter an URL';
17f0fda08aSwikidesign$lang['addressfield'] = 'allow users to enter a postal address';
181ba72c23Swikidesign$lang['adminimport']  = 'allow admins to set  all fields for import';
19f0fda08aSwikidesign$lang['wikisyntaxok'] = 'allow wiki syntax in comments';
20a43e61cfSMichael Klier$lang['subscribe']    = 'enable/disable subscribe to comments';
21dbd9d5cdSMichael Klier$lang['newestfirst']  = 'list newest comments first';
22a44bc9f7SMichael Klier$lang['moderate']     = 'moderate new comments';
23f0fda08aSwikidesign
2431aab30eSGina Haeussge$lang['usethreading'] = 'allow threading of comments';
250ff5ab97SMichael Klier$lang['userealname']  = 'display real name instead of user name of registered wiki users';
2631aab30eSGina Haeussge
27f0bcde18SGerrit Uitslag$lang['threads_formposition']          = 'position of the new thread form shown by the <code>{{threads> }}</code> syntax';
283031cc92SMichael Klier$lang['threads_formposition_o_off']    = 'off';
29cc497149Swikidesign$lang['threads_formposition_o_top']    = 'top';
30cc497149Swikidesign$lang['threads_formposition_o_bottom'] = 'bottom';
31cc497149Swikidesign
3246178401Slupo49$lang['visibilityButton'] = 'Enable button for toggling the visibility of the discussion section';
3346178401Slupo49
34e6b2f142Slupo49$lang['moderatorgroups']  = 'Comma-separated list of moderator groups (equal to DokuWiki-Manager permission level)';
35*ca785d71SMichael Hamann$lang['moderatorsnotify']  = 'Send notification emails of the new comments to moderators';
36f0fda08aSwikidesign//Setup VIM: ex: et ts=2 enc=utf-8 :
37