mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
New portal: Finalized the texts in the home view (and menus)
SVN:trunk[4146]
This commit is contained in:
@@ -1028,9 +1028,9 @@
|
||||
<default>10</default>
|
||||
</rank>
|
||||
<title>
|
||||
<default>Portal:CreateNewRequest</default>
|
||||
<default>Brick:Portal:NewRequest:Title</default>
|
||||
</title>
|
||||
<description>Portal:CreateNewRequest+</description>
|
||||
<description>Brick:Portal:NewRequest:Title+</description>
|
||||
<decoration_class>
|
||||
<default>fc fc-new-request fc-2x</default>
|
||||
</decoration_class>
|
||||
@@ -1106,9 +1106,9 @@
|
||||
</rank>
|
||||
<width>6</width>
|
||||
<title>
|
||||
<default>Portal:ShowOngoing</default>
|
||||
<default>Brick:Portal:OngoingRequests:Title</default>
|
||||
</title>
|
||||
<description>Portal:ShowOngoing+</description>
|
||||
<description>Brick:Portal:OngoingRequests:Title+</description>
|
||||
<decoration_class>
|
||||
<default>fc fc-ongoing-request fc-2x</default>
|
||||
</decoration_class>
|
||||
@@ -1159,9 +1159,9 @@
|
||||
</visible>
|
||||
<width>12</width>
|
||||
<title>
|
||||
<default>Portal:ShowClosed</default>
|
||||
<default>Brick:Portal:ClosedRequests:Title</default>
|
||||
</title>
|
||||
<description>Portal:ShowClosed+</description>
|
||||
<description></description>
|
||||
<decoration_class>
|
||||
<default>fc fc-closed-request fc-2x</default>
|
||||
</decoration_class>
|
||||
|
||||
@@ -242,4 +242,9 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'portal:itop-portal' => 'Standard portal', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => 'iTop - User portal',
|
||||
'Brick:Portal:UserProfile:Title' => 'My profile',
|
||||
'Brick:Portal:NewRequest:Title' => 'New request',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests',
|
||||
));
|
||||
|
||||
@@ -227,4 +227,9 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'portal:itop-portal' => 'Portail standard', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => 'iTop - Portail utilisateur',
|
||||
'Brick:Portal:UserProfile:Title' => 'Mon profil',
|
||||
'Brick:Portal:NewRequest:Title' => 'Nouvelle requête',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Besoin d\'assistance ?</p><p>Choisissez un service (assistance ou dépannage) et soumettez votre requête à nos équipes de support.</p>',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Requêtes en cours',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Suivez vos requêtes en cours.</p><p>Consultez l\'avancement, ajoutez des commentaires ou des pièces jointes, validez la solution.</p>',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Requêtes fermées',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user