dokuwiki-plugin-userhomepage/lang/en/settings.php

28 lines
2.8 KiB
PHP
Raw Normal View History

2014-08-30 13:23:38 +02:00
<?php
/**
* English settings file for Userhomepage plugin
* Previous authors: James GuanFeng Lin, Mikhail I. Izmestev, Daniel Stonier
* @author: Simon Delage <simon.geekitude@gmail.com>
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
2014-08-30 13:23:38 +02:00
*/
2014-09-07 12:08:01 +02:00
$lang['create_private_ns'] = 'Create user\'s private namespace (double-check all options before enabling)';
$lang['use_name_string'] = 'Use user\'s full name instead of login for his private namespace (enabling this option will prevent using <code>%USER%</code> ACL wildcard and make ACL more complex).';
2014-09-07 19:51:08 +02:00
$lang['use_start_page'] = 'Use the wiki\'s start page name for the start page of each private namespace (otherwise, the private namespace name will be used).';
$lang['users_namespace'] = 'Namespace under which user namespaces are created (can be anything but <code>user</code> without messing up with Dokuwiki default behaviour).';
$lang['set_permissions'] = 'Automatically configure ACL for the namespace set above and give full rights to users on their own namespace.';
2014-09-07 19:51:08 +02:00
$lang['set_permissions_others'] = 'If [set_permissions] is enabled, what permission for others (<code>@ALL</code> and <code>@user</code> 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['group_by_name'] = 'Group users\' namespaces by the first character of user name?';
2014-09-07 17:53:00 +02:00
$lang['edit_before_create'] = 'Allow users to edit the start page of their private namespace on creation (will only work if a public page isn\'t generated at the same time).';
2014-09-07 19:51:08 +02:00
$lang['create_public_page'] = 'Create a public page for each user (double-check all options before enabling)';
2014-09-07 17:29:00 +02:00
$lang['public_pages_ns'] = 'Namespace under wich public pages are created. If a value other than <code>user</code> is used, you will have to manually handle the links generated by <code>showuseras</code> option (in [Display settings]).';
2014-09-07 17:53:00 +02:00
$lang['set_permissions_public'] = 'Automatically configure ACL for the public pages (read only to <code>@ALL</code> and <code>@user</code> but edit rigth for each user on his own public plage).';
2014-09-10 08:35:41 +02:00
$lang['templates_path'] = 'Path where templates will be stored (userhomepage_private.txt and userhomepage_public.txt). Examples: <code>data/pages/wiki</code> (makes templates editable within DokuWiki) or <code>lib/plugins/userhomepage</code> (to protect templates or centralize them in a farm setup).';
2014-09-11 09:02:47 +02:00
$lang['templatepath'] = 'Template path from version 3.0.4. If this file exists, it will be used as default source for new private namespace start page template (clear the path if you don\'t want to).';