mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°6303 - Add search ticket bricks in portal
This commit is contained in:
@@ -40,4 +40,9 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'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+' => '<p>View all requests regardless of their status.</p>',
|
||||
'Brick:Portal:ListAllRequests:Tab' => 'On-going and closed',
|
||||
'Brick:Portal:SearchInAllRequests:Title' => 'Search in all requests',
|
||||
'Brick:Portal:SearchInAllRequests:Title+' => '<p>Regardless of their status.</p>',
|
||||
));
|
||||
|
||||
@@ -38,4 +38,9 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Ouvertes',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Résolues',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Demandes fermées',
|
||||
'Brick:Portal:ListAllRequests:Title' => 'Toutes les demandes',
|
||||
'Brick:Portal:ListAllRequests:Title+' => '<p>Consultez toutes vos demandes en cours ou fermées.</p>',
|
||||
'Brick:Portal:ListAllRequests:Tab' => 'En cours et fermées',
|
||||
'Brick:Portal:SearchInAllRequests:Title' => 'Rechercher une demande',
|
||||
'Brick:Portal:SearchInAllRequests:Title+' => '<p>Quelque soit son état</p>',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user