From 372943720afee03dbbe9c5dfc5baa62c927aeb96 Mon Sep 17 00:00:00 2001
From: Denis Flaven
Date: Wed, 28 Apr 2010 13:14:04 +0000
Subject: [PATCH] - Implementation of the localization... on going...
SVN:trunk[365]
---
dictionaries/dictionary.itop.ui.php | 84 +++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)
diff --git a/dictionaries/dictionary.itop.ui.php b/dictionaries/dictionary.itop.ui.php
index f39613e929..28e4017f31 100644
--- a/dictionaries/dictionary.itop.ui.php
+++ b/dictionaries/dictionary.itop.ui.php
@@ -267,6 +267,90 @@ Dict::Add('EN US', 'English', 'English', array(
'Class:URP_AttributeGrant/Attribute:attcode+' => 'attribute code',
));
+//
+// String from the User Interface: menu, messages, buttons, etc...
+//
+
+Dict::Add('EN US', 'English', 'English', array(
+ 'UI:WelcomeMenu' => 'Welcome',
+ 'UI:WelcomeMenu+' => 'Welcome to iTop',
+ 'UI:WelcomeMenu:Title' => 'Welcome to iTop',
+
+ 'UI:WelcomeMenu:LeftBlock' => 'iTop is a complete, OpenSource, IT Operational Portal.
+It includes:
+- A complete CMDB (Configuration management database) to document and manage the IT inventory.
+- An Incident management module to track and communicate about all issues occurring in the IT.
+- A change management module to plan and track the changes to the IT environment.
+- A known error database to speed up the resolution of incidents.
+- An outage module to document all planned outages and notify the appropriate contacts.
+- Dashboards to quickly get an overview of your IT.
+
+All the modules can be setup, step by step, indepently of each other.
',
+
+ 'UI:WelcomeMenu:RightBlock' => 'iTop is service provider oriented, it allows IT engineers to manage easily multiple customers or organizations.
+
iTop, delivers a feature-rich set of business processes that:
+- Enhances IT management effectiveness
+- Drives IT operations performance
+- Improves customer satisfaction and provides executives with insights into business performance.
+
+
+iTop is completely opened to be integrated within your current IT Management infrastructure.
+
+
Adopting this new generation of IT Operational portal will help you to:
+- Better manage a more and more complex IT environment.
+- Implement ITIL processes at your own pace.
+- Manage the most important asset of your IT: Documentation.
+
+',
+
+ 'UI:WelcomeMenu:MyCalls' => 'My Service Calls',
+ 'UI:WelcomeMenu:MyIncidents' => 'My Incidents',
+ 'UI:AllOrganizations' => ' All Organizations ',
+ 'UI:YourSearch' => 'Your Search',
+ 'UI:LoggedAsMessage' => 'Logged in as %1$s',
+ 'UI:LoggedAsMessage+Admin' => 'Logged in as %1$s (Administrator)',
+ 'UI:Button:Logoff' => 'Log off',
+ 'UI:Button:Search' => 'Search',
+ 'UI:ClickToCreateNew' => 'Click here to create a new %1$s',
+ 'UI:NoObjectToDisplay' => 'No object to display.',
+ 'UI:Error:MandatoryTemplateParameter_object_id' => 'Parameter object_id is mandatory when link_attr is specified. Check the definition of the display template.',
+ 'UI:Error:MandatoryTemplateParameter_target_attr' => 'Parameter target_attr is mandatory when link_attr is specified. Check the definition of the display template.',
+ 'UI:Error:MandatoryTemplateParameter_group_by' => 'Parameter group_by is mandatory. Check the definition of the display template.',
+ 'UI:Error:InvalidGroupByFields' => 'Invalid list of fields to group by: "%1$s".',
+ 'UI:Error:UnsupportedStyleOfBlock' => 'Error: unsupported style of block: "%1$s".',
+ 'UI:GroupBy:Count' => 'Count',
+ 'UI:GroupBy:Count+' => 'Number of elements',
+ 'UI:CountOfObjects' => '%1$d objects matching the criteria.',
+ 'UI:NoObject_Class_ToDisplay' => 'No %1$s to display',
+ 'UI:History:LastModified_On_By' => 'Last modified on %1$s by %2$s.',
+ 'UI:History:Date' => 'Date',
+ 'UI:History:Date+' => 'Date of the change',
+ 'UI:History:User' => 'User',
+ 'UI:History:User+' => 'User who made the change',
+ 'UI:History:Changes' => 'Changes',
+ 'UI:History:Changes+' => 'Changes made to the object',
+ 'UI:Loading' => 'Loading...',
+ 'UI:Menu:New' => 'New...',
+ 'UI:Menu:Add' => 'Add...',
+ 'UI:Menu:Manage' => 'Manage...',
+ 'UI:Menu:EMail' => 'eMail',
+ 'UI:Menu:CSVExport' => 'CSV Export',
+ 'UI:Menu:Modify' => 'Modify...',
+ 'UI:Menu:Delete' => 'Delete...',
+ 'UI:Menu:Manage' => 'Manage...',
+ 'UI:Menu:BulkDelete' => 'Delete...',
+ 'UI:UndefinedObject' => 'undefined',
+ 'UI:Document:OpenInNewWindow:Download' => 'Open in new window: %1$s, Download: %2$s',
+ 'UI:SelectAllToggle+' => 'Select / Deselect All',
+ 'UI:ClickToDisplay+' => 'Click to display',
+ 'UI:TruncatedResults' => '%1$d objects displayed out of %2%d',
+ 'UI:DisplayAll' => 'Display All',
+ 'UI:CountOfResults' => '%1$d object(s)',
+ 'UI:ChangesLogTitle' => 'Changes log (%1$d):',
+ 'UI:EmptyChangesLogTitle' => 'Changes log is empty',
+ 'UI:SearchFor_Class_Objects' => 'Search for %1$s Objects',
+));
+
?>