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  'Assign item' => '',
23  'Authorization item' => '',
24  'Authorization items can be managed under {roleLink}, {taskLink} and {operationLink}.' => '',
25  'Business rule cannot be empty.' => '',
26  'Cancel' => '',
27  'Code that will be executed when performing access checking.' => '',
28  'Do not change the name unless you know what you are doing.' => '',
29  'Generate items' => '',
30  'Generate items for controller actions' => '',
31  'Here you can view and manage the permissions assigned to each role.' => '',
32  'Here you can view which permissions has been assigned to each user.' => '',
33  'Item' => '',
34  'No actions found.' => '',
35  'No assignments available to be assigned to this user.' => '',
36  'No children available to be added to this item.' => '',
37  'Operations exist below tasks in the authorization hierarchy and can therefore only inherit from other operations.' => '',
38  'Permission :name assigned.' => '',
39  'Permission :name revoked.' => '',
40  'Please select which items you wish to generate.' => '',
41  'Roles exist at the top of the authorization hierarchy and can therefore inherit from other roles, tasks and/or operations.' => '',
42  'Source' => '',
43  'Tasks exist below roles in the authorization hierarchy and can therefore only inherit from other tasks and/or operations.' => '',
44  'There must be at least one superuser!' => '',
45  'This user has not been assigned any items.' => '',
46  'Update :name' => '',
47  ':name created.' => ':name skapad.',
48  ':name deleted.' => ':name raderad.',
49  ':name updated.' => ':name uppdaterad.',
50  'Add' => 'Lägg till',
51  'Add Child' => 'Lägg till Barn',
52  'An item with this name already exists.' => 'Ett element med detta namn finns redan.',
53  'Application' => 'Applikationen',
54  'Are you sure you want to delete this operation?' => 'Är du säker att du vill radera denna operation?',
55  'Are you sure you want to delete this role?' => 'Är du säker att du vill radera denna roll?',
56  'Are you sure you want to delete this task?' => 'Är du säker att du vill radera denna uppgift?',
57  'Assign' => 'Tilldela',
58  'Assignments' => 'Uppdrag',
59  'Assignments for :username' => 'Uppdrag för användare :username',
60  'Authorization items created.' => 'Auktoriserings elemented skapade.',
61  'Business rule' => 'Business regel',
62  'Child :name added.' => 'Barn :name tillagd.',
63  'Child :name removed.' => 'Barn :name borttagen.',
64  'Children' => 'Barn',
65  'Create :type' => 'Skapa :type',
66  'Create a new operation' => 'Skapa en ny operation',
67  'Create a new role' => 'Skapa en ny roll',
68  'Create a new task' => 'Skapa en ny uppgift',
69  'Data' => 'Data',
70  'Delete' => 'Radera',
71  'Description' => 'Beskrivning',
72  'Generate' => 'Generera',
73  'Hover to see from where the permission is inherited.' => 'För musen ovan för att se varifrån rättigheten är ärvd.',
74  'Inherited' => 'Ärvd',
75  'Invalid authorization item type.' => 'Ogiltig auktoriserings element typ.',
76  'Invalid request. Please do not repeat this request again.' => 'Ogiltig förfrågan. Upprepa inte förfrågan pånytt.',
77  'Modules' => 'Moduler',
78  'Name' => 'Namn',
79  'Name of the superuser cannot be changed.' => 'Superanvändarens namn kan inte ändras.',
80  'No authorization items found.' => 'Inga auktoriserings element hittades.',
81  'No operations found.' => 'Inga operationer hittades.',
82  'No relations need to be set for the superuser role.' => 'Inga relationer behöver ställas in för superanvändar-rollen.',
83  'No roles found.' => 'Inga roller hittades.',
84  'No tasks found.' => 'Inga uppgifter hittades.',
85  'No users found.' => 'Inga användare hittades.',
86  'Operation' => 'Operation',
87  'Operations' => 'Operationer',
88  'Parents' => 'Föräldrar',
89  'Permissions' => 'Rättigheter',
90  'Relations' => 'Relationer',
91  'Remove' => 'Ta bort',
92  'Revoke' => 'Upphäv',
93  'Role' => 'Roll',
94  'Roles' => 'Roller',
95  'Save' => 'Spara',
96  'Select all' => 'Välj alla',
97  'Select none' => 'Välj inga',
98  'Super users are always granted access implicitly.' => 'Superanvändare beviljas ankomst alltid implicit.',
99  'Task' => 'Uppgift',
100  'Tasks' => 'Uppgifter',
101  'The requested page does not exist.' => 'Förfrågade sidan finns inte.',
102  'This item has no children.' => 'Detta element har inga barn.',
103  'This item has no parents.' => 'Detta element har inga föräldrar.',
104  'Type' => 'Typ',
105  'Values within square brackets tell how many children each item has.' => 'Värden i hakparenteser berättar hur många barn varje element har.',
106  'You are not authorized to perform this action.' => 'Du har inte rätt att utföra denna funktion.',
107 );