dokuwiki-plugin-userhomepage/lang/en/settings.php
2014-08-30 17:49:00 +02:00

22 lines
1.4 KiB
PHP

<?php
/**
* English language file for config of Userhomepage plugin
* @author: Daniel Stonier <d.stonier@gmail.com>
* FIXED by Simon Delage <simon.geekitude@gmail.com> on 2014-08-30
*/
$lang['use_name_string'] = 'Use user\'s full name instead of login for his namespace.';
$lang['use_start_page'] = 'Use the wiki\'s start page string instead of the user\'s namespace string set above for the start page of his namespace.';
$lang['set_permissions'] = 'Automatically configure acl for user\'s namespace.';
$lang['set_permissions_others'] = 'If set permission is enabled, what permission for other people (both @ALL and @user groups)?';
$lang['set_permissions_others_o_0'] = 'None';
$lang['set_permissions_others_o_1'] = 'Read';
$lang['set_permissions_others_o_2'] = 'Edit';
$lang['set_permissions_others_o_4'] = 'Create';
$lang['set_permissions_others_o_8'] = 'Upload';
$lang['set_permissions_others_o_16'] = 'Delete';
$lang['templatepath'] = 'Doku relative path to the template file.';
$lang['users_namespace'] = 'Namespace under which user namespaces are created (can be anything without messing up with Dokuwiki default behaviour, previous default was "people" but "user" makes more sense).';
$lang['group_by_name'] = 'Group users\' namespaces by the first character of user name?';
$lang['edit_before_create'] = 'Allow users to edit their namespace start page before create';