HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
core.php
Go to the documentation of this file.
1 <?php
16 return array(
17  ':name created.' => '',
18  ':name deleted.' => '',
19  ':name updated.' => '',
20  'A descriptive name for this item.' => '',
21  'A role is group of permissions to perform a variety of tasks and operations, for example the authenticated user.' => '',
22  'A task is a permission to perform multiple operations, for example accessing a group of controller action.' => '',
23  'Add' => '',
24  'Add Child' => '',
25  'Additional data available when executing the business rule.' => '',
26  'An item with this name already exists.' => '',
27  'An operation is a permission to perform a single operation, for example accessing a certain controller action.' => '',
28  'Application' => '',
29  'Are you sure you want to delete this operation?' => '',
30  'Are you sure you want to delete this role?' => '',
31  'Are you sure you want to delete this task?' => '',
32  'Assign' => '',
33  'Assign item' => '',
34  'Assignments' => '',
35  'Assignments for :username' => '',
36  'Authorization item' => '',
37  'Authorization items can be managed under {roleLink}, {taskLink} and {operationLink}.' => '',
38  'Authorization items created.' => '',
39  'Business rule' => '',
40  'Business rule cannot be empty.' => '',
41  'Cancel' => '',
42  'Child :name added.' => '',
43  'Child :name removed.' => '',
44  'Children' => '',
45  'Code that will be executed when performing access checking.' => '',
46  'Create :type' => '',
47  'Create a new operation' => '',
48  'Create a new role' => '',
49  'Create a new task' => '',
50  'Data' => '',
51  'Delete' => '',
52  'Description' => '',
53  'Do not change the name unless you know what you are doing.' => '',
54  'Generate' => '',
55  'Generate items' => '',
56  'Generate items for controller actions' => '',
57  'Here you can view and manage the permissions assigned to each role.' => '',
58  'Here you can view which permissions has been assigned to each user.' => '',
59  'Hover to see from where the permission is inherited.' => '',
60  'Inherited' => '',
61  'Invalid authorization item type.' => '',
62  'Invalid request. Please do not repeat this request again.' => '',
63  'Item' => '',
64  'Modules' => '',
65  'Name' => '',
66  'Name of the superuser cannot be changed.' => '',
67  'No actions found.' => '',
68  'No assignments available to be assigned to this user.' => '',
69  'No authorization items found.' => '',
70  'No children available to be added to this item.' => '',
71  'No operations found.' => '',
72  'No relations need to be set for the superuser role.' => '',
73  'No roles found.' => '',
74  'No tasks found.' => '',
75  'No users found.' => '',
76  'Operation' => '',
77  'Operations' => '',
78  'Operations exist below tasks in the authorization hierarchy and can therefore only inherit from other operations.' => '',
79  'Parents' => '',
80  'Permission :name assigned.' => '',
81  'Permission :name revoked.' => '',
82  'Permissions' => '',
83  'Please select which items you wish to generate.' => '',
84  'Relations' => '',
85  'Remove' => '',
86  'Revoke' => '',
87  'Role' => '',
88  'Roles' => '',
89  'Roles exist at the top of the authorization hierarchy and can therefore inherit from other roles, tasks and/or operations.' => '',
90  'Save' => '',
91  'Select all' => '',
92  'Select none' => '',
93  'Source' => '',
94  'Super users are always granted access implicitly.' => '',
95  'Task' => '',
96  'Tasks' => '',
97  'Tasks exist below roles in the authorization hierarchy and can therefore only inherit from other tasks and/or operations.' => '',
98  'The requested page does not exist.' => '',
99  'There must be at least one superuser!' => '',
100  'This item has no children.' => '',
101  'This item has no parents.' => '',
102  'This user has not been assigned any items.' => '',
103  'Type' => '',
104  'Update :name' => '',
105  'Values within square brackets tell how many children each item has.' => '',
106  'You are not authorized to perform this action.' => '',
107 );