mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Could not easily attach a profile to a user (idem with notifications, etc.)
SVN:trunk[595]
This commit is contained in:
@@ -139,8 +139,8 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:URP_Users/Attribute:language/Value:EN US+' => 'English U.S.',
|
||||
'Class:URP_Users/Attribute:language/Value:FR FR' => 'French',
|
||||
'Class:URP_Users/Attribute:language/Value:FR FR+' => 'FR FR',
|
||||
'Class:URP_Users/Attribute:profiles' => 'Profiles',
|
||||
'Class:URP_Users/Attribute:profiles+' => 'roles, granting rights for that person',
|
||||
'Class:URP_Users/Attribute:profile_list' => 'Profiles',
|
||||
'Class:URP_Users/Attribute:profile_list+' => 'Roles, granting rights for that person',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -148,14 +148,14 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:URP_Profiles' => 'profile',
|
||||
'Class:URP_Profiles+' => 'usage profiles',
|
||||
'Class:URP_Profiles' => 'Profile',
|
||||
'Class:URP_Profiles+' => 'User profile',
|
||||
'Class:URP_Profiles/Attribute:name' => 'Name',
|
||||
'Class:URP_Profiles/Attribute:name+' => 'label',
|
||||
'Class:URP_Profiles/Attribute:description' => 'Description',
|
||||
'Class:URP_Profiles/Attribute:description+' => 'one line description',
|
||||
'Class:URP_Profiles/Attribute:users' => 'Users',
|
||||
'Class:URP_Profiles/Attribute:users+' => 'persons having this role',
|
||||
'Class:URP_Profiles/Attribute:user_list' => 'Users',
|
||||
'Class:URP_Profiles/Attribute:user_list+' => 'persons having this role',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -722,29 +722,29 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'UI:ConfigurationManagementMenu:Title' => 'Infrastructure Overview',
|
||||
'UI-ConfigurationManagementMenu-InfraByType' => 'Infrastructure objects by type',
|
||||
'UI-ConfigurationManagementMenu-InfraByStatus' => 'Infrastructure objects by status',
|
||||
|
||||
'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard for Configuration Management',
|
||||
'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items by status',
|
||||
'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items by type',
|
||||
|
||||
'UI:RequestMgmtMenuOverview:Title' => 'Dashboard for Request Management',
|
||||
'UI-RequestManagementOverview-RequestByService' => 'User Requests by service',
|
||||
'UI-RequestManagementOverview-RequestByPriority' => 'User Requests by priority',
|
||||
'UI-RequestManagementOverview-RequestUnassigned' => 'User Requests not yet assigned to an agent',
|
||||
|
||||
'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard for Incident Management',
|
||||
'UI-IncidentManagementOverview-IncidentByService' => 'Incidents by service',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority' => 'Incident by priority',
|
||||
'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents not yet assigned to an agent',
|
||||
|
||||
'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard for Change Management',
|
||||
'UI-ChangeManagementOverview-ChangeByType' => 'Changes by type',
|
||||
'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes not yet assigned to an agent',
|
||||
'UI-ChangeManagementOverview-ChangeWithOutage' => 'Outages due to changes',
|
||||
|
||||
'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard for Service Management',
|
||||
'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Customer contracts to be renewed in 30 days',
|
||||
'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Provider contracts to be renewed in 30 days',
|
||||
|
||||
'UI:ConfigMgmtMenuOverview:Title' => 'Dashboard for Configuration Management',
|
||||
'UI-ConfigMgmtMenuOverview-FunctionalCIbyStatus' => 'Configuration Items by status',
|
||||
'UI-ConfigMgmtMenuOverview-FunctionalCIByType' => 'Configuration Items by type',
|
||||
|
||||
'UI:RequestMgmtMenuOverview:Title' => 'Dashboard for Request Management',
|
||||
'UI-RequestManagementOverview-RequestByService' => 'User Requests by service',
|
||||
'UI-RequestManagementOverview-RequestByPriority' => 'User Requests by priority',
|
||||
'UI-RequestManagementOverview-RequestUnassigned' => 'User Requests not yet assigned to an agent',
|
||||
|
||||
'UI:IncidentMgmtMenuOverview:Title' => 'Dashboard for Incident Management',
|
||||
'UI-IncidentManagementOverview-IncidentByService' => 'Incidents by service',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority' => 'Incident by priority',
|
||||
'UI-IncidentManagementOverview-IncidentUnassigned' => 'Incidents not yet assigned to an agent',
|
||||
|
||||
'UI:ChangeMgmtMenuOverview:Title' => 'Dashboard for Change Management',
|
||||
'UI-ChangeManagementOverview-ChangeByType' => 'Changes by type',
|
||||
'UI-ChangeManagementOverview-ChangeUnassigned' => 'Changes not yet assigned to an agent',
|
||||
'UI-ChangeManagementOverview-ChangeWithOutage' => 'Outages due to changes',
|
||||
|
||||
'UI:ServiceMgmtMenuOverview:Title' => 'Dashboard for Service Management',
|
||||
'UI-ServiceManagementOverview-CustomerContractToRenew' => 'Customer contracts to be renewed in 30 days',
|
||||
'UI-ServiceManagementOverview-ProviderContractToRenew' => 'Provider contracts to be renewed in 30 days',
|
||||
|
||||
'UI:ContactsMenu' => 'Contacts',
|
||||
'UI:ContactsMenu+' => 'Contacts',
|
||||
|
||||
Reference in New Issue
Block a user