/** * @author Benjamin Planque * @copyright Copyright (C) 2010-2018 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// // Note: The classes have been grouped by categories: bizmodel ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// // Classes in 'bizmodel' ////////////////////////////////////////////////////////////////////// // Dict::Add('DA DA', 'Danish', 'Dansk', array( '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~~', ));