mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
31 lines
1.5 KiB
PHP
31 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* @author Benjamin Planque <benjamin.planque@combodo.com>
|
|
* @author Thomas Casteleyn <thomas.casteleyn@super-visions.com>
|
|
*/
|
|
Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
|
'Brick:Portal:ClosedRequests:Title' => 'Gesloten verzoeken',
|
|
'Brick:Portal:ListAllRequests:Tab' => 'Openstaand en gesloten',
|
|
'Brick:Portal:ListAllRequests:Title' => 'Alle verzoeken',
|
|
'Brick:Portal:ListAllRequests:Title+' => '<p>Bekijk alle verzoeken ongeacht hun status.</p>',
|
|
'Brick:Portal:NewRequest:Title' => 'Nieuw verzoek',
|
|
'Brick:Portal:NewRequest:Title+' => '<p>Hulp nodig?</p><p>Selecteer de categorie uit de servicecatalogus en verstuur jouw verzoek naar onze supportteams.</p>',
|
|
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Openstaand',
|
|
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Opgelost',
|
|
'Brick:Portal:OngoingRequests:Title' => 'Lopende verzoeken',
|
|
'Brick:Portal:OngoingRequests:Title+' => '<p>Verder gaan met jouw openstaande verzoeken.</p><p>Controleer de voortgang, voeg commentaar of documenten toe, bevestig de geboden oplossing.</p>',
|
|
'Brick:Portal:SearchInAllRequests:Title' => 'Zoek in alle verzoeken',
|
|
'Brick:Portal:SearchInAllRequests:Title+' => '<p>Ongeacht hun status.</p>',
|
|
'Brick:Portal:UserProfile:Title' => 'Mijn profiel',
|
|
'Page:DefaultTitle' => '%1$s - Gebruikersportaal',
|
|
'portal:itop-portal' => 'Standaard portaal',
|
|
]);
|