1<?php
2/**
3 * English settings file for Userhomepage plugin
4 * Previous authors: James GuanFeng Lin, Mikhail I. Izmestev, Daniel Stonier
5 * @author   Simon DELAGE <sdelage@gmail.com>
6 * @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
7 */
8
9    $lang['create_private_ns'] = 'Create user\'s private namespace (double-check all options before enabling)?';
10    $lang['use_name_string'] = 'Use user\'s full name instead of login for his private namespace.';
11    $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).';
12    $lang['users_namespace'] = 'Namespace under which user namespaces are created.';
13    $lang['group_by_name'] = 'Group users\' namespaces by the first character of user name?';
14    $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).';
15    $lang['acl_all_private'] = 'Permissions for @ALL group on Private Namespaces';
16    $lang['acl_all_private_o_0'] = 'None (Default)';
17    $lang['acl_all_private_o_1'] = 'Read';
18    $lang['acl_all_private_o_2'] = 'Edit';
19    $lang['acl_all_private_o_4'] = 'Create';
20    $lang['acl_all_private_o_8'] = 'Upload';
21    $lang['acl_all_private_o_16'] = 'Delete';
22    $lang['acl_all_private_o_noacl'] = 'No automatic ACL';
23    $lang['acl_user_private'] = 'Permissions for @user group on Private Namespaces';
24    $lang['acl_user_private_o_0'] = 'None (Default)';
25    $lang['acl_user_private_o_1'] = 'Read';
26    $lang['acl_user_private_o_2'] = 'Edit';
27    $lang['acl_user_private_o_4'] = 'Create';
28    $lang['acl_user_private_o_8'] = 'Upload';
29    $lang['acl_user_private_o_16'] = 'Delete';
30    $lang['acl_user_private_o_noacl'] = 'No automatic ACL';
31    $lang['groups_private'] = 'Comma separated list of user groups concerned by Private Namespace creation (leave empty to apply above settings to all users).';
32    $lang['create_public_page'] = 'Create a user\'s public page?';
33    $lang['public_pages_ns'] = 'Namespace under wich public pages are created.';
34    $lang['acl_all_public'] = 'Permissions for @ALL group on Public Pages';
35    $lang['acl_all_public_o_0'] = 'None';
36    $lang['acl_all_public_o_1'] = 'Read (Default)';
37    $lang['acl_all_public_o_2'] = 'Edit';
38    $lang['acl_all_public_o_noacl'] = 'No automatic ACL';
39    $lang['acl_user_public'] = 'Permissions for @user group on Public Pages';
40    $lang['acl_user_public_o_0'] = 'None';
41    $lang['acl_user_public_o_1'] = 'Read (Default)';
42    $lang['acl_user_public_o_2'] = 'Edit';
43    $lang['acl_user_public_o_noacl'] = 'No automatic ACL';
44    $lang['groups_public'] = 'Comma separated list of user groups concerned by Public Page creation (leave empty to apply above settings to all users).';
45    $lang['templates_path'] = 'Relative path from [<code>savedir</code>] where templates will be stored (userhomepage_private.txt and userhomepage_public.txt). Examples: <code>./pages/user</code> or <code>../lib/plugins/userhomepage</code>.';
46    $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).';
47    $lang['acl_all_templates'] = 'Permissions for @ALL group on templates (if they are stored in <code>data/pages...</code>)';
48    $lang['acl_all_templates_o_0'] = 'None';
49    $lang['acl_all_templates_o_1'] = 'Read (Default)';
50    $lang['acl_all_templates_o_2'] = 'Edit';
51    $lang['acl_all_templates_o_noacl'] = 'No automatic ACL';
52    $lang['acl_user_templates'] = 'Permissions for @user group on templates (if they are stored in <code>data/pages...</code>)';
53    $lang['acl_user_templates_o_0'] = 'None';
54    $lang['acl_user_templates_o_1'] = 'Read (Default)';
55    $lang['acl_user_templates_o_2'] = 'Edit';
56    $lang['acl_user_templates_o_noacl'] = 'No automatic ACL';
57    $lang['no_acl'] = 'No automated ACL setting at all but you\'ll have to remove those created so far manually. Don\'t forget to set some ACL on templates.';
58    $lang['redirection'] = 'Enable redirection (even if disabled, it will still occur on pages creation).';
59    $lang['action'] = 'Action on first redirection to public page after it\'s creation (or private namespace start page).';
60    $lang['action_o_edit'] = 'Edit (Default)';
61    $lang['action_o_show'] = 'Show';
62    $lang['userlink_replace'] = 'Enable replacement of [<code>Logged in as</code>] interwiki link, depending on pages created by Userhomepage (only works if <code>showuseras</code> option is set to interwiki link).';
63    $lang['userlink_classes'] = 'Space separated list of CSS classes to apply to [<code>Logged in as</code>] interwiki links (default: <code>interwiki iw_user</code>).';
64    $lang['userlink_icons'] = 'Use old school png or modern svg images as icons in interwiki links (default: <code>png</code>).';
65    $lang['userlink_fa'] = 'Use Fontawesome icons instead of images (Fontawesome has to be installed by template or a plugin) ?';
66