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 role is group of permissions to perform a variety of tasks and operations, for example the authenticated user.' => '',
18  'A task is a permission to perform multiple operations, for example accessing a group of controller action.' => '',
19  'An operation is a permission to perform a single operation, for example accessing a certain controller action.' => '',
20  'Authorization items can be managed under {roleLink}, {taskLink} and {operationLink}.' => '',
21  'Cancel' => '',
22  'Generate items' => '',
23  'Generate items for controller actions' => '',
24  'Here you can view and manage the permissions assigned to each role.' => '',
25  'Here you can view which permissions has been assigned to each user.' => '',
26  'Operations exist below tasks in the authorization hierarchy and can therefore only inherit from other operations.' => '',
27  'Permission :name assigned.' => '',
28  'Permission :name revoked.' => '',
29  'Roles exist at the top of the authorization hierarchy and can therefore inherit from other roles, tasks and/or operations.' => '',
30  'Source' => '',
31  'Tasks exist below roles in the authorization hierarchy and can therefore only inherit from other tasks and/or operations.' => '',
32  'There must be at least one superuser!' => '',
33  'Update :name' => '',
34  ':name created.' => ':name creato',
35  ':name deleted.' => 'Rimosso :name',
36  ':name updated.' => ':name aggiornato',
37  'A descriptive name for this item.' => 'Un nome descrittivo di questo oggetto',
38  'Add' => 'Aggiungi',
39  'Add Child' => 'Aggiungi figlio',
40  'Additional data available when executing the business rule.' => 'Dati aggiuntivi disponibili quando la regola di business viene eseguita',
41  'An item with this name already exists.' => 'Un oggetto con questo nome esiste gi&agrave;',
42  'Application' => 'Applicazione',
43  'Are you sure you want to delete this operation?' => 'Sicuro di voler eliminare questa operazione?',
44  'Are you sure you want to delete this role?' => 'Sicuro di voler eliminare questo ruolo?',
45  'Are you sure you want to delete this task?' => 'Sicuro di voler eliminare questo task?',
46  'Assign' => 'Assegna',
47  'Assign item' => 'Assegna oggetto',
48  'Assignments' => 'Elementi Assegnati',
49  'Assignments for :username' => 'Elementi assegnati a :username',
50  'Authorization item' => 'Autorizzazione',
51  'Authorization items created.' => 'Autorizzazioni create',
52  'Business rule' => 'Regola',
53  'Business rule cannot be empty.' => 'La regola di business non pu? essere vuota.',
54  'Child :name added.' => 'Aggiunto il figlio :name',
55  'Child :name removed.' => 'Rimosso il figlio :name',
56  'Children' => 'Figli',
57  'Code that will be executed when performing access checking.' => 'Codice che verr&agrave; eseguito al controllo degli accessi.',
58  'Create :type' => 'Nuovo :type',
59  'Create a new operation' => 'Crea una nuova operazione',
60  'Create a new role' => 'Crea un nuovo ruolo',
61  'Create a new task' => 'Crea un nuovo Task',
62  'Data' => 'Dati',
63  'Delete' => 'Elimina',
64  'Description' => 'Descrizione',
65  'Do not change the name unless you know what you are doing.' => 'Non modificare il nome a meno che tu non sappia cosa stai facendo.',
66  'Generate' => 'Genera',
67  'Hover to see from where the permission is inherited.' => 'Passa sopra con il mouse per vedere da dove viene ereditato il permesso.',
68  'Inherited' => 'Ereditato',
69  'Invalid authorization item type.' => 'Tipo di autorizzazione non valida',
70  'Invalid request. Please do not repeat this request again.' => 'Richiesta non valida. Per cortesia, non ripeterla.',
71  'Item' => 'Oggetto',
72  'Modules' => 'Moduli',
73  'Name' => 'Nome',
74  'Name of the superuser cannot be changed.' => 'Non &egrave; possibile modificare il nome del superuser.',
75  'No actions found.' => 'Non sono state trovate azioni.',
76  'No assignments available to be assigned to this user.' => 'Non sono stati trovati elementi da assegnare all\'utente.',
77  'No authorization items found.' => 'Non sono state trovate autorizzazioni.',
78  'No children available to be added to this item.' => 'Non sono stati trovati figli da assegnare a questo oggetto.',
79  'No operations found.' => 'Non sono state trovate operazioni.',
80  'No relations need to be set for the superuser role.' => 'Per il ruolo del super utente non &egrave; necessario inserire relazioni',
81  'No roles found.' => 'Non sono stati trovati ruoli.',
82  'No tasks found.' => 'Non sono stati trovati task.',
83  'No users found.' => 'Non sono stati trovati utenti.',
84  'Operation' => 'Operazione',
85  'Operations' => 'Operazioni',
86  'Parents' => 'Parenti',
87  'Permissions' => 'Permessi',
88  'Please select which items you wish to generate.' => 'Per cortesia, seleziona che elementi vuoi generare.',
89  'Relations' => 'Relazioni',
90  'Remove' => 'Rimuovi',
91  'Revoke' => 'Revoca',
92  'Role' => 'Ruolo',
93  'Roles' => 'Ruoli',
94  'Save' => 'Salva',
95  'Select all' => 'Seleziona tutti',
96  'Select none' => 'Seleziona nessuno',
97  'Super users are always granted access implicitly.' => 'Ai super utenti &egrave; sempre consentito l\\accesso.',
98  'Task' => 'Task',
99  'Tasks' => 'Task',
100  'The requested page does not exist.' => 'La pagina richiesta non esiste',
101  'This item has no children.' => 'Questo oggetto non ha figli.',
102  'This item has no parents.' => 'Questo oggetto non ha parenti.',
103  'This user has not been assigned any items.' => 'Non sono stati assegnati oggetti a questo utente.',
104  'Type' => 'Tipo',
105  'Values within square brackets tell how many children each item has.' => 'Il valore tra parentesi quadre indica quanti figli ha ogni oggetto.',
106  'You are not authorized to perform this action.' => 'Non sei autorizzato a svolgere quest\'azione.',
107 );