/** * @author Benjamin Planque * @copyright Copyright (C) 2010-2024 Combodo SAS * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// // Note: The classes have been grouped by categories: bizmodel ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// // Classes in 'bizmodel' ////////////////////////////////////////////////////////////////////// // Dict::Add('EN US', 'English', 'English', [ 'portal:itop-portal' => 'Standard portal', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus) 'Page:DefaultTitle' => '%1$s - User portal', 'Brick:Portal:UserProfile:Title' => 'My profile', 'Brick:Portal:NewRequest:Title' => 'New request', 'Brick:Portal:NewRequest:Title+' => '

Need help?

Pick from the services catalog and submit your request to our support teams.

', 'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests', 'Brick:Portal:OngoingRequests:Title+' => '

Follow up with your ongoing requests.

Check the progress, add comments, attach documents, acknowledge the solution.

', 'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open', 'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved', 'Brick:Portal:ClosedRequests:Title' => 'Closed requests', 'Brick:Portal:ListAllRequests:Title' => 'All requests', 'Brick:Portal:ListAllRequests:Title+' => '

View all requests regardless of their status.

', 'Brick:Portal:ListAllRequests:Tab' => 'On-going and closed', 'Brick:Portal:SearchInAllRequests:Title' => 'Search in all requests', 'Brick:Portal:SearchInAllRequests:Title+' => '

Regardless of their status.

', ]);