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  'A descriptive name for this item.' => '',
18  'A role is group of permissions to perform a variety of tasks and operations, for example the authenticated user.' => '',
19  'A task is a permission to perform multiple operations, for example accessing a group of controller action.' => '',
20  'Additional data available when executing the business rule.' => '',
21  'An operation is a permission to perform a single operation, for example accessing a certain controller action.' => '',
22  'Are you sure you want to delete this operation?' => '',
23  'Are you sure you want to delete this role?' => '',
24  'Are you sure you want to delete this task?' => '',
25  'Assign item' => '',
26  'Authorization item' => '',
27  'Authorization items can be managed under {roleLink}, {taskLink} and {operationLink}.' => '',
28  'Business rule cannot be empty.' => '',
29  'Cancel' => '',
30  'Code that will be executed when performing access checking.' => '',
31  'Do not change the name unless you know what you are doing.' => '',
32  'Generate items' => '',
33  'Generate items for controller actions' => '',
34  'Here you can view and manage the permissions assigned to each role.' => '',
35  'Here you can view which permissions has been assigned to each user.' => '',
36  'Item' => '',
37  'Name of the superuser cannot be changed.' => '',
38  'No actions found.' => '',
39  'No assignments available to be assigned to this user.' => '',
40  'No children available to be added to this item.' => '',
41  'Operations exist below tasks in the authorization hierarchy and can therefore only inherit from other operations.' => '',
42  'Permission :name assigned.' => '',
43  'Permission :name revoked.' => '',
44  'Please select which items you wish to generate.' => '',
45  'Roles exist at the top of the authorization hierarchy and can therefore inherit from other roles, tasks and/or operations.' => '',
46  'Source' => '',
47  'Tasks exist below roles in the authorization hierarchy and can therefore only inherit from other tasks and/or operations.' => '',
48  'There must be at least one superuser!' => '',
49  'This user has not been assigned any items.' => '',
50  'Type' => '',
51  'Update :name' => '',
52  ':name created.' => ':name erzeugt.',
53  ':name deleted.' => ':name gelöscht.',
54  ':name updated.' => ':name aktualisiert.',
55  'Add' => 'Hinzufügen',
56  'Add Child' => 'Kindelement hinzufügen',
57  'An item with this name already exists.' => 'Ein Element mit diesem Namen existiert schon.',
58  'Application' => 'Anwendung',
59  'Assign' => 'Zuweisen',
60  'Assignments' => 'Zuweisung',
61  'Assignments for :username' => 'Zuweisung für :username',
62  'Authorization items created.' => 'Autorisierungselement erzeugt.',
63  'Business rule' => 'Geschäftsregel',
64  'Child :name added.' => 'Kindelement :name hinzugefügt.',
65  'Child :name removed.' => 'Kindelement :name entfernt.',
66  'Children' => 'Kindelemente',
67  'Create :type' => ':type erzeugen',
68  'Create a new operation' => 'Neue Operation erzeugen',
69  'Create a new role' => 'Neue Rolle erzeugen',
70  'Create a new task' => 'Neue Tätigkeit erzeugen',
71  'Data' => 'Daten',
72  'Delete' => 'Löschen',
73  'Description' => 'Beschreibung',
74  'Generate' => 'Erzeugen',
75  'Hover to see from where the permission is inherited.' => 'Von wem die Berechtigung geerbt ist kann man durch darüberhovern einsehen.',
76  'Inherited' => 'Geerbt',
77  'Invalid authorization item type.' => 'Ungüligter Autorisierungselement-Typ.',
78  'Invalid request. Please do not repeat this request again.' => 'Ungültige Anfrage. Bitte wiederholen Sie die Anfrage nicht.',
79  'Modules' => 'Module',
80  'Name' => 'Name',
81  'No authorization items found.' => 'Keine Autorisierungselemente gefunden.',
82  'No operations found.' => 'Keine Operationen gefunden.',
83  'No relations need to be set for the superuser role.' => 'Für die Super User-Rolle brauchen keine Relationen gesetzt werden.',
84  'No roles found.' => 'Keine Rollen gefunden.',
85  'No tasks found.' => 'Keine Tätigkeiten gefunden.',
86  'No users found.' => 'Kein Benutzer gefunden.',
87  'Operation' => 'Operation',
88  'Operations' => 'Operationen',
89  'Parents' => 'Elternelemente',
90  'Permissions' => 'Berechtigungen',
91  'Relations' => 'Relationen',
92  'Remove' => 'Entfernen',
93  'Revoke' => 'Entziehen',
94  'Role' => 'Rolle',
95  'Roles' => 'Rollen',
96  'Save' => 'Speichern',
97  'Select all' => 'Alle auswählen',
98  'Select none' => 'Keines auswählen',
99  'Super users are always granted access implicitly.' => 'Super User haben implizit immer Zugang.',
100  'Task' => 'Tätigkeit',
101  'Tasks' => 'Tätigkeiten',
102  'The requested page does not exist.' => 'The angeforderte Seite existiert nicht.',
103  'This item has no children.' => 'Dieses Element hat keine Kindelemente.',
104  'This item has no parents.' => 'Dieses Element hat keine Elternelemente.',
105  'Values within square brackets tell how many children each item has.' => 'Werte in eckigen Klammern geben die Anzahl der jeweiligen Kindelemente an.',
106  'You are not authorized to perform this action.' => 'Sie sind nicht berechtigt diese Aktion auszuführen.',
107 );