diff --git a/addons/userrights/userrightsmatrix.class.inc.php b/addons/userrights/userrightsmatrix.class.inc.php index 7ef21ff1b..f8e05ba2a 100644 --- a/addons/userrights/userrightsmatrix.class.inc.php +++ b/addons/userrights/userrightsmatrix.class.inc.php @@ -1,26 +1,26 @@ /** * UserRightsMatrix (User management Module) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/addons/userrights/userrightsnull.class.inc.php b/addons/userrights/userrightsnull.class.inc.php index 2c0bda359..1549456c8 100644 --- a/addons/userrights/userrightsnull.class.inc.php +++ b/addons/userrights/userrightsnull.class.inc.php @@ -1,27 +1,27 @@ /** * UserRightsNull * User management Module - say Yeah! to everything * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class UserRightsNull extends UserRightsAddOnAPI diff --git a/addons/userrights/userrightsprofile.class.inc.php b/addons/userrights/userrightsprofile.class.inc.php index 6574cac74..650b1bc74 100644 --- a/addons/userrights/userrightsprofile.class.inc.php +++ b/addons/userrights/userrightsprofile.class.inc.php @@ -1,27 +1,27 @@ /** * UserRightsProfile * User management Module, basing the right on profiles and a matrix (similar to UserRightsMatrix, but profiles and other decorations have been added) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ define('ADMIN_PROFILE_NAME', 'Administrator'); diff --git a/addons/userrights/userrightsprofile.db.class.inc.php b/addons/userrights/userrightsprofile.db.class.inc.php index edd8693e6..aa6879822 100644 --- a/addons/userrights/userrightsprofile.db.class.inc.php +++ b/addons/userrights/userrightsprofile.db.class.inc.php @@ -1,27 +1,27 @@ /** * UserRightsProfile * User management Module, basing the right on profiles and a matrix (similar to UserRightsMatrix, but profiles and other decorations have been added) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ define('ADMIN_PROFILE_NAME', 'Administrator'); diff --git a/addons/userrights/userrightsprojection.class.inc.php b/addons/userrights/userrightsprojection.class.inc.php index 4c7f3d3f8..b533b5668 100644 --- a/addons/userrights/userrightsprojection.class.inc.php +++ b/addons/userrights/userrightsprojection.class.inc.php @@ -1,27 +1,27 @@ /** * UserRightsProjection * User management Module, basing the right on profiles and a matrix (similar to UserRightsProfile, but enhanced with dimensions and projection of classes and profile over the dimensions) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ define('ADMIN_PROFILE_ID', 1); diff --git a/application/ajaxwebpage.class.inc.php b/application/ajaxwebpage.class.inc.php index bcbe19f86..8679747ae 100644 --- a/application/ajaxwebpage.class.inc.php +++ b/application/ajaxwebpage.class.inc.php @@ -1,27 +1,27 @@ /** * Simple web page with no includes, header or fancy formatting, useful to * generate HTML fragments when called by an AJAX method * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/webpage.class.inc.php"); diff --git a/application/application.inc.php b/application/application.inc.php index 890d71794..cd856e7bb 100644 --- a/application/application.inc.php +++ b/application/application.inc.php @@ -1,26 +1,27 @@ + /** * Includes all the classes to have the application up and running * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/applicationcontext.class.inc.php'); diff --git a/application/applicationcontext.class.inc.php b/application/applicationcontext.class.inc.php index 829db5881..1ecd9bdb8 100644 --- a/application/applicationcontext.class.inc.php +++ b/application/applicationcontext.class.inc.php @@ -1,26 +1,27 @@ + /** * Class ApplicationContext * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/utils.inc.php"); diff --git a/application/applicationextension.inc.php b/application/applicationextension.inc.php index 37921b0c7..894a2f53d 100644 --- a/application/applicationextension.inc.php +++ b/application/applicationextension.inc.php @@ -1,27 +1,27 @@ /** * Class iPlugin * Management of application plugin * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ interface iApplicationUIExtension diff --git a/application/audit.category.class.inc.php b/application/audit.category.class.inc.php index c07b2e882..126f987dc 100644 --- a/application/audit.category.class.inc.php +++ b/application/audit.category.class.inc.php @@ -1,28 +1,29 @@ + /** * This class manages the audit "categories". Each category defines a set of objects * to check and is linked to a set of rules that determine the valid or invalid objects * inside the set * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/cmdbabstract.class.inc.php'); diff --git a/application/audit.rule.class.inc.php b/application/audit.rule.class.inc.php index 01088f617..8fe0bca2c 100644 --- a/application/audit.rule.class.inc.php +++ b/application/audit.rule.class.inc.php @@ -1,18 +1,21 @@ + /** * This class manages the audit "rule" linked to a given audit category. @@ -20,10 +23,8 @@ * or the "bad" ones. The core audit engines computes the complement to the definition * set when needed to obtain either the valid objects, or the ones with an error * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/audit.category.class.inc.php'); diff --git a/application/clipage.class.inc.php b/application/clipage.class.inc.php index 6a074da6b..50ff5ffc7 100644 --- a/application/clipage.class.inc.php +++ b/application/clipage.class.inc.php @@ -1,27 +1,28 @@ + /** * CLI page * The page adds the content-type text/XML and the encoding into the headers * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/webpage.class.inc.php"); diff --git a/application/cmdbabstract.class.inc.php b/application/cmdbabstract.class.inc.php index e5386568c..76bbba801 100644 --- a/application/cmdbabstract.class.inc.php +++ b/application/cmdbabstract.class.inc.php @@ -1,27 +1,28 @@ + /** * Abstract class that implements some common and useful methods for displaying * the objects * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ define('OBJECT_PROPERTIES_TAB', 'ObjectProperties'); diff --git a/application/csvpage.class.inc.php b/application/csvpage.class.inc.php index 05b47af02..203e0cdfc 100644 --- a/application/csvpage.class.inc.php +++ b/application/csvpage.class.inc.php @@ -1,27 +1,28 @@ + /** * Simple web page with no includes or fancy formatting, useful to generateXML documents * The page adds the content-type text/XML and the encoding into the headers * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/webpage.class.inc.php"); diff --git a/application/dashboard.class.inc.php b/application/dashboard.class.inc.php index 0b92ff214..3feebfe66 100644 --- a/application/dashboard.class.inc.php +++ b/application/dashboard.class.inc.php @@ -1,18 +1,20 @@ require_once(APPROOT.'application/dashboardlayout.class.inc.php'); require_once(APPROOT.'application/dashlet.class.inc.php'); @@ -20,6 +22,8 @@ require_once(APPROOT.'application/dashlet.class.inc.php'); /** * A user editable dashboard page * + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ abstract class Dashboard { diff --git a/application/dashboardlayout.class.inc.php b/application/dashboardlayout.class.inc.php index 271fb9b14..68bfd2a30 100644 --- a/application/dashboardlayout.class.inc.php +++ b/application/dashboardlayout.class.inc.php @@ -1,4 +1,29 @@ + +/** + * Dashboard presentation + * + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + + abstract class DashboardLayout { public function __construct() diff --git a/application/dashlet.class.inc.php b/application/dashlet.class.inc.php index 5913d3c7c..1e2068ccf 100644 --- a/application/dashlet.class.inc.php +++ b/application/dashlet.class.inc.php @@ -1,24 +1,28 @@ require_once(APPROOT.'application/forms.class.inc.php'); /** * Base class for all 'dashlets' (i.e. widgets to be inserted into a dashboard) * + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ abstract class Dashlet { diff --git a/application/datatable.class.inc.php b/application/datatable.class.inc.php index b9a20e9fe..af4c7b7e4 100644 --- a/application/datatable.class.inc.php +++ b/application/datatable.class.inc.php @@ -1,25 +1,25 @@ /** * Data Table to display a set of objects in a tabular manner in HTML * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html GPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class DataTable diff --git a/application/displayblock.class.inc.php b/application/displayblock.class.inc.php index 4a6c08149..f6d4513e2 100644 --- a/application/displayblock.class.inc.php +++ b/application/displayblock.class.inc.php @@ -1,26 +1,26 @@ /** * DisplayBlock and derived class * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/webpage.class.inc.php'); diff --git a/application/forms.class.inc.php b/application/forms.class.inc.php index e621610e7..e8a9eab89 100644 --- a/application/forms.class.inc.php +++ b/application/forms.class.inc.php @@ -1,23 +1,27 @@ /** * Helper class to build interactive forms to be used either in stand-alone * modal dialog or in "property-sheet" panes. * + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class DesignerForm { diff --git a/application/iotask.class.inc.php b/application/iotask.class.inc.php index 21f002d83..59b647419 100644 --- a/application/iotask.class.inc.php +++ b/application/iotask.class.inc.php @@ -1,26 +1,27 @@ + /** * Persistent class InputOutputTask * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/cmdbabstract.class.inc.php'); diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index 6651437a9..56126c734 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -1,26 +1,27 @@ + /** * Class iTopWebPage * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/nicewebpage.class.inc.php"); diff --git a/application/itopwizardwebpage.class.inc.php b/application/itopwizardwebpage.class.inc.php index b2207a678..24512ab76 100644 --- a/application/itopwizardwebpage.class.inc.php +++ b/application/itopwizardwebpage.class.inc.php @@ -1,26 +1,27 @@ + /** * Class iTopWizardWebPage * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('itopwebpage.class.inc.php'); diff --git a/application/loginwebpage.class.inc.php b/application/loginwebpage.class.inc.php index 2ffbab5cd..c7ab680cc 100644 --- a/application/loginwebpage.class.inc.php +++ b/application/loginwebpage.class.inc.php @@ -1,26 +1,27 @@ + /** * Class LoginWebPage * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/nicewebpage.class.inc.php"); diff --git a/application/menunode.class.inc.php b/application/menunode.class.inc.php index e7b1bbf91..2f2ecee85 100644 --- a/application/menunode.class.inc.php +++ b/application/menunode.class.inc.php @@ -1,26 +1,27 @@ + /** * Construction and display of the application's main menu * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/utils.inc.php'); diff --git a/application/nicewebpage.class.inc.php b/application/nicewebpage.class.inc.php index 5976755ce..f51016ecc 100644 --- a/application/nicewebpage.class.inc.php +++ b/application/nicewebpage.class.inc.php @@ -1,26 +1,27 @@ + /** * Class NiceWebPage * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/webpage.class.inc.php"); diff --git a/application/portalwebpage.class.inc.php b/application/portalwebpage.class.inc.php index fd4a9ffdb..535dbfff4 100644 --- a/application/portalwebpage.class.inc.php +++ b/application/portalwebpage.class.inc.php @@ -1,26 +1,26 @@ /** * Class PortalWebPage * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/nicewebpage.class.inc.php"); diff --git a/application/query.class.inc.php b/application/query.class.inc.php index 8285cff4c..cbe9b4591 100644 --- a/application/query.class.inc.php +++ b/application/query.class.inc.php @@ -1,28 +1,29 @@ + /** * Persistent class Event and derived * Application internal events * There is also a file log * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ abstract class Query extends cmdbAbstractObject diff --git a/application/sqlblock.class.inc.php b/application/sqlblock.class.inc.php index 412ff57eb..52d8d68a3 100644 --- a/application/sqlblock.class.inc.php +++ b/application/sqlblock.class.inc.php @@ -1,27 +1,27 @@ /** * SqlBlock - display tables or charts, given an SQL query - use cautiously! * * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/application/startup.inc.php b/application/startup.inc.php index 2ddf0daaa..e97acb5dc 100644 --- a/application/startup.inc.php +++ b/application/startup.inc.php @@ -1,26 +1,27 @@ + /** * File to include to initialize the datamodel in memory * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/core/cmdbobject.class.inc.php'); diff --git a/application/template.class.inc.php b/application/template.class.inc.php index 00c9ec51d..bed5c31c9 100644 --- a/application/template.class.inc.php +++ b/application/template.class.inc.php @@ -1,26 +1,27 @@ + /** * Class DisplayTemplate * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/displayblock.class.inc.php'); diff --git a/application/transaction.class.inc.php b/application/transaction.class.inc.php index 1fd7451bb..1b8b831df 100644 --- a/application/transaction.class.inc.php +++ b/application/transaction.class.inc.php @@ -1,24 +1,29 @@ /** * This class records the pending "transactions" corresponding to forms that have not been * submitted yet, in order to prevent double submissions. When created a transaction remains valid * until the user's session expires + * * @package iTop + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/application/ui.extkeywidget.class.inc.php b/application/ui.extkeywidget.class.inc.php index 20dacb6da..726eafdf5 100644 --- a/application/ui.extkeywidget.class.inc.php +++ b/application/ui.extkeywidget.class.inc.php @@ -1,18 +1,20 @@ /** * Class UIExtKeyWidget * UI wdiget for displaying and editing external keys when @@ -52,10 +54,8 @@ * | | +--------+ +-----+ | | * | +--------------------------------------------+ | * +------------------------------------------------+ - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/webpage.class.inc.php'); diff --git a/application/ui.htmleditorwidget.class.inc.php b/application/ui.htmleditorwidget.class.inc.php index c240e9ea6..839f9245b 100644 --- a/application/ui.htmleditorwidget.class.inc.php +++ b/application/ui.htmleditorwidget.class.inc.php @@ -1,27 +1,28 @@ /** * Class UIHTMLEditorWidget * UI wdiget for displaying and editing one-way encrypted passwords * * @author Phil Eddies - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class UIHTMLEditorWidget diff --git a/application/ui.linksdirectwidget.class.inc.php b/application/ui.linksdirectwidget.class.inc.php index 7fce052a5..83f102c42 100644 --- a/application/ui.linksdirectwidget.class.inc.php +++ b/application/ui.linksdirectwidget.class.inc.php @@ -1,18 +1,27 @@ + +/** + * Class UILinksWidgetDirect + * + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ class UILinksWidgetDirect { diff --git a/application/ui.linkswidget.class.inc.php b/application/ui.linkswidget.class.inc.php index 7c689b96c..2e3e41ccc 100644 --- a/application/ui.linkswidget.class.inc.php +++ b/application/ui.linkswidget.class.inc.php @@ -1,26 +1,27 @@ + /** * Class UILinksWidget * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/webpage.class.inc.php'); diff --git a/application/ui.passwordwidget.class.inc.php b/application/ui.passwordwidget.class.inc.php index 9c73a1628..f15893a85 100644 --- a/application/ui.passwordwidget.class.inc.php +++ b/application/ui.passwordwidget.class.inc.php @@ -1,27 +1,27 @@ /** * Class UIPasswordWidget * UI wdiget for displaying and editing one-way encrypted passwords * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/webpage.class.inc.php'); diff --git a/application/uilinkswizard.class.inc.php b/application/uilinkswizard.class.inc.php index 408986dea..39db9dba7 100644 --- a/application/uilinkswizard.class.inc.php +++ b/application/uilinkswizard.class.inc.php @@ -1,26 +1,27 @@ + /** * Class UILinksWizard * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class UILinksWizard diff --git a/application/uiwizard.class.inc.php b/application/uiwizard.class.inc.php index 357455ad9..b57948449 100644 --- a/application/uiwizard.class.inc.php +++ b/application/uiwizard.class.inc.php @@ -1,26 +1,27 @@ + /** * Class UIWizard * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class UIWizard diff --git a/application/user.dashboard.class.inc.php b/application/user.dashboard.class.inc.php index 12076d598..1fbb31286 100644 --- a/application/user.dashboard.class.inc.php +++ b/application/user.dashboard.class.inc.php @@ -1,26 +1,26 @@ /** * Store and retrieve user custom dashboards * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/core/dbobject.class.php'); diff --git a/application/user.preferences.class.inc.php b/application/user.preferences.class.inc.php index f42d55800..78c21c963 100644 --- a/application/user.preferences.class.inc.php +++ b/application/user.preferences.class.inc.php @@ -1,26 +1,26 @@ /** * Store and retrieve user's preferences (i.e persistent per user settings) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/core/dbobject.class.php'); require_once(APPROOT.'/core/userrights.class.inc.php'); diff --git a/application/utils.inc.php b/application/utils.inc.php index edb7f9150..a26c25ce7 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -1,26 +1,27 @@ + /** * Static class utils * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/core/config.class.inc.php'); diff --git a/application/webpage.class.inc.php b/application/webpage.class.inc.php index 841c722b5..6aaf9f632 100644 --- a/application/webpage.class.inc.php +++ b/application/webpage.class.inc.php @@ -1,26 +1,27 @@ + /** * Class WebPage * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/application/wizardhelper.class.inc.php b/application/wizardhelper.class.inc.php index 491df1c7c..ce22653bb 100644 --- a/application/wizardhelper.class.inc.php +++ b/application/wizardhelper.class.inc.php @@ -1,26 +1,27 @@ + /** * Class WizardHelper * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/application/uiwizard.class.inc.php'); diff --git a/application/xmlpage.class.inc.php b/application/xmlpage.class.inc.php index 7ebc21aa2..c7e97cfa5 100644 --- a/application/xmlpage.class.inc.php +++ b/application/xmlpage.class.inc.php @@ -1,26 +1,27 @@ + /** * Class XMLPage * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/webpage.class.inc.php"); diff --git a/core/MyHelpers.class.inc.php b/core/MyHelpers.class.inc.php index b8db91808..619dd694b 100644 --- a/core/MyHelpers.class.inc.php +++ b/core/MyHelpers.class.inc.php @@ -1,27 +1,28 @@ + /** * Various dev/debug helpers * TODO: cleanup or at least re-organize * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/action.class.inc.php b/core/action.class.inc.php index 4fccf6fa9..5148659cc 100644 --- a/core/action.class.inc.php +++ b/core/action.class.inc.php @@ -1,26 +1,27 @@ + /** * Persistent classes (internal): user defined actions * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/archive.class.inc.php b/core/archive.class.inc.php index bb5f3b150..82c34a554 100644 --- a/core/archive.class.inc.php +++ b/core/archive.class.inc.php @@ -1,26 +1,27 @@ + /** * Utility to import/export the DB from/to a ZIP file * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/asynctask.class.inc.php b/core/asynctask.class.inc.php index edbdf2306..9cfb19451 100644 --- a/core/asynctask.class.inc.php +++ b/core/asynctask.class.inc.php @@ -1,26 +1,27 @@ + /** * Persistent classes (internal): user defined actions * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index f29b5d9ec..84be35022 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -1,26 +1,27 @@ + /** * Typology for the attributes * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/backgroundprocess.inc.php b/core/backgroundprocess.inc.php index f39182917..e19e63e79 100644 --- a/core/backgroundprocess.inc.php +++ b/core/backgroundprocess.inc.php @@ -1,27 +1,28 @@ + /** * Class BackgroundProcess * Any extension that must be called regularly to be executed in the background * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ interface iBackgroundProcess diff --git a/core/bulkchange.class.inc.php b/core/bulkchange.class.inc.php index 7daf5e4d0..d034d8f89 100644 --- a/core/bulkchange.class.inc.php +++ b/core/bulkchange.class.inc.php @@ -1,26 +1,27 @@ + /** * Bulk change facility (common to interactive and batch usages) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/cmdbchange.class.inc.php b/core/cmdbchange.class.inc.php index db2a9f84b..d0b49e570 100644 --- a/core/cmdbchange.class.inc.php +++ b/core/cmdbchange.class.inc.php @@ -1,26 +1,27 @@ + /** * Persistent class (internal) cmdbChange * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/cmdbchangeop.class.inc.php b/core/cmdbchangeop.class.inc.php index 8c0820838..2017fd8b8 100644 --- a/core/cmdbchangeop.class.inc.php +++ b/core/cmdbchangeop.class.inc.php @@ -1,26 +1,27 @@ + /** * Persistent classes (internal) : cmdbChangeOp and derived * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/cmdbobject.class.inc.php b/core/cmdbobject.class.inc.php index 8b6308351..aacc39eff 100644 --- a/core/cmdbobject.class.inc.php +++ b/core/cmdbobject.class.inc.php @@ -1,26 +1,27 @@ + /** * Class cmdbObject * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/cmdbsource.class.inc.php b/core/cmdbsource.class.inc.php index b5558d771..21702a68a 100644 --- a/core/cmdbsource.class.inc.php +++ b/core/cmdbsource.class.inc.php @@ -1,26 +1,27 @@ + /** * DB Server abstraction * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('MyHelpers.class.inc.php'); diff --git a/core/computing.inc.php b/core/computing.inc.php index fc04f1758..4e4042e2c 100644 --- a/core/computing.inc.php +++ b/core/computing.inc.php @@ -1,26 +1,27 @@ + /** * Any extension to compute things like a stop watch deadline or working hours * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 038d55bca..63d544d20 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -1,18 +1,21 @@ + define('ITOP_APPLICATION', 'iTop'); define('ITOP_VERSION', '$ITOP_VERSION$'); @@ -27,10 +30,8 @@ define('ACCESS_READONLY', 0); /** * Configuration read/write * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('coreexception.class.inc.php'); diff --git a/core/coreexception.class.inc.php b/core/coreexception.class.inc.php index 039a38814..f08bd98f0 100644 --- a/core/coreexception.class.inc.php +++ b/core/coreexception.class.inc.php @@ -1,26 +1,27 @@ + /** * Exception management * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/csvparser.class.inc.php b/core/csvparser.class.inc.php index 82947d6d8..89a508947 100644 --- a/core/csvparser.class.inc.php +++ b/core/csvparser.class.inc.php @@ -1,26 +1,27 @@ + /** * CSV parser * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/data.generator.class.inc.php b/core/data.generator.class.inc.php index 417ba58aa..08afde4fc 100644 --- a/core/data.generator.class.inc.php +++ b/core/data.generator.class.inc.php @@ -1,27 +1,28 @@ + /** * data generator * helps the consultants in creating dummy data sets, for various test purposes (validation, usability, scalability) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 575eece61..d4ac3e97d 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -1,26 +1,27 @@ + /** * Class dbObject: the root of persistent classes * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('metamodel.class.php'); diff --git a/core/dbobjectsearch.class.php b/core/dbobjectsearch.class.php index 7ab30c58e..f6d260521 100644 --- a/core/dbobjectsearch.class.php +++ b/core/dbobjectsearch.class.php @@ -1,26 +1,27 @@ + /** * Define filters for a given class of objects (formerly named "filter") * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ define('TREE_OPERATOR_EQUALS', 0); diff --git a/core/dbobjectset.class.php b/core/dbobjectset.class.php index 323b5a8c1..d6d7a1f68 100644 --- a/core/dbobjectset.class.php +++ b/core/dbobjectset.class.php @@ -1,26 +1,27 @@ + /** * Object set management * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/dbproperty.class.inc.php b/core/dbproperty.class.inc.php index 994de667d..6be724cae 100644 --- a/core/dbproperty.class.inc.php +++ b/core/dbproperty.class.inc.php @@ -1,26 +1,27 @@ + /** * Database properties - manage database instances in a complex installation * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/deletionplan.class.inc.php b/core/deletionplan.class.inc.php index deb94d8fb..18d7288d7 100644 --- a/core/deletionplan.class.inc.php +++ b/core/deletionplan.class.inc.php @@ -1,26 +1,27 @@ + /** - * Class dbObject: the root of persistent classes + * Algorithm to delete object(s) and maintain data integrity * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class DeleteException extends CoreException diff --git a/core/dict.class.inc.php b/core/dict.class.inc.php index e618081fa..55f133560 100644 --- a/core/dict.class.inc.php +++ b/core/dict.class.inc.php @@ -1,27 +1,27 @@ /** * Class Dict * Management of localizable strings * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class DictException extends CoreException diff --git a/core/email.class.inc.php b/core/email.class.inc.php index 6130f3775..d9f1c83ea 100644 --- a/core/email.class.inc.php +++ b/core/email.class.inc.php @@ -1,26 +1,27 @@ + /** * Send an email (abstraction for synchronous/asynchronous modes) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/lib/swiftmailer/lib/swift_required.php'); diff --git a/core/event.class.inc.php b/core/event.class.inc.php index 19f6acaf1..30a26255d 100644 --- a/core/event.class.inc.php +++ b/core/event.class.inc.php @@ -1,28 +1,29 @@ + /** * Persistent class Event and derived * Application internal events * There is also a file log * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class Event extends DBObject implements iDisplay diff --git a/core/expression.class.inc.php b/core/expression.class.inc.php index 270535736..83a284fc0 100644 --- a/core/expression.class.inc.php +++ b/core/expression.class.inc.php @@ -1,26 +1,27 @@ + /** * General definition of an expression tree (could be OQL, SQL or whatever) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class MissingQueryArgument extends CoreException diff --git a/core/filterdef.class.inc.php b/core/filterdef.class.inc.php index 06dfe64cf..0465038aa 100644 --- a/core/filterdef.class.inc.php +++ b/core/filterdef.class.inc.php @@ -1,27 +1,28 @@ + /** * Definition of a filter * Most of the time, a filter corresponds to an attribute, but we could imagine other search criteria * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/kpi.class.inc.php b/core/kpi.class.inc.php index eed8e380f..38bfca118 100644 --- a/core/kpi.class.inc.php +++ b/core/kpi.class.inc.php @@ -1,26 +1,27 @@ + /** * Measures operations duration, memory usage, etc. (and some other KPIs) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class ExecutionKPI diff --git a/core/log.class.inc.php b/core/log.class.inc.php index f6d72e844..8324b3720 100644 --- a/core/log.class.inc.php +++ b/core/log.class.inc.php @@ -1,26 +1,26 @@ /** * File logging * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class FileLog diff --git a/core/metamodel.class.php b/core/metamodel.class.php index 18aea7dab..4160b2f92 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -1,18 +1,20 @@ require_once(APPROOT.'core/modulehandler.class.inc.php'); require_once(APPROOT.'core/querybuildercontext.class.inc.php'); @@ -23,10 +25,8 @@ require_once(APPROOT.'core/computing.inc.php'); /** * Metamodel * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // #@# todo: change into class const (see Doctrine) diff --git a/core/metamodelmodifier.inc.php b/core/metamodelmodifier.inc.php index c91d0b617..f1da6b207 100644 --- a/core/metamodelmodifier.inc.php +++ b/core/metamodelmodifier.inc.php @@ -1,26 +1,27 @@ + /** * Any extension to hook the initialization of the metamodel * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ interface iOnClassInitialization diff --git a/core/modulehandler.class.inc.php b/core/modulehandler.class.inc.php index b96732641..154bfc04b 100644 --- a/core/modulehandler.class.inc.php +++ b/core/modulehandler.class.inc.php @@ -1,27 +1,28 @@ + /** * Class ModuleHandler * Defines the API to implement module specific actions during page execution * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ abstract class ModuleHandlerAPI diff --git a/core/oql/oql-lexer.php b/core/oql/oql-lexer.php index 93bd5bd71..56b8d7c40 100644 --- a/core/oql/oql-lexer.php +++ b/core/oql/oql-lexer.php @@ -1,27 +1,27 @@ /** * OQL syntax analyzer, to be used prior to run the lexical analyzer * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Notes (from the source file: oql-lexer.plex) - Romain diff --git a/core/oql/oql-lexer.plex b/core/oql/oql-lexer.plex index 66832ef39..e05cdf617 100644 --- a/core/oql/oql-lexer.plex +++ b/core/oql/oql-lexer.plex @@ -1,27 +1,28 @@ + /** * OQL syntax analyzer, to be used prior to run the lexical analyzer * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Notes (from the source file: oql-lexer.plex) - Romain diff --git a/core/oql/oqlexception.class.inc.php b/core/oql/oqlexception.class.inc.php index 8eb3235c8..d5e76db41 100644 --- a/core/oql/oqlexception.class.inc.php +++ b/core/oql/oqlexception.class.inc.php @@ -1,26 +1,26 @@ /** * Special handling for OQL syntax errors * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/oql/oqlinterpreter.class.inc.php b/core/oql/oqlinterpreter.class.inc.php index 94a187a8e..d4119f583 100644 --- a/core/oql/oqlinterpreter.class.inc.php +++ b/core/oql/oqlinterpreter.class.inc.php @@ -1,26 +1,27 @@ + /** * Wrapper to execute the parser, lexical analyzer and normalization of an OQL query * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/oql/oqlquery.class.inc.php b/core/oql/oqlquery.class.inc.php index c999f730d..d7aa16d86 100644 --- a/core/oql/oqlquery.class.inc.php +++ b/core/oql/oqlquery.class.inc.php @@ -1,26 +1,27 @@ + /** * Classes defined for lexical analyze (see oql-parser.y) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Position a string within an OQL query diff --git a/core/ormcaselog.class.inc.php b/core/ormcaselog.class.inc.php index 0824f310a..b6bc92481 100644 --- a/core/ormcaselog.class.inc.php +++ b/core/ormcaselog.class.inc.php @@ -1,27 +1,30 @@ define('CASELOG_VISIBLE_ITEMS', 2); define('CASELOG_SEPARATOR', "\n".'========== %1$s : %2$s (%3$d) ============'."\n\n"); -//require_once(APPROOT.'/core/userrights.class.inc.php'); -//require_once(APPROOT.'/application/webpage.class.inc.php'); /** * Class to store a "case log" in a structured way, keeping track of its successive entries + * + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class ormCaseLog { protected $m_sLog; diff --git a/core/ormdocument.class.inc.php b/core/ormdocument.class.inc.php index d4f416180..102a7f524 100644 --- a/core/ormdocument.class.inc.php +++ b/core/ormdocument.class.inc.php @@ -1,27 +1,28 @@ + /** * ormDocument * encapsulate the behavior of a binary data set that will be stored an attribute of class AttributeBlob * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/ormpassword.class.inc.php b/core/ormpassword.class.inc.php index 5a220e145..4aa62205e 100644 --- a/core/ormpassword.class.inc.php +++ b/core/ormpassword.class.inc.php @@ -1,18 +1,21 @@ + require_once(APPROOT.'/core/simplecrypt.class.inc.php'); @@ -23,10 +26,8 @@ require_once(APPROOT.'/core/simplecrypt.class.inc.php'); * If a cryptographic random number generator is available (on Linux or Windows) * it will be used for generating the salt. * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 * @package itopORM */ diff --git a/core/ormstopwatch.class.inc.php b/core/ormstopwatch.class.inc.php index bfad787ad..5370898f3 100644 --- a/core/ormstopwatch.class.inc.php +++ b/core/ormstopwatch.class.inc.php @@ -1,18 +1,20 @@ require_once('backgroundprocess.inc.php'); @@ -20,10 +22,8 @@ require_once('backgroundprocess.inc.php'); * ormStopWatch * encapsulate the behavior of a stop watch that will be stored as an attribute of class AttributeStopWatch * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/querybuildercontext.class.inc.php b/core/querybuildercontext.class.inc.php index f4cc5f50c..2755590de 100644 --- a/core/querybuildercontext.class.inc.php +++ b/core/querybuildercontext.class.inc.php @@ -1,26 +1,26 @@ /** * Associated with the metamodel -> MakeQuery/MakeQuerySingleTable * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class QueryBuilderContext diff --git a/core/querymodifier.class.inc.php b/core/querymodifier.class.inc.php index 8fdfcf6cc..3085d97ea 100644 --- a/core/querymodifier.class.inc.php +++ b/core/querymodifier.class.inc.php @@ -1,27 +1,28 @@ + /** * Interface iQueryModifier * Defines the API to tweak queries (e.g. translate data on the fly) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ interface iQueryModifier diff --git a/core/simplecrypt.class.inc.php b/core/simplecrypt.class.inc.php index f2bf00a8d..1170643ff 100644 --- a/core/simplecrypt.class.inc.php +++ b/core/simplecrypt.class.inc.php @@ -1,18 +1,20 @@ /** * SimpleCrypt Class - crypto helpers @@ -34,12 +36,9 @@ * A string encrypted with one engine can't be decrypted with * a different one even if the key is the same. * - * @author Miguel Ros - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @version 0.3 - * @license GPL + * @author Miguel Ros + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class SimpleCrypt diff --git a/core/sqlquery.class.inc.php b/core/sqlquery.class.inc.php index 626c5531e..32b3119f0 100644 --- a/core/sqlquery.class.inc.php +++ b/core/sqlquery.class.inc.php @@ -1,27 +1,28 @@ + /** * SQLQuery * build an mySQL compatible SQL query * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/stimulus.class.inc.php b/core/stimulus.class.inc.php index 9133eed1d..4b263b498 100644 --- a/core/stimulus.class.inc.php +++ b/core/stimulus.class.inc.php @@ -1,26 +1,27 @@ + /** * Object lifecycle management: stimulus * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/templatestring.class.inc.php b/core/templatestring.class.inc.php index 5c48f85d7..c8d9a390e 100644 --- a/core/templatestring.class.inc.php +++ b/core/templatestring.class.inc.php @@ -1,18 +1,21 @@ + /** * Simple helper class to interpret and transform a template string @@ -21,10 +24,8 @@ * $oString = new TemplateString("Blah $this->friendlyname$ is in location $this->location_id->name$ ('$this->location_id->org_id->name$)"); * echo $oString->Render(array('this' => $oContact)); - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** diff --git a/core/trigger.class.inc.php b/core/trigger.class.inc.php index bbbc759a8..3383d44b3 100644 --- a/core/trigger.class.inc.php +++ b/core/trigger.class.inc.php @@ -1,27 +1,28 @@ + /** * Persistent class Trigger and derived * User defined triggers, that may be used in conjunction with user defined actions * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/userrights.class.inc.php b/core/userrights.class.inc.php index 6bead0ec7..5bc3f0003 100644 --- a/core/userrights.class.inc.php +++ b/core/userrights.class.inc.php @@ -1,26 +1,27 @@ + /** * User rights management API * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/core/valuesetdef.class.inc.php b/core/valuesetdef.class.inc.php index ce7e9ee12..480676c2a 100644 --- a/core/valuesetdef.class.inc.php +++ b/core/valuesetdef.class.inc.php @@ -1,26 +1,27 @@ + /** * Value set definitions (from a fixed list or from a query, etc.) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('MyHelpers.class.inc.php'); diff --git a/datamodels/1.x/authent-external/de.dict.authent-external.php b/datamodels/1.x/authent-external/de.dict.authent-external.php index 6f7a212c7..16c9cb81a 100644 --- a/datamodels/1.x/authent-external/de.dict.authent-external.php +++ b/datamodels/1.x/authent-external/de.dict.authent-external.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-external/en.dict.authent-external.php b/datamodels/1.x/authent-external/en.dict.authent-external.php index 66c83fc47..4cd35a25b 100644 --- a/datamodels/1.x/authent-external/en.dict.authent-external.php +++ b/datamodels/1.x/authent-external/en.dict.authent-external.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-external/fr.dict.authent-external.php b/datamodels/1.x/authent-external/fr.dict.authent-external.php index 4419690fb..a0eccea22 100644 --- a/datamodels/1.x/authent-external/fr.dict.authent-external.php +++ b/datamodels/1.x/authent-external/fr.dict.authent-external.php @@ -1,28 +1,28 @@ - - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('FR FR', 'French', 'Français', array( - 'Class:UserExternal' => 'Utilisateur externe à iTop', - 'Class:UserExternal+' => 'Utilisateur authentifié à l\'extérieur d\'iTop', -)); + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('FR FR', 'French', 'Français', array( + 'Class:UserExternal' => 'Utilisateur externe à iTop', + 'Class:UserExternal+' => 'Utilisateur authentifié à l\'extérieur d\'iTop', +)); ?> \ No newline at end of file diff --git a/datamodels/1.x/authent-external/hu.dict.authent-external.php b/datamodels/1.x/authent-external/hu.dict.authent-external.php index d363c8e19..878e259e9 100755 --- a/datamodels/1.x/authent-external/hu.dict.authent-external.php +++ b/datamodels/1.x/authent-external/hu.dict.authent-external.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/authent-external/it.dict.authent-external.php b/datamodels/1.x/authent-external/it.dict.authent-external.php index 22b11d01f..ad28900e8 100644 --- a/datamodels/1.x/authent-external/it.dict.authent-external.php +++ b/datamodels/1.x/authent-external/it.dict.authent-external.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-external/ja.dict.authent-external.php b/datamodels/1.x/authent-external/ja.dict.authent-external.php index 7e948216d..5e603a5e4 100644 --- a/datamodels/1.x/authent-external/ja.dict.authent-external.php +++ b/datamodels/1.x/authent-external/ja.dict.authent-external.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Hirofumi Kosaka - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-external/model.authent-external.php b/datamodels/1.x/authent-external/model.authent-external.php index a386b9856..d1e683cc0 100644 --- a/datamodels/1.x/authent-external/model.authent-external.php +++ b/datamodels/1.x/authent-external/model.authent-external.php @@ -1,18 +1,21 @@ + /** * Authent External @@ -23,10 +26,8 @@ * Similarly once inside iTop, there is no way for the users to change their password or * log off from the iTop application, this has to be handled outside of iTop. * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/1.x/authent-external/module.authent-external.php b/datamodels/1.x/authent-external/module.authent-external.php index 2a9e68456..a15c402e5 100644 --- a/datamodels/1.x/authent-external/module.authent-external.php +++ b/datamodels/1.x/authent-external/module.authent-external.php @@ -1,27 +1,28 @@ + /** * Authent External * Module definition file for the "External Authentication" module * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ SetupWebPage::AddModule( diff --git a/datamodels/1.x/authent-external/pt_br.dict.authent-external.php b/datamodels/1.x/authent-external/pt_br.dict.authent-external.php index 03dcdc756..fa195b4b2 100644 --- a/datamodels/1.x/authent-external/pt_br.dict.authent-external.php +++ b/datamodels/1.x/authent-external/pt_br.dict.authent-external.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/authent-external/ru.dict.authent-external.php b/datamodels/1.x/authent-external/ru.dict.authent-external.php index 4956ff469..e41dc983a 100644 --- a/datamodels/1.x/authent-external/ru.dict.authent-external.php +++ b/datamodels/1.x/authent-external/ru.dict.authent-external.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-external/tr.dict.authent-external.php b/datamodels/1.x/authent-external/tr.dict.authent-external.php index d6a3540d9..7ddecd483 100644 --- a/datamodels/1.x/authent-external/tr.dict.authent-external.php +++ b/datamodels/1.x/authent-external/tr.dict.authent-external.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/1.x/authent-external/zh.dict.authent-external.php b/datamodels/1.x/authent-external/zh.dict.authent-external.php index c4f264edb..81bc87fbc 100644 --- a/datamodels/1.x/authent-external/zh.dict.authent-external.php +++ b/datamodels/1.x/authent-external/zh.dict.authent-external.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-ldap/de.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/de.dict.authent-ldap.php index da667ecf3..840f8a022 100644 --- a/datamodels/1.x/authent-ldap/de.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/de.dict.authent-ldap.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-ldap/en.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/en.dict.authent-ldap.php index e9565f416..53a78fe71 100644 --- a/datamodels/1.x/authent-ldap/en.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/en.dict.authent-ldap.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-ldap/fr.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/fr.dict.authent-ldap.php index 1d8a660fc..cbc1dd905 100644 --- a/datamodels/1.x/authent-ldap/fr.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/fr.dict.authent-ldap.php @@ -1,30 +1,30 @@ - - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('FR FR', 'French', 'Français', array( - 'Class:UserLDAP' => 'Utilisateur LDAP', - 'Class:UserLDAP+' => 'Utilisateur authentifié par un serveur LDAP', - 'Class:UserLDAP/Attribute:password' => 'Mot de passe LDAP', - 'Class:UserLDAP/Attribute:password+' => '', -)); + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('FR FR', 'French', 'Français', array( + 'Class:UserLDAP' => 'Utilisateur LDAP', + 'Class:UserLDAP+' => 'Utilisateur authentifié par un serveur LDAP', + 'Class:UserLDAP/Attribute:password' => 'Mot de passe LDAP', + 'Class:UserLDAP/Attribute:password+' => '', +)); ?> \ No newline at end of file diff --git a/datamodels/1.x/authent-ldap/hu.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/hu.dict.authent-ldap.php index d4a09c537..20ae01d9b 100755 --- a/datamodels/1.x/authent-ldap/hu.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/hu.dict.authent-ldap.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/authent-ldap/it.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/it.dict.authent-ldap.php index 86433474a..95acacb05 100644 --- a/datamodels/1.x/authent-ldap/it.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/it.dict.authent-ldap.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-ldap/ja.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/ja.dict.authent-ldap.php index 5c7a34410..5bbd1f41b 100644 --- a/datamodels/1.x/authent-ldap/ja.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/ja.dict.authent-ldap.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Hirofumi Kosaka - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-ldap/model.authent-ldap.php b/datamodels/1.x/authent-ldap/model.authent-ldap.php index 0b81fb39d..3aec98f75 100644 --- a/datamodels/1.x/authent-ldap/model.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/model.authent-ldap.php @@ -1,27 +1,28 @@ + /** * Authent LDAP * User authentication Module, no password at all! * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/1.x/authent-ldap/pt_br.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/pt_br.dict.authent-ldap.php index e91f0c0b3..5dd644d2b 100644 --- a/datamodels/1.x/authent-ldap/pt_br.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/pt_br.dict.authent-ldap.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/authent-ldap/ru.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/ru.dict.authent-ldap.php index 37fbeb85d..9a3e60d01 100644 --- a/datamodels/1.x/authent-ldap/ru.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/ru.dict.authent-ldap.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-ldap/tr.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/tr.dict.authent-ldap.php index 8984abbbe..29c24797d 100644 --- a/datamodels/1.x/authent-ldap/tr.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/tr.dict.authent-ldap.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-ldap/zh.dict.authent-ldap.php b/datamodels/1.x/authent-ldap/zh.dict.authent-ldap.php index f488eb2b0..cd123a6db 100644 --- a/datamodels/1.x/authent-ldap/zh.dict.authent-ldap.php +++ b/datamodels/1.x/authent-ldap/zh.dict.authent-ldap.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-local/de.dict.authent-local.php b/datamodels/1.x/authent-local/de.dict.authent-local.php index 8dce2f66a..46bd12596 100644 --- a/datamodels/1.x/authent-local/de.dict.authent-local.php +++ b/datamodels/1.x/authent-local/de.dict.authent-local.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-local/en.dict.authent-local.php b/datamodels/1.x/authent-local/en.dict.authent-local.php index 85decf012..931bccc82 100644 --- a/datamodels/1.x/authent-local/en.dict.authent-local.php +++ b/datamodels/1.x/authent-local/en.dict.authent-local.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-local/fr.dict.authent-local.php b/datamodels/1.x/authent-local/fr.dict.authent-local.php index 9f24a8239..a42201bf7 100644 --- a/datamodels/1.x/authent-local/fr.dict.authent-local.php +++ b/datamodels/1.x/authent-local/fr.dict.authent-local.php @@ -1,30 +1,30 @@ - - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('FR FR', 'French', 'Français', array( - 'Class:UserLocal' => 'Utilisateur iTop', - 'Class:UserLocal+' => 'Utilisateur authentifié par iTop', - 'Class:UserLocal/Attribute:password' => 'Mot de passe', - 'Class:UserLocal/Attribute:password+' => '', -)); + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('FR FR', 'French', 'Français', array( + 'Class:UserLocal' => 'Utilisateur iTop', + 'Class:UserLocal+' => 'Utilisateur authentifié par iTop', + 'Class:UserLocal/Attribute:password' => 'Mot de passe', + 'Class:UserLocal/Attribute:password+' => '', +)); ?> \ No newline at end of file diff --git a/datamodels/1.x/authent-local/hu.dict.authent-local.php b/datamodels/1.x/authent-local/hu.dict.authent-local.php index 5ad72caff..d2c0dee77 100755 --- a/datamodels/1.x/authent-local/hu.dict.authent-local.php +++ b/datamodels/1.x/authent-local/hu.dict.authent-local.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/authent-local/it.dict.authent-local.php b/datamodels/1.x/authent-local/it.dict.authent-local.php index 41a10e676..6afb58807 100644 --- a/datamodels/1.x/authent-local/it.dict.authent-local.php +++ b/datamodels/1.x/authent-local/it.dict.authent-local.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-local/ja.dict.authent-local.php b/datamodels/1.x/authent-local/ja.dict.authent-local.php index 51291bcf4..da25f9356 100644 --- a/datamodels/1.x/authent-local/ja.dict.authent-local.php +++ b/datamodels/1.x/authent-local/ja.dict.authent-local.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Hirofumi Kosaka - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-local/model.authent-local.php b/datamodels/1.x/authent-local/model.authent-local.php index 771f083cd..d8e46e209 100644 --- a/datamodels/1.x/authent-local/model.authent-local.php +++ b/datamodels/1.x/authent-local/model.authent-local.php @@ -1,27 +1,28 @@ + /** * Authent Local * User authentication Module, password stored in the local database * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/1.x/authent-local/pt_br.dict.authent-local.php b/datamodels/1.x/authent-local/pt_br.dict.authent-local.php index e31d2fc90..13179a170 100644 --- a/datamodels/1.x/authent-local/pt_br.dict.authent-local.php +++ b/datamodels/1.x/authent-local/pt_br.dict.authent-local.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/authent-local/ru.dict.authent-local.php b/datamodels/1.x/authent-local/ru.dict.authent-local.php index 9975d8b2f..7c5f47b82 100644 --- a/datamodels/1.x/authent-local/ru.dict.authent-local.php +++ b/datamodels/1.x/authent-local/ru.dict.authent-local.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-local/tr.dict.authent-local.php b/datamodels/1.x/authent-local/tr.dict.authent-local.php index bf3e99405..a0796050b 100644 --- a/datamodels/1.x/authent-local/tr.dict.authent-local.php +++ b/datamodels/1.x/authent-local/tr.dict.authent-local.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/authent-local/zh.dict.authent-local.php b/datamodels/1.x/authent-local/zh.dict.authent-local.php index 807d7a0bc..69762e13d 100644 --- a/datamodels/1.x/authent-local/zh.dict.authent-local.php +++ b/datamodels/1.x/authent-local/zh.dict.authent-local.php @@ -1,24 +1,28 @@ + /** * Localized data * - * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @author Robert Deng + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-attachments/ajax.attachment.php b/datamodels/1.x/itop-attachments/ajax.attachment.php index 98a21504c..fcd76ea98 100644 --- a/datamodels/1.x/itop-attachments/ajax.attachment.php +++ b/datamodels/1.x/itop-attachments/ajax.attachment.php @@ -1,26 +1,27 @@ + /** * Handles various ajax requests * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../../approot.inc.php'); diff --git a/datamodels/1.x/itop-attachments/datamodel.itop-attachments.xml b/datamodels/1.x/itop-attachments/datamodel.itop-attachments.xml index ec5e429ef..f5a9d58c3 100644 --- a/datamodels/1.x/itop-attachments/datamodel.itop-attachments.xml +++ b/datamodels/1.x/itop-attachments/datamodel.itop-attachments.xml @@ -12,10 +12,8 @@ * Configuration: the list of classes for which the "Attachments" tab is visible is defined via the module's 'allowed_classes' * configuration parameter. By default the tab is active for all kind of Tickets. * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> addon,bizmodel false diff --git a/datamodels/1.x/itop-attachments/de.dict.attachments.php b/datamodels/1.x/itop-attachments/de.dict.attachments.php index 1a2636cfb..82db39882 100644 --- a/datamodels/1.x/itop-attachments/de.dict.attachments.php +++ b/datamodels/1.x/itop-attachments/de.dict.attachments.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/1.x/itop-attachments/en.dict.attachments.php b/datamodels/1.x/itop-attachments/en.dict.attachments.php index acc673bfd..daf793080 100644 --- a/datamodels/1.x/itop-attachments/en.dict.attachments.php +++ b/datamodels/1.x/itop-attachments/en.dict.attachments.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/1.x/itop-attachments/fr.dict.attachments.php b/datamodels/1.x/itop-attachments/fr.dict.attachments.php index f92c7841f..ba4c91d57 100644 --- a/datamodels/1.x/itop-attachments/fr.dict.attachments.php +++ b/datamodels/1.x/itop-attachments/fr.dict.attachments.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/1.x/itop-attachments/main.attachments.php b/datamodels/1.x/itop-attachments/main.attachments.php index 7c0207b48..795c2d9db 100644 --- a/datamodels/1.x/itop-attachments/main.attachments.php +++ b/datamodels/1.x/itop-attachments/main.attachments.php @@ -1,18 +1,21 @@ + class AttachmentPlugIn implements iApplicationUIExtension, iApplicationObjectExtension { diff --git a/datamodels/1.x/itop-attachments/module.attachments.php b/datamodels/1.x/itop-attachments/module.attachments.php index 782ee4c1c..99321139f 100644 --- a/datamodels/1.x/itop-attachments/module.attachments.php +++ b/datamodels/1.x/itop-attachments/module.attachments.php @@ -1,18 +1,21 @@ + SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/datamodel.itop-change-mgmt.xml b/datamodels/1.x/itop-change-mgmt-1.0.0/datamodel.itop-change-mgmt.xml index 3f08156ed..e9d74ab7a 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/datamodel.itop-change-mgmt.xml +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/datamodel.itop-change-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,changemgmt true diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/de.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/de.dict.itop-change-mgmt.php index 67321dad9..6e2605324 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/de.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/de.dict.itop-change-mgmt.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('DE DE', 'German', 'Deutsch', array( diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/en.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/en.dict.itop-change-mgmt.php index 26b92a27d..6d6ebbb75 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/en.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/en.dict.itop-change-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/es_cr.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/es_cr.dict.itop-change-mgmt.php index fe1255e4d..5a2e12293 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/es_cr.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/es_cr.dict.itop-change-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/fr.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/fr.dict.itop-change-mgmt.php index ecf23d038..c9538012f 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/fr.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/fr.dict.itop-change-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/hu.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/hu.dict.itop-change-mgmt.php index ab5a42ec6..94c4946dd 100755 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/hu.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/hu.dict.itop-change-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/it.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/it.dict.itop-change-mgmt.php index 7dbb27b2a..891dcba6f 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/it.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/it.dict.itop-change-mgmt.php @@ -1,303 +1,302 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:RoutineChange' => 'Routine di cambi', - 'Class:RoutineChange+' => '', - 'Class:RoutineChange/Stimulus:ev_validate' => 'Convalida', - 'Class:RoutineChange/Stimulus:ev_validate+' => '', - 'Class:RoutineChange/Stimulus:ev_reject' => 'Respingi', - 'Class:RoutineChange/Stimulus:ev_assign' => 'Assegna', - 'Class:RoutineChange/Stimulus:ev_assign+' => '', - 'Class:RoutineChange/Stimulus:ev_reopen' => 'Riapri', - 'Class:RoutineChange/Stimulus:ev_reopen+' => '', - 'Class:RoutineChange/Stimulus:ev_plan' => 'Pianifica', - 'Class:RoutineChange/Stimulus:ev_plan+' => '', - 'Class:RoutineChange/Stimulus:ev_approve' => 'Approva', - 'Class:RoutineChange/Stimulus:ev_replan' => 'Ripianifica', - 'Class:RoutineChange/Stimulus:ev_replan+' => '', - 'Class:RoutineChange/Stimulus:ev_notapprove' => 'Non Approva', - 'Class:RoutineChange/Stimulus:ev_implement' => 'Implementa', - 'Class:RoutineChange/Stimulus:ev_implement+' => '', - 'Class:RoutineChange/Stimulus:ev_monitor' => 'Monitora', - 'Class:RoutineChange/Stimulus:ev_monitor+' => '', - 'Class:RoutineChange/Stimulus:ev_finish' => 'Fine', - 'Class:RoutineChange/Stimulus:ev_finish+' => '', - 'Class:NormalChange' => 'Cambi normali', - 'Class:NormalChange+' => '', - 'Class:NormalChange/Attribute:acceptance_date' => 'Data di approvazione', - 'Class:NormalChange/Attribute:acceptance_date+' => '', - 'Class:NormalChange/Attribute:acceptance_comment' => 'Commento di approvazione', - 'Class:NormalChange/Attribute:acceptance_comment+' => '', - 'Class:NormalChange/Stimulus:ev_validate' => 'Convalida', - 'Class:NormalChange/Stimulus:ev_validate+' => '', - 'Class:NormalChange/Stimulus:ev_reject' => 'Rifiuta', - 'Class:NormalChange/Stimulus:ev_reject+' => '', - 'Class:NormalChange/Stimulus:ev_assign' => 'Assegna', - 'Class:NormalChange/Stimulus:ev_assign+' => '', - 'Class:NormalChange/Stimulus:ev_reopen' => 'Riapre', - 'Class:NormalChange/Stimulus:ev_reopen+' => '', - 'Class:NormalChange/Stimulus:ev_plan' => 'Pianifica', - 'Class:NormalChange/Stimulus:ev_plan+' => '', - 'Class:NormalChange/Stimulus:ev_approve' => 'Approva', - 'Class:NormalChange/Stimulus:ev_approve+' => '', - 'Class:NormalChange/Stimulus:ev_replan' => 'Ripianifica', - 'Class:NormalChange/Stimulus:ev_replan+' => '', - 'Class:NormalChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', - 'Class:NormalChange/Stimulus:ev_notapprove+' => '', - 'Class:NormalChange/Stimulus:ev_implement' => 'Implementa', - 'Class:NormalChange/Stimulus:ev_implement+' => '', - 'Class:NormalChange/Stimulus:ev_monitor' => 'Monitora', - 'Class:NormalChange/Stimulus:ev_monitor+' => '', - 'Class:NormalChange/Stimulus:ev_finish' => 'Fine', - 'Class:NormalChange/Stimulus:ev_finish+' => '', - 'Class:EmergencyChange' => 'Cambi di emergenza', - 'Class:EmergencyChange+' => '', - 'Class:EmergencyChange/Stimulus:ev_validate' => 'Convalida', - 'Class:EmergencyChange/Stimulus:ev_validate+' => '', - 'Class:EmergencyChange/Stimulus:ev_reject' => 'Rifiuta', - 'Class:EmergencyChange/Stimulus:ev_reject+' => '', - 'Class:EmergencyChange/Stimulus:ev_assign' => 'Assegna', - 'Class:EmergencyChange/Stimulus:ev_assign+' => '', - 'Class:EmergencyChange/Stimulus:ev_reopen' => 'Riapre', - 'Class:EmergencyChange/Stimulus:ev_reopen+' => '', - 'Class:EmergencyChange/Stimulus:ev_plan' => 'Pianifica', - 'Class:EmergencyChange/Stimulus:ev_plan+' => '', - 'Class:EmergencyChange/Stimulus:ev_approve' => 'Approva', - 'Class:EmergencyChange/Stimulus:ev_approve+' => '', - 'Class:EmergencyChange/Stimulus:ev_replan' => 'Riapre', - 'Class:EmergencyChange/Stimulus:ev_replan+' => '', - 'Class:EmergencyChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', - 'Class:EmergencyChange/Stimulus:ev_notapprove+' => '', - 'Class:EmergencyChange/Stimulus:ev_implement' => 'Implementa', - 'Class:EmergencyChange/Stimulus:ev_implement+' => '', - 'Class:EmergencyChange/Stimulus:ev_monitor' => 'Monitora', - 'Class:EmergencyChange/Stimulus:ev_monitor+' => '', - 'Class:EmergencyChange/Stimulus:ev_finish' => 'Fine', - 'Class:EmergencyChange/Stimulus:ev_finish+' => '', - 'Menu:ChangeManagement' => 'Gestione dei cambi', - 'Menu:Change:Overview' => 'Panoramica', - 'Menu:Change:Overview+' => '', - 'Menu:NewChange' => 'Nuovo cambio', - 'Menu:NewChange+' => 'Crea un ticket per un nuovo cambio', - 'Menu:SearchChanges' => 'Cerca per cambi', - 'Menu:SearchChanges+' => 'Cerca i cambi per tickets', - 'Menu:Change:Shortcuts' => 'Scorciatoie', - 'Menu:Change:Shortcuts+' => '', - 'Menu:WaitingAcceptance' => 'Modifiche in attesa di accettazione', - 'Menu:WaitingAcceptance+' => '', - 'Menu:WaitingApproval' => 'Modifiche in attesa di approvazione', - 'Menu:WaitingApproval+' => '', - 'Menu:Changes' => 'Modifiche aperte', - 'Menu:Changes+' => 'Tutte le Modifiche aperte', - 'Menu:MyChanges' => 'Modifiche assegnate a me', - 'Menu:MyChanges+' => 'Modifiche assegnato a me (come Agent)', - 'Class:Change' => 'Cambio', - 'Class:Change+' => '', - 'Class:Change/Attribute:start_date' => 'Avvio previsto', - 'Class:Change/Attribute:start_date+' => '', - 'Class:Change/Attribute:status' => 'Stato', - 'Class:Change/Attribute:status+' => '', - 'Class:Change/Attribute:status/Value:new' => 'Nuovo', - 'Class:Change/Attribute:status/Value:new+' => '', - 'Class:Change/Attribute:status/Value:validated' => 'Convalidato', - 'Class:Change/Attribute:status/Value:validated+' => '', - 'Class:Change/Attribute:status/Value:rejected' => 'Rifiutato', - 'Class:Change/Attribute:status/Value:rejected+' => '', - 'Class:Change/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:Change/Attribute:status/Value:assigned+' => '', - 'Class:Change/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', - 'Class:Change/Attribute:status/Value:plannedscheduled+' => '', - 'Class:Change/Attribute:status/Value:approved' => 'Approvato', - 'Class:Change/Attribute:status/Value:approved+' => '', - 'Class:Change/Attribute:status/Value:notapproved' => 'Non approvato', - 'Class:Change/Attribute:status/Value:notapproved+' => '', - 'Class:Change/Attribute:status/Value:implemented' => 'Implementato', - 'Class:Change/Attribute:status/Value:implemented+' => '', - 'Class:Change/Attribute:status/Value:monitored' => 'Monitorato', - 'Class:Change/Attribute:status/Value:monitored+' => '', - 'Class:Change/Attribute:status/Value:closed' => 'Chiuso', - 'Class:Change/Attribute:status/Value:closed+' => '', - 'Class:Change/Attribute:reason' => 'Motivo', - 'Class:Change/Attribute:reason+' => '', - 'Class:Change/Attribute:requestor_id' => 'Richiedente', - 'Class:Change/Attribute:requestor_id+' => '', - 'Class:Change/Attribute:requestor_email' => 'Richiedente', - 'Class:Change/Attribute:requestor_email+' => '', - 'Class:Change/Attribute:org_id' => 'Cliente', - 'Class:Change/Attribute:org_id+' => '', - 'Class:Change/Attribute:org_name' => 'Cliente', - 'Class:Change/Attribute:org_name+' => '', - 'Class:Change/Attribute:workgroup_id' => 'Gruppo di lavoro', - 'Class:Change/Attribute:workgroup_id+' => '', - 'Class:Change/Attribute:workgroup_name' => 'Gruppo di lavoro', - 'Class:Change/Attribute:workgroup_name+' => '', - 'Class:Change/Attribute:creation_date' => 'Creato', - 'Class:Change/Attribute:creation_date+' => '', - 'Class:Change/Attribute:last_update' => 'Ultimo aggiornamento', - 'Class:Change/Attribute:last_update+' => '', - 'Class:Change/Attribute:end_date' => 'Data di fine', - 'Class:Change/Attribute:end_date+' => '', - 'Class:Change/Attribute:close_date' => 'Chiuso', - 'Class:Change/Attribute:close_date+' => '', - 'Class:Change/Attribute:impact' => 'Impatto', - 'Class:Change/Attribute:impact+' => '', - 'Class:Change/Attribute:agent_id' => 'Agente', - 'Class:Change/Attribute:agent_id+' => '', - 'Class:Change/Attribute:agent_name' => 'Agente', - 'Class:Change/Attribute:agent_name+' => '', - 'Class:Change/Attribute:agent_email' => 'Agente', - 'Class:Change/Attribute:agent_email+' => '', - 'Class:Change/Attribute:supervisor_group_id' => 'Supervisore del team', - 'Class:Change/Attribute:supervisor_group_id+' => '', - 'Class:Change/Attribute:supervisor_group_name' => 'Supervisore del team', - 'Class:Change/Attribute:supervisor_group_name+' => '', - 'Class:Change/Attribute:supervisor_id' => 'Supervisore', - 'Class:Change/Attribute:supervisor_id+' => '', - 'Class:Change/Attribute:supervisor_email' => 'Supervisore', - 'Class:Change/Attribute:supervisor_email+' => '', - 'Class:Change/Attribute:manager_group_id' => 'Manager del team', - 'Class:Change/Attribute:manager_group_id+' => '', - 'Class:Change/Attribute:manager_group_name' => 'Manager del team', - 'Class:Change/Attribute:manager_group_name+' => '', - 'Class:Change/Attribute:manager_id' => 'Manager', - 'Class:Change/Attribute:manager_id+' => '', - 'Class:Change/Attribute:manager_email' => 'Manager', - 'Class:Change/Attribute:manager_email+' => '', - 'Class:Change/Attribute:outage' => 'Interruzione', - 'Class:Change/Attribute:outage+' => '', - 'Class:Change/Attribute:outage/Value:yes' => 'Si', - 'Class:Change/Attribute:outage/Value:yes+' => '', - 'Class:Change/Attribute:outage/Value:no' => 'No', - 'Class:Change/Attribute:outage/Value:no+' => '', - 'Class:Change/Attribute:change_request' => 'Richiesta', - 'Class:Change/Attribute:change_request+' => '', - 'Class:Change/Attribute:fallback' => 'Piano alternativo', - 'Class:Change/Attribute:fallback+' => '', - 'Class:Change/Stimulus:ev_validate' => 'Convalida', - 'Class:Change/Stimulus:ev_validate+' => '', - 'Class:Change/Stimulus:ev_reject' => 'Rifiuta', - 'Class:Change/Stimulus:ev_reject+' => '', - 'Class:Change/Stimulus:ev_assign' => 'Assegna', - 'Class:Change/Stimulus:ev_assign+' => '', - 'Class:Change/Stimulus:ev_reopen' => 'Riapre', - 'Class:Change/Stimulus:ev_reopen+' => '', - 'Class:Change/Stimulus:ev_plan' => 'Pianifica', - 'Class:Change/Stimulus:ev_plan+' => '', - 'Class:Change/Stimulus:ev_approve' => 'Approva', - 'Class:Change/Stimulus:ev_approve+' => '', - 'Class:Change/Stimulus:ev_replan' => 'Ripianifica', - 'Class:Change/Stimulus:ev_replan+' => '', - 'Class:Change/Stimulus:ev_notapprove' => 'Rifiuta', - 'Class:Change/Stimulus:ev_notapprove+' => '', - 'Class:Change/Stimulus:ev_implement' => 'Implementa', - 'Class:Change/Stimulus:ev_implement+' => '', - 'Class:Change/Stimulus:ev_monitor' => 'Monitora', - 'Class:Change/Stimulus:ev_monitor+' => '', - 'Class:Change/Stimulus:ev_finish' => 'Fine', - 'Class:Change/Stimulus:ev_finish+' => '', - 'Class:RoutineChange/Attribute:status/Value:new' => 'Nuovo', - 'Class:RoutineChange/Attribute:status/Value:new+' => '', - 'Class:RoutineChange/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:RoutineChange/Attribute:status/Value:assigned+' => '', - 'Class:RoutineChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', - 'Class:RoutineChange/Attribute:status/Value:plannedscheduled+' => '', - 'Class:RoutineChange/Attribute:status/Value:approved' => 'Approvato', - 'Class:RoutineChange/Attribute:status/Value:approved+' => '', - 'Class:RoutineChange/Attribute:status/Value:implemented' => 'Implementato', - 'Class:RoutineChange/Attribute:status/Value:implemented+' => '', - 'Class:RoutineChange/Attribute:status/Value:monitored' => 'Monitorato', - 'Class:RoutineChange/Attribute:status/Value:monitored+' => '', - 'Class:RoutineChange/Attribute:status/Value:closed' => 'Chiuso', - 'Class:RoutineChange/Attribute:status/Value:closed+' => '', - 'Class:ApprovedChange' => 'Cambi approvati', - 'Class:ApprovedChange+' => '', - 'Class:ApprovedChange/Attribute:approval_date' => 'Data di approvazione', - 'Class:ApprovedChange/Attribute:approval_date+' => '', - 'Class:ApprovedChange/Attribute:approval_comment' => 'Commento di approvazione', - 'Class:ApprovedChange/Attribute:approval_comment+' => '', - 'Class:ApprovedChange/Stimulus:ev_validate' => 'Convalida', - 'Class:ApprovedChange/Stimulus:ev_validate+' => '', - 'Class:ApprovedChange/Stimulus:ev_reject' => 'Rifiuta', - 'Class:ApprovedChange/Stimulus:ev_reject+' => '', - 'Class:ApprovedChange/Stimulus:ev_assign' => 'Assegna', - 'Class:ApprovedChange/Stimulus:ev_assign+' => '', - 'Class:ApprovedChange/Stimulus:ev_reopen' => 'Riapre', - 'Class:ApprovedChange/Stimulus:ev_reopen+' => '', - 'Class:ApprovedChange/Stimulus:ev_plan' => 'Pianifica', - 'Class:ApprovedChange/Stimulus:ev_plan+' => '', - 'Class:ApprovedChange/Stimulus:ev_approve' => 'Approvare', - 'Class:ApprovedChange/Stimulus:ev_approve+' => '', - 'Class:ApprovedChange/Stimulus:ev_replan' => 'Ripianifica', - 'Class:ApprovedChange/Stimulus:ev_replan+' => '', - 'Class:ApprovedChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', - 'Class:ApprovedChange/Stimulus:ev_notapprove+' => '', - 'Class:ApprovedChange/Stimulus:ev_implement' => 'Implementa', - 'Class:ApprovedChange/Stimulus:ev_implement+' => '', - 'Class:ApprovedChange/Stimulus:ev_monitor' => 'Monitora', - 'Class:ApprovedChange/Stimulus:ev_monitor+' => '', - 'Class:ApprovedChange/Stimulus:ev_finish' => 'Fine', - 'Class:ApprovedChange/Stimulus:ev_finish+' => '', - 'Class:NormalChange/Attribute:status/Value:new' => 'Nuovo', - 'Class:NormalChange/Attribute:status/Value:new+' => '', - 'Class:NormalChange/Attribute:status/Value:validated' => 'Convalidato', - 'Class:NormalChange/Attribute:status/Value:validated+' => '', - 'Class:NormalChange/Attribute:status/Value:rejected' => 'Rifiutato', - 'Class:NormalChange/Attribute:status/Value:rejected+' => '', - 'Class:NormalChange/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:NormalChange/Attribute:status/Value:assigned+' => '', - 'Class:NormalChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', - 'Class:NormalChange/Attribute:status/Value:plannedscheduled+' => '', - 'Class:NormalChange/Attribute:status/Value:approved' => 'Approvato', - 'Class:NormalChange/Attribute:status/Value:approved+' => '', - 'Class:NormalChange/Attribute:status/Value:notapproved' => 'Non approvato', - 'Class:NormalChange/Attribute:status/Value:notapproved+' => '', - 'Class:NormalChange/Attribute:status/Value:implemented' => 'Implementato', - 'Class:NormalChange/Attribute:status/Value:implemented+' => '', - 'Class:NormalChange/Attribute:status/Value:monitored' => 'Monitorato', - 'Class:NormalChange/Attribute:status/Value:monitored+' => '', - 'Class:NormalChange/Attribute:status/Value:closed' => 'Chiuso', - 'Class:NormalChange/Attribute:status/Value:closed+' => '', - 'Class:EmergencyChange/Attribute:status/Value:new' => 'Nuovo', - 'Class:EmergencyChange/Attribute:status/Value:new+' => '', - 'Class:EmergencyChange/Attribute:status/Value:validated' => 'Convalidato', - 'Class:EmergencyChange/Attribute:status/Value:validated+' => '', - 'Class:EmergencyChange/Attribute:status/Value:rejected' => 'Rifiutato', - 'Class:EmergencyChange/Attribute:status/Value:rejected+' => '', - 'Class:EmergencyChange/Attribute:status/Value:assigned' => 'Asseganto', - 'Class:EmergencyChange/Attribute:status/Value:assigned+' => '', - 'Class:EmergencyChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', - 'Class:EmergencyChange/Attribute:status/Value:plannedscheduled+' => '', - 'Class:EmergencyChange/Attribute:status/Value:approved' => 'Approvato', - 'Class:EmergencyChange/Attribute:status/Value:approved+' => '', - 'Class:EmergencyChange/Attribute:status/Value:notapproved' => 'Non approvato', - 'Class:EmergencyChange/Attribute:status/Value:notapproved+' => '', - 'Class:EmergencyChange/Attribute:status/Value:implemented' => 'Implementato', - 'Class:EmergencyChange/Attribute:status/Value:implemented+' => '', - 'Class:EmergencyChange/Attribute:status/Value:monitored' => 'Monitorato', - 'Class:EmergencyChange/Attribute:status/Value:monitored+' => '', - 'Class:EmergencyChange/Attribute:status/Value:closed' => 'Chiuso', - 'Class:EmergencyChange/Attribute:status/Value:closed+' => '', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:RoutineChange' => 'Routine di cambi', + 'Class:RoutineChange+' => '', + 'Class:RoutineChange/Stimulus:ev_validate' => 'Convalida', + 'Class:RoutineChange/Stimulus:ev_validate+' => '', + 'Class:RoutineChange/Stimulus:ev_reject' => 'Respingi', + 'Class:RoutineChange/Stimulus:ev_assign' => 'Assegna', + 'Class:RoutineChange/Stimulus:ev_assign+' => '', + 'Class:RoutineChange/Stimulus:ev_reopen' => 'Riapri', + 'Class:RoutineChange/Stimulus:ev_reopen+' => '', + 'Class:RoutineChange/Stimulus:ev_plan' => 'Pianifica', + 'Class:RoutineChange/Stimulus:ev_plan+' => '', + 'Class:RoutineChange/Stimulus:ev_approve' => 'Approva', + 'Class:RoutineChange/Stimulus:ev_replan' => 'Ripianifica', + 'Class:RoutineChange/Stimulus:ev_replan+' => '', + 'Class:RoutineChange/Stimulus:ev_notapprove' => 'Non Approva', + 'Class:RoutineChange/Stimulus:ev_implement' => 'Implementa', + 'Class:RoutineChange/Stimulus:ev_implement+' => '', + 'Class:RoutineChange/Stimulus:ev_monitor' => 'Monitora', + 'Class:RoutineChange/Stimulus:ev_monitor+' => '', + 'Class:RoutineChange/Stimulus:ev_finish' => 'Fine', + 'Class:RoutineChange/Stimulus:ev_finish+' => '', + 'Class:NormalChange' => 'Cambi normali', + 'Class:NormalChange+' => '', + 'Class:NormalChange/Attribute:acceptance_date' => 'Data di approvazione', + 'Class:NormalChange/Attribute:acceptance_date+' => '', + 'Class:NormalChange/Attribute:acceptance_comment' => 'Commento di approvazione', + 'Class:NormalChange/Attribute:acceptance_comment+' => '', + 'Class:NormalChange/Stimulus:ev_validate' => 'Convalida', + 'Class:NormalChange/Stimulus:ev_validate+' => '', + 'Class:NormalChange/Stimulus:ev_reject' => 'Rifiuta', + 'Class:NormalChange/Stimulus:ev_reject+' => '', + 'Class:NormalChange/Stimulus:ev_assign' => 'Assegna', + 'Class:NormalChange/Stimulus:ev_assign+' => '', + 'Class:NormalChange/Stimulus:ev_reopen' => 'Riapre', + 'Class:NormalChange/Stimulus:ev_reopen+' => '', + 'Class:NormalChange/Stimulus:ev_plan' => 'Pianifica', + 'Class:NormalChange/Stimulus:ev_plan+' => '', + 'Class:NormalChange/Stimulus:ev_approve' => 'Approva', + 'Class:NormalChange/Stimulus:ev_approve+' => '', + 'Class:NormalChange/Stimulus:ev_replan' => 'Ripianifica', + 'Class:NormalChange/Stimulus:ev_replan+' => '', + 'Class:NormalChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', + 'Class:NormalChange/Stimulus:ev_notapprove+' => '', + 'Class:NormalChange/Stimulus:ev_implement' => 'Implementa', + 'Class:NormalChange/Stimulus:ev_implement+' => '', + 'Class:NormalChange/Stimulus:ev_monitor' => 'Monitora', + 'Class:NormalChange/Stimulus:ev_monitor+' => '', + 'Class:NormalChange/Stimulus:ev_finish' => 'Fine', + 'Class:NormalChange/Stimulus:ev_finish+' => '', + 'Class:EmergencyChange' => 'Cambi di emergenza', + 'Class:EmergencyChange+' => '', + 'Class:EmergencyChange/Stimulus:ev_validate' => 'Convalida', + 'Class:EmergencyChange/Stimulus:ev_validate+' => '', + 'Class:EmergencyChange/Stimulus:ev_reject' => 'Rifiuta', + 'Class:EmergencyChange/Stimulus:ev_reject+' => '', + 'Class:EmergencyChange/Stimulus:ev_assign' => 'Assegna', + 'Class:EmergencyChange/Stimulus:ev_assign+' => '', + 'Class:EmergencyChange/Stimulus:ev_reopen' => 'Riapre', + 'Class:EmergencyChange/Stimulus:ev_reopen+' => '', + 'Class:EmergencyChange/Stimulus:ev_plan' => 'Pianifica', + 'Class:EmergencyChange/Stimulus:ev_plan+' => '', + 'Class:EmergencyChange/Stimulus:ev_approve' => 'Approva', + 'Class:EmergencyChange/Stimulus:ev_approve+' => '', + 'Class:EmergencyChange/Stimulus:ev_replan' => 'Riapre', + 'Class:EmergencyChange/Stimulus:ev_replan+' => '', + 'Class:EmergencyChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', + 'Class:EmergencyChange/Stimulus:ev_notapprove+' => '', + 'Class:EmergencyChange/Stimulus:ev_implement' => 'Implementa', + 'Class:EmergencyChange/Stimulus:ev_implement+' => '', + 'Class:EmergencyChange/Stimulus:ev_monitor' => 'Monitora', + 'Class:EmergencyChange/Stimulus:ev_monitor+' => '', + 'Class:EmergencyChange/Stimulus:ev_finish' => 'Fine', + 'Class:EmergencyChange/Stimulus:ev_finish+' => '', + 'Menu:ChangeManagement' => 'Gestione dei cambi', + 'Menu:Change:Overview' => 'Panoramica', + 'Menu:Change:Overview+' => '', + 'Menu:NewChange' => 'Nuovo cambio', + 'Menu:NewChange+' => 'Crea un ticket per un nuovo cambio', + 'Menu:SearchChanges' => 'Cerca per cambi', + 'Menu:SearchChanges+' => 'Cerca i cambi per tickets', + 'Menu:Change:Shortcuts' => 'Scorciatoie', + 'Menu:Change:Shortcuts+' => '', + 'Menu:WaitingAcceptance' => 'Modifiche in attesa di accettazione', + 'Menu:WaitingAcceptance+' => '', + 'Menu:WaitingApproval' => 'Modifiche in attesa di approvazione', + 'Menu:WaitingApproval+' => '', + 'Menu:Changes' => 'Modifiche aperte', + 'Menu:Changes+' => 'Tutte le Modifiche aperte', + 'Menu:MyChanges' => 'Modifiche assegnate a me', + 'Menu:MyChanges+' => 'Modifiche assegnato a me (come Agent)', + 'Class:Change' => 'Cambio', + 'Class:Change+' => '', + 'Class:Change/Attribute:start_date' => 'Avvio previsto', + 'Class:Change/Attribute:start_date+' => '', + 'Class:Change/Attribute:status' => 'Stato', + 'Class:Change/Attribute:status+' => '', + 'Class:Change/Attribute:status/Value:new' => 'Nuovo', + 'Class:Change/Attribute:status/Value:new+' => '', + 'Class:Change/Attribute:status/Value:validated' => 'Convalidato', + 'Class:Change/Attribute:status/Value:validated+' => '', + 'Class:Change/Attribute:status/Value:rejected' => 'Rifiutato', + 'Class:Change/Attribute:status/Value:rejected+' => '', + 'Class:Change/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:Change/Attribute:status/Value:assigned+' => '', + 'Class:Change/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', + 'Class:Change/Attribute:status/Value:plannedscheduled+' => '', + 'Class:Change/Attribute:status/Value:approved' => 'Approvato', + 'Class:Change/Attribute:status/Value:approved+' => '', + 'Class:Change/Attribute:status/Value:notapproved' => 'Non approvato', + 'Class:Change/Attribute:status/Value:notapproved+' => '', + 'Class:Change/Attribute:status/Value:implemented' => 'Implementato', + 'Class:Change/Attribute:status/Value:implemented+' => '', + 'Class:Change/Attribute:status/Value:monitored' => 'Monitorato', + 'Class:Change/Attribute:status/Value:monitored+' => '', + 'Class:Change/Attribute:status/Value:closed' => 'Chiuso', + 'Class:Change/Attribute:status/Value:closed+' => '', + 'Class:Change/Attribute:reason' => 'Motivo', + 'Class:Change/Attribute:reason+' => '', + 'Class:Change/Attribute:requestor_id' => 'Richiedente', + 'Class:Change/Attribute:requestor_id+' => '', + 'Class:Change/Attribute:requestor_email' => 'Richiedente', + 'Class:Change/Attribute:requestor_email+' => '', + 'Class:Change/Attribute:org_id' => 'Cliente', + 'Class:Change/Attribute:org_id+' => '', + 'Class:Change/Attribute:org_name' => 'Cliente', + 'Class:Change/Attribute:org_name+' => '', + 'Class:Change/Attribute:workgroup_id' => 'Gruppo di lavoro', + 'Class:Change/Attribute:workgroup_id+' => '', + 'Class:Change/Attribute:workgroup_name' => 'Gruppo di lavoro', + 'Class:Change/Attribute:workgroup_name+' => '', + 'Class:Change/Attribute:creation_date' => 'Creato', + 'Class:Change/Attribute:creation_date+' => '', + 'Class:Change/Attribute:last_update' => 'Ultimo aggiornamento', + 'Class:Change/Attribute:last_update+' => '', + 'Class:Change/Attribute:end_date' => 'Data di fine', + 'Class:Change/Attribute:end_date+' => '', + 'Class:Change/Attribute:close_date' => 'Chiuso', + 'Class:Change/Attribute:close_date+' => '', + 'Class:Change/Attribute:impact' => 'Impatto', + 'Class:Change/Attribute:impact+' => '', + 'Class:Change/Attribute:agent_id' => 'Agente', + 'Class:Change/Attribute:agent_id+' => '', + 'Class:Change/Attribute:agent_name' => 'Agente', + 'Class:Change/Attribute:agent_name+' => '', + 'Class:Change/Attribute:agent_email' => 'Agente', + 'Class:Change/Attribute:agent_email+' => '', + 'Class:Change/Attribute:supervisor_group_id' => 'Supervisore del team', + 'Class:Change/Attribute:supervisor_group_id+' => '', + 'Class:Change/Attribute:supervisor_group_name' => 'Supervisore del team', + 'Class:Change/Attribute:supervisor_group_name+' => '', + 'Class:Change/Attribute:supervisor_id' => 'Supervisore', + 'Class:Change/Attribute:supervisor_id+' => '', + 'Class:Change/Attribute:supervisor_email' => 'Supervisore', + 'Class:Change/Attribute:supervisor_email+' => '', + 'Class:Change/Attribute:manager_group_id' => 'Manager del team', + 'Class:Change/Attribute:manager_group_id+' => '', + 'Class:Change/Attribute:manager_group_name' => 'Manager del team', + 'Class:Change/Attribute:manager_group_name+' => '', + 'Class:Change/Attribute:manager_id' => 'Manager', + 'Class:Change/Attribute:manager_id+' => '', + 'Class:Change/Attribute:manager_email' => 'Manager', + 'Class:Change/Attribute:manager_email+' => '', + 'Class:Change/Attribute:outage' => 'Interruzione', + 'Class:Change/Attribute:outage+' => '', + 'Class:Change/Attribute:outage/Value:yes' => 'Si', + 'Class:Change/Attribute:outage/Value:yes+' => '', + 'Class:Change/Attribute:outage/Value:no' => 'No', + 'Class:Change/Attribute:outage/Value:no+' => '', + 'Class:Change/Attribute:change_request' => 'Richiesta', + 'Class:Change/Attribute:change_request+' => '', + 'Class:Change/Attribute:fallback' => 'Piano alternativo', + 'Class:Change/Attribute:fallback+' => '', + 'Class:Change/Stimulus:ev_validate' => 'Convalida', + 'Class:Change/Stimulus:ev_validate+' => '', + 'Class:Change/Stimulus:ev_reject' => 'Rifiuta', + 'Class:Change/Stimulus:ev_reject+' => '', + 'Class:Change/Stimulus:ev_assign' => 'Assegna', + 'Class:Change/Stimulus:ev_assign+' => '', + 'Class:Change/Stimulus:ev_reopen' => 'Riapre', + 'Class:Change/Stimulus:ev_reopen+' => '', + 'Class:Change/Stimulus:ev_plan' => 'Pianifica', + 'Class:Change/Stimulus:ev_plan+' => '', + 'Class:Change/Stimulus:ev_approve' => 'Approva', + 'Class:Change/Stimulus:ev_approve+' => '', + 'Class:Change/Stimulus:ev_replan' => 'Ripianifica', + 'Class:Change/Stimulus:ev_replan+' => '', + 'Class:Change/Stimulus:ev_notapprove' => 'Rifiuta', + 'Class:Change/Stimulus:ev_notapprove+' => '', + 'Class:Change/Stimulus:ev_implement' => 'Implementa', + 'Class:Change/Stimulus:ev_implement+' => '', + 'Class:Change/Stimulus:ev_monitor' => 'Monitora', + 'Class:Change/Stimulus:ev_monitor+' => '', + 'Class:Change/Stimulus:ev_finish' => 'Fine', + 'Class:Change/Stimulus:ev_finish+' => '', + 'Class:RoutineChange/Attribute:status/Value:new' => 'Nuovo', + 'Class:RoutineChange/Attribute:status/Value:new+' => '', + 'Class:RoutineChange/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:RoutineChange/Attribute:status/Value:assigned+' => '', + 'Class:RoutineChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', + 'Class:RoutineChange/Attribute:status/Value:plannedscheduled+' => '', + 'Class:RoutineChange/Attribute:status/Value:approved' => 'Approvato', + 'Class:RoutineChange/Attribute:status/Value:approved+' => '', + 'Class:RoutineChange/Attribute:status/Value:implemented' => 'Implementato', + 'Class:RoutineChange/Attribute:status/Value:implemented+' => '', + 'Class:RoutineChange/Attribute:status/Value:monitored' => 'Monitorato', + 'Class:RoutineChange/Attribute:status/Value:monitored+' => '', + 'Class:RoutineChange/Attribute:status/Value:closed' => 'Chiuso', + 'Class:RoutineChange/Attribute:status/Value:closed+' => '', + 'Class:ApprovedChange' => 'Cambi approvati', + 'Class:ApprovedChange+' => '', + 'Class:ApprovedChange/Attribute:approval_date' => 'Data di approvazione', + 'Class:ApprovedChange/Attribute:approval_date+' => '', + 'Class:ApprovedChange/Attribute:approval_comment' => 'Commento di approvazione', + 'Class:ApprovedChange/Attribute:approval_comment+' => '', + 'Class:ApprovedChange/Stimulus:ev_validate' => 'Convalida', + 'Class:ApprovedChange/Stimulus:ev_validate+' => '', + 'Class:ApprovedChange/Stimulus:ev_reject' => 'Rifiuta', + 'Class:ApprovedChange/Stimulus:ev_reject+' => '', + 'Class:ApprovedChange/Stimulus:ev_assign' => 'Assegna', + 'Class:ApprovedChange/Stimulus:ev_assign+' => '', + 'Class:ApprovedChange/Stimulus:ev_reopen' => 'Riapre', + 'Class:ApprovedChange/Stimulus:ev_reopen+' => '', + 'Class:ApprovedChange/Stimulus:ev_plan' => 'Pianifica', + 'Class:ApprovedChange/Stimulus:ev_plan+' => '', + 'Class:ApprovedChange/Stimulus:ev_approve' => 'Approvare', + 'Class:ApprovedChange/Stimulus:ev_approve+' => '', + 'Class:ApprovedChange/Stimulus:ev_replan' => 'Ripianifica', + 'Class:ApprovedChange/Stimulus:ev_replan+' => '', + 'Class:ApprovedChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', + 'Class:ApprovedChange/Stimulus:ev_notapprove+' => '', + 'Class:ApprovedChange/Stimulus:ev_implement' => 'Implementa', + 'Class:ApprovedChange/Stimulus:ev_implement+' => '', + 'Class:ApprovedChange/Stimulus:ev_monitor' => 'Monitora', + 'Class:ApprovedChange/Stimulus:ev_monitor+' => '', + 'Class:ApprovedChange/Stimulus:ev_finish' => 'Fine', + 'Class:ApprovedChange/Stimulus:ev_finish+' => '', + 'Class:NormalChange/Attribute:status/Value:new' => 'Nuovo', + 'Class:NormalChange/Attribute:status/Value:new+' => '', + 'Class:NormalChange/Attribute:status/Value:validated' => 'Convalidato', + 'Class:NormalChange/Attribute:status/Value:validated+' => '', + 'Class:NormalChange/Attribute:status/Value:rejected' => 'Rifiutato', + 'Class:NormalChange/Attribute:status/Value:rejected+' => '', + 'Class:NormalChange/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:NormalChange/Attribute:status/Value:assigned+' => '', + 'Class:NormalChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', + 'Class:NormalChange/Attribute:status/Value:plannedscheduled+' => '', + 'Class:NormalChange/Attribute:status/Value:approved' => 'Approvato', + 'Class:NormalChange/Attribute:status/Value:approved+' => '', + 'Class:NormalChange/Attribute:status/Value:notapproved' => 'Non approvato', + 'Class:NormalChange/Attribute:status/Value:notapproved+' => '', + 'Class:NormalChange/Attribute:status/Value:implemented' => 'Implementato', + 'Class:NormalChange/Attribute:status/Value:implemented+' => '', + 'Class:NormalChange/Attribute:status/Value:monitored' => 'Monitorato', + 'Class:NormalChange/Attribute:status/Value:monitored+' => '', + 'Class:NormalChange/Attribute:status/Value:closed' => 'Chiuso', + 'Class:NormalChange/Attribute:status/Value:closed+' => '', + 'Class:EmergencyChange/Attribute:status/Value:new' => 'Nuovo', + 'Class:EmergencyChange/Attribute:status/Value:new+' => '', + 'Class:EmergencyChange/Attribute:status/Value:validated' => 'Convalidato', + 'Class:EmergencyChange/Attribute:status/Value:validated+' => '', + 'Class:EmergencyChange/Attribute:status/Value:rejected' => 'Rifiutato', + 'Class:EmergencyChange/Attribute:status/Value:rejected+' => '', + 'Class:EmergencyChange/Attribute:status/Value:assigned' => 'Asseganto', + 'Class:EmergencyChange/Attribute:status/Value:assigned+' => '', + 'Class:EmergencyChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', + 'Class:EmergencyChange/Attribute:status/Value:plannedscheduled+' => '', + 'Class:EmergencyChange/Attribute:status/Value:approved' => 'Approvato', + 'Class:EmergencyChange/Attribute:status/Value:approved+' => '', + 'Class:EmergencyChange/Attribute:status/Value:notapproved' => 'Non approvato', + 'Class:EmergencyChange/Attribute:status/Value:notapproved+' => '', + 'Class:EmergencyChange/Attribute:status/Value:implemented' => 'Implementato', + 'Class:EmergencyChange/Attribute:status/Value:implemented+' => '', + 'Class:EmergencyChange/Attribute:status/Value:monitored' => 'Monitorato', + 'Class:EmergencyChange/Attribute:status/Value:monitored+' => '', + 'Class:EmergencyChange/Attribute:status/Value:closed' => 'Chiuso', + 'Class:EmergencyChange/Attribute:status/Value:closed+' => '', +)); +?> diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/ja.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/ja.dict.itop-change-mgmt.php index 6573f043b..60752b285 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/ja.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/ja.dict.itop-change-mgmt.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Hirofumi Kosaka - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('JA JP', 'Japanese', '日本語', array ( diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/main.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/main.itop-change-mgmt.php index f1ac92b4b..3a23acb41 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/main.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/main.itop-change-mgmt.php @@ -1,17 +1,20 @@ + ?> diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/pt_br.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/pt_br.dict.itop-change-mgmt.php index 65833c454..902efc476 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/pt_br.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/pt_br.dict.itop-change-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/ru.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/ru.dict.itop-change-mgmt.php index d6ac7489e..a3e8d45fb 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/ru.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/ru.dict.itop-change-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('RU RU', 'Russian', 'Русский', array( diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/tr.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/tr.dict.itop-change-mgmt.php index cf5cfddc8..72a3b8f74 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/tr.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/tr.dict.itop-change-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/zh.dict.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/zh.dict.itop-change-mgmt.php index 25f180661..e58cb2c03 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/zh.dict.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/zh.dict.itop-change-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('ZH CN', 'Chinese', '简体中文', array( diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/datamodel.itop-config-mgmt.xml b/datamodels/1.x/itop-config-mgmt-1.0.0/datamodel.itop-config-mgmt.xml index ca6369dfe..aef0fe5fe 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/datamodel.itop-config-mgmt.xml +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/datamodel.itop-config-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,structure false diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/de.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/de.dict.itop-config-mgmt.php index b3de40b96..53c8649a8 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/de.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/de.dict.itop-config-mgmt.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/en.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/en.dict.itop-config-mgmt.php index 63758821a..5826e0e78 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/en.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/en.dict.itop-config-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/es_cr.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/es_cr.dict.itop-config-mgmt.php index ae7b39506..70515e502 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/es_cr.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/es_cr.dict.itop-config-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/fr.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/fr.dict.itop-config-mgmt.php index 3a6f305fe..53f2adf87 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/fr.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/fr.dict.itop-config-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/hu.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/hu.dict.itop-config-mgmt.php index e7e1f35e3..0c102657a 100755 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/hu.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/hu.dict.itop-config-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/it.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/it.dict.itop-config-mgmt.php index 8de3b1cc7..a5e2f840a 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/it.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/it.dict.itop-config-mgmt.php @@ -1,712 +1,711 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:Organization' => 'Organizzazione', - 'Class:Organization+' => '', - 'Class:Organization/Attribute:name' => 'Cognome', - 'Class:Organization/Attribute:name+' => 'Nome', - 'Class:Organization/Attribute:code' => 'Codice', - 'Class:Organization/Attribute:code+' => 'Codice dell\'organizzazione (Siret, DUNS,...)', - 'Class:Organization/Attribute:status' => 'Stato', - 'Class:Organization/Attribute:status+' => '', - 'Class:Organization/Attribute:status/Value:active' => 'Attivo', - 'Class:Organization/Attribute:status/Value:active+' => 'Attivo', - 'Class:Organization/Attribute:status/Value:inactive' => 'Inattivo', - 'Class:Organization/Attribute:status/Value:inactive+' => 'Inattivo', - 'Class:Organization/Attribute:parent_id' => 'Parent', - 'Class:Organization/Attribute:parent_id+' => 'Parent organization', - 'Class:Location' => 'Localizzazione', - 'Class:Location+' => 'Qualsiasi tipo di localizzazione: Regione, Paese, Città, Sito, Edificio, Piano, Stanza, Rack,,...', - 'Class:Location/Attribute:name' => 'Nome', - 'Class:Location/Attribute:name+' => '', - 'Class:Location/Attribute:status' => 'Stato', - 'Class:Location/Attribute:status+' => '', - 'Class:Location/Attribute:status/Value:active' => 'Attivo', - 'Class:Location/Attribute:status/Value:active+' => 'Attivo', - 'Class:Location/Attribute:status/Value:inactive' => 'Inattivo', - 'Class:Location/Attribute:status/Value:inactive+' => 'Inattivo', - 'Class:Location/Attribute:org_id' => 'Organizzazione proprietaria', - 'Class:Location/Attribute:org_id+' => '', - 'Class:Location/Attribute:address' => 'Indirizzo', - 'Class:Location/Attribute:address+' => 'Indirizzo postale', - 'Class:Location/Attribute:postal_code' => 'Codice avviamento postale', - 'Class:Location/Attribute:postal_code+' => 'CAP/codice avviamento postale', - 'Class:Location/Attribute:city' => 'Città', - 'Class:Location/Attribute:city+' => '', - 'Class:Location/Attribute:country' => 'Paese', - 'Class:Location/Attribute:country+' => '', - 'Class:Location/Attribute:parent_id' => 'Parent location', - 'Class:Location/Attribute:parent_id+' => '', - 'Class:Location/Attribute:contact_list' => 'Contatti', - 'Class:Location/Attribute:contact_list+' => 'Contatti posizionati su questo sito', - 'Class:Location/Attribute:infra_list' => 'Infrastrutture', - 'Class:Location/Attribute:infra_list+' => 'CIs posizionati su questo sito', - 'Class:Person' => 'Persona', - 'Class:Person+' => '', - 'Class:Person/Attribute:first_name' => 'Nome', - 'Class:Person/Attribute:first_name+' => '', - 'Class:Person/Attribute:employee_id' => 'ID dipendente', - 'Class:Person/Attribute:employee_id+' => '', - 'Class:Team' => 'Squadra', - 'Class:Team+' => '', - 'Class:Team/Attribute:member_list' => 'Membri', - 'Class:Team/Attribute:member_list+' => 'Contatti che appartengono a questa Squadra', - 'Class:lnkTeamToContact' => 'Membri della squadra', - 'Class:lnkTeamToContact+' => 'membri della squadra', - 'Class:lnkTeamToContact/Attribute:team_id' => 'Squadra', - 'Class:lnkTeamToContact/Attribute:team_id+' => '', - 'Class:lnkTeamToContact/Attribute:contact_id' => 'Membri', - 'Class:lnkTeamToContact/Attribute:contact_id+' => '', - 'Class:lnkTeamToContact/Attribute:role' => 'Ruolo', - 'Class:lnkTeamToContact/Attribute:role+' => '', - 'Class:WebDoc' => 'Documento Web', - 'Class:WebDoc+' => 'Documento disponibile su un altro server web', - 'Class:WebDoc/Attribute:url' => 'Url', - 'Class:WebDoc/Attribute:url+' => '', - 'Class:Note' => 'Note', - 'Class:Note+' => '', - 'Class:Note/Attribute:note' => 'Testo', - 'Class:Note/Attribute:note+' => '', - 'Class:FileDoc' => 'Documento (file)', - 'Class:FileDoc+' => '', - 'Class:FileDoc/Attribute:contents' => 'Contenuti', - 'Class:FileDoc/Attribute:contents+' => '', - 'Class:Licence' => 'Licenza', - 'Class:Licence+' => '', - 'Class:Licence/Attribute:provider' => 'Provider', - 'Class:Licence/Attribute:provider+' => '', - 'Class:Licence/Attribute:org_id' => 'Proprietario', - 'Class:Licence/Attribute:org_id+' => '', - 'Class:Licence/Attribute:product' => 'Prodotto', - 'Class:Licence/Attribute:product+' => '', - 'Class:Licence/Attribute:name' => 'Nome', - 'Class:Licence/Attribute:name+' => '', - 'Class:Licence/Attribute:start' => 'Data di inizio', - 'Class:Licence/Attribute:start+' => '', - 'Class:Licence/Attribute:end' => 'Data di fine', - 'Class:Licence/Attribute:end+' => '', - 'Class:Licence/Attribute:licence_key' => 'Key', - 'Class:Licence/Attribute:licence_key+' => '', - 'Class:Licence/Attribute:scope' => 'Scopo', - 'Class:Licence/Attribute:scope+' => '', - 'Class:Licence/Attribute:usage_limit' => 'Limiti d\'uso', - 'Class:Licence/Attribute:usage_limit+' => '', - 'Class:Licence/Attribute:usage_list' => 'Uso', - 'Class:Licence/Attribute:usage_list+' => 'Istanze di applicazioni che usano questa licenza', - 'Class:Subnet' => 'Subnet', - 'Class:Subnet+' => '', - 'Class:Subnet/Attribute:description' => 'Descrizione', - 'Class:Subnet/Attribute:description+' => '', - 'Class:Subnet/Attribute:org_id' => 'Organizzazione proprietaria', - 'Class:Subnet/Attribute:org_id+' => '', - 'Class:Subnet/Attribute:ip' => 'IP', - 'Class:Subnet/Attribute:ip+' => '', - 'Class:Subnet/Attribute:ip_mask' => 'IP Mask', - 'Class:Subnet/Attribute:ip_mask+' => '', - 'Class:Patch' => 'Patch', - 'Class:Patch+' => '', - 'Class:Patch/Attribute:name' => 'Nome', - 'Class:Patch/Attribute:name+' => '', - 'Class:Patch/Attribute:description' => 'Descrizione', - 'Class:Patch/Attribute:description+' => '', - 'Class:Patch/Attribute:target_sw' => 'Scopo dell\'applicazione', - 'Class:Patch/Attribute:target_sw+' => 'Software bersaglio (OS o applicazione)', - 'Class:Patch/Attribute:version' => 'Versione', - 'Class:Patch/Attribute:version+' => '', - 'Class:Patch/Attribute:type' => 'Tipo', - 'Class:Patch/Attribute:type+' => '', - 'Class:Patch/Attribute:type/Value:application' => 'Applicazione', - 'Class:Patch/Attribute:type/Value:application+' => '', - 'Class:Patch/Attribute:type/Value:os' => 'OS', - 'Class:Patch/Attribute:type/Value:os+' => '', - 'Class:Patch/Attribute:type/Value:security' => 'Securirezza', - 'Class:Patch/Attribute:type/Value:security+' => '', - 'Class:Patch/Attribute:type/Value:servicepack' => 'Service Pack', - 'Class:Patch/Attribute:type/Value:servicepack+' => '', - 'Class:Patch/Attribute:ci_list' => 'Dispositivi', - 'Class:Patch/Attribute:ci_list+' => 'Dispositivi dove la patch è installata', - 'Class:Application' => 'Applicazione', - 'Class:Application+' => '', - 'Class:Application/Attribute:instance_list' => 'Installazioni', - 'Class:Application/Attribute:instance_list+' => 'Istanze di questa applicazione', - 'Class:DBServer' => 'Database', - 'Class:DBServer+' => 'Database server SW', - 'Class:DBServer/Attribute:instance_list' => 'Installazioni', - 'Class:DBServer/Attribute:instance_list+' => 'Istanze di questo database server', - 'Class:lnkPatchToCI' => 'Utilizzo di Patch', - 'Class:lnkPatchToCI+' => '', - 'Class:lnkPatchToCI/Attribute:patch_id' => 'Patch', - 'Class:lnkPatchToCI/Attribute:patch_id+' => '', - 'Class:lnkPatchToCI/Attribute:ci_id' => 'CI', - 'Class:lnkPatchToCI/Attribute:ci_id+' => '', - 'Class:DBServerInstance' => 'Istanza del DB Server', - 'Class:DBServerInstance+' => '', - 'Class:DBServerInstance/Attribute:software_id' => 'Software', - 'Class:DBServerInstance/Attribute:software_id+' => '', - 'Class:DBServerInstance/Attribute:dbinstance_list' => 'Databases', - 'Class:DBServerInstance/Attribute:dbinstance_list+' => 'Sorgente del database', - 'Class:ApplicationInstance' => 'Istanza dell\'applicazione', - 'Class:ApplicationInstance+' => '', - 'Class:ApplicationInstance/Attribute:software_id' => 'Software', - 'Class:ApplicationInstance/Attribute:software_id+' => '', - 'Class:DatabaseInstance' => 'Istanza del database', - 'Class:DatabaseInstance+' => '', - 'Class:DatabaseInstance/Attribute:db_server_instance_id' => 'Server del database', - 'Class:DatabaseInstance/Attribute:db_server_instance_id+' => '', - 'Class:DatabaseInstance/Attribute:description' => 'Descrizione', - 'Class:DatabaseInstance/Attribute:description+' => '', - 'Class:Group' => 'Groppo', - 'Class:Group+' => '', - 'Class:Group/Attribute:name' => 'Nome', - 'Class:Group/Attribute:name+' => '', - 'Class:Group/Attribute:status' => 'Stato', - 'Class:Group/Attribute:status+' => '', - 'Class:Group/Attribute:status/Value:implementation' => 'Implementazione', - 'Class:Group/Attribute:status/Value:implementation+' => 'Implementazione', - 'Class:Group/Attribute:status/Value:obsolete' => 'Obsoleto', - 'Class:Group/Attribute:status/Value:obsolete+' => 'Obsoleto', - 'Class:Group/Attribute:status/Value:production' => 'Produzione', - 'Class:Group/Attribute:status/Value:production+' => 'Produzione', - 'Class:Group/Attribute:org_id' => 'Organizazione', - 'Class:Group/Attribute:org_id+' => '', - 'Class:Group/Attribute:description' => 'Descrizione', - 'Class:Group/Attribute:description+' => '', - 'Class:Group/Attribute:type' => 'Tipo', - 'Class:Group/Attribute:type+' => '', - 'Class:Group/Attribute:parent_id' => 'Parent Group', - 'Class:Group/Attribute:parent_id+' => '', - 'Class:Group/Attribute:ci_list' => 'CIs collegati', - 'Class:Group/Attribute:ci_list+' => '', - 'Class:lnkGroupToCI' => 'Groppo / CI', - 'Class:lnkGroupToCI+' => '', - 'Class:lnkGroupToCI/Attribute:group_id' => 'Groppo', - 'Class:lnkGroupToCI/Attribute:group_id+' => '', - 'Class:lnkGroupToCI/Attribute:ci_id' => 'CI', - 'Class:lnkGroupToCI/Attribute:ci_id+' => '', - 'Class:lnkGroupToCI/Attribute:reason' => 'Motivo', - 'Class:lnkGroupToCI/Attribute:reason+' => '', - 'Class:ApplicationSolution' => 'Soluzione Applicativa', - 'Class:ApplicationSolution+' => '', - 'Class:ApplicationSolution/Attribute:description' => 'Descrizione', - 'Class:ApplicationSolution/Attribute:description+' => '', - 'Class:ApplicationSolution/Attribute:ci_list' => 'CIs', - 'Class:ApplicationSolution/Attribute:ci_list+' => 'CIs che compongono la soluzione applicativa', - 'Class:ApplicationSolution/Attribute:process_list' => 'Processi di business', - 'Class:ApplicationSolution/Attribute:process_list+' => 'Processi di business che si basano sulla soluzione', - 'Class:BusinessProcess' => 'Processi di business', - 'Class:BusinessProcess+' => '', - 'Class:BusinessProcess/Attribute:description' => 'Descrizione', - 'Class:BusinessProcess/Attribute:description+' => '', - 'Class:BusinessProcess/Attribute:used_solution_list' => 'Soluzioni Applicative', - 'Class:BusinessProcess/Attribute:used_solution_list+' => 'Soluzioni applicative sui cui si basa il processo', - 'Class:NetworkInterface' => 'Interfaccia di Rete', - 'Class:NetworkInterface+' => '', - 'Class:NetworkInterface/Attribute:device_id' => 'Dispositivo', - 'Class:NetworkInterface/Attribute:device_id+' => '', - 'Class:NetworkInterface/Attribute:logical_type' => 'Logical Type', - 'Class:NetworkInterface/Attribute:logical_type+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:backup' => 'Backup', - 'Class:NetworkInterface/Attribute:logical_type/Value:backup+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:logical' => 'Logical', - 'Class:NetworkInterface/Attribute:logical_type/Value:logical+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:port' => 'Porta', - 'Class:NetworkInterface/Attribute:logical_type/Value:port+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:primary' => 'Primario', - 'Class:NetworkInterface/Attribute:logical_type/Value:primary+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:secondary' => 'Secondario', - 'Class:NetworkInterface/Attribute:logical_type/Value:secondary+' => '', - 'Class:NetworkInterface/Attribute:physical_type' => 'Tipo fisico', - 'Class:NetworkInterface/Attribute:physical_type+' => '', - 'Class:NetworkInterface/Attribute:physical_type/Value:atm' => 'ATM', - 'Class:NetworkInterface/Attribute:physical_type/Value:atm+' => '', - 'Class:NetworkInterface/Attribute:physical_type/Value:ethernet' => 'Ethernet', - 'Class:NetworkInterface/Attribute:physical_type/Value:ethernet+' => '', - 'Class:NetworkInterface/Attribute:physical_type/Value:framerelay' => 'Frame Relay', - 'Class:NetworkInterface/Attribute:physical_type/Value:framerelay+' => '', - 'Class:NetworkInterface/Attribute:physical_type/Value:vlan' => 'VLAN', - 'Class:NetworkInterface/Attribute:physical_type/Value:vlan+' => '', - 'Class:NetworkInterface/Attribute:ip_address' => 'Indirizzo IP', - 'Class:NetworkInterface/Attribute:ip_address+' => '', - 'Class:NetworkInterface/Attribute:ip_mask' => 'Maschera IP', - 'Class:NetworkInterface/Attribute:ip_mask+' => '', - 'Class:NetworkInterface/Attribute:mac_address' => 'Indirizzo MAC', - 'Class:NetworkInterface/Attribute:mac_address+' => '', - 'Class:NetworkInterface/Attribute:speed' => 'Velocità', - 'Class:NetworkInterface/Attribute:speed+' => '', - 'Class:NetworkInterface/Attribute:duplex' => 'Duplex', - 'Class:NetworkInterface/Attribute:duplex+' => '', - 'Class:NetworkInterface/Attribute:duplex/Value:auto' => 'Auto', - 'Class:NetworkInterface/Attribute:duplex/Value:auto+' => 'Auto', - 'Class:NetworkInterface/Attribute:duplex/Value:full' => 'Full', - 'Class:NetworkInterface/Attribute:duplex/Value:full+' => '', - 'Class:NetworkInterface/Attribute:duplex/Value:half' => 'Half', - 'Class:NetworkInterface/Attribute:duplex/Value:half+' => '', - 'Class:NetworkInterface/Attribute:duplex/Value:unknown' => 'Sconosciuta', - 'Class:NetworkInterface/Attribute:duplex/Value:unknown+' => '', - 'Class:NetworkInterface/Attribute:connected_if' => 'Connesso a ', - 'Class:NetworkInterface/Attribute:connected_if+' => 'Interfaccia connessa', - 'Class:NetworkInterface/Attribute:link_type' => 'Tipo di link', - 'Class:NetworkInterface/Attribute:link_type+' => '', - 'Class:NetworkInterface/Attribute:link_type/Value:downlink' => 'Down link', - 'Class:NetworkInterface/Attribute:link_type/Value:downlink+' => '', - 'Class:NetworkInterface/Attribute:link_type/Value:uplink' => 'Up link', - 'Class:NetworkInterface/Attribute:link_type/Value:uplink+' => '', - 'Class:PC' => 'PC', - 'Class:PC+' => '', - 'Class:PC/Attribute:cpu' => 'CPU', - 'Class:PC/Attribute:cpu+' => '', - 'Class:PC/Attribute:ram' => 'RAM', - 'Class:PC/Attribute:ram+' => '', - 'Class:PC/Attribute:hdd' => 'Hard disk', - 'Class:PC/Attribute:hdd+' => '', - 'Class:PC/Attribute:os_family' => 'OS Family', - 'Class:PC/Attribute:os_family+' => '', - 'Class:PC/Attribute:os_version' => 'OS Version', - 'Class:PC/Attribute:os_version+' => '', - 'Class:PC/Attribute:application_list' => 'Applicazioni', - 'Class:PC/Attribute:application_list+' => 'Applicazioni installate su questo PC', - 'Class:PC/Attribute:patch_list' => 'Patches', - 'Class:PC/Attribute:patch_list+' => 'Patches installate su questo PC', - 'Class:MobilePhone' => 'Cellulari', - 'Class:MobilePhone+' => '', - 'Class:MobilePhone/Attribute:number' => 'Numero di telefono', - 'Class:MobilePhone/Attribute:number+' => '', - 'Class:MobilePhone/Attribute:imei' => 'IMEI', - 'Class:MobilePhone/Attribute:imei+' => '', - 'Class:MobilePhone/Attribute:hw_pin' => 'Hardware PIN', - 'Class:MobilePhone/Attribute:hw_pin+' => '', - 'Class:NetworkDevice' => 'Dispositivi di rete', - 'Class:NetworkDevice+' => '', - 'Class:NetworkDevice/Attribute:type' => 'Tipo', - 'Class:NetworkDevice/Attribute:type+' => '', - 'Class:NetworkDevice/Attribute:type/Value:firewall' => 'Firewall', - 'Class:NetworkDevice/Attribute:type/Value:firewall+' => '', - 'Class:NetworkDevice/Attribute:type/Value:hub' => 'Hub', - 'Class:NetworkDevice/Attribute:type/Value:hub+' => '', - 'Class:NetworkDevice/Attribute:type/Value:loadbalancer' => 'Load Balancer', - 'Class:NetworkDevice/Attribute:type/Value:loadbalancer+' => '', - 'Class:NetworkDevice/Attribute:type/Value:router' => 'Router', - 'Class:NetworkDevice/Attribute:type/Value:router+' => '', - 'Class:NetworkDevice/Attribute:type/Value:switch' => 'Switch', - 'Class:NetworkDevice/Attribute:type/Value:switch+' => '', - 'Class:NetworkDevice/Attribute:type/Value:wanaccelerator' => 'Acceleratore WAN', - 'Class:NetworkDevice/Attribute:type/Value:wanaccelerator+' => '', - 'Class:NetworkDevice/Attribute:ios_version' => 'Versione IOS', - 'Class:NetworkDevice/Attribute:ios_version+' => '', - 'Class:NetworkDevice/Attribute:ram' => 'RAM', - 'Class:NetworkDevice/Attribute:ram+' => '', - 'Class:NetworkDevice/Attribute:snmp_read' => 'SNMP Read', - 'Class:NetworkDevice/Attribute:snmp_read+' => '', - 'Class:NetworkDevice/Attribute:snmp_write' => 'SNMP Write', - 'Class:NetworkDevice/Attribute:snmp_write+' => '', - 'Class:Server' => 'Server', - 'Class:Server+' => '', - 'Class:Server/Attribute:cpu' => 'CPU', - 'Class:Server/Attribute:cpu+' => '', - 'Class:Server/Attribute:ram' => 'RAM', - 'Class:Server/Attribute:ram+' => '', - 'Class:Server/Attribute:hdd' => 'Hard Disk', - 'Class:Server/Attribute:hdd+' => '', - 'Class:Server/Attribute:os_family' => 'OS Family', - 'Class:Server/Attribute:os_family+' => '', - 'Class:Server/Attribute:os_version' => 'OS Version', - 'Class:Server/Attribute:os_version+' => '', - 'Class:Server/Attribute:application_list' => 'Applicazioni', - 'Class:Server/Attribute:application_list+' => 'Applicazioni installate su questo server', - 'Class:Server/Attribute:patch_list' => 'Patches', - 'Class:Server/Attribute:patch_list+' => 'Patches installate su questo server', - 'Class:Printer' => 'Stampante', - 'Class:Printer+' => '', - 'Class:Printer/Attribute:type' => 'Tipo', - 'Class:Printer/Attribute:type+' => '', - 'Class:Printer/Attribute:type/Value:mopier' => 'Mopier', - 'Class:Printer/Attribute:type/Value:mopier+' => '', - 'Class:Printer/Attribute:type/Value:printer' => 'Stampante', - 'Class:Printer/Attribute:type/Value:printer+' => '', - 'Class:Printer/Attribute:technology' => 'Tecnologia', - 'Class:Printer/Attribute:technology+' => '', - 'Class:Printer/Attribute:technology/Value:inkjet' => 'Inkjet', - 'Class:Printer/Attribute:technology/Value:inkjet+' => '', - 'Class:Printer/Attribute:technology/Value:laser' => 'Laser', - 'Class:Printer/Attribute:technology/Value:laser+' => '', - 'Class:Printer/Attribute:technology/Value:tracer' => 'Tracer', - 'Class:Printer/Attribute:technology/Value:tracer+' => '', - 'Class:lnkCIToDoc' => 'Doc/CI', - 'Class:lnkCIToDoc+' => '', - 'Class:lnkCIToDoc/Attribute:ci_id' => 'CI', - 'Class:lnkCIToDoc/Attribute:ci_id+' => '', - 'Class:lnkCIToDoc/Attribute:document_id' => 'Documento', - 'Class:lnkCIToDoc/Attribute:document_id+' => '', - 'Class:lnkCIToContact' => 'CI/Contatto', - 'Class:lnkCIToContact+' => '', - 'Class:lnkCIToContact/Attribute:ci_id' => 'CI', - 'Class:lnkCIToContact/Attribute:ci_id+' => '', - 'Class:lnkCIToContact/Attribute:contact_id' => 'Contatto', - 'Class:lnkCIToContact/Attribute:contact_id+' => '', - 'Class:lnkCIToContact/Attribute:role' => 'Ruolo', - 'Class:lnkCIToContact/Attribute:role+' => 'Ruolo del contatto per quanto riguarda il CI', - 'Class:lnkSolutionToCI' => 'CI/Solutione', - 'Class:lnkSolutionToCI+' => '', - 'Class:lnkSolutionToCI/Attribute:solution_id' => 'Soluzione applicativa', - 'Class:lnkSolutionToCI/Attribute:solution_id+' => '', - 'Class:lnkSolutionToCI/Attribute:ci_id' => 'CI', - 'Class:lnkSolutionToCI/Attribute:ci_id+' => '', - 'Class:lnkSolutionToCI/Attribute:utility' => 'Utility', - 'Class:lnkSolutionToCI/Attribute:utility+' => 'Utility del CI nella soluzione applicativa', - 'Class:lnkProcessToSolution' => 'Processo di business/Solutione', - 'Class:lnkProcessToSolution+' => '', - 'Class:lnkProcessToSolution/Attribute:solution_id' => 'Soluzione applicativa', - 'Class:lnkProcessToSolution/Attribute:solution_id+' => '', - 'Class:lnkProcessToSolution/Attribute:process_id' => 'Processo', - 'Class:lnkProcessToSolution/Attribute:process_id+' => '', - 'Class:lnkProcessToSolution/Attribute:reason' => 'Motivo', - 'Class:lnkProcessToSolution/Attribute:reason+' => 'Più informazioni tra il processo di business e la soluzione applicativa', - 'Relation:impacts/Description' => 'Elementi impattati da...', - 'Relation:impacts/VerbUp' => 'Impatto...', - 'Relation:impacts/VerbDown' => 'Elementi impattati da...', - 'Relation:depends on/Description' => 'Elementi di questo elemento dipende da', - 'Relation:depends on/VerbUp' => 'Dipende da...', - 'Relation:depends on/VerbDown' => 'Impatto...', - 'Class:Organization/Attribute:parent_name' => 'Parent name', - 'Class:Organization/Attribute:parent_name+' => 'Name of the parent organization', - 'Class:Location/Attribute:org_name' => 'Nome dell\'organizzazione', - 'Class:Location/Attribute:org_name+' => '', - 'Class:Location/Attribute:parent_name' => 'Parent name', - 'Class:Location/Attribute:parent_name+' => '', - 'Class:Group/Attribute:owner_name' => 'Cognome', - 'Class:Group/Attribute:owner_name+' => 'Nome', - 'Class:Group/Attribute:parent_name' => 'Nome', - 'Class:Group/Attribute:parent_name+' => '', - 'Class:lnkGroupToCI/Attribute:group_name' => 'Nome', - 'Class:lnkGroupToCI/Attribute:group_name+' => '', - 'Class:lnkGroupToCI/Attribute:ci_name' => 'Nome', - 'Class:lnkGroupToCI/Attribute:ci_name+' => '', - 'Class:lnkGroupToCI/Attribute:ci_status' => 'CI Stato', - 'Class:lnkGroupToCI/Attribute:ci_status+' => '', - 'Class:Contact' => 'Contatto', - 'Class:Contact+' => '', - 'Class:Contact/Attribute:name' => 'Nome', - 'Class:Contact/Attribute:name+' => '', - 'Class:Contact/Attribute:status' => 'Stato', - 'Class:Contact/Attribute:status+' => '', - 'Class:Contact/Attribute:status/Value:active' => 'Attivo', - 'Class:Contact/Attribute:status/Value:active+' => 'Attivo', - 'Class:Contact/Attribute:status/Value:inactive' => 'Inattivo', - 'Class:Contact/Attribute:status/Value:inactive+' => 'Inattivo', - 'Class:Contact/Attribute:org_id' => 'Organizzazione', - 'Class:Contact/Attribute:org_id+' => '', - 'Class:Contact/Attribute:org_name' => 'Organizzazione', - 'Class:Contact/Attribute:org_name+' => '', - 'Class:Contact/Attribute:email' => 'Email', - 'Class:Contact/Attribute:email+' => '', - 'Class:Contact/Attribute:phone' => 'Telefono', - 'Class:Contact/Attribute:phone+' => '', - 'Class:Contact/Attribute:location_id' => 'Posizione', - 'Class:Contact/Attribute:location_id+' => '', - 'Class:Contact/Attribute:location_name' => 'Posizione', - 'Class:Contact/Attribute:location_name+' => '', - 'Class:Contact/Attribute:ci_list' => 'CIs', - 'Class:Contact/Attribute:ci_list+' => 'CIs relativi al contatto', - 'Class:Contact/Attribute:contract_list' => 'Contratti', - 'Class:Contact/Attribute:contract_list+' => 'Contratti relativi al contatto', - 'Class:Contact/Attribute:service_list' => 'Servizi', - 'Class:Contact/Attribute:service_list+' => 'Servizi relativi al contatto', - 'Class:Contact/Attribute:ticket_list' => 'Tickets', - 'Class:Contact/Attribute:ticket_list+' => 'Tickets relativi al contatto', - 'Class:Contact/Attribute:team_list' => 'Squadre', - 'Class:Contact/Attribute:team_list+' => 'Squadre di appartenenza', - 'Class:Contact/Attribute:finalclass' => 'Tipo', - 'Class:Contact/Attribute:finalclass+' => '', - 'Class:lnkTeamToContact/Attribute:contact_location_id' => 'Posizione', - 'Class:lnkTeamToContact/Attribute:contact_location_id+' => '', - 'Class:lnkTeamToContact/Attribute:contact_email' => 'Email', - 'Class:lnkTeamToContact/Attribute:contact_email+' => '', - 'Class:lnkTeamToContact/Attribute:contact_phone' => 'Telefono', - 'Class:lnkTeamToContact/Attribute:contact_phone+' => '', - 'Class:Document' => 'Documento', - 'Class:Document+' => '', - 'Class:Document/Attribute:name' => 'Nome', - 'Class:Document/Attribute:name+' => '', - 'Class:Document/Attribute:org_id' => 'Organizzazione', - 'Class:Document/Attribute:description+' => '', - 'Class:Document/Attribute:org_name' => 'Nome dell\'organizzazione', - 'Class:Document/Attribute:org_name+' => '', - 'Class:Document/Attribute:description' => 'Descrizione', - 'Class:Document/Attribute:type' => 'Tipo', - 'Class:Document/Attribute:type+' => '', - 'Class:Document/Attribute:type/Value:contract' => 'Contratto', - 'Class:Document/Attribute:type/Value:contract+' => '', - 'Class:Document/Attribute:type/Value:networkmap' => 'Network Map', - 'Class:Document/Attribute:type/Value:networkmap+' => '', - 'Class:Document/Attribute:type/Value:presentation' => 'Presentazine', - 'Class:Document/Attribute:type/Value:presentation+' => '', - 'Class:Document/Attribute:type/Value:training' => 'Formazione', - 'Class:Document/Attribute:type/Value:training+' => '', - 'Class:Document/Attribute:type/Value:whitePaper' => 'Foglio bianco', - 'Class:Document/Attribute:type/Value:whitePaper+' => '', - 'Class:Document/Attribute:type/Value:workinginstructions' => 'Istruzioni di lavoro', - 'Class:Document/Attribute:type/Value:workinginstructions+' => '', - 'Class:Document/Attribute:status' => 'Stato', - 'Class:Document/Attribute:status+' => '', - 'Class:Document/Attribute:status/Value:draft' => 'Draft', - 'Class:Document/Attribute:status/Value:draft+' => '', - 'Class:Document/Attribute:status/Value:obsolete' => 'Obsoleto', - 'Class:Document/Attribute:status/Value:obsolete+' => '', - 'Class:Document/Attribute:status/Value:published' => 'Pubblicato', - 'Class:Document/Attribute:status/Value:published+' => '', - 'Class:Document/Attribute:ci_list' => 'CIs', - 'Class:Document/Attribute:ci_list+' => 'CIs relativo a questo documento', - 'Class:Document/Attribute:contract_list' => 'Contratti', - 'Class:Document/Attribute:contract_list+' => 'Contratti relativi a questo documento', - 'Class:Document/Attribute:service_list' => 'Servizi', - 'Class:Document/Attribute:service_list+' => 'Servizi relativi a questo documento', - 'Class:Document/Attribute:ticket_list' => 'Tickets', - 'Class:Document/Attribute:ticket_list+' => 'Tickets relativi a questo documento', - 'Class:Document:PreviewTab' => 'Anteprima', - 'Class:Licence/Attribute:org_name' => 'Cognome', - 'Class:Licence/Attribute:org_name+' => 'Nome', - 'Class:Subnet/Name' => '%1$s / %2$s~~', - 'Class:Software' => 'Software', - 'Class:Software+' => '', - 'Class:Software/Attribute:name' => 'Nome', - 'Class:Software/Attribute:name+' => '', - 'Class:Software/Attribute:description' => 'Descrizione', - 'Class:Software/Attribute:description+' => '', - 'Class:Software/Attribute:instance_list' => 'Installazioni', - 'Class:Software/Attribute:instance_list+' => 'Istanze di questo software', - 'Class:Software/Attribute:finalclass' => 'Tipo', - 'Class:Software/Attribute:finalclass+' => '', - 'Class:Application/Attribute:name' => 'Nome', - 'Class:Application/Attribute:name+' => '', - 'Class:Application/Attribute:description' => 'Descrizione', - 'Class:Application/Attribute:description+' => '', - 'Class:lnkPatchToCI/Attribute:patch_name' => 'Patch', - 'Class:lnkPatchToCI/Attribute:patch_name+' => '', - 'Class:lnkPatchToCI/Attribute:ci_name' => 'CI', - 'Class:lnkPatchToCI/Attribute:ci_name+' => '', - 'Class:lnkPatchToCI/Attribute:ci_status' => 'CI Stato', - 'Class:lnkPatchToCI/Attribute:ci_status+' => '', - 'Class:FunctionalCI' => 'CI Funzionale', - 'Class:FunctionalCI+' => '', - 'Class:FunctionalCI/Attribute:name' => 'Nome', - 'Class:FunctionalCI/Attribute:name+' => '', - 'Class:FunctionalCI/Attribute:status' => 'Stato', - 'Class:FunctionalCI/Attribute:status+' => '', - 'Class:FunctionalCI/Attribute:status/Value:implementation' => 'Implementazione', - 'Class:FunctionalCI/Attribute:status/Value:implementation+' => '', - 'Class:FunctionalCI/Attribute:status/Value:obsolete' => 'Obsoleto', - 'Class:FunctionalCI/Attribute:status/Value:obsolete+' => '', - 'Class:FunctionalCI/Attribute:status/Value:production' => 'Produzione', - 'Class:FunctionalCI/Attribute:status/Value:production+' => '', - 'Class:FunctionalCI/Attribute:org_id' => 'Organizzazione proprietaria', - 'Class:FunctionalCI/Attribute:org_id+' => '', - 'Class:FunctionalCI/Attribute:owner_name' => 'Organizzazione proprietaria', - 'Class:FunctionalCI/Attribute:owner_name+' => '', - 'Class:FunctionalCI/Attribute:importance' => 'Criticità di business', - 'Class:FunctionalCI/Attribute:importance+' => '', - 'Class:FunctionalCI/Attribute:importance/Value:high' => 'Alta', - 'Class:FunctionalCI/Attribute:importance/Value:high+' => '', - 'Class:FunctionalCI/Attribute:importance/Value:low' => 'Bassa', - 'Class:FunctionalCI/Attribute:importance/Value:low+' => '', - 'Class:FunctionalCI/Attribute:importance/Value:medium' => 'Media', - 'Class:FunctionalCI/Attribute:importance/Value:medium+' => '', - 'Class:FunctionalCI/Attribute:contact_list' => 'Contatti', - 'Class:FunctionalCI/Attribute:contact_list+' => 'Contatti per questo CI', - 'Class:FunctionalCI/Attribute:document_list' => 'Documenti', - 'Class:FunctionalCI/Attribute:document_list+' => 'Documentazione per questo CI', - 'Class:FunctionalCI/Attribute:solution_list' => 'Soluzioni applicative', - 'Class:FunctionalCI/Attribute:solution_list+' => 'Soluzioni applicative che utilizzano questo CI', - 'Class:FunctionalCI/Attribute:contract_list' => 'Contratti', - 'Class:FunctionalCI/Attribute:contract_list+' => 'Contratti a sostegno di questo CI', - 'Class:FunctionalCI/Attribute:ticket_list' => 'Tickets', - 'Class:FunctionalCI/Attribute:ticket_list+' => 'Tickets relativi al CI', - 'Class:FunctionalCI/Attribute:finalclass' => 'Tipo', - 'Class:FunctionalCI/Attribute:finalclass+' => '', - 'Class:SoftwareInstance' => 'Istanza software', - 'Class:SoftwareInstance+' => '', - 'Class:SoftwareInstance/Name' => '%1$s - %2$s~~', - 'Class:SoftwareInstance/Attribute:device_id' => 'Dispositivo', - 'Class:SoftwareInstance/Attribute:device_id+' => '', - 'Class:SoftwareInstance/Attribute:device_name' => 'Dispositivo', - 'Class:SoftwareInstance/Attribute:device_name+' => '', - 'Class:SoftwareInstance/Attribute:licence_id' => 'Licenza', - 'Class:SoftwareInstance/Attribute:licence_id+' => '', - 'Class:SoftwareInstance/Attribute:licence_name' => 'Licenza', - 'Class:SoftwareInstance/Attribute:licence_name+' => '', - 'Class:SoftwareInstance/Attribute:software_name' => 'Software', - 'Class:SoftwareInstance/Attribute:software_name+' => '', - 'Class:SoftwareInstance/Attribute:version' => 'Versione', - 'Class:SoftwareInstance/Attribute:version+' => '', - 'Class:SoftwareInstance/Attribute:description' => 'Descrizione', - 'Class:SoftwareInstance/Attribute:description+' => '', - 'Class:ApplicationInstance/Name' => '%1$s - %2$s~~', - 'Class:ApplicationInstance/Attribute:software_name' => 'Nome', - 'Class:ApplicationInstance/Attribute:software_name+' => '', - 'Class:DBServerInstance/Name' => '%1$s - %2$s~~', - 'Class:DBServerInstance/Attribute:software_name' => 'Nome del Software', - 'Class:DBServerInstance/Attribute:software_name+' => '', - 'Class:DatabaseInstance/Name' => '%1$s - %2$s~~', - 'Class:DatabaseInstance/Attribute:db_server_instance_version' => 'Versione del database', - 'Class:DatabaseInstance/Attribute:db_server_instance_version+' => '', - 'Class:ConnectableCI' => 'CI collegabile', - 'Class:ConnectableCI+' => 'CI fisico', - 'Class:ConnectableCI/Attribute:brand' => 'Marca', - 'Class:ConnectableCI/Attribute:brand+' => '', - 'Class:ConnectableCI/Attribute:model' => 'Modello', - 'Class:ConnectableCI/Attribute:model+' => '', - 'Class:ConnectableCI/Attribute:serial_number' => 'Numero seriala', - 'Class:ConnectableCI/Attribute:serial_number+' => '', - 'Class:ConnectableCI/Attribute:asset_ref' => 'Asset di riferimento', - 'Class:ConnectableCI/Attribute:asset_ref+' => '', - 'Class:NetworkInterface/Name' => '%1$s - %2$s~~', - 'Class:NetworkInterface/Attribute:device_name' => 'Dispositivo', - 'Class:NetworkInterface/Attribute:device_name+' => '', - 'Class:NetworkInterface/Attribute:connected_name' => 'Connesso a ', - 'Class:NetworkInterface/Attribute:connected_name+' => '', - 'Class:NetworkInterface/Attribute:connected_if_device_id' => 'Dispositivo connesso', - 'Class:NetworkInterface/Attribute:connected_if_device_id+' => '', - 'Class:NetworkInterface/Attribute:connected_if_device_id_name' => 'Dispositivo', - 'Class:NetworkInterface/Attribute:connected_if_device_id_name+' => '', - 'Class:Device' => 'Dispositivo', - 'Class:Device+' => '', - 'Class:Device/Attribute:nwinterface_list' => 'Interfaccia di Rete', - 'Class:Device/Attribute:nwinterface_list+' => '', - 'Class:MobileCI' => 'CI Mobili', - 'Class:MobileCI+' => '', - 'Class:InfrastructureCI' => 'CI Infrastrutture', - 'Class:InfrastructureCI+' => '', - 'Class:InfrastructureCI/Attribute:description' => 'Descrizione', - 'Class:InfrastructureCI/Attribute:description+' => '', - 'Class:InfrastructureCI/Attribute:location_id' => 'Posizione', - 'Class:InfrastructureCI/Attribute:location_id+' => '', - 'Class:InfrastructureCI/Attribute:location_name' => 'Posizione', - 'Class:InfrastructureCI/Attribute:location_name+' => '', - 'Class:InfrastructureCI/Attribute:location_details' => 'Dettagli di posizione', - 'Class:InfrastructureCI/Attribute:location_details+' => '', - 'Class:InfrastructureCI/Attribute:management_ip' => 'Gestione IP', - 'Class:InfrastructureCI/Attribute:management_ip+' => '', - 'Class:InfrastructureCI/Attribute:default_gateway' => 'Gateway di default', - 'Class:InfrastructureCI/Attribute:default_gateway+' => '', - 'Class:lnkCIToDoc/Attribute:ci_name' => 'CI', - 'Class:lnkCIToDoc/Attribute:ci_name+' => '', - 'Class:lnkCIToDoc/Attribute:ci_status' => 'CI Stato', - 'Class:lnkCIToDoc/Attribute:ci_status+' => '', - 'Class:lnkCIToDoc/Attribute:document_name' => 'Documento', - 'Class:lnkCIToDoc/Attribute:document_name+' => '', - 'Class:lnkCIToDoc/Attribute:document_type' => 'Tipo di documento', - 'Class:lnkCIToDoc/Attribute:document_type+' => '', - 'Class:lnkCIToDoc/Attribute:document_status' => 'Stato del documento', - 'Class:lnkCIToDoc/Attribute:document_status+' => '', - 'Class:lnkCIToContact/Attribute:ci_name' => 'CI', - 'Class:lnkCIToContact/Attribute:ci_name+' => '', - 'Class:lnkCIToContact/Attribute:ci_status' => 'CI Stato', - 'Class:lnkCIToContact/Attribute:ci_status+' => '', - 'Class:lnkCIToContact/Attribute:contact_name' => 'Contatto', - 'Class:lnkCIToContact/Attribute:contact_name+' => '', - 'Class:lnkCIToContact/Attribute:contact_email' => 'Contatto Email', - 'Class:lnkCIToContact/Attribute:contact_email+' => '', - 'Class:lnkSolutionToCI/Attribute:solution_name' => 'Soluzione applicativa', - 'Class:lnkSolutionToCI/Attribute:solution_name+' => '', - 'Class:lnkSolutionToCI/Attribute:ci_name' => 'CI', - 'Class:lnkSolutionToCI/Attribute:ci_name+' => '', - 'Class:lnkSolutionToCI/Attribute:ci_status' => 'CI Stato', - 'Class:lnkSolutionToCI/Attribute:ci_status+' => '', - 'Class:lnkProcessToSolution/Attribute:solution_name' => 'Soluzione applicativa', - 'Class:lnkProcessToSolution/Attribute:solution_name+' => '', - 'Class:lnkProcessToSolution/Attribute:process_name' => 'Processo', - 'Class:lnkProcessToSolution/Attribute:process_name+' => '', - 'Class:Subnet/Tab:IPUsage' => 'Utilizzo IP', - 'Class:Subnet/Tab:IPUsage-explain' => 'Iterfacce che hanno un IP nell\'intervallo: %1$s e %2$s', - 'Class:Subnet/Tab:FreeIPs' => 'IP liberi', - 'Class:Subnet/Tab:FreeIPs-count' => 'IP liberi: %1$s', - 'Class:Subnet/Tab:FreeIPs-explain' => 'Qui c\'è un estratto di 10 indirizzi IP liberi', - 'Menu:Catalogs' => 'Cataloghi', - 'Menu:Catalogs+' => 'Tipi di dato', - 'Menu:Audit' => 'Audit', - 'Menu:Audit+' => 'Audit', - 'Menu:Organization' => 'Organizzazioni', - 'Menu:Organization+' => 'Tutte le organizzazioni', - 'Menu:Application' => 'Applicazioni', - 'Menu:Application+' => 'Tutte le applicazioni', - 'Menu:DBServer' => 'Database Servers', - 'Menu:DBServer+' => 'Database Servers', - 'Menu:ConfigManagement' => 'Gestione delle Configurazioni', - 'Menu:ConfigManagement+' => 'Gestione delle Configurazioni', - 'Menu:ConfigManagementOverview' => 'Panoramica', - 'Menu:ConfigManagementOverview+' => 'Panoramica', - 'Menu:Contact' => 'Contatti', - 'Menu:Contact+' => 'Contatti', - 'Menu:Person' => 'Persone', - 'Menu:Person+' => 'Tutte le persone', - 'Menu:Team' => 'Teams', - 'Menu:Team+' => 'Tutti i Teams', - 'Menu:Document' => 'Documenti', - 'Menu:Document+' => 'Tutti i Documenti', - 'Menu:Location' => 'Posizioni', - 'Menu:Location+' => 'Tutte le pozisioni', - 'Menu:ConfigManagementCI' => 'Elementi di Configurazione (CI)', - 'Menu:ConfigManagementCI+' => 'Elementi di Configurazione (CI)', - 'Menu:BusinessProcess' => 'Processi di business', - 'Menu:BusinessProcess+' => 'Tutti i processi di business', - 'Menu:ApplicationSolution' => 'Soluzioni applicative', - 'Menu:ApplicationSolution+' => 'Tutte le soluzioni applicative', - 'Menu:ConfigManagementSoftware' => 'Gestione delle Applicazioni', - 'Menu:Licence' => 'Licenze', - 'Menu:Licence+' => 'Tutte le licenze', - 'Menu:Patch' => 'Patches', - 'Menu:Patch+' => 'Tutte le patches', - 'Menu:ApplicationInstance' => 'Software Installati', - 'Menu:ApplicationInstance+' => 'Applicazioni e Database servers', - 'Menu:ConfigManagementHardware' => 'Gestione Infrastrutture', - 'Menu:Subnet' => 'Subnets', - 'Menu:Subnet+' => 'Tutte le Subnets', - 'Menu:NetworkDevice' => 'Dispositivi di rete', - 'Menu:NetworkDevice+' => 'Tutti i dispositivi di rete', - 'Menu:Server' => 'Server', - 'Menu:Server+' => 'Tutti i Server', - 'Menu:Printer' => 'Stampanti', - 'Menu:Printer+' => 'Tutte le stampanti', - 'Menu:MobilePhone' => 'Cellulari', - 'Menu:MobilePhone+' => 'Tutti i cellulari', - 'Menu:PC' => 'Personal Computers', - 'Menu:PC+' => 'Tutti i Personal Computers', - 'Menu:NewContact' => 'Nuovo Contatto', - 'Menu:NewContact+' => 'Nuovo Contatto', - 'Menu:SearchContacts' => 'Ricerca contatti', - 'Menu:SearchContacts+' => 'Ricerca contatti', - 'Menu:NewCI' => 'Nuovo CI', - 'Menu:NewCI+' => 'Nuovo CI', - 'Menu:SearchCIs' => 'Ricerca CIs', - 'Menu:SearchCIs+' => 'Ricerca CIs', - 'Menu:ConfigManagement:Devices' => 'Dispositvi', - 'Menu:ConfigManagement:AllDevices' => 'Numero di dispositivi: %1$d', - 'Menu:ConfigManagement:SWAndApps' => 'Software e Applicazioni', - 'Menu:ConfigManagement:Misc' => 'Varie', - 'Menu:Group' => 'Gruppi di CIs', - 'Menu:Group+' => 'Gruppi di CIs', - 'Menu:ConfigManagement:Shortcuts' => 'Scorciatoie', - 'Menu:ConfigManagement:AllContacts' => 'Tutti i contatti: %1$d', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:Organization' => 'Organizzazione', + 'Class:Organization+' => '', + 'Class:Organization/Attribute:name' => 'Cognome', + 'Class:Organization/Attribute:name+' => 'Nome', + 'Class:Organization/Attribute:code' => 'Codice', + 'Class:Organization/Attribute:code+' => 'Codice dell\'organizzazione (Siret, DUNS,...)', + 'Class:Organization/Attribute:status' => 'Stato', + 'Class:Organization/Attribute:status+' => '', + 'Class:Organization/Attribute:status/Value:active' => 'Attivo', + 'Class:Organization/Attribute:status/Value:active+' => 'Attivo', + 'Class:Organization/Attribute:status/Value:inactive' => 'Inattivo', + 'Class:Organization/Attribute:status/Value:inactive+' => 'Inattivo', + 'Class:Organization/Attribute:parent_id' => 'Parent', + 'Class:Organization/Attribute:parent_id+' => 'Parent organization', + 'Class:Location' => 'Localizzazione', + 'Class:Location+' => 'Qualsiasi tipo di localizzazione: Regione, Paese, Città, Sito, Edificio, Piano, Stanza, Rack,,...', + 'Class:Location/Attribute:name' => 'Nome', + 'Class:Location/Attribute:name+' => '', + 'Class:Location/Attribute:status' => 'Stato', + 'Class:Location/Attribute:status+' => '', + 'Class:Location/Attribute:status/Value:active' => 'Attivo', + 'Class:Location/Attribute:status/Value:active+' => 'Attivo', + 'Class:Location/Attribute:status/Value:inactive' => 'Inattivo', + 'Class:Location/Attribute:status/Value:inactive+' => 'Inattivo', + 'Class:Location/Attribute:org_id' => 'Organizzazione proprietaria', + 'Class:Location/Attribute:org_id+' => '', + 'Class:Location/Attribute:address' => 'Indirizzo', + 'Class:Location/Attribute:address+' => 'Indirizzo postale', + 'Class:Location/Attribute:postal_code' => 'Codice avviamento postale', + 'Class:Location/Attribute:postal_code+' => 'CAP/codice avviamento postale', + 'Class:Location/Attribute:city' => 'Città', + 'Class:Location/Attribute:city+' => '', + 'Class:Location/Attribute:country' => 'Paese', + 'Class:Location/Attribute:country+' => '', + 'Class:Location/Attribute:parent_id' => 'Parent location', + 'Class:Location/Attribute:parent_id+' => '', + 'Class:Location/Attribute:contact_list' => 'Contatti', + 'Class:Location/Attribute:contact_list+' => 'Contatti posizionati su questo sito', + 'Class:Location/Attribute:infra_list' => 'Infrastrutture', + 'Class:Location/Attribute:infra_list+' => 'CIs posizionati su questo sito', + 'Class:Person' => 'Persona', + 'Class:Person+' => '', + 'Class:Person/Attribute:first_name' => 'Nome', + 'Class:Person/Attribute:first_name+' => '', + 'Class:Person/Attribute:employee_id' => 'ID dipendente', + 'Class:Person/Attribute:employee_id+' => '', + 'Class:Team' => 'Squadra', + 'Class:Team+' => '', + 'Class:Team/Attribute:member_list' => 'Membri', + 'Class:Team/Attribute:member_list+' => 'Contatti che appartengono a questa Squadra', + 'Class:lnkTeamToContact' => 'Membri della squadra', + 'Class:lnkTeamToContact+' => 'membri della squadra', + 'Class:lnkTeamToContact/Attribute:team_id' => 'Squadra', + 'Class:lnkTeamToContact/Attribute:team_id+' => '', + 'Class:lnkTeamToContact/Attribute:contact_id' => 'Membri', + 'Class:lnkTeamToContact/Attribute:contact_id+' => '', + 'Class:lnkTeamToContact/Attribute:role' => 'Ruolo', + 'Class:lnkTeamToContact/Attribute:role+' => '', + 'Class:WebDoc' => 'Documento Web', + 'Class:WebDoc+' => 'Documento disponibile su un altro server web', + 'Class:WebDoc/Attribute:url' => 'Url', + 'Class:WebDoc/Attribute:url+' => '', + 'Class:Note' => 'Note', + 'Class:Note+' => '', + 'Class:Note/Attribute:note' => 'Testo', + 'Class:Note/Attribute:note+' => '', + 'Class:FileDoc' => 'Documento (file)', + 'Class:FileDoc+' => '', + 'Class:FileDoc/Attribute:contents' => 'Contenuti', + 'Class:FileDoc/Attribute:contents+' => '', + 'Class:Licence' => 'Licenza', + 'Class:Licence+' => '', + 'Class:Licence/Attribute:provider' => 'Provider', + 'Class:Licence/Attribute:provider+' => '', + 'Class:Licence/Attribute:org_id' => 'Proprietario', + 'Class:Licence/Attribute:org_id+' => '', + 'Class:Licence/Attribute:product' => 'Prodotto', + 'Class:Licence/Attribute:product+' => '', + 'Class:Licence/Attribute:name' => 'Nome', + 'Class:Licence/Attribute:name+' => '', + 'Class:Licence/Attribute:start' => 'Data di inizio', + 'Class:Licence/Attribute:start+' => '', + 'Class:Licence/Attribute:end' => 'Data di fine', + 'Class:Licence/Attribute:end+' => '', + 'Class:Licence/Attribute:licence_key' => 'Key', + 'Class:Licence/Attribute:licence_key+' => '', + 'Class:Licence/Attribute:scope' => 'Scopo', + 'Class:Licence/Attribute:scope+' => '', + 'Class:Licence/Attribute:usage_limit' => 'Limiti d\'uso', + 'Class:Licence/Attribute:usage_limit+' => '', + 'Class:Licence/Attribute:usage_list' => 'Uso', + 'Class:Licence/Attribute:usage_list+' => 'Istanze di applicazioni che usano questa licenza', + 'Class:Subnet' => 'Subnet', + 'Class:Subnet+' => '', + 'Class:Subnet/Attribute:description' => 'Descrizione', + 'Class:Subnet/Attribute:description+' => '', + 'Class:Subnet/Attribute:org_id' => 'Organizzazione proprietaria', + 'Class:Subnet/Attribute:org_id+' => '', + 'Class:Subnet/Attribute:ip' => 'IP', + 'Class:Subnet/Attribute:ip+' => '', + 'Class:Subnet/Attribute:ip_mask' => 'IP Mask', + 'Class:Subnet/Attribute:ip_mask+' => '', + 'Class:Patch' => 'Patch', + 'Class:Patch+' => '', + 'Class:Patch/Attribute:name' => 'Nome', + 'Class:Patch/Attribute:name+' => '', + 'Class:Patch/Attribute:description' => 'Descrizione', + 'Class:Patch/Attribute:description+' => '', + 'Class:Patch/Attribute:target_sw' => 'Scopo dell\'applicazione', + 'Class:Patch/Attribute:target_sw+' => 'Software bersaglio (OS o applicazione)', + 'Class:Patch/Attribute:version' => 'Versione', + 'Class:Patch/Attribute:version+' => '', + 'Class:Patch/Attribute:type' => 'Tipo', + 'Class:Patch/Attribute:type+' => '', + 'Class:Patch/Attribute:type/Value:application' => 'Applicazione', + 'Class:Patch/Attribute:type/Value:application+' => '', + 'Class:Patch/Attribute:type/Value:os' => 'OS', + 'Class:Patch/Attribute:type/Value:os+' => '', + 'Class:Patch/Attribute:type/Value:security' => 'Securirezza', + 'Class:Patch/Attribute:type/Value:security+' => '', + 'Class:Patch/Attribute:type/Value:servicepack' => 'Service Pack', + 'Class:Patch/Attribute:type/Value:servicepack+' => '', + 'Class:Patch/Attribute:ci_list' => 'Dispositivi', + 'Class:Patch/Attribute:ci_list+' => 'Dispositivi dove la patch è installata', + 'Class:Application' => 'Applicazione', + 'Class:Application+' => '', + 'Class:Application/Attribute:instance_list' => 'Installazioni', + 'Class:Application/Attribute:instance_list+' => 'Istanze di questa applicazione', + 'Class:DBServer' => 'Database', + 'Class:DBServer+' => 'Database server SW', + 'Class:DBServer/Attribute:instance_list' => 'Installazioni', + 'Class:DBServer/Attribute:instance_list+' => 'Istanze di questo database server', + 'Class:lnkPatchToCI' => 'Utilizzo di Patch', + 'Class:lnkPatchToCI+' => '', + 'Class:lnkPatchToCI/Attribute:patch_id' => 'Patch', + 'Class:lnkPatchToCI/Attribute:patch_id+' => '', + 'Class:lnkPatchToCI/Attribute:ci_id' => 'CI', + 'Class:lnkPatchToCI/Attribute:ci_id+' => '', + 'Class:DBServerInstance' => 'Istanza del DB Server', + 'Class:DBServerInstance+' => '', + 'Class:DBServerInstance/Attribute:software_id' => 'Software', + 'Class:DBServerInstance/Attribute:software_id+' => '', + 'Class:DBServerInstance/Attribute:dbinstance_list' => 'Databases', + 'Class:DBServerInstance/Attribute:dbinstance_list+' => 'Sorgente del database', + 'Class:ApplicationInstance' => 'Istanza dell\'applicazione', + 'Class:ApplicationInstance+' => '', + 'Class:ApplicationInstance/Attribute:software_id' => 'Software', + 'Class:ApplicationInstance/Attribute:software_id+' => '', + 'Class:DatabaseInstance' => 'Istanza del database', + 'Class:DatabaseInstance+' => '', + 'Class:DatabaseInstance/Attribute:db_server_instance_id' => 'Server del database', + 'Class:DatabaseInstance/Attribute:db_server_instance_id+' => '', + 'Class:DatabaseInstance/Attribute:description' => 'Descrizione', + 'Class:DatabaseInstance/Attribute:description+' => '', + 'Class:Group' => 'Groppo', + 'Class:Group+' => '', + 'Class:Group/Attribute:name' => 'Nome', + 'Class:Group/Attribute:name+' => '', + 'Class:Group/Attribute:status' => 'Stato', + 'Class:Group/Attribute:status+' => '', + 'Class:Group/Attribute:status/Value:implementation' => 'Implementazione', + 'Class:Group/Attribute:status/Value:implementation+' => 'Implementazione', + 'Class:Group/Attribute:status/Value:obsolete' => 'Obsoleto', + 'Class:Group/Attribute:status/Value:obsolete+' => 'Obsoleto', + 'Class:Group/Attribute:status/Value:production' => 'Produzione', + 'Class:Group/Attribute:status/Value:production+' => 'Produzione', + 'Class:Group/Attribute:org_id' => 'Organizazione', + 'Class:Group/Attribute:org_id+' => '', + 'Class:Group/Attribute:description' => 'Descrizione', + 'Class:Group/Attribute:description+' => '', + 'Class:Group/Attribute:type' => 'Tipo', + 'Class:Group/Attribute:type+' => '', + 'Class:Group/Attribute:parent_id' => 'Parent Group', + 'Class:Group/Attribute:parent_id+' => '', + 'Class:Group/Attribute:ci_list' => 'CIs collegati', + 'Class:Group/Attribute:ci_list+' => '', + 'Class:lnkGroupToCI' => 'Groppo / CI', + 'Class:lnkGroupToCI+' => '', + 'Class:lnkGroupToCI/Attribute:group_id' => 'Groppo', + 'Class:lnkGroupToCI/Attribute:group_id+' => '', + 'Class:lnkGroupToCI/Attribute:ci_id' => 'CI', + 'Class:lnkGroupToCI/Attribute:ci_id+' => '', + 'Class:lnkGroupToCI/Attribute:reason' => 'Motivo', + 'Class:lnkGroupToCI/Attribute:reason+' => '', + 'Class:ApplicationSolution' => 'Soluzione Applicativa', + 'Class:ApplicationSolution+' => '', + 'Class:ApplicationSolution/Attribute:description' => 'Descrizione', + 'Class:ApplicationSolution/Attribute:description+' => '', + 'Class:ApplicationSolution/Attribute:ci_list' => 'CIs', + 'Class:ApplicationSolution/Attribute:ci_list+' => 'CIs che compongono la soluzione applicativa', + 'Class:ApplicationSolution/Attribute:process_list' => 'Processi di business', + 'Class:ApplicationSolution/Attribute:process_list+' => 'Processi di business che si basano sulla soluzione', + 'Class:BusinessProcess' => 'Processi di business', + 'Class:BusinessProcess+' => '', + 'Class:BusinessProcess/Attribute:description' => 'Descrizione', + 'Class:BusinessProcess/Attribute:description+' => '', + 'Class:BusinessProcess/Attribute:used_solution_list' => 'Soluzioni Applicative', + 'Class:BusinessProcess/Attribute:used_solution_list+' => 'Soluzioni applicative sui cui si basa il processo', + 'Class:NetworkInterface' => 'Interfaccia di Rete', + 'Class:NetworkInterface+' => '', + 'Class:NetworkInterface/Attribute:device_id' => 'Dispositivo', + 'Class:NetworkInterface/Attribute:device_id+' => '', + 'Class:NetworkInterface/Attribute:logical_type' => 'Logical Type', + 'Class:NetworkInterface/Attribute:logical_type+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:backup' => 'Backup', + 'Class:NetworkInterface/Attribute:logical_type/Value:backup+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:logical' => 'Logical', + 'Class:NetworkInterface/Attribute:logical_type/Value:logical+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:port' => 'Porta', + 'Class:NetworkInterface/Attribute:logical_type/Value:port+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:primary' => 'Primario', + 'Class:NetworkInterface/Attribute:logical_type/Value:primary+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:secondary' => 'Secondario', + 'Class:NetworkInterface/Attribute:logical_type/Value:secondary+' => '', + 'Class:NetworkInterface/Attribute:physical_type' => 'Tipo fisico', + 'Class:NetworkInterface/Attribute:physical_type+' => '', + 'Class:NetworkInterface/Attribute:physical_type/Value:atm' => 'ATM', + 'Class:NetworkInterface/Attribute:physical_type/Value:atm+' => '', + 'Class:NetworkInterface/Attribute:physical_type/Value:ethernet' => 'Ethernet', + 'Class:NetworkInterface/Attribute:physical_type/Value:ethernet+' => '', + 'Class:NetworkInterface/Attribute:physical_type/Value:framerelay' => 'Frame Relay', + 'Class:NetworkInterface/Attribute:physical_type/Value:framerelay+' => '', + 'Class:NetworkInterface/Attribute:physical_type/Value:vlan' => 'VLAN', + 'Class:NetworkInterface/Attribute:physical_type/Value:vlan+' => '', + 'Class:NetworkInterface/Attribute:ip_address' => 'Indirizzo IP', + 'Class:NetworkInterface/Attribute:ip_address+' => '', + 'Class:NetworkInterface/Attribute:ip_mask' => 'Maschera IP', + 'Class:NetworkInterface/Attribute:ip_mask+' => '', + 'Class:NetworkInterface/Attribute:mac_address' => 'Indirizzo MAC', + 'Class:NetworkInterface/Attribute:mac_address+' => '', + 'Class:NetworkInterface/Attribute:speed' => 'Velocità', + 'Class:NetworkInterface/Attribute:speed+' => '', + 'Class:NetworkInterface/Attribute:duplex' => 'Duplex', + 'Class:NetworkInterface/Attribute:duplex+' => '', + 'Class:NetworkInterface/Attribute:duplex/Value:auto' => 'Auto', + 'Class:NetworkInterface/Attribute:duplex/Value:auto+' => 'Auto', + 'Class:NetworkInterface/Attribute:duplex/Value:full' => 'Full', + 'Class:NetworkInterface/Attribute:duplex/Value:full+' => '', + 'Class:NetworkInterface/Attribute:duplex/Value:half' => 'Half', + 'Class:NetworkInterface/Attribute:duplex/Value:half+' => '', + 'Class:NetworkInterface/Attribute:duplex/Value:unknown' => 'Sconosciuta', + 'Class:NetworkInterface/Attribute:duplex/Value:unknown+' => '', + 'Class:NetworkInterface/Attribute:connected_if' => 'Connesso a ', + 'Class:NetworkInterface/Attribute:connected_if+' => 'Interfaccia connessa', + 'Class:NetworkInterface/Attribute:link_type' => 'Tipo di link', + 'Class:NetworkInterface/Attribute:link_type+' => '', + 'Class:NetworkInterface/Attribute:link_type/Value:downlink' => 'Down link', + 'Class:NetworkInterface/Attribute:link_type/Value:downlink+' => '', + 'Class:NetworkInterface/Attribute:link_type/Value:uplink' => 'Up link', + 'Class:NetworkInterface/Attribute:link_type/Value:uplink+' => '', + 'Class:PC' => 'PC', + 'Class:PC+' => '', + 'Class:PC/Attribute:cpu' => 'CPU', + 'Class:PC/Attribute:cpu+' => '', + 'Class:PC/Attribute:ram' => 'RAM', + 'Class:PC/Attribute:ram+' => '', + 'Class:PC/Attribute:hdd' => 'Hard disk', + 'Class:PC/Attribute:hdd+' => '', + 'Class:PC/Attribute:os_family' => 'OS Family', + 'Class:PC/Attribute:os_family+' => '', + 'Class:PC/Attribute:os_version' => 'OS Version', + 'Class:PC/Attribute:os_version+' => '', + 'Class:PC/Attribute:application_list' => 'Applicazioni', + 'Class:PC/Attribute:application_list+' => 'Applicazioni installate su questo PC', + 'Class:PC/Attribute:patch_list' => 'Patches', + 'Class:PC/Attribute:patch_list+' => 'Patches installate su questo PC', + 'Class:MobilePhone' => 'Cellulari', + 'Class:MobilePhone+' => '', + 'Class:MobilePhone/Attribute:number' => 'Numero di telefono', + 'Class:MobilePhone/Attribute:number+' => '', + 'Class:MobilePhone/Attribute:imei' => 'IMEI', + 'Class:MobilePhone/Attribute:imei+' => '', + 'Class:MobilePhone/Attribute:hw_pin' => 'Hardware PIN', + 'Class:MobilePhone/Attribute:hw_pin+' => '', + 'Class:NetworkDevice' => 'Dispositivi di rete', + 'Class:NetworkDevice+' => '', + 'Class:NetworkDevice/Attribute:type' => 'Tipo', + 'Class:NetworkDevice/Attribute:type+' => '', + 'Class:NetworkDevice/Attribute:type/Value:firewall' => 'Firewall', + 'Class:NetworkDevice/Attribute:type/Value:firewall+' => '', + 'Class:NetworkDevice/Attribute:type/Value:hub' => 'Hub', + 'Class:NetworkDevice/Attribute:type/Value:hub+' => '', + 'Class:NetworkDevice/Attribute:type/Value:loadbalancer' => 'Load Balancer', + 'Class:NetworkDevice/Attribute:type/Value:loadbalancer+' => '', + 'Class:NetworkDevice/Attribute:type/Value:router' => 'Router', + 'Class:NetworkDevice/Attribute:type/Value:router+' => '', + 'Class:NetworkDevice/Attribute:type/Value:switch' => 'Switch', + 'Class:NetworkDevice/Attribute:type/Value:switch+' => '', + 'Class:NetworkDevice/Attribute:type/Value:wanaccelerator' => 'Acceleratore WAN', + 'Class:NetworkDevice/Attribute:type/Value:wanaccelerator+' => '', + 'Class:NetworkDevice/Attribute:ios_version' => 'Versione IOS', + 'Class:NetworkDevice/Attribute:ios_version+' => '', + 'Class:NetworkDevice/Attribute:ram' => 'RAM', + 'Class:NetworkDevice/Attribute:ram+' => '', + 'Class:NetworkDevice/Attribute:snmp_read' => 'SNMP Read', + 'Class:NetworkDevice/Attribute:snmp_read+' => '', + 'Class:NetworkDevice/Attribute:snmp_write' => 'SNMP Write', + 'Class:NetworkDevice/Attribute:snmp_write+' => '', + 'Class:Server' => 'Server', + 'Class:Server+' => '', + 'Class:Server/Attribute:cpu' => 'CPU', + 'Class:Server/Attribute:cpu+' => '', + 'Class:Server/Attribute:ram' => 'RAM', + 'Class:Server/Attribute:ram+' => '', + 'Class:Server/Attribute:hdd' => 'Hard Disk', + 'Class:Server/Attribute:hdd+' => '', + 'Class:Server/Attribute:os_family' => 'OS Family', + 'Class:Server/Attribute:os_family+' => '', + 'Class:Server/Attribute:os_version' => 'OS Version', + 'Class:Server/Attribute:os_version+' => '', + 'Class:Server/Attribute:application_list' => 'Applicazioni', + 'Class:Server/Attribute:application_list+' => 'Applicazioni installate su questo server', + 'Class:Server/Attribute:patch_list' => 'Patches', + 'Class:Server/Attribute:patch_list+' => 'Patches installate su questo server', + 'Class:Printer' => 'Stampante', + 'Class:Printer+' => '', + 'Class:Printer/Attribute:type' => 'Tipo', + 'Class:Printer/Attribute:type+' => '', + 'Class:Printer/Attribute:type/Value:mopier' => 'Mopier', + 'Class:Printer/Attribute:type/Value:mopier+' => '', + 'Class:Printer/Attribute:type/Value:printer' => 'Stampante', + 'Class:Printer/Attribute:type/Value:printer+' => '', + 'Class:Printer/Attribute:technology' => 'Tecnologia', + 'Class:Printer/Attribute:technology+' => '', + 'Class:Printer/Attribute:technology/Value:inkjet' => 'Inkjet', + 'Class:Printer/Attribute:technology/Value:inkjet+' => '', + 'Class:Printer/Attribute:technology/Value:laser' => 'Laser', + 'Class:Printer/Attribute:technology/Value:laser+' => '', + 'Class:Printer/Attribute:technology/Value:tracer' => 'Tracer', + 'Class:Printer/Attribute:technology/Value:tracer+' => '', + 'Class:lnkCIToDoc' => 'Doc/CI', + 'Class:lnkCIToDoc+' => '', + 'Class:lnkCIToDoc/Attribute:ci_id' => 'CI', + 'Class:lnkCIToDoc/Attribute:ci_id+' => '', + 'Class:lnkCIToDoc/Attribute:document_id' => 'Documento', + 'Class:lnkCIToDoc/Attribute:document_id+' => '', + 'Class:lnkCIToContact' => 'CI/Contatto', + 'Class:lnkCIToContact+' => '', + 'Class:lnkCIToContact/Attribute:ci_id' => 'CI', + 'Class:lnkCIToContact/Attribute:ci_id+' => '', + 'Class:lnkCIToContact/Attribute:contact_id' => 'Contatto', + 'Class:lnkCIToContact/Attribute:contact_id+' => '', + 'Class:lnkCIToContact/Attribute:role' => 'Ruolo', + 'Class:lnkCIToContact/Attribute:role+' => 'Ruolo del contatto per quanto riguarda il CI', + 'Class:lnkSolutionToCI' => 'CI/Solutione', + 'Class:lnkSolutionToCI+' => '', + 'Class:lnkSolutionToCI/Attribute:solution_id' => 'Soluzione applicativa', + 'Class:lnkSolutionToCI/Attribute:solution_id+' => '', + 'Class:lnkSolutionToCI/Attribute:ci_id' => 'CI', + 'Class:lnkSolutionToCI/Attribute:ci_id+' => '', + 'Class:lnkSolutionToCI/Attribute:utility' => 'Utility', + 'Class:lnkSolutionToCI/Attribute:utility+' => 'Utility del CI nella soluzione applicativa', + 'Class:lnkProcessToSolution' => 'Processo di business/Solutione', + 'Class:lnkProcessToSolution+' => '', + 'Class:lnkProcessToSolution/Attribute:solution_id' => 'Soluzione applicativa', + 'Class:lnkProcessToSolution/Attribute:solution_id+' => '', + 'Class:lnkProcessToSolution/Attribute:process_id' => 'Processo', + 'Class:lnkProcessToSolution/Attribute:process_id+' => '', + 'Class:lnkProcessToSolution/Attribute:reason' => 'Motivo', + 'Class:lnkProcessToSolution/Attribute:reason+' => 'Più informazioni tra il processo di business e la soluzione applicativa', + 'Relation:impacts/Description' => 'Elementi impattati da...', + 'Relation:impacts/VerbUp' => 'Impatto...', + 'Relation:impacts/VerbDown' => 'Elementi impattati da...', + 'Relation:depends on/Description' => 'Elementi di questo elemento dipende da', + 'Relation:depends on/VerbUp' => 'Dipende da...', + 'Relation:depends on/VerbDown' => 'Impatto...', + 'Class:Organization/Attribute:parent_name' => 'Parent name', + 'Class:Organization/Attribute:parent_name+' => 'Name of the parent organization', + 'Class:Location/Attribute:org_name' => 'Nome dell\'organizzazione', + 'Class:Location/Attribute:org_name+' => '', + 'Class:Location/Attribute:parent_name' => 'Parent name', + 'Class:Location/Attribute:parent_name+' => '', + 'Class:Group/Attribute:owner_name' => 'Cognome', + 'Class:Group/Attribute:owner_name+' => 'Nome', + 'Class:Group/Attribute:parent_name' => 'Nome', + 'Class:Group/Attribute:parent_name+' => '', + 'Class:lnkGroupToCI/Attribute:group_name' => 'Nome', + 'Class:lnkGroupToCI/Attribute:group_name+' => '', + 'Class:lnkGroupToCI/Attribute:ci_name' => 'Nome', + 'Class:lnkGroupToCI/Attribute:ci_name+' => '', + 'Class:lnkGroupToCI/Attribute:ci_status' => 'CI Stato', + 'Class:lnkGroupToCI/Attribute:ci_status+' => '', + 'Class:Contact' => 'Contatto', + 'Class:Contact+' => '', + 'Class:Contact/Attribute:name' => 'Nome', + 'Class:Contact/Attribute:name+' => '', + 'Class:Contact/Attribute:status' => 'Stato', + 'Class:Contact/Attribute:status+' => '', + 'Class:Contact/Attribute:status/Value:active' => 'Attivo', + 'Class:Contact/Attribute:status/Value:active+' => 'Attivo', + 'Class:Contact/Attribute:status/Value:inactive' => 'Inattivo', + 'Class:Contact/Attribute:status/Value:inactive+' => 'Inattivo', + 'Class:Contact/Attribute:org_id' => 'Organizzazione', + 'Class:Contact/Attribute:org_id+' => '', + 'Class:Contact/Attribute:org_name' => 'Organizzazione', + 'Class:Contact/Attribute:org_name+' => '', + 'Class:Contact/Attribute:email' => 'Email', + 'Class:Contact/Attribute:email+' => '', + 'Class:Contact/Attribute:phone' => 'Telefono', + 'Class:Contact/Attribute:phone+' => '', + 'Class:Contact/Attribute:location_id' => 'Posizione', + 'Class:Contact/Attribute:location_id+' => '', + 'Class:Contact/Attribute:location_name' => 'Posizione', + 'Class:Contact/Attribute:location_name+' => '', + 'Class:Contact/Attribute:ci_list' => 'CIs', + 'Class:Contact/Attribute:ci_list+' => 'CIs relativi al contatto', + 'Class:Contact/Attribute:contract_list' => 'Contratti', + 'Class:Contact/Attribute:contract_list+' => 'Contratti relativi al contatto', + 'Class:Contact/Attribute:service_list' => 'Servizi', + 'Class:Contact/Attribute:service_list+' => 'Servizi relativi al contatto', + 'Class:Contact/Attribute:ticket_list' => 'Tickets', + 'Class:Contact/Attribute:ticket_list+' => 'Tickets relativi al contatto', + 'Class:Contact/Attribute:team_list' => 'Squadre', + 'Class:Contact/Attribute:team_list+' => 'Squadre di appartenenza', + 'Class:Contact/Attribute:finalclass' => 'Tipo', + 'Class:Contact/Attribute:finalclass+' => '', + 'Class:lnkTeamToContact/Attribute:contact_location_id' => 'Posizione', + 'Class:lnkTeamToContact/Attribute:contact_location_id+' => '', + 'Class:lnkTeamToContact/Attribute:contact_email' => 'Email', + 'Class:lnkTeamToContact/Attribute:contact_email+' => '', + 'Class:lnkTeamToContact/Attribute:contact_phone' => 'Telefono', + 'Class:lnkTeamToContact/Attribute:contact_phone+' => '', + 'Class:Document' => 'Documento', + 'Class:Document+' => '', + 'Class:Document/Attribute:name' => 'Nome', + 'Class:Document/Attribute:name+' => '', + 'Class:Document/Attribute:org_id' => 'Organizzazione', + 'Class:Document/Attribute:description+' => '', + 'Class:Document/Attribute:org_name' => 'Nome dell\'organizzazione', + 'Class:Document/Attribute:org_name+' => '', + 'Class:Document/Attribute:description' => 'Descrizione', + 'Class:Document/Attribute:type' => 'Tipo', + 'Class:Document/Attribute:type+' => '', + 'Class:Document/Attribute:type/Value:contract' => 'Contratto', + 'Class:Document/Attribute:type/Value:contract+' => '', + 'Class:Document/Attribute:type/Value:networkmap' => 'Network Map', + 'Class:Document/Attribute:type/Value:networkmap+' => '', + 'Class:Document/Attribute:type/Value:presentation' => 'Presentazine', + 'Class:Document/Attribute:type/Value:presentation+' => '', + 'Class:Document/Attribute:type/Value:training' => 'Formazione', + 'Class:Document/Attribute:type/Value:training+' => '', + 'Class:Document/Attribute:type/Value:whitePaper' => 'Foglio bianco', + 'Class:Document/Attribute:type/Value:whitePaper+' => '', + 'Class:Document/Attribute:type/Value:workinginstructions' => 'Istruzioni di lavoro', + 'Class:Document/Attribute:type/Value:workinginstructions+' => '', + 'Class:Document/Attribute:status' => 'Stato', + 'Class:Document/Attribute:status+' => '', + 'Class:Document/Attribute:status/Value:draft' => 'Draft', + 'Class:Document/Attribute:status/Value:draft+' => '', + 'Class:Document/Attribute:status/Value:obsolete' => 'Obsoleto', + 'Class:Document/Attribute:status/Value:obsolete+' => '', + 'Class:Document/Attribute:status/Value:published' => 'Pubblicato', + 'Class:Document/Attribute:status/Value:published+' => '', + 'Class:Document/Attribute:ci_list' => 'CIs', + 'Class:Document/Attribute:ci_list+' => 'CIs relativo a questo documento', + 'Class:Document/Attribute:contract_list' => 'Contratti', + 'Class:Document/Attribute:contract_list+' => 'Contratti relativi a questo documento', + 'Class:Document/Attribute:service_list' => 'Servizi', + 'Class:Document/Attribute:service_list+' => 'Servizi relativi a questo documento', + 'Class:Document/Attribute:ticket_list' => 'Tickets', + 'Class:Document/Attribute:ticket_list+' => 'Tickets relativi a questo documento', + 'Class:Document:PreviewTab' => 'Anteprima', + 'Class:Licence/Attribute:org_name' => 'Cognome', + 'Class:Licence/Attribute:org_name+' => 'Nome', + 'Class:Subnet/Name' => '%1$s / %2$s~~', + 'Class:Software' => 'Software', + 'Class:Software+' => '', + 'Class:Software/Attribute:name' => 'Nome', + 'Class:Software/Attribute:name+' => '', + 'Class:Software/Attribute:description' => 'Descrizione', + 'Class:Software/Attribute:description+' => '', + 'Class:Software/Attribute:instance_list' => 'Installazioni', + 'Class:Software/Attribute:instance_list+' => 'Istanze di questo software', + 'Class:Software/Attribute:finalclass' => 'Tipo', + 'Class:Software/Attribute:finalclass+' => '', + 'Class:Application/Attribute:name' => 'Nome', + 'Class:Application/Attribute:name+' => '', + 'Class:Application/Attribute:description' => 'Descrizione', + 'Class:Application/Attribute:description+' => '', + 'Class:lnkPatchToCI/Attribute:patch_name' => 'Patch', + 'Class:lnkPatchToCI/Attribute:patch_name+' => '', + 'Class:lnkPatchToCI/Attribute:ci_name' => 'CI', + 'Class:lnkPatchToCI/Attribute:ci_name+' => '', + 'Class:lnkPatchToCI/Attribute:ci_status' => 'CI Stato', + 'Class:lnkPatchToCI/Attribute:ci_status+' => '', + 'Class:FunctionalCI' => 'CI Funzionale', + 'Class:FunctionalCI+' => '', + 'Class:FunctionalCI/Attribute:name' => 'Nome', + 'Class:FunctionalCI/Attribute:name+' => '', + 'Class:FunctionalCI/Attribute:status' => 'Stato', + 'Class:FunctionalCI/Attribute:status+' => '', + 'Class:FunctionalCI/Attribute:status/Value:implementation' => 'Implementazione', + 'Class:FunctionalCI/Attribute:status/Value:implementation+' => '', + 'Class:FunctionalCI/Attribute:status/Value:obsolete' => 'Obsoleto', + 'Class:FunctionalCI/Attribute:status/Value:obsolete+' => '', + 'Class:FunctionalCI/Attribute:status/Value:production' => 'Produzione', + 'Class:FunctionalCI/Attribute:status/Value:production+' => '', + 'Class:FunctionalCI/Attribute:org_id' => 'Organizzazione proprietaria', + 'Class:FunctionalCI/Attribute:org_id+' => '', + 'Class:FunctionalCI/Attribute:owner_name' => 'Organizzazione proprietaria', + 'Class:FunctionalCI/Attribute:owner_name+' => '', + 'Class:FunctionalCI/Attribute:importance' => 'Criticità di business', + 'Class:FunctionalCI/Attribute:importance+' => '', + 'Class:FunctionalCI/Attribute:importance/Value:high' => 'Alta', + 'Class:FunctionalCI/Attribute:importance/Value:high+' => '', + 'Class:FunctionalCI/Attribute:importance/Value:low' => 'Bassa', + 'Class:FunctionalCI/Attribute:importance/Value:low+' => '', + 'Class:FunctionalCI/Attribute:importance/Value:medium' => 'Media', + 'Class:FunctionalCI/Attribute:importance/Value:medium+' => '', + 'Class:FunctionalCI/Attribute:contact_list' => 'Contatti', + 'Class:FunctionalCI/Attribute:contact_list+' => 'Contatti per questo CI', + 'Class:FunctionalCI/Attribute:document_list' => 'Documenti', + 'Class:FunctionalCI/Attribute:document_list+' => 'Documentazione per questo CI', + 'Class:FunctionalCI/Attribute:solution_list' => 'Soluzioni applicative', + 'Class:FunctionalCI/Attribute:solution_list+' => 'Soluzioni applicative che utilizzano questo CI', + 'Class:FunctionalCI/Attribute:contract_list' => 'Contratti', + 'Class:FunctionalCI/Attribute:contract_list+' => 'Contratti a sostegno di questo CI', + 'Class:FunctionalCI/Attribute:ticket_list' => 'Tickets', + 'Class:FunctionalCI/Attribute:ticket_list+' => 'Tickets relativi al CI', + 'Class:FunctionalCI/Attribute:finalclass' => 'Tipo', + 'Class:FunctionalCI/Attribute:finalclass+' => '', + 'Class:SoftwareInstance' => 'Istanza software', + 'Class:SoftwareInstance+' => '', + 'Class:SoftwareInstance/Name' => '%1$s - %2$s~~', + 'Class:SoftwareInstance/Attribute:device_id' => 'Dispositivo', + 'Class:SoftwareInstance/Attribute:device_id+' => '', + 'Class:SoftwareInstance/Attribute:device_name' => 'Dispositivo', + 'Class:SoftwareInstance/Attribute:device_name+' => '', + 'Class:SoftwareInstance/Attribute:licence_id' => 'Licenza', + 'Class:SoftwareInstance/Attribute:licence_id+' => '', + 'Class:SoftwareInstance/Attribute:licence_name' => 'Licenza', + 'Class:SoftwareInstance/Attribute:licence_name+' => '', + 'Class:SoftwareInstance/Attribute:software_name' => 'Software', + 'Class:SoftwareInstance/Attribute:software_name+' => '', + 'Class:SoftwareInstance/Attribute:version' => 'Versione', + 'Class:SoftwareInstance/Attribute:version+' => '', + 'Class:SoftwareInstance/Attribute:description' => 'Descrizione', + 'Class:SoftwareInstance/Attribute:description+' => '', + 'Class:ApplicationInstance/Name' => '%1$s - %2$s~~', + 'Class:ApplicationInstance/Attribute:software_name' => 'Nome', + 'Class:ApplicationInstance/Attribute:software_name+' => '', + 'Class:DBServerInstance/Name' => '%1$s - %2$s~~', + 'Class:DBServerInstance/Attribute:software_name' => 'Nome del Software', + 'Class:DBServerInstance/Attribute:software_name+' => '', + 'Class:DatabaseInstance/Name' => '%1$s - %2$s~~', + 'Class:DatabaseInstance/Attribute:db_server_instance_version' => 'Versione del database', + 'Class:DatabaseInstance/Attribute:db_server_instance_version+' => '', + 'Class:ConnectableCI' => 'CI collegabile', + 'Class:ConnectableCI+' => 'CI fisico', + 'Class:ConnectableCI/Attribute:brand' => 'Marca', + 'Class:ConnectableCI/Attribute:brand+' => '', + 'Class:ConnectableCI/Attribute:model' => 'Modello', + 'Class:ConnectableCI/Attribute:model+' => '', + 'Class:ConnectableCI/Attribute:serial_number' => 'Numero seriala', + 'Class:ConnectableCI/Attribute:serial_number+' => '', + 'Class:ConnectableCI/Attribute:asset_ref' => 'Asset di riferimento', + 'Class:ConnectableCI/Attribute:asset_ref+' => '', + 'Class:NetworkInterface/Name' => '%1$s - %2$s~~', + 'Class:NetworkInterface/Attribute:device_name' => 'Dispositivo', + 'Class:NetworkInterface/Attribute:device_name+' => '', + 'Class:NetworkInterface/Attribute:connected_name' => 'Connesso a ', + 'Class:NetworkInterface/Attribute:connected_name+' => '', + 'Class:NetworkInterface/Attribute:connected_if_device_id' => 'Dispositivo connesso', + 'Class:NetworkInterface/Attribute:connected_if_device_id+' => '', + 'Class:NetworkInterface/Attribute:connected_if_device_id_name' => 'Dispositivo', + 'Class:NetworkInterface/Attribute:connected_if_device_id_name+' => '', + 'Class:Device' => 'Dispositivo', + 'Class:Device+' => '', + 'Class:Device/Attribute:nwinterface_list' => 'Interfaccia di Rete', + 'Class:Device/Attribute:nwinterface_list+' => '', + 'Class:MobileCI' => 'CI Mobili', + 'Class:MobileCI+' => '', + 'Class:InfrastructureCI' => 'CI Infrastrutture', + 'Class:InfrastructureCI+' => '', + 'Class:InfrastructureCI/Attribute:description' => 'Descrizione', + 'Class:InfrastructureCI/Attribute:description+' => '', + 'Class:InfrastructureCI/Attribute:location_id' => 'Posizione', + 'Class:InfrastructureCI/Attribute:location_id+' => '', + 'Class:InfrastructureCI/Attribute:location_name' => 'Posizione', + 'Class:InfrastructureCI/Attribute:location_name+' => '', + 'Class:InfrastructureCI/Attribute:location_details' => 'Dettagli di posizione', + 'Class:InfrastructureCI/Attribute:location_details+' => '', + 'Class:InfrastructureCI/Attribute:management_ip' => 'Gestione IP', + 'Class:InfrastructureCI/Attribute:management_ip+' => '', + 'Class:InfrastructureCI/Attribute:default_gateway' => 'Gateway di default', + 'Class:InfrastructureCI/Attribute:default_gateway+' => '', + 'Class:lnkCIToDoc/Attribute:ci_name' => 'CI', + 'Class:lnkCIToDoc/Attribute:ci_name+' => '', + 'Class:lnkCIToDoc/Attribute:ci_status' => 'CI Stato', + 'Class:lnkCIToDoc/Attribute:ci_status+' => '', + 'Class:lnkCIToDoc/Attribute:document_name' => 'Documento', + 'Class:lnkCIToDoc/Attribute:document_name+' => '', + 'Class:lnkCIToDoc/Attribute:document_type' => 'Tipo di documento', + 'Class:lnkCIToDoc/Attribute:document_type+' => '', + 'Class:lnkCIToDoc/Attribute:document_status' => 'Stato del documento', + 'Class:lnkCIToDoc/Attribute:document_status+' => '', + 'Class:lnkCIToContact/Attribute:ci_name' => 'CI', + 'Class:lnkCIToContact/Attribute:ci_name+' => '', + 'Class:lnkCIToContact/Attribute:ci_status' => 'CI Stato', + 'Class:lnkCIToContact/Attribute:ci_status+' => '', + 'Class:lnkCIToContact/Attribute:contact_name' => 'Contatto', + 'Class:lnkCIToContact/Attribute:contact_name+' => '', + 'Class:lnkCIToContact/Attribute:contact_email' => 'Contatto Email', + 'Class:lnkCIToContact/Attribute:contact_email+' => '', + 'Class:lnkSolutionToCI/Attribute:solution_name' => 'Soluzione applicativa', + 'Class:lnkSolutionToCI/Attribute:solution_name+' => '', + 'Class:lnkSolutionToCI/Attribute:ci_name' => 'CI', + 'Class:lnkSolutionToCI/Attribute:ci_name+' => '', + 'Class:lnkSolutionToCI/Attribute:ci_status' => 'CI Stato', + 'Class:lnkSolutionToCI/Attribute:ci_status+' => '', + 'Class:lnkProcessToSolution/Attribute:solution_name' => 'Soluzione applicativa', + 'Class:lnkProcessToSolution/Attribute:solution_name+' => '', + 'Class:lnkProcessToSolution/Attribute:process_name' => 'Processo', + 'Class:lnkProcessToSolution/Attribute:process_name+' => '', + 'Class:Subnet/Tab:IPUsage' => 'Utilizzo IP', + 'Class:Subnet/Tab:IPUsage-explain' => 'Iterfacce che hanno un IP nell\'intervallo: %1$s e %2$s', + 'Class:Subnet/Tab:FreeIPs' => 'IP liberi', + 'Class:Subnet/Tab:FreeIPs-count' => 'IP liberi: %1$s', + 'Class:Subnet/Tab:FreeIPs-explain' => 'Qui c\'è un estratto di 10 indirizzi IP liberi', + 'Menu:Catalogs' => 'Cataloghi', + 'Menu:Catalogs+' => 'Tipi di dato', + 'Menu:Audit' => 'Audit', + 'Menu:Audit+' => 'Audit', + 'Menu:Organization' => 'Organizzazioni', + 'Menu:Organization+' => 'Tutte le organizzazioni', + 'Menu:Application' => 'Applicazioni', + 'Menu:Application+' => 'Tutte le applicazioni', + 'Menu:DBServer' => 'Database Servers', + 'Menu:DBServer+' => 'Database Servers', + 'Menu:ConfigManagement' => 'Gestione delle Configurazioni', + 'Menu:ConfigManagement+' => 'Gestione delle Configurazioni', + 'Menu:ConfigManagementOverview' => 'Panoramica', + 'Menu:ConfigManagementOverview+' => 'Panoramica', + 'Menu:Contact' => 'Contatti', + 'Menu:Contact+' => 'Contatti', + 'Menu:Person' => 'Persone', + 'Menu:Person+' => 'Tutte le persone', + 'Menu:Team' => 'Teams', + 'Menu:Team+' => 'Tutti i Teams', + 'Menu:Document' => 'Documenti', + 'Menu:Document+' => 'Tutti i Documenti', + 'Menu:Location' => 'Posizioni', + 'Menu:Location+' => 'Tutte le pozisioni', + 'Menu:ConfigManagementCI' => 'Elementi di Configurazione (CI)', + 'Menu:ConfigManagementCI+' => 'Elementi di Configurazione (CI)', + 'Menu:BusinessProcess' => 'Processi di business', + 'Menu:BusinessProcess+' => 'Tutti i processi di business', + 'Menu:ApplicationSolution' => 'Soluzioni applicative', + 'Menu:ApplicationSolution+' => 'Tutte le soluzioni applicative', + 'Menu:ConfigManagementSoftware' => 'Gestione delle Applicazioni', + 'Menu:Licence' => 'Licenze', + 'Menu:Licence+' => 'Tutte le licenze', + 'Menu:Patch' => 'Patches', + 'Menu:Patch+' => 'Tutte le patches', + 'Menu:ApplicationInstance' => 'Software Installati', + 'Menu:ApplicationInstance+' => 'Applicazioni e Database servers', + 'Menu:ConfigManagementHardware' => 'Gestione Infrastrutture', + 'Menu:Subnet' => 'Subnets', + 'Menu:Subnet+' => 'Tutte le Subnets', + 'Menu:NetworkDevice' => 'Dispositivi di rete', + 'Menu:NetworkDevice+' => 'Tutti i dispositivi di rete', + 'Menu:Server' => 'Server', + 'Menu:Server+' => 'Tutti i Server', + 'Menu:Printer' => 'Stampanti', + 'Menu:Printer+' => 'Tutte le stampanti', + 'Menu:MobilePhone' => 'Cellulari', + 'Menu:MobilePhone+' => 'Tutti i cellulari', + 'Menu:PC' => 'Personal Computers', + 'Menu:PC+' => 'Tutti i Personal Computers', + 'Menu:NewContact' => 'Nuovo Contatto', + 'Menu:NewContact+' => 'Nuovo Contatto', + 'Menu:SearchContacts' => 'Ricerca contatti', + 'Menu:SearchContacts+' => 'Ricerca contatti', + 'Menu:NewCI' => 'Nuovo CI', + 'Menu:NewCI+' => 'Nuovo CI', + 'Menu:SearchCIs' => 'Ricerca CIs', + 'Menu:SearchCIs+' => 'Ricerca CIs', + 'Menu:ConfigManagement:Devices' => 'Dispositvi', + 'Menu:ConfigManagement:AllDevices' => 'Numero di dispositivi: %1$d', + 'Menu:ConfigManagement:SWAndApps' => 'Software e Applicazioni', + 'Menu:ConfigManagement:Misc' => 'Varie', + 'Menu:Group' => 'Gruppi di CIs', + 'Menu:Group+' => 'Gruppi di CIs', + 'Menu:ConfigManagement:Shortcuts' => 'Scorciatoie', + 'Menu:ConfigManagement:AllContacts' => 'Tutti i contatti: %1$d', +)); +?> diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/ja.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/ja.dict.itop-config-mgmt.php index d2867b299..95076eacf 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/ja.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/ja.dict.itop-config-mgmt.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Tadashi Kaneda - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/main.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/main.itop-config-mgmt.php index 3615edb81..1733ea0cd 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/main.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/main.itop-config-mgmt.php @@ -1,18 +1,21 @@ + MetaModel::RegisterRelation("impacts", array("description"=>"Objects impacted by", "verb_down"=>"impacts", "verb_up"=>"depends on")); MetaModel::RegisterRelation("depends on", array("description"=>"That impacts ", "verb_down"=>"depends on", "verb_up"=>"impacts")); diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/pt_br.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/pt_br.dict.itop-config-mgmt.php index 04d842f6f..d328853ba 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/pt_br.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/pt_br.dict.itop-config-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/ru.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/ru.dict.itop-config-mgmt.php index 6505eda5d..855e3da45 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/ru.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/ru.dict.itop-config-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/tr.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/tr.dict.itop-config-mgmt.php index a7299dc07..b12f260c6 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/tr.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/tr.dict.itop-config-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/zh.dict.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/zh.dict.itop-config-mgmt.php index b5c571613..23315d9b1 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/zh.dict.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/zh.dict.itop-config-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/datamodel.itop-incident-mgmt.xml b/datamodels/1.x/itop-incident-mgmt-1.0.0/datamodel.itop-incident-mgmt.xml index 20ae8a871..0487b761b 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/datamodel.itop-incident-mgmt.xml +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/datamodel.itop-incident-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,incidentmgmt false diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/de.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/de.dict.itop-incident-mgmt.php index 81e263373..9eb4d4e4f 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/de.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/de.dict.itop-incident-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('DE DE', 'German', 'Deutsch', array( diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/en.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/en.dict.itop-incident-mgmt.php index 5ca9294c2..b7434c8d9 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/en.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/en.dict.itop-incident-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/es_cr.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/es_cr.dict.itop-incident-mgmt.php index 129350e23..b10554ec0 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/es_cr.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/es_cr.dict.itop-incident-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/fr.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/fr.dict.itop-incident-mgmt.php index 2905b09cc..d9e4e1b2e 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/fr.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/fr.dict.itop-incident-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/hu.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/hu.dict.itop-incident-mgmt.php index ad18077b3..bf8b95801 100755 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/hu.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/hu.dict.itop-incident-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/it.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/it.dict.itop-incident-mgmt.php index b91b358d3..316b6a83c 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/it.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/it.dict.itop-incident-mgmt.php @@ -1,59 +1,58 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:Incident' => 'Incidente', - 'Class:Incident+' => '', - 'Class:Incident/Stimulus:ev_assign' => 'Assegna', - 'Class:Incident/Stimulus:ev_assign+' => '', - 'Class:Incident/Stimulus:ev_reassign' => 'Riassegna', - 'Class:Incident/Stimulus:ev_reassign+' => '', - 'Class:Incident/Stimulus:ev_timeout' => 'ev_timeout', - 'Class:Incident/Stimulus:ev_timeout+' => '', - 'Class:Incident/Stimulus:ev_resolve' => 'Segnala come risolto', - 'Class:Incident/Stimulus:ev_resolve+' => '', - 'Class:Incident/Stimulus:ev_close' => 'Chiuso', - 'Class:Incident/Stimulus:ev_close+' => '', - 'Class:lnkTicketToIncident' => 'Ticket per Incidente', - 'Class:lnkTicketToIncident/Attribute:ticket_id' => 'Ticket', - 'Class:lnkTicketToIncident/Attribute:incident_id' => 'Incidente', - 'Class:lnkTicketToIncident/Attribute:reason' => 'Motivo', - 'Menu:IncidentManagement' => 'Gestione Incidente', - 'Menu:IncidentManagement+' => 'Gestione Incidente', - 'Menu:Incident:Overview' => 'Panoramica', - 'Menu:Incident:Overview+' => 'Panoramica', - 'Menu:NewIncident' => 'Nuovo Incidente', - 'Menu:NewIncident+' => 'Crea un ticket per un nuovo incidente', - 'Menu:SearchIncidents' => 'Ricerca per Incidenti', - 'Menu:SearchIncidents+' => 'Ricerca Incidenti per tickets', - 'Menu:Incident:Shortcuts' => 'Scorciatoie', - 'Menu:Incident:Shortcuts+' => '', - 'Menu:Incident:MyIncidents' => 'Incidenti assegnati a me', - 'Menu:Incident:MyIncidents+' => 'Incidents assegnati a me (as Agent)', - 'Menu:Incident:EscalatedIncidents' => 'Incidenti in escalation', - 'Menu:Incident:EscalatedIncidents+' => 'Incidenti in escalation', - 'Menu:Incident:OpenIncidents' => 'Tutti gli Incidenti Aperti', - 'Menu:Incident:OpenIncidents+' => 'Tutti gli Incidenti Aperti', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:Incident' => 'Incidente', + 'Class:Incident+' => '', + 'Class:Incident/Stimulus:ev_assign' => 'Assegna', + 'Class:Incident/Stimulus:ev_assign+' => '', + 'Class:Incident/Stimulus:ev_reassign' => 'Riassegna', + 'Class:Incident/Stimulus:ev_reassign+' => '', + 'Class:Incident/Stimulus:ev_timeout' => 'ev_timeout', + 'Class:Incident/Stimulus:ev_timeout+' => '', + 'Class:Incident/Stimulus:ev_resolve' => 'Segnala come risolto', + 'Class:Incident/Stimulus:ev_resolve+' => '', + 'Class:Incident/Stimulus:ev_close' => 'Chiuso', + 'Class:Incident/Stimulus:ev_close+' => '', + 'Class:lnkTicketToIncident' => 'Ticket per Incidente', + 'Class:lnkTicketToIncident/Attribute:ticket_id' => 'Ticket', + 'Class:lnkTicketToIncident/Attribute:incident_id' => 'Incidente', + 'Class:lnkTicketToIncident/Attribute:reason' => 'Motivo', + 'Menu:IncidentManagement' => 'Gestione Incidente', + 'Menu:IncidentManagement+' => 'Gestione Incidente', + 'Menu:Incident:Overview' => 'Panoramica', + 'Menu:Incident:Overview+' => 'Panoramica', + 'Menu:NewIncident' => 'Nuovo Incidente', + 'Menu:NewIncident+' => 'Crea un ticket per un nuovo incidente', + 'Menu:SearchIncidents' => 'Ricerca per Incidenti', + 'Menu:SearchIncidents+' => 'Ricerca Incidenti per tickets', + 'Menu:Incident:Shortcuts' => 'Scorciatoie', + 'Menu:Incident:Shortcuts+' => '', + 'Menu:Incident:MyIncidents' => 'Incidenti assegnati a me', + 'Menu:Incident:MyIncidents+' => 'Incidents assegnati a me (as Agent)', + 'Menu:Incident:EscalatedIncidents' => 'Incidenti in escalation', + 'Menu:Incident:EscalatedIncidents+' => 'Incidenti in escalation', + 'Menu:Incident:OpenIncidents' => 'Tutti gli Incidenti Aperti', + 'Menu:Incident:OpenIncidents+' => 'Tutti gli Incidenti Aperti', +)); +?> diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/ja.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/ja.dict.itop-incident-mgmt.php index 3fff094db..43b4af264 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/ja.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/ja.dict.itop-incident-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('JA JP', 'Japanese', '日本語', array ( diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/main.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/main.itop-incident-mgmt.php index f1ac92b4b..3a23acb41 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/main.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/main.itop-incident-mgmt.php @@ -1,17 +1,20 @@ + ?> diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/pt_br.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/pt_br.dict.itop-incident-mgmt.php index 82c106534..80929d120 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/pt_br.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/pt_br.dict.itop-incident-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/ru.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/ru.dict.itop-incident-mgmt.php index 1db4bb081..2ba6af6ab 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/ru.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/ru.dict.itop-incident-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('RU RU', 'Russian', 'Русский', array( diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/tr.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/tr.dict.itop-incident-mgmt.php index e144e12e4..01524b8d9 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/tr.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/tr.dict.itop-incident-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/zh.dict.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/zh.dict.itop-incident-mgmt.php index f1db39dda..8636f5d49 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/zh.dict.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/zh.dict.itop-incident-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('ZH CN', 'Chinese', '简体中文', array( diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/de.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/de.dict.itop-knownerror-mgmt.php index c4890860a..df58bb196 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/de.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/de.dict.itop-knownerror-mgmt.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/en.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/en.dict.itop-knownerror-mgmt.php index ac1172cfd..406d17e9e 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/en.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/en.dict.itop-knownerror-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/es_cr.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/es_cr.dict.itop-knownerror-mgmt.php index 535ae1985..0061965a4 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/es_cr.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/es_cr.dict.itop-knownerror-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/fr.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/fr.dict.itop-knownerror-mgmt.php index 7433941d0..696b97725 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/fr.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/fr.dict.itop-knownerror-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/hu.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/hu.dict.itop-knownerror-mgmt.php index 9647937ae..8c73893db 100755 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/hu.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/hu.dict.itop-knownerror-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/it.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/it.dict.itop-knownerror-mgmt.php index 682fd5f42..8ee735acd 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/it.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/it.dict.itop-knownerror-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/main.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/main.itop-knownerror-mgmt.php index f1ac92b4b..3a23acb41 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/main.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/main.itop-knownerror-mgmt.php @@ -1,17 +1,20 @@ + ?> diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/pt_br.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/pt_br.dict.itop-knownerror-mgmt.php index 9fae7cb22..75e2fa4cc 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/pt_br.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/pt_br.dict.itop-knownerror-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/ru.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/ru.dict.itop-knownerror-mgmt.php index 5e567a951..e5927ca23 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/ru.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/ru.dict.itop-knownerror-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/tr.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/tr.dict.itop-knownerror-mgmt.php index 9fa37dea3..ef1e772e1 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/tr.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/tr.dict.itop-knownerror-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/zh.dict.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/zh.dict.itop-knownerror-mgmt.php index 6b67a3fe9..dc497be70 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/zh.dict.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/zh.dict.itop-knownerror-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/datamodel.itop-problem-mgmt.xml b/datamodels/1.x/itop-problem-mgmt-1.0.0/datamodel.itop-problem-mgmt.xml index 563cd29e9..a9a616e27 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/datamodel.itop-problem-mgmt.xml +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/datamodel.itop-problem-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,problemmgmt false diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/de.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/de.dict.itop-problem-mgmt.php index d3cc2f836..7c99aa16a 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/de.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/de.dict.itop-problem-mgmt.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/en.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/en.dict.itop-problem-mgmt.php index 30611335f..f3c25bb85 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/en.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/en.dict.itop-problem-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/es_cr.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/es_cr.dict.itop-problem-mgmt.php index fc99c8f10..54d49372e 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/es_cr.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/es_cr.dict.itop-problem-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/fr.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/fr.dict.itop-problem-mgmt.php index e0c96f63d..389798621 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/fr.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/fr.dict.itop-problem-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/hu.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/hu.dict.itop-problem-mgmt.php index e2011776e..d9bf218de 100755 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/hu.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/hu.dict.itop-problem-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/it.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/it.dict.itop-problem-mgmt.php index ae18cfd5f..3c6948b99 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/it.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/it.dict.itop-problem-mgmt.php @@ -1,130 +1,129 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:Problem' => 'Problema', - 'Class:Problem+' => '', - 'Class:Problem/Attribute:status' => 'Stato', - 'Class:Problem/Attribute:status+' => '', - 'Class:Problem/Attribute:status/Value:new' => 'Nuovo', - 'Class:Problem/Attribute:status/Value:new+' => '', - 'Class:Problem/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:Problem/Attribute:status/Value:assigned+' => '', - 'Class:Problem/Attribute:status/Value:resolved' => 'Risolto', - 'Class:Problem/Attribute:status/Value:resolved+' => '', - 'Class:Problem/Attribute:status/Value:closed' => 'Chiuso', - 'Class:Problem/Attribute:status/Value:closed+' => '', - 'Class:Problem/Attribute:org_id' => 'Cliente', - 'Class:Problem/Attribute:org_id+' => '', - 'Class:Problem/Attribute:service_id' => 'Servizio', - 'Class:Problem/Attribute:service_id+' => '', - 'Class:Problem/Attribute:servicesubcategory_id' => 'Categoria di servizio', - 'Class:Problem/Attribute:servicesubcategory_id+' => '', - 'Class:Problem/Attribute:product' => 'Prodotto', - 'Class:Problem/Attribute:product+' => '', - 'Class:Problem/Attribute:impact' => 'Impatto', - 'Class:Problem/Attribute:impact+' => '', - 'Class:Problem/Attribute:impact/Value:1' => 'Una persona', - 'Class:Problem/Attribute:impact/Value:1+' => '', - 'Class:Problem/Attribute:impact/Value:2' => 'Un servizio', - 'Class:Problem/Attribute:impact/Value:2+' => '', - 'Class:Problem/Attribute:impact/Value:3' => 'Un dipartimento', - 'Class:Problem/Attribute:impact/Value:3+' => '', - 'Class:Problem/Attribute:urgency' => 'Urgenza', - 'Class:Problem/Attribute:urgency+' => '', - 'Class:Problem/Attribute:urgency/Value:1' => 'Bassa', - 'Class:Problem/Attribute:urgency/Value:1+' => 'Bassa', - 'Class:Problem/Attribute:urgency/Value:2' => 'Media', - 'Class:Problem/Attribute:urgency/Value:2+' => 'Media', - 'Class:Problem/Attribute:urgency/Value:3' => 'Alta', - 'Class:Problem/Attribute:urgency/Value:3+' => 'Alta', - 'Class:Problem/Attribute:priority' => 'Priorità', - 'Class:Problem/Attribute:priority+' => '', - 'Class:Problem/Attribute:priority/Value:1' => 'Bassa', - 'Class:Problem/Attribute:priority/Value:1+' => '', - 'Class:Problem/Attribute:priority/Value:2' => 'Media', - 'Class:Problem/Attribute:priority/Value:2+' => '', - 'Class:Problem/Attribute:priority/Value:3' => 'Alta', - 'Class:Problem/Attribute:priority/Value:3+' => '', - 'Class:Problem/Attribute:workgroup_id' => 'Gruppo di lavoro', - 'Class:Problem/Attribute:workgroup_id+' => '', - 'Class:Problem/Attribute:agent_id' => 'Agente', - 'Class:Problem/Attribute:agent_id+' => '', - 'Class:Problem/Attribute:related_change_id' => 'Cambi Correlati', - 'Class:Problem/Attribute:related_change_id+' => '', - 'Class:Problem/Attribute:close_date' => 'Data di Chiusura', - 'Class:Problem/Attribute:close_date+' => '', - 'Class:Problem/Attribute:last_update' => 'Ultimo Aggiornamento', - 'Class:Problem/Attribute:last_update+' => '', - 'Class:Problem/Attribute:assignment_date' => 'Data di asseganzione', - 'Class:Problem/Attribute:assignment_date+' => '', - 'Class:Problem/Attribute:resolution_date' => 'Data di risoluzione', - 'Class:Problem/Attribute:resolution_date+' => '', - 'Class:Problem/Attribute:knownerrors_list' => 'Errori Conosciuti', - 'Class:Problem/Attribute:knownerrors_list+' => '', - 'Class:Problem/Stimulus:ev_assign' => 'Assegnare', - 'Class:Problem/Stimulus:ev_assign+' => '', - 'Class:Problem/Stimulus:ev_reassign' => 'Riassegnare', - 'Class:Problem/Stimulus:ev_reassign+' => '', - 'Class:Problem/Stimulus:ev_resolve' => 'Risolvere', - 'Class:Problem/Stimulus:ev_resolve+' => '', - 'Class:Problem/Stimulus:ev_close' => 'Chiudere', - 'Class:Problem/Stimulus:ev_close+' => '', - 'Menu:ProblemManagement' => 'Gestione dei Problemi', - 'Menu:ProblemManagement+' => 'Gestione dei Problemi', - 'Menu:Problem:Overview' => 'Panoramica', - 'Menu:Problem:Overview+' => 'Panoramica', - 'Menu:NewProblem' => 'Nuovo Problema', - 'Menu:NewProblem+' => 'Nuovo Problema', - 'Menu:SearchProblems' => 'Ricerca per Problema', - 'Menu:SearchProblems+' => 'Ricerca per Problema', - 'Menu:Problem:Shortcuts' => 'Scorciatoia', - 'Menu:Problem:MyProblems' => 'I Miei Problemi', - 'Menu:Problem:MyProblems+' => 'I Miei Problemi', - 'Menu:Problem:OpenProblems' => 'Tutti i Problemi Aperti', - 'Menu:Problem:OpenProblems+' => 'Tutti i Problemi Aperti', - 'UI-ProblemManagementOverview-ProblemByService' => 'Problemi per Servizio', - 'UI-ProblemManagementOverview-ProblemByService+' => 'Problemi per Servizio', - 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemi per Priorità', - 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problemi per Priorità', - 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problemi non assegnati', - 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problemi non assegnati', - 'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard per la gestione dei problemi', - 'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard per la gestione dei problemi', - 'Class:Problem/Attribute:org_name' => 'Nome', - 'Class:Problem/Attribute:org_name+' => 'Nome Comune', - 'Class:Problem/Attribute:service_name' => 'Nome', - 'Class:Problem/Attribute:service_name+' => '', - 'Class:Problem/Attribute:servicesubcategory_name' => 'Nome', - 'Class:Problem/Attribute:servicesubcategory_name+' => '', - 'Class:Problem/Attribute:workgroup_name' => 'Nome', - 'Class:Problem/Attribute:workgroup_name+' => '', - 'Class:Problem/Attribute:agent_name' => 'Nome dell\Agente', - 'Class:Problem/Attribute:agent_name+' => '', - 'Class:Problem/Attribute:agent_email' => 'Email dell\'Agente', - 'Class:Problem/Attribute:agent_email+' => '', - 'Class:Problem/Attribute:related_change_ref' => 'Ref', - 'Class:Problem/Attribute:related_change_ref+' => '', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:Problem' => 'Problema', + 'Class:Problem+' => '', + 'Class:Problem/Attribute:status' => 'Stato', + 'Class:Problem/Attribute:status+' => '', + 'Class:Problem/Attribute:status/Value:new' => 'Nuovo', + 'Class:Problem/Attribute:status/Value:new+' => '', + 'Class:Problem/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:Problem/Attribute:status/Value:assigned+' => '', + 'Class:Problem/Attribute:status/Value:resolved' => 'Risolto', + 'Class:Problem/Attribute:status/Value:resolved+' => '', + 'Class:Problem/Attribute:status/Value:closed' => 'Chiuso', + 'Class:Problem/Attribute:status/Value:closed+' => '', + 'Class:Problem/Attribute:org_id' => 'Cliente', + 'Class:Problem/Attribute:org_id+' => '', + 'Class:Problem/Attribute:service_id' => 'Servizio', + 'Class:Problem/Attribute:service_id+' => '', + 'Class:Problem/Attribute:servicesubcategory_id' => 'Categoria di servizio', + 'Class:Problem/Attribute:servicesubcategory_id+' => '', + 'Class:Problem/Attribute:product' => 'Prodotto', + 'Class:Problem/Attribute:product+' => '', + 'Class:Problem/Attribute:impact' => 'Impatto', + 'Class:Problem/Attribute:impact+' => '', + 'Class:Problem/Attribute:impact/Value:1' => 'Una persona', + 'Class:Problem/Attribute:impact/Value:1+' => '', + 'Class:Problem/Attribute:impact/Value:2' => 'Un servizio', + 'Class:Problem/Attribute:impact/Value:2+' => '', + 'Class:Problem/Attribute:impact/Value:3' => 'Un dipartimento', + 'Class:Problem/Attribute:impact/Value:3+' => '', + 'Class:Problem/Attribute:urgency' => 'Urgenza', + 'Class:Problem/Attribute:urgency+' => '', + 'Class:Problem/Attribute:urgency/Value:1' => 'Bassa', + 'Class:Problem/Attribute:urgency/Value:1+' => 'Bassa', + 'Class:Problem/Attribute:urgency/Value:2' => 'Media', + 'Class:Problem/Attribute:urgency/Value:2+' => 'Media', + 'Class:Problem/Attribute:urgency/Value:3' => 'Alta', + 'Class:Problem/Attribute:urgency/Value:3+' => 'Alta', + 'Class:Problem/Attribute:priority' => 'Priorità', + 'Class:Problem/Attribute:priority+' => '', + 'Class:Problem/Attribute:priority/Value:1' => 'Bassa', + 'Class:Problem/Attribute:priority/Value:1+' => '', + 'Class:Problem/Attribute:priority/Value:2' => 'Media', + 'Class:Problem/Attribute:priority/Value:2+' => '', + 'Class:Problem/Attribute:priority/Value:3' => 'Alta', + 'Class:Problem/Attribute:priority/Value:3+' => '', + 'Class:Problem/Attribute:workgroup_id' => 'Gruppo di lavoro', + 'Class:Problem/Attribute:workgroup_id+' => '', + 'Class:Problem/Attribute:agent_id' => 'Agente', + 'Class:Problem/Attribute:agent_id+' => '', + 'Class:Problem/Attribute:related_change_id' => 'Cambi Correlati', + 'Class:Problem/Attribute:related_change_id+' => '', + 'Class:Problem/Attribute:close_date' => 'Data di Chiusura', + 'Class:Problem/Attribute:close_date+' => '', + 'Class:Problem/Attribute:last_update' => 'Ultimo Aggiornamento', + 'Class:Problem/Attribute:last_update+' => '', + 'Class:Problem/Attribute:assignment_date' => 'Data di asseganzione', + 'Class:Problem/Attribute:assignment_date+' => '', + 'Class:Problem/Attribute:resolution_date' => 'Data di risoluzione', + 'Class:Problem/Attribute:resolution_date+' => '', + 'Class:Problem/Attribute:knownerrors_list' => 'Errori Conosciuti', + 'Class:Problem/Attribute:knownerrors_list+' => '', + 'Class:Problem/Stimulus:ev_assign' => 'Assegnare', + 'Class:Problem/Stimulus:ev_assign+' => '', + 'Class:Problem/Stimulus:ev_reassign' => 'Riassegnare', + 'Class:Problem/Stimulus:ev_reassign+' => '', + 'Class:Problem/Stimulus:ev_resolve' => 'Risolvere', + 'Class:Problem/Stimulus:ev_resolve+' => '', + 'Class:Problem/Stimulus:ev_close' => 'Chiudere', + 'Class:Problem/Stimulus:ev_close+' => '', + 'Menu:ProblemManagement' => 'Gestione dei Problemi', + 'Menu:ProblemManagement+' => 'Gestione dei Problemi', + 'Menu:Problem:Overview' => 'Panoramica', + 'Menu:Problem:Overview+' => 'Panoramica', + 'Menu:NewProblem' => 'Nuovo Problema', + 'Menu:NewProblem+' => 'Nuovo Problema', + 'Menu:SearchProblems' => 'Ricerca per Problema', + 'Menu:SearchProblems+' => 'Ricerca per Problema', + 'Menu:Problem:Shortcuts' => 'Scorciatoia', + 'Menu:Problem:MyProblems' => 'I Miei Problemi', + 'Menu:Problem:MyProblems+' => 'I Miei Problemi', + 'Menu:Problem:OpenProblems' => 'Tutti i Problemi Aperti', + 'Menu:Problem:OpenProblems+' => 'Tutti i Problemi Aperti', + 'UI-ProblemManagementOverview-ProblemByService' => 'Problemi per Servizio', + 'UI-ProblemManagementOverview-ProblemByService+' => 'Problemi per Servizio', + 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemi per Priorità', + 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problemi per Priorità', + 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problemi non assegnati', + 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problemi non assegnati', + 'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard per la gestione dei problemi', + 'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard per la gestione dei problemi', + 'Class:Problem/Attribute:org_name' => 'Nome', + 'Class:Problem/Attribute:org_name+' => 'Nome Comune', + 'Class:Problem/Attribute:service_name' => 'Nome', + 'Class:Problem/Attribute:service_name+' => '', + 'Class:Problem/Attribute:servicesubcategory_name' => 'Nome', + 'Class:Problem/Attribute:servicesubcategory_name+' => '', + 'Class:Problem/Attribute:workgroup_name' => 'Nome', + 'Class:Problem/Attribute:workgroup_name+' => '', + 'Class:Problem/Attribute:agent_name' => 'Nome dell\Agente', + 'Class:Problem/Attribute:agent_name+' => '', + 'Class:Problem/Attribute:agent_email' => 'Email dell\'Agente', + 'Class:Problem/Attribute:agent_email+' => '', + 'Class:Problem/Attribute:related_change_ref' => 'Ref', + 'Class:Problem/Attribute:related_change_ref+' => '', +)); +?> diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/ja.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/ja.dict.itop-problem-mgmt.php index 79a617bd1..d2219a482 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/ja.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/ja.dict.itop-problem-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/main.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/main.itop-problem-mgmt.php index f1ac92b4b..3a23acb41 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/main.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/main.itop-problem-mgmt.php @@ -1,17 +1,20 @@ + ?> diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/pt_br.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/pt_br.dict.itop-problem-mgmt.php index 2b5834215..c96314154 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/pt_br.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/pt_br.dict.itop-problem-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/ru.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/ru.dict.itop-problem-mgmt.php index 3f5e38500..956dd07a7 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/ru.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/ru.dict.itop-problem-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/tr.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/tr.dict.itop-problem-mgmt.php index a7e50b627..1fea377d6 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/tr.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/tr.dict.itop-problem-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/zh.dict.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/zh.dict.itop-problem-mgmt.php index c5e3cf0e9..7318f9ea9 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/zh.dict.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/zh.dict.itop-problem-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-profiles-itil/module.itop-profiles-itil.php b/datamodels/1.x/itop-profiles-itil/module.itop-profiles-itil.php index 3f58b2f79..ad9acdcc0 100644 --- a/datamodels/1.x/itop-profiles-itil/module.itop-profiles-itil.php +++ b/datamodels/1.x/itop-profiles-itil/module.itop-profiles-itil.php @@ -1,18 +1,21 @@ + SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/datamodel.itop-request-mgmt.xml b/datamodels/1.x/itop-request-mgmt-1.0.0/datamodel.itop-request-mgmt.xml index 2290ea590..74ed6d1cf 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/datamodel.itop-request-mgmt.xml +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/datamodel.itop-request-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,requestmgmt false diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/de.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/de.dict.itop-request-mgmt.php index ffa3d6ddd..4693c0aa9 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/de.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/de.dict.itop-request-mgmt.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('DE DE', 'German', 'Deutsch', array( diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/en.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/en.dict.itop-request-mgmt.php index f65b6e6b0..4b732fb4a 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/en.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/en.dict.itop-request-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/es_cr.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/es_cr.dict.itop-request-mgmt.php index 5c9bf3da9..08d339350 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/es_cr.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/es_cr.dict.itop-request-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/fr.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/fr.dict.itop-request-mgmt.php index 1b1d0d3ad..9be4dc5a5 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/fr.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/fr.dict.itop-request-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/hu.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/hu.dict.itop-request-mgmt.php index 7d88793cc..e9f17d0ca 100755 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/hu.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/hu.dict.itop-request-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/it.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/it.dict.itop-request-mgmt.php index 4e75ec717..c58e06812 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/it.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/it.dict.itop-request-mgmt.php @@ -1,67 +1,66 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:UserRequest' => 'Richiesta dell\'utente', - 'Class:UserRequest+' => '', - 'Class:UserRequest/Attribute:request_type' => 'Tipo di Richiesta', - 'Class:UserRequest/Attribute:request_type+' => '', - 'Class:UserRequest/Attribute:request_type/Value:information' => 'Informazione', - 'Class:UserRequest/Attribute:request_type/Value:information+' => 'Informazione', - 'Class:UserRequest/Attribute:request_type/Value:issue' => 'Problema', - 'Class:UserRequest/Attribute:request_type/Value:issue+' => 'Problema', - 'Class:UserRequest/Attribute:request_type/Value:service request' => 'Richiesta di assistenza', - 'Class:UserRequest/Attribute:request_type/Value:service request+' => 'Richiesta di assistenza', - 'Class:UserRequest/Attribute:freeze_reason' => 'Motivo dell\'attesa', - 'Class:UserRequest/Attribute:freeze_reason+' => '', - 'Class:UserRequest/Stimulus:ev_assign' => 'Assegna', - 'Class:UserRequest/Stimulus:ev_assign+' => '', - 'Class:UserRequest/Stimulus:ev_reassign' => 'Riassegna', - 'Class:UserRequest/Stimulus:ev_reassign+' => '', - 'Class:UserRequest/Stimulus:ev_timeout' => 'ev_timeout', - 'Class:UserRequest/Stimulus:ev_timeout+' => '', - 'Class:UserRequest/Stimulus:ev_resolve' => 'Segna come risolto', - 'Class:UserRequest/Stimulus:ev_resolve+' => '', - 'Class:UserRequest/Stimulus:ev_close' => 'Chiuso', - 'Class:UserRequest/Stimulus:ev_close+' => '', - 'Class:UserRequest/Stimulus:ev_freeze' => 'Segna come in attesa', - 'Class:UserRequest/Stimulus:ev_freeze+' => '', - 'Menu:RequestManagement' => 'Servizio di assistenza', - 'Menu:RequestManagement+' => 'Servizio di assistenza', - 'Menu:UserRequest:Overview' => 'Panoramica', - 'Menu:UserRequest:Overview+' => 'Panoramica', - 'Menu:NewUserRequest' => 'Nuova Richiesta dall\'Utente', - 'Menu:NewUserRequest+' => 'Crea un ticket per una Nuova Richiesta dall\'Utente', - 'Menu:SearchUserRequests' => 'Cerca per Richieste dall\'Utente', - 'Menu:SearchUserRequests+' => 'Cerca per tickets delle Richieste dall\'Utente', - 'Menu:UserRequest:Shortcuts' => 'Scorciatoia', - 'Menu:UserRequest:Shortcuts+' => '', - 'Menu:UserRequest:MyRequests' => 'Richiesta assegnata a me', - 'Menu:UserRequest:MyRequests+' => 'Richiesta assegnata a me (come Agente)', - 'Menu:UserRequest:EscalatedRequests' => 'Richieste in escalation', - 'Menu:UserRequest:EscalatedRequests+' => 'Richieste in escalation', - 'Menu:UserRequest:OpenRequests' => 'Tutte le richieste aperte', - 'Menu:UserRequest:OpenRequests+' => 'Tutte le richieste aperte', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:UserRequest' => 'Richiesta dell\'utente', + 'Class:UserRequest+' => '', + 'Class:UserRequest/Attribute:request_type' => 'Tipo di Richiesta', + 'Class:UserRequest/Attribute:request_type+' => '', + 'Class:UserRequest/Attribute:request_type/Value:information' => 'Informazione', + 'Class:UserRequest/Attribute:request_type/Value:information+' => 'Informazione', + 'Class:UserRequest/Attribute:request_type/Value:issue' => 'Problema', + 'Class:UserRequest/Attribute:request_type/Value:issue+' => 'Problema', + 'Class:UserRequest/Attribute:request_type/Value:service request' => 'Richiesta di assistenza', + 'Class:UserRequest/Attribute:request_type/Value:service request+' => 'Richiesta di assistenza', + 'Class:UserRequest/Attribute:freeze_reason' => 'Motivo dell\'attesa', + 'Class:UserRequest/Attribute:freeze_reason+' => '', + 'Class:UserRequest/Stimulus:ev_assign' => 'Assegna', + 'Class:UserRequest/Stimulus:ev_assign+' => '', + 'Class:UserRequest/Stimulus:ev_reassign' => 'Riassegna', + 'Class:UserRequest/Stimulus:ev_reassign+' => '', + 'Class:UserRequest/Stimulus:ev_timeout' => 'ev_timeout', + 'Class:UserRequest/Stimulus:ev_timeout+' => '', + 'Class:UserRequest/Stimulus:ev_resolve' => 'Segna come risolto', + 'Class:UserRequest/Stimulus:ev_resolve+' => '', + 'Class:UserRequest/Stimulus:ev_close' => 'Chiuso', + 'Class:UserRequest/Stimulus:ev_close+' => '', + 'Class:UserRequest/Stimulus:ev_freeze' => 'Segna come in attesa', + 'Class:UserRequest/Stimulus:ev_freeze+' => '', + 'Menu:RequestManagement' => 'Servizio di assistenza', + 'Menu:RequestManagement+' => 'Servizio di assistenza', + 'Menu:UserRequest:Overview' => 'Panoramica', + 'Menu:UserRequest:Overview+' => 'Panoramica', + 'Menu:NewUserRequest' => 'Nuova Richiesta dall\'Utente', + 'Menu:NewUserRequest+' => 'Crea un ticket per una Nuova Richiesta dall\'Utente', + 'Menu:SearchUserRequests' => 'Cerca per Richieste dall\'Utente', + 'Menu:SearchUserRequests+' => 'Cerca per tickets delle Richieste dall\'Utente', + 'Menu:UserRequest:Shortcuts' => 'Scorciatoia', + 'Menu:UserRequest:Shortcuts+' => '', + 'Menu:UserRequest:MyRequests' => 'Richiesta assegnata a me', + 'Menu:UserRequest:MyRequests+' => 'Richiesta assegnata a me (come Agente)', + 'Menu:UserRequest:EscalatedRequests' => 'Richieste in escalation', + 'Menu:UserRequest:EscalatedRequests+' => 'Richieste in escalation', + 'Menu:UserRequest:OpenRequests' => 'Tutte le richieste aperte', + 'Menu:UserRequest:OpenRequests+' => 'Tutte le richieste aperte', +)); +?> diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/ja.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/ja.dict.itop-request-mgmt.php index 48d5c69f3..f2be14956 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/ja.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/ja.dict.itop-request-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('JA JP', 'Japanese', '日本語', array ( diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/main.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/main.itop-request-mgmt.php index 5b72fe1f9..353e2e004 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/main.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/main.itop-request-mgmt.php @@ -1,18 +1,21 @@ + define('PORTAL_SERVICECATEGORY_QUERY', 'SELECT Service AS s JOIN SLA AS sla ON sla.service_id=s.id JOIN lnkContractToSLA AS ln ON ln.sla_id=sla.id JOIN CustomerContract AS cc ON ln.contract_id=cc.id WHERE cc.org_id = :org_id'); define('PORTAL_SERVICE_SUBCATEGORY_QUERY', 'SELECT ServiceSubcategory WHERE service_id = :svc_id'); diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/pt_br.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/pt_br.dict.itop-request-mgmt.php index 99ea8f102..8b67189e0 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/pt_br.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/pt_br.dict.itop-request-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/ru.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/ru.dict.itop-request-mgmt.php index 2eaf050ac..a0f769b34 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/ru.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/ru.dict.itop-request-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('RU RU', 'Russian', 'Русский', array( diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/tr.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/tr.dict.itop-request-mgmt.php index 184bec7f9..a8df39244 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/tr.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/tr.dict.itop-request-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('TR TR', 'Turkish', 'Türkçe', array( diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/zh.dict.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/zh.dict.itop-request-mgmt.php index 1d946e9fc..c547da48a 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/zh.dict.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/zh.dict.itop-request-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('ZH CN', 'Chinese', '简体中文', array( diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/datamodel.itop-service-mgmt.xml b/datamodels/1.x/itop-service-mgmt-1.0.0/datamodel.itop-service-mgmt.xml index b2b2c6906..5b0251b88 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/datamodel.itop-service-mgmt.xml +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/datamodel.itop-service-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,servicemgmt true diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/de.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/de.dict.itop-service-mgmt.php index 8f99d7cf2..1d33f0271 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/de.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/de.dict.itop-service-mgmt.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/en.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/en.dict.itop-service-mgmt.php index 0cc27d1b6..7a0d4e3b4 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/en.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/en.dict.itop-service-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/es_cr.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/es_cr.dict.itop-service-mgmt.php index f923b12fb..bb8b1e999 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/es_cr.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/es_cr.dict.itop-service-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/fr.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/fr.dict.itop-service-mgmt.php index 1163a7b71..7fabb356b 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/fr.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/fr.dict.itop-service-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/hu.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/hu.dict.itop-service-mgmt.php index 9f7a76531..e6e6242d9 100755 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/hu.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/hu.dict.itop-service-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/it.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/it.dict.itop-service-mgmt.php index 8225dface..f53c69595 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/it.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/it.dict.itop-service-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/ja.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/ja.dict.itop-service-mgmt.php index e885a84db..5587fde91 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/ja.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/ja.dict.itop-service-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/main.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/main.itop-service-mgmt.php index f1ac92b4b..3a23acb41 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/main.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/main.itop-service-mgmt.php @@ -1,17 +1,20 @@ + ?> diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/pt_br.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/pt_br.dict.itop-service-mgmt.php index a7b5a0e30..26b81eed1 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/pt_br.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/pt_br.dict.itop-service-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/ru.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/ru.dict.itop-service-mgmt.php index 00a7874f7..a555fa041 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/ru.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/ru.dict.itop-service-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/tr.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/tr.dict.itop-service-mgmt.php index a22d2d3f9..4a8868b29 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/tr.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/tr.dict.itop-service-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/zh.dict.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/zh.dict.itop-service-mgmt.php index bb534e1fa..633dc6d2b 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/zh.dict.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/zh.dict.itop-service-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-sla-computation/en.dict.itop-sla-computation.php b/datamodels/1.x/itop-sla-computation/en.dict.itop-sla-computation.php index c98b93a15..fab2ba01f 100644 --- a/datamodels/1.x/itop-sla-computation/en.dict.itop-sla-computation.php +++ b/datamodels/1.x/itop-sla-computation/en.dict.itop-sla-computation.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/1.x/itop-sla-computation/main.itop-sla-computation.php b/datamodels/1.x/itop-sla-computation/main.itop-sla-computation.php index 490d72934..5fcd89681 100644 --- a/datamodels/1.x/itop-sla-computation/main.itop-sla-computation.php +++ b/datamodels/1.x/itop-sla-computation/main.itop-sla-computation.php @@ -1,27 +1,27 @@ /** * Module itop-sla-computation: implements an extensible mechanism * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** diff --git a/datamodels/1.x/itop-sla-computation/module.itop-sla-computation.php b/datamodels/1.x/itop-sla-computation/module.itop-sla-computation.php index d0839ddfc..f73547dfe 100644 --- a/datamodels/1.x/itop-sla-computation/module.itop-sla-computation.php +++ b/datamodels/1.x/itop-sla-computation/module.itop-sla-computation.php @@ -1,18 +1,20 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file diff --git a/datamodels/1.x/itop-tickets-1.0.0/datamodel.itop-tickets.xml b/datamodels/1.x/itop-tickets-1.0.0/datamodel.itop-tickets.xml index 8030a3cb9..45d13ffd9 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/datamodel.itop-tickets.xml +++ b/datamodels/1.x/itop-tickets-1.0.0/datamodel.itop-tickets.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable true diff --git a/datamodels/1.x/itop-tickets-1.0.0/de.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/de.dict.itop-tickets.php index 052bdecdc..580a7814c 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/de.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/de.dict.itop-tickets.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-tickets-1.0.0/en.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/en.dict.itop-tickets.php index af511aada..94399cd28 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/en.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/en.dict.itop-tickets.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-tickets-1.0.0/es_cr.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/es_cr.dict.itop-tickets.php index d6d3919fd..23d65506b 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/es_cr.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/es_cr.dict.itop-tickets.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-tickets-1.0.0/fr.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/fr.dict.itop-tickets.php index 852db1e20..1a2fbe907 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/fr.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/fr.dict.itop-tickets.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/1.x/itop-tickets-1.0.0/hu.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/hu.dict.itop-tickets.php index e26e18725..b78f9cc32 100755 --- a/datamodels/1.x/itop-tickets-1.0.0/hu.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/hu.dict.itop-tickets.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/1.x/itop-tickets-1.0.0/it.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/it.dict.itop-tickets.php index 37bc4b639..2b44d1315 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/it.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/it.dict.itop-tickets.php @@ -1,219 +1,218 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:lnkTicketToDoc' => 'Ticket/Documento', - 'Class:lnkTicketToDoc+' => '', - 'Class:lnkTicketToDoc/Attribute:ticket_id' => 'Ticket', - 'Class:lnkTicketToDoc/Attribute:ticket_id+' => '', - 'Class:lnkTicketToDoc/Attribute:document_id' => 'Documento', - 'Class:lnkTicketToDoc/Attribute:document_id+' => '', - 'Class:lnkTicketToContact' => 'Ticket/Contatto', - 'Class:lnkTicketToContact+' => '', - 'Class:lnkTicketToContact/Attribute:ticket_id' => 'Ticket', - 'Class:lnkTicketToContact/Attribute:ticket_id+' => '', - 'Class:lnkTicketToContact/Attribute:contact_id' => 'Contatto', - 'Class:lnkTicketToContact/Attribute:contact_id+' => '', - 'Class:lnkTicketToContact/Attribute:role' => 'Ruolo', - 'Class:lnkTicketToContact/Attribute:role+' => '', - 'Class:lnkTicketToCI' => 'Ticket/CI', - 'Class:lnkTicketToCI+' => '', - 'Class:lnkTicketToCI/Attribute:ticket_id' => 'Ticket', - 'Class:lnkTicketToCI/Attribute:ticket_id+' => '', - 'Class:lnkTicketToCI/Attribute:ci_id' => 'CI', - 'Class:lnkTicketToCI/Attribute:ci_id+' => '', - 'Class:lnkTicketToCI/Attribute:impact' => 'Impatto', - 'Class:lnkTicketToCI/Attribute:impact+' => '', - 'Class:Ticket' => 'Ticket', - 'Class:Ticket+' => '', - 'Class:Ticket/Attribute:ref' => 'Ref', - 'Class:Ticket/Attribute:ref+' => '', - 'Class:Ticket/Attribute:title' => 'Titolo', - 'Class:Ticket/Attribute:title+' => '', - 'Class:Ticket/Attribute:description' => 'Descrizione', - 'Class:Ticket/Attribute:description+' => '', - 'Class:Ticket/Attribute:ticket_log' => 'Log', - 'Class:Ticket/Attribute:ticket_log+' => '', - 'Class:Ticket/Attribute:start_date' => 'Inzio', - 'Class:Ticket/Attribute:start_date+' => '', - 'Class:Ticket/Attribute:document_list' => 'Documenti', - 'Class:Ticket/Attribute:document_list+' => 'Documenti relativi al ticket', - 'Class:Ticket/Attribute:ci_list' => 'CIs', - 'Class:Ticket/Attribute:ci_list+' => 'CIs coivolti dall\'incidente', - 'Class:Ticket/Attribute:contact_list' => 'Contatti', - 'Class:Ticket/Attribute:contact_list+' => 'Team e persone coinvolte', - 'Class:Ticket/Attribute:incident_list' => 'Incidenti Correlati', - 'Class:Ticket/Attribute:incident_list+' => '', - 'Class:Ticket/Attribute:finalclass' => 'Tipo', - 'Class:Ticket/Attribute:finalclass+' => '', - 'Ticket:baseinfo' => 'Infomazioni Generali', - 'Ticket:date' => 'Date', - 'Ticket:contact' => 'Contatti', - 'Ticket:moreinfo' => 'Più informazioni', - 'Ticket:relation' => 'Relazioni', - 'Ticket:log' => 'Communicazioni', - 'Class:lnkTicketToDoc/Attribute:ticket_ref' => 'Ticket #', - 'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '', - 'Class:lnkTicketToDoc/Attribute:document_name' => 'Documento', - 'Class:lnkTicketToDoc/Attribute:document_name+' => '', - 'Class:lnkTicketToContact/Attribute:ticket_ref' => 'Ticket #', - 'Class:lnkTicketToContact/Attribute:ticket_ref+' => '', - 'Class:lnkTicketToContact/Attribute:contact_name' => 'Contatto', - 'Class:lnkTicketToContact/Attribute:contact_name+' => '', - 'Class:lnkTicketToContact/Attribute:contact_email' => 'Email', - 'Class:lnkTicketToContact/Attribute:contact_email+' => '', - 'Class:lnkTicketToCI/Attribute:ticket_ref' => 'Ticket #', - 'Class:lnkTicketToCI/Attribute:ticket_ref+' => '', - 'Class:lnkTicketToCI/Attribute:ci_name' => 'CI', - 'Class:lnkTicketToCI/Attribute:ci_name+' => '', - 'Class:lnkTicketToCI/Attribute:ci_status' => 'CI stato', - 'Class:lnkTicketToCI/Attribute:ci_status+' => '', - 'Class:ResponseTicket' => 'Ticket di risposta', - 'Class:ResponseTicket+' => '', - 'Class:ResponseTicket/Attribute:status' => 'Stato', - 'Class:ResponseTicket/Attribute:status+' => '', - 'Class:ResponseTicket/Attribute:status/Value:new' => 'Nuovo', - 'Class:ResponseTicket/Attribute:status/Value:new+' => 'Recentemente aperto', - 'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => 'Escalation/TTO', - 'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '', - 'Class:ResponseTicket/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:ResponseTicket/Attribute:status/Value:assigned+' => '', - 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => 'Escalation/TTR', - 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '', - 'Class:ResponseTicket/Attribute:status/Value:frozen' => 'In attesa', - 'Class:ResponseTicket/Attribute:status/Value:frozen+' => '', - 'Class:ResponseTicket/Attribute:status/Value:resolved' => 'Risolto', - 'Class:ResponseTicket/Attribute:status/Value:resolved+' => '', - 'Class:ResponseTicket/Attribute:status/Value:closed' => 'Chiuso', - 'Class:ResponseTicket/Attribute:status/Value:closed+' => '', - 'Class:ResponseTicket/Attribute:caller_id' => 'Visitatore', - 'Class:ResponseTicket/Attribute:caller_id+' => '', - 'Class:ResponseTicket/Attribute:caller_email' => 'Email', - 'Class:ResponseTicket/Attribute:caller_email+' => '', - 'Class:ResponseTicket/Attribute:org_id' => 'Cliente', - 'Class:ResponseTicket/Attribute:org_id+' => '', - 'Class:ResponseTicket/Attribute:org_name' => 'Cliente', - 'Class:ResponseTicket/Attribute:org_name+' => '', - 'Class:ResponseTicket/Attribute:service_id' => 'Servizio', - 'Class:ResponseTicket/Attribute:service_id+' => '', - 'Class:ResponseTicket/Attribute:service_name' => 'Nome', - 'Class:ResponseTicket/Attribute:service_name+' => '', - 'Class:ResponseTicket/Attribute:servicesubcategory_id' => 'Elemento di servizio', - 'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '', - 'Class:ResponseTicket/Attribute:servicesubcategory_name' => 'Name', - 'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '', - 'Class:ResponseTicket/Attribute:product' => 'Prodotto', - 'Class:ResponseTicket/Attribute:product+' => '', - 'Class:ResponseTicket/Attribute:impact' => 'Impatto', - 'Class:ResponseTicket/Attribute:impact+' => '', - 'Class:ResponseTicket/Attribute:impact/Value:1' => 'Un dipartimento', - 'Class:ResponseTicket/Attribute:impact/Value:1+' => '', - 'Class:ResponseTicket/Attribute:impact/Value:2' => 'Un servizio', - 'Class:ResponseTicket/Attribute:impact/Value:2+' => '', - 'Class:ResponseTicket/Attribute:impact/Value:3' => 'Una persona', - 'Class:ResponseTicket/Attribute:impact/Value:3+' => '', - 'Class:ResponseTicket/Attribute:urgency' => 'Urgenza', - 'Class:ResponseTicket/Attribute:urgency+' => '', - 'Class:ResponseTicket/Attribute:urgency/Value:1' => 'Alta', - 'Class:ResponseTicket/Attribute:urgency/Value:1+' => '', - 'Class:ResponseTicket/Attribute:urgency/Value:2' => 'Media', - 'Class:ResponseTicket/Attribute:urgency/Value:2+' => '', - 'Class:ResponseTicket/Attribute:urgency/Value:3' => 'Bassa', - 'Class:ResponseTicket/Attribute:urgency/Value:3+' => '', - 'Class:ResponseTicket/Attribute:priority' => 'Priorità', - 'Class:ResponseTicket/Attribute:priority+' => '', - 'Class:ResponseTicket/Attribute:priority/Value:1' => 'Alta', - 'Class:ResponseTicket/Attribute:priority/Value:1+' => '', - 'Class:ResponseTicket/Attribute:priority/Value:2' => 'Media', - 'Class:ResponseTicket/Attribute:priority/Value:2+' => '', - 'Class:ResponseTicket/Attribute:priority/Value:3' => 'Bassa', - 'Class:ResponseTicket/Attribute:priority/Value:3+' => '', - 'Class:ResponseTicket/Attribute:workgroup_id' => 'Gruppo di lavoro', - 'Class:ResponseTicket/Attribute:workgroup_id+' => '', - 'Class:ResponseTicket/Attribute:workgroup_name' => 'Workgroup', - 'Class:ResponseTicket/Attribute:workgroup_name+' => '', - 'Class:ResponseTicket/Attribute:agent_id' => 'Agente', - 'Class:ResponseTicket/Attribute:agent_id+' => '', - 'Class:ResponseTicket/Attribute:agent_name' => 'Agente', - 'Class:ResponseTicket/Attribute:agent_name+' => '', - 'Class:ResponseTicket/Attribute:agent_email' => 'Email dell\'agente', - 'Class:ResponseTicket/Attribute:agent_email+' => '', - 'Class:ResponseTicket/Attribute:related_problem_id' => 'Problemi correlati', - 'Class:ResponseTicket/Attribute:related_problem_id+' => '', - 'Class:ResponseTicket/Attribute:related_problem_ref' => 'Ref', - 'Class:ResponseTicket/Attribute:related_problem_ref+' => '', - 'Class:ResponseTicket/Attribute:related_change_id' => 'Cambi correlati', - 'Class:ResponseTicket/Attribute:related_change_id+' => '', - 'Class:ResponseTicket/Attribute:related_change_ref' => 'Cambi correlati', - 'Class:ResponseTicket/Attribute:related_change_ref+' => '', - 'Class:ResponseTicket/Attribute:close_date' => 'Chiuso', - 'Class:ResponseTicket/Attribute:close_date+' => '', - 'Class:ResponseTicket/Attribute:last_update' => 'Ultimo aggiornamento', - 'Class:ResponseTicket/Attribute:last_update+' => '', - 'Class:ResponseTicket/Attribute:assignment_date' => 'Data di Assegnazione ', - 'Class:ResponseTicket/Attribute:assignment_date+' => '', - 'Class:ResponseTicket/Attribute:resolution_date' => 'Data di risoluzione', - 'Class:ResponseTicket/Attribute:resolution_date+' => '', - 'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTO Scadenza di Escalation', - 'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '', - 'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTR Scadenza di Escalation', - 'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '', - 'Class:ResponseTicket/Attribute:closure_deadline' => 'Termine di chiusura', - 'Class:ResponseTicket/Attribute:closure_deadline+' => '', - 'Class:ResponseTicket/Attribute:resolution_code' => 'Codice di risoluzione', - 'Class:ResponseTicket/Attribute:resolution_code+' => '', - 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => 'Non puo\' essere riprodotto', - 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '', - 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => 'Ticket duplicato', - 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '', - 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => 'Fissato', - 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '', - 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => 'Irrilevante', - 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '', - 'Class:ResponseTicket/Attribute:solution' => 'Soluzione', - 'Class:ResponseTicket/Attribute:solution+' => '', - 'Class:ResponseTicket/Attribute:user_satisfaction' => 'Soddisfazione dell\'utente', - 'Class:ResponseTicket/Attribute:user_satisfaction+' => '', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => 'Molto soddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => 'Molto soddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => 'Abbastanza soddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => 'Abbastanza soddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => 'Piuttosto insoddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => 'Piuttosto insoddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => 'Molto insoddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => 'Molto insoddisfatto', - 'Class:ResponseTicket/Attribute:user_commment' => 'Commento dell\'utente', - 'Class:ResponseTicket/Attribute:user_commment+' => '', - 'Class:ResponseTicket/Stimulus:ev_assign' => 'Assegna', - 'Class:ResponseTicket/Stimulus:ev_assign+' => '', - 'Class:ResponseTicket/Stimulus:ev_reassign' => 'Riassegna', - 'Class:ResponseTicket/Stimulus:ev_reassign+' => '', - 'Class:ResponseTicket/Stimulus:ev_timeout' => 'Escalation', - 'Class:ResponseTicket/Stimulus:ev_timeout+' => '', - 'Class:ResponseTicket/Stimulus:ev_resolve' => 'Segna come risolto', - 'Class:ResponseTicket/Stimulus:ev_resolve+' => '', - 'Class:ResponseTicket/Stimulus:ev_close' => 'Chiudi', - 'Class:ResponseTicket/Stimulus:ev_close+' => '', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:lnkTicketToDoc' => 'Ticket/Documento', + 'Class:lnkTicketToDoc+' => '', + 'Class:lnkTicketToDoc/Attribute:ticket_id' => 'Ticket', + 'Class:lnkTicketToDoc/Attribute:ticket_id+' => '', + 'Class:lnkTicketToDoc/Attribute:document_id' => 'Documento', + 'Class:lnkTicketToDoc/Attribute:document_id+' => '', + 'Class:lnkTicketToContact' => 'Ticket/Contatto', + 'Class:lnkTicketToContact+' => '', + 'Class:lnkTicketToContact/Attribute:ticket_id' => 'Ticket', + 'Class:lnkTicketToContact/Attribute:ticket_id+' => '', + 'Class:lnkTicketToContact/Attribute:contact_id' => 'Contatto', + 'Class:lnkTicketToContact/Attribute:contact_id+' => '', + 'Class:lnkTicketToContact/Attribute:role' => 'Ruolo', + 'Class:lnkTicketToContact/Attribute:role+' => '', + 'Class:lnkTicketToCI' => 'Ticket/CI', + 'Class:lnkTicketToCI+' => '', + 'Class:lnkTicketToCI/Attribute:ticket_id' => 'Ticket', + 'Class:lnkTicketToCI/Attribute:ticket_id+' => '', + 'Class:lnkTicketToCI/Attribute:ci_id' => 'CI', + 'Class:lnkTicketToCI/Attribute:ci_id+' => '', + 'Class:lnkTicketToCI/Attribute:impact' => 'Impatto', + 'Class:lnkTicketToCI/Attribute:impact+' => '', + 'Class:Ticket' => 'Ticket', + 'Class:Ticket+' => '', + 'Class:Ticket/Attribute:ref' => 'Ref', + 'Class:Ticket/Attribute:ref+' => '', + 'Class:Ticket/Attribute:title' => 'Titolo', + 'Class:Ticket/Attribute:title+' => '', + 'Class:Ticket/Attribute:description' => 'Descrizione', + 'Class:Ticket/Attribute:description+' => '', + 'Class:Ticket/Attribute:ticket_log' => 'Log', + 'Class:Ticket/Attribute:ticket_log+' => '', + 'Class:Ticket/Attribute:start_date' => 'Inzio', + 'Class:Ticket/Attribute:start_date+' => '', + 'Class:Ticket/Attribute:document_list' => 'Documenti', + 'Class:Ticket/Attribute:document_list+' => 'Documenti relativi al ticket', + 'Class:Ticket/Attribute:ci_list' => 'CIs', + 'Class:Ticket/Attribute:ci_list+' => 'CIs coivolti dall\'incidente', + 'Class:Ticket/Attribute:contact_list' => 'Contatti', + 'Class:Ticket/Attribute:contact_list+' => 'Team e persone coinvolte', + 'Class:Ticket/Attribute:incident_list' => 'Incidenti Correlati', + 'Class:Ticket/Attribute:incident_list+' => '', + 'Class:Ticket/Attribute:finalclass' => 'Tipo', + 'Class:Ticket/Attribute:finalclass+' => '', + 'Ticket:baseinfo' => 'Infomazioni Generali', + 'Ticket:date' => 'Date', + 'Ticket:contact' => 'Contatti', + 'Ticket:moreinfo' => 'Più informazioni', + 'Ticket:relation' => 'Relazioni', + 'Ticket:log' => 'Communicazioni', + 'Class:lnkTicketToDoc/Attribute:ticket_ref' => 'Ticket #', + 'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '', + 'Class:lnkTicketToDoc/Attribute:document_name' => 'Documento', + 'Class:lnkTicketToDoc/Attribute:document_name+' => '', + 'Class:lnkTicketToContact/Attribute:ticket_ref' => 'Ticket #', + 'Class:lnkTicketToContact/Attribute:ticket_ref+' => '', + 'Class:lnkTicketToContact/Attribute:contact_name' => 'Contatto', + 'Class:lnkTicketToContact/Attribute:contact_name+' => '', + 'Class:lnkTicketToContact/Attribute:contact_email' => 'Email', + 'Class:lnkTicketToContact/Attribute:contact_email+' => '', + 'Class:lnkTicketToCI/Attribute:ticket_ref' => 'Ticket #', + 'Class:lnkTicketToCI/Attribute:ticket_ref+' => '', + 'Class:lnkTicketToCI/Attribute:ci_name' => 'CI', + 'Class:lnkTicketToCI/Attribute:ci_name+' => '', + 'Class:lnkTicketToCI/Attribute:ci_status' => 'CI stato', + 'Class:lnkTicketToCI/Attribute:ci_status+' => '', + 'Class:ResponseTicket' => 'Ticket di risposta', + 'Class:ResponseTicket+' => '', + 'Class:ResponseTicket/Attribute:status' => 'Stato', + 'Class:ResponseTicket/Attribute:status+' => '', + 'Class:ResponseTicket/Attribute:status/Value:new' => 'Nuovo', + 'Class:ResponseTicket/Attribute:status/Value:new+' => 'Recentemente aperto', + 'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => 'Escalation/TTO', + 'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '', + 'Class:ResponseTicket/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:ResponseTicket/Attribute:status/Value:assigned+' => '', + 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => 'Escalation/TTR', + 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '', + 'Class:ResponseTicket/Attribute:status/Value:frozen' => 'In attesa', + 'Class:ResponseTicket/Attribute:status/Value:frozen+' => '', + 'Class:ResponseTicket/Attribute:status/Value:resolved' => 'Risolto', + 'Class:ResponseTicket/Attribute:status/Value:resolved+' => '', + 'Class:ResponseTicket/Attribute:status/Value:closed' => 'Chiuso', + 'Class:ResponseTicket/Attribute:status/Value:closed+' => '', + 'Class:ResponseTicket/Attribute:caller_id' => 'Visitatore', + 'Class:ResponseTicket/Attribute:caller_id+' => '', + 'Class:ResponseTicket/Attribute:caller_email' => 'Email', + 'Class:ResponseTicket/Attribute:caller_email+' => '', + 'Class:ResponseTicket/Attribute:org_id' => 'Cliente', + 'Class:ResponseTicket/Attribute:org_id+' => '', + 'Class:ResponseTicket/Attribute:org_name' => 'Cliente', + 'Class:ResponseTicket/Attribute:org_name+' => '', + 'Class:ResponseTicket/Attribute:service_id' => 'Servizio', + 'Class:ResponseTicket/Attribute:service_id+' => '', + 'Class:ResponseTicket/Attribute:service_name' => 'Nome', + 'Class:ResponseTicket/Attribute:service_name+' => '', + 'Class:ResponseTicket/Attribute:servicesubcategory_id' => 'Elemento di servizio', + 'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '', + 'Class:ResponseTicket/Attribute:servicesubcategory_name' => 'Name', + 'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '', + 'Class:ResponseTicket/Attribute:product' => 'Prodotto', + 'Class:ResponseTicket/Attribute:product+' => '', + 'Class:ResponseTicket/Attribute:impact' => 'Impatto', + 'Class:ResponseTicket/Attribute:impact+' => '', + 'Class:ResponseTicket/Attribute:impact/Value:1' => 'Un dipartimento', + 'Class:ResponseTicket/Attribute:impact/Value:1+' => '', + 'Class:ResponseTicket/Attribute:impact/Value:2' => 'Un servizio', + 'Class:ResponseTicket/Attribute:impact/Value:2+' => '', + 'Class:ResponseTicket/Attribute:impact/Value:3' => 'Una persona', + 'Class:ResponseTicket/Attribute:impact/Value:3+' => '', + 'Class:ResponseTicket/Attribute:urgency' => 'Urgenza', + 'Class:ResponseTicket/Attribute:urgency+' => '', + 'Class:ResponseTicket/Attribute:urgency/Value:1' => 'Alta', + 'Class:ResponseTicket/Attribute:urgency/Value:1+' => '', + 'Class:ResponseTicket/Attribute:urgency/Value:2' => 'Media', + 'Class:ResponseTicket/Attribute:urgency/Value:2+' => '', + 'Class:ResponseTicket/Attribute:urgency/Value:3' => 'Bassa', + 'Class:ResponseTicket/Attribute:urgency/Value:3+' => '', + 'Class:ResponseTicket/Attribute:priority' => 'Priorità', + 'Class:ResponseTicket/Attribute:priority+' => '', + 'Class:ResponseTicket/Attribute:priority/Value:1' => 'Alta', + 'Class:ResponseTicket/Attribute:priority/Value:1+' => '', + 'Class:ResponseTicket/Attribute:priority/Value:2' => 'Media', + 'Class:ResponseTicket/Attribute:priority/Value:2+' => '', + 'Class:ResponseTicket/Attribute:priority/Value:3' => 'Bassa', + 'Class:ResponseTicket/Attribute:priority/Value:3+' => '', + 'Class:ResponseTicket/Attribute:workgroup_id' => 'Gruppo di lavoro', + 'Class:ResponseTicket/Attribute:workgroup_id+' => '', + 'Class:ResponseTicket/Attribute:workgroup_name' => 'Workgroup', + 'Class:ResponseTicket/Attribute:workgroup_name+' => '', + 'Class:ResponseTicket/Attribute:agent_id' => 'Agente', + 'Class:ResponseTicket/Attribute:agent_id+' => '', + 'Class:ResponseTicket/Attribute:agent_name' => 'Agente', + 'Class:ResponseTicket/Attribute:agent_name+' => '', + 'Class:ResponseTicket/Attribute:agent_email' => 'Email dell\'agente', + 'Class:ResponseTicket/Attribute:agent_email+' => '', + 'Class:ResponseTicket/Attribute:related_problem_id' => 'Problemi correlati', + 'Class:ResponseTicket/Attribute:related_problem_id+' => '', + 'Class:ResponseTicket/Attribute:related_problem_ref' => 'Ref', + 'Class:ResponseTicket/Attribute:related_problem_ref+' => '', + 'Class:ResponseTicket/Attribute:related_change_id' => 'Cambi correlati', + 'Class:ResponseTicket/Attribute:related_change_id+' => '', + 'Class:ResponseTicket/Attribute:related_change_ref' => 'Cambi correlati', + 'Class:ResponseTicket/Attribute:related_change_ref+' => '', + 'Class:ResponseTicket/Attribute:close_date' => 'Chiuso', + 'Class:ResponseTicket/Attribute:close_date+' => '', + 'Class:ResponseTicket/Attribute:last_update' => 'Ultimo aggiornamento', + 'Class:ResponseTicket/Attribute:last_update+' => '', + 'Class:ResponseTicket/Attribute:assignment_date' => 'Data di Assegnazione ', + 'Class:ResponseTicket/Attribute:assignment_date+' => '', + 'Class:ResponseTicket/Attribute:resolution_date' => 'Data di risoluzione', + 'Class:ResponseTicket/Attribute:resolution_date+' => '', + 'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTO Scadenza di Escalation', + 'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '', + 'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTR Scadenza di Escalation', + 'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '', + 'Class:ResponseTicket/Attribute:closure_deadline' => 'Termine di chiusura', + 'Class:ResponseTicket/Attribute:closure_deadline+' => '', + 'Class:ResponseTicket/Attribute:resolution_code' => 'Codice di risoluzione', + 'Class:ResponseTicket/Attribute:resolution_code+' => '', + 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => 'Non puo\' essere riprodotto', + 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '', + 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => 'Ticket duplicato', + 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '', + 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => 'Fissato', + 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '', + 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => 'Irrilevante', + 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '', + 'Class:ResponseTicket/Attribute:solution' => 'Soluzione', + 'Class:ResponseTicket/Attribute:solution+' => '', + 'Class:ResponseTicket/Attribute:user_satisfaction' => 'Soddisfazione dell\'utente', + 'Class:ResponseTicket/Attribute:user_satisfaction+' => '', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => 'Molto soddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => 'Molto soddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => 'Abbastanza soddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => 'Abbastanza soddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => 'Piuttosto insoddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => 'Piuttosto insoddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => 'Molto insoddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => 'Molto insoddisfatto', + 'Class:ResponseTicket/Attribute:user_commment' => 'Commento dell\'utente', + 'Class:ResponseTicket/Attribute:user_commment+' => '', + 'Class:ResponseTicket/Stimulus:ev_assign' => 'Assegna', + 'Class:ResponseTicket/Stimulus:ev_assign+' => '', + 'Class:ResponseTicket/Stimulus:ev_reassign' => 'Riassegna', + 'Class:ResponseTicket/Stimulus:ev_reassign+' => '', + 'Class:ResponseTicket/Stimulus:ev_timeout' => 'Escalation', + 'Class:ResponseTicket/Stimulus:ev_timeout+' => '', + 'Class:ResponseTicket/Stimulus:ev_resolve' => 'Segna come risolto', + 'Class:ResponseTicket/Stimulus:ev_resolve+' => '', + 'Class:ResponseTicket/Stimulus:ev_close' => 'Chiudi', + 'Class:ResponseTicket/Stimulus:ev_close+' => '', +)); +?> diff --git a/datamodels/1.x/itop-tickets-1.0.0/ja.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/ja.dict.itop-tickets.php index 74955d588..3d079af34 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/ja.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/ja.dict.itop-tickets.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-tickets-1.0.0/main.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/main.itop-tickets.php index dad05f051..238c83cd6 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/main.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/main.itop-tickets.php @@ -1,18 +1,21 @@ + class ProcessSLAResponseTicket implements iBackgroundProcess { diff --git a/datamodels/1.x/itop-tickets-1.0.0/pt_br.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/pt_br.dict.itop-tickets.php index b2a8a37fe..d9fa7edb8 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/pt_br.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/pt_br.dict.itop-tickets.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/1.x/itop-tickets-1.0.0/ru.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/ru.dict.itop-tickets.php index 03c1a5fb3..1bba610c3 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/ru.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/ru.dict.itop-tickets.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-tickets-1.0.0/tr.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/tr.dict.itop-tickets.php index e85126a6c..b195a8287 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/tr.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/tr.dict.itop-tickets.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-tickets-1.0.0/zh.dict.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/zh.dict.itop-tickets.php index 732279525..71e789472 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/zh.dict.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/zh.dict.itop-tickets.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/1.x/itop-welcome-itil/main.itop-welcome-itil.php b/datamodels/1.x/itop-welcome-itil/main.itop-welcome-itil.php index 1813484cd..7b9a6b037 100644 --- a/datamodels/1.x/itop-welcome-itil/main.itop-welcome-itil.php +++ b/datamodels/1.x/itop-welcome-itil/main.itop-welcome-itil.php @@ -1,18 +1,21 @@ + // Add the standard menus /* diff --git a/datamodels/2.x/authent-external/de.dict.authent-external.php b/datamodels/2.x/authent-external/de.dict.authent-external.php index 6f7a212c7..16c9cb81a 100755 --- a/datamodels/2.x/authent-external/de.dict.authent-external.php +++ b/datamodels/2.x/authent-external/de.dict.authent-external.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-external/en.dict.authent-external.php b/datamodels/2.x/authent-external/en.dict.authent-external.php index 66c83fc47..4cd35a25b 100755 --- a/datamodels/2.x/authent-external/en.dict.authent-external.php +++ b/datamodels/2.x/authent-external/en.dict.authent-external.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-external/fr.dict.authent-external.php b/datamodels/2.x/authent-external/fr.dict.authent-external.php index 4419690fb..a0eccea22 100755 --- a/datamodels/2.x/authent-external/fr.dict.authent-external.php +++ b/datamodels/2.x/authent-external/fr.dict.authent-external.php @@ -1,28 +1,28 @@ - - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('FR FR', 'French', 'Français', array( - 'Class:UserExternal' => 'Utilisateur externe à iTop', - 'Class:UserExternal+' => 'Utilisateur authentifié à l\'extérieur d\'iTop', -)); + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('FR FR', 'French', 'Français', array( + 'Class:UserExternal' => 'Utilisateur externe à iTop', + 'Class:UserExternal+' => 'Utilisateur authentifié à l\'extérieur d\'iTop', +)); ?> \ No newline at end of file diff --git a/datamodels/2.x/authent-external/hu.dict.authent-external.php b/datamodels/2.x/authent-external/hu.dict.authent-external.php index d363c8e19..878e259e9 100755 --- a/datamodels/2.x/authent-external/hu.dict.authent-external.php +++ b/datamodels/2.x/authent-external/hu.dict.authent-external.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/authent-external/it.dict.authent-external.php b/datamodels/2.x/authent-external/it.dict.authent-external.php index 22b11d01f..ad28900e8 100755 --- a/datamodels/2.x/authent-external/it.dict.authent-external.php +++ b/datamodels/2.x/authent-external/it.dict.authent-external.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-external/ja.dict.authent-external.php b/datamodels/2.x/authent-external/ja.dict.authent-external.php index 7e948216d..5e603a5e4 100755 --- a/datamodels/2.x/authent-external/ja.dict.authent-external.php +++ b/datamodels/2.x/authent-external/ja.dict.authent-external.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Hirofumi Kosaka - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-external/model.authent-external.php b/datamodels/2.x/authent-external/model.authent-external.php index a386b9856..d1e683cc0 100755 --- a/datamodels/2.x/authent-external/model.authent-external.php +++ b/datamodels/2.x/authent-external/model.authent-external.php @@ -1,18 +1,21 @@ + /** * Authent External @@ -23,10 +26,8 @@ * Similarly once inside iTop, there is no way for the users to change their password or * log off from the iTop application, this has to be handled outside of iTop. * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/2.x/authent-external/module.authent-external.php b/datamodels/2.x/authent-external/module.authent-external.php index 2a9e68456..a15c402e5 100755 --- a/datamodels/2.x/authent-external/module.authent-external.php +++ b/datamodels/2.x/authent-external/module.authent-external.php @@ -1,27 +1,28 @@ + /** * Authent External * Module definition file for the "External Authentication" module * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ SetupWebPage::AddModule( diff --git a/datamodels/2.x/authent-external/pt_br.dict.authent-external.php b/datamodels/2.x/authent-external/pt_br.dict.authent-external.php index 03dcdc756..fa195b4b2 100755 --- a/datamodels/2.x/authent-external/pt_br.dict.authent-external.php +++ b/datamodels/2.x/authent-external/pt_br.dict.authent-external.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/2.x/authent-external/ru.dict.authent-external.php b/datamodels/2.x/authent-external/ru.dict.authent-external.php index 4956ff469..e41dc983a 100755 --- a/datamodels/2.x/authent-external/ru.dict.authent-external.php +++ b/datamodels/2.x/authent-external/ru.dict.authent-external.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-external/tr.dict.authent-external.php b/datamodels/2.x/authent-external/tr.dict.authent-external.php index d6a3540d9..7ddecd483 100755 --- a/datamodels/2.x/authent-external/tr.dict.authent-external.php +++ b/datamodels/2.x/authent-external/tr.dict.authent-external.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/2.x/authent-external/zh.dict.authent-external.php b/datamodels/2.x/authent-external/zh.dict.authent-external.php index c4f264edb..81bc87fbc 100755 --- a/datamodels/2.x/authent-external/zh.dict.authent-external.php +++ b/datamodels/2.x/authent-external/zh.dict.authent-external.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-ldap/de.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/de.dict.authent-ldap.php index da667ecf3..840f8a022 100755 --- a/datamodels/2.x/authent-ldap/de.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/de.dict.authent-ldap.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-ldap/en.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/en.dict.authent-ldap.php index e9565f416..53a78fe71 100755 --- a/datamodels/2.x/authent-ldap/en.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/en.dict.authent-ldap.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-ldap/fr.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/fr.dict.authent-ldap.php index 1d8a660fc..cbc1dd905 100755 --- a/datamodels/2.x/authent-ldap/fr.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/fr.dict.authent-ldap.php @@ -1,30 +1,30 @@ - - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('FR FR', 'French', 'Français', array( - 'Class:UserLDAP' => 'Utilisateur LDAP', - 'Class:UserLDAP+' => 'Utilisateur authentifié par un serveur LDAP', - 'Class:UserLDAP/Attribute:password' => 'Mot de passe LDAP', - 'Class:UserLDAP/Attribute:password+' => '', -)); + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('FR FR', 'French', 'Français', array( + 'Class:UserLDAP' => 'Utilisateur LDAP', + 'Class:UserLDAP+' => 'Utilisateur authentifié par un serveur LDAP', + 'Class:UserLDAP/Attribute:password' => 'Mot de passe LDAP', + 'Class:UserLDAP/Attribute:password+' => '', +)); ?> \ No newline at end of file diff --git a/datamodels/2.x/authent-ldap/hu.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/hu.dict.authent-ldap.php index d4a09c537..20ae01d9b 100755 --- a/datamodels/2.x/authent-ldap/hu.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/hu.dict.authent-ldap.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/authent-ldap/it.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/it.dict.authent-ldap.php index 86433474a..95acacb05 100755 --- a/datamodels/2.x/authent-ldap/it.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/it.dict.authent-ldap.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-ldap/ja.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/ja.dict.authent-ldap.php index 5c7a34410..5bbd1f41b 100755 --- a/datamodels/2.x/authent-ldap/ja.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/ja.dict.authent-ldap.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Hirofumi Kosaka - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-ldap/model.authent-ldap.php b/datamodels/2.x/authent-ldap/model.authent-ldap.php index 0b81fb39d..3aec98f75 100755 --- a/datamodels/2.x/authent-ldap/model.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/model.authent-ldap.php @@ -1,27 +1,28 @@ + /** * Authent LDAP * User authentication Module, no password at all! * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/2.x/authent-ldap/pt_br.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/pt_br.dict.authent-ldap.php index e91f0c0b3..5dd644d2b 100755 --- a/datamodels/2.x/authent-ldap/pt_br.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/pt_br.dict.authent-ldap.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/2.x/authent-ldap/ru.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/ru.dict.authent-ldap.php index 37fbeb85d..9a3e60d01 100755 --- a/datamodels/2.x/authent-ldap/ru.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/ru.dict.authent-ldap.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-ldap/tr.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/tr.dict.authent-ldap.php index 8984abbbe..29c24797d 100755 --- a/datamodels/2.x/authent-ldap/tr.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/tr.dict.authent-ldap.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-ldap/zh.dict.authent-ldap.php b/datamodels/2.x/authent-ldap/zh.dict.authent-ldap.php index f488eb2b0..cd123a6db 100755 --- a/datamodels/2.x/authent-ldap/zh.dict.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/zh.dict.authent-ldap.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-local/de.dict.authent-local.php b/datamodels/2.x/authent-local/de.dict.authent-local.php index 8dce2f66a..46bd12596 100755 --- a/datamodels/2.x/authent-local/de.dict.authent-local.php +++ b/datamodels/2.x/authent-local/de.dict.authent-local.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-local/en.dict.authent-local.php b/datamodels/2.x/authent-local/en.dict.authent-local.php index 85decf012..931bccc82 100755 --- a/datamodels/2.x/authent-local/en.dict.authent-local.php +++ b/datamodels/2.x/authent-local/en.dict.authent-local.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-local/fr.dict.authent-local.php b/datamodels/2.x/authent-local/fr.dict.authent-local.php index 9f24a8239..a42201bf7 100755 --- a/datamodels/2.x/authent-local/fr.dict.authent-local.php +++ b/datamodels/2.x/authent-local/fr.dict.authent-local.php @@ -1,30 +1,30 @@ - - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('FR FR', 'French', 'Français', array( - 'Class:UserLocal' => 'Utilisateur iTop', - 'Class:UserLocal+' => 'Utilisateur authentifié par iTop', - 'Class:UserLocal/Attribute:password' => 'Mot de passe', - 'Class:UserLocal/Attribute:password+' => '', -)); + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('FR FR', 'French', 'Français', array( + 'Class:UserLocal' => 'Utilisateur iTop', + 'Class:UserLocal+' => 'Utilisateur authentifié par iTop', + 'Class:UserLocal/Attribute:password' => 'Mot de passe', + 'Class:UserLocal/Attribute:password+' => '', +)); ?> \ No newline at end of file diff --git a/datamodels/2.x/authent-local/hu.dict.authent-local.php b/datamodels/2.x/authent-local/hu.dict.authent-local.php index 5ad72caff..d2c0dee77 100755 --- a/datamodels/2.x/authent-local/hu.dict.authent-local.php +++ b/datamodels/2.x/authent-local/hu.dict.authent-local.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/authent-local/it.dict.authent-local.php b/datamodels/2.x/authent-local/it.dict.authent-local.php index 41a10e676..6afb58807 100755 --- a/datamodels/2.x/authent-local/it.dict.authent-local.php +++ b/datamodels/2.x/authent-local/it.dict.authent-local.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-local/ja.dict.authent-local.php b/datamodels/2.x/authent-local/ja.dict.authent-local.php index 51291bcf4..da25f9356 100755 --- a/datamodels/2.x/authent-local/ja.dict.authent-local.php +++ b/datamodels/2.x/authent-local/ja.dict.authent-local.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Hirofumi Kosaka - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-local/model.authent-local.php b/datamodels/2.x/authent-local/model.authent-local.php index 771f083cd..d8e46e209 100755 --- a/datamodels/2.x/authent-local/model.authent-local.php +++ b/datamodels/2.x/authent-local/model.authent-local.php @@ -1,27 +1,28 @@ + /** * Authent Local * User authentication Module, password stored in the local database * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/2.x/authent-local/pt_br.dict.authent-local.php b/datamodels/2.x/authent-local/pt_br.dict.authent-local.php index e31d2fc90..13179a170 100755 --- a/datamodels/2.x/authent-local/pt_br.dict.authent-local.php +++ b/datamodels/2.x/authent-local/pt_br.dict.authent-local.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/2.x/authent-local/ru.dict.authent-local.php b/datamodels/2.x/authent-local/ru.dict.authent-local.php index 9975d8b2f..7c5f47b82 100755 --- a/datamodels/2.x/authent-local/ru.dict.authent-local.php +++ b/datamodels/2.x/authent-local/ru.dict.authent-local.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-local/tr.dict.authent-local.php b/datamodels/2.x/authent-local/tr.dict.authent-local.php index bf3e99405..a0796050b 100755 --- a/datamodels/2.x/authent-local/tr.dict.authent-local.php +++ b/datamodels/2.x/authent-local/tr.dict.authent-local.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/authent-local/zh.dict.authent-local.php b/datamodels/2.x/authent-local/zh.dict.authent-local.php index 807d7a0bc..69762e13d 100755 --- a/datamodels/2.x/authent-local/zh.dict.authent-local.php +++ b/datamodels/2.x/authent-local/zh.dict.authent-local.php @@ -1,24 +1,28 @@ + /** * Localized data * - * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @author Robert Deng + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-attachments/ajax.attachment.php b/datamodels/2.x/itop-attachments/ajax.attachment.php index 98a21504c..fcd76ea98 100755 --- a/datamodels/2.x/itop-attachments/ajax.attachment.php +++ b/datamodels/2.x/itop-attachments/ajax.attachment.php @@ -1,26 +1,27 @@ + /** * Handles various ajax requests * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../../approot.inc.php'); diff --git a/datamodels/2.x/itop-attachments/datamodel.itop-attachments.xml b/datamodels/2.x/itop-attachments/datamodel.itop-attachments.xml index ec5e429ef..f5a9d58c3 100755 --- a/datamodels/2.x/itop-attachments/datamodel.itop-attachments.xml +++ b/datamodels/2.x/itop-attachments/datamodel.itop-attachments.xml @@ -12,10 +12,8 @@ * Configuration: the list of classes for which the "Attachments" tab is visible is defined via the module's 'allowed_classes' * configuration parameter. By default the tab is active for all kind of Tickets. * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> addon,bizmodel false diff --git a/datamodels/2.x/itop-attachments/de.dict.attachments.php b/datamodels/2.x/itop-attachments/de.dict.attachments.php index 1a2636cfb..82db39882 100755 --- a/datamodels/2.x/itop-attachments/de.dict.attachments.php +++ b/datamodels/2.x/itop-attachments/de.dict.attachments.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/2.x/itop-attachments/en.dict.attachments.php b/datamodels/2.x/itop-attachments/en.dict.attachments.php index acc673bfd..daf793080 100755 --- a/datamodels/2.x/itop-attachments/en.dict.attachments.php +++ b/datamodels/2.x/itop-attachments/en.dict.attachments.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/2.x/itop-attachments/fr.dict.attachments.php b/datamodels/2.x/itop-attachments/fr.dict.attachments.php index f92c7841f..ba4c91d57 100755 --- a/datamodels/2.x/itop-attachments/fr.dict.attachments.php +++ b/datamodels/2.x/itop-attachments/fr.dict.attachments.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/datamodels/2.x/itop-attachments/main.attachments.php b/datamodels/2.x/itop-attachments/main.attachments.php index 7c0207b48..795c2d9db 100755 --- a/datamodels/2.x/itop-attachments/main.attachments.php +++ b/datamodels/2.x/itop-attachments/main.attachments.php @@ -1,18 +1,21 @@ + class AttachmentPlugIn implements iApplicationUIExtension, iApplicationObjectExtension { diff --git a/datamodels/2.x/itop-attachments/module.attachments.php b/datamodels/2.x/itop-attachments/module.attachments.php index 782ee4c1c..99321139f 100755 --- a/datamodels/2.x/itop-attachments/module.attachments.php +++ b/datamodels/2.x/itop-attachments/module.attachments.php @@ -1,18 +1,21 @@ + SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file diff --git a/datamodels/2.x/itop-change-mgmt-itil/datamodel.itop-change-mgmt-itil.xml b/datamodels/2.x/itop-change-mgmt-itil/datamodel.itop-change-mgmt-itil.xml index 99d975915..27781f69f 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/datamodel.itop-change-mgmt-itil.xml +++ b/datamodels/2.x/itop-change-mgmt-itil/datamodel.itop-change-mgmt-itil.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,changemgmt true diff --git a/datamodels/2.x/itop-change-mgmt-itil/de.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/de.dict.itop-change-mgmt-itil.php index 9be9eaa5c..2bd50efc1 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/de.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/de.dict.itop-change-mgmt-itil.php @@ -1,26 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @author Stephan Rosenke - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('DE DE', 'German', 'Deutsch', array( diff --git a/datamodels/2.x/itop-change-mgmt-itil/en.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/en.dict.itop-change-mgmt-itil.php index afb097e31..2e750e2e0 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/en.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/en.dict.itop-change-mgmt-itil.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/2.x/itop-change-mgmt-itil/es_cr.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/es_cr.dict.itop-change-mgmt-itil.php index fe1255e4d..5a2e12293 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/es_cr.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/es_cr.dict.itop-change-mgmt-itil.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array( diff --git a/datamodels/2.x/itop-change-mgmt-itil/fr.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/fr.dict.itop-change-mgmt-itil.php index f82b7fb85..22c27af04 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/fr.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/fr.dict.itop-change-mgmt-itil.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-change-mgmt-itil/hu.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/hu.dict.itop-change-mgmt-itil.php index ab5a42ec6..94c4946dd 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/hu.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/hu.dict.itop-change-mgmt-itil.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/itop-change-mgmt-itil/it.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/it.dict.itop-change-mgmt-itil.php index 7dbb27b2a..891dcba6f 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/it.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/it.dict.itop-change-mgmt-itil.php @@ -1,303 +1,302 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:RoutineChange' => 'Routine di cambi', - 'Class:RoutineChange+' => '', - 'Class:RoutineChange/Stimulus:ev_validate' => 'Convalida', - 'Class:RoutineChange/Stimulus:ev_validate+' => '', - 'Class:RoutineChange/Stimulus:ev_reject' => 'Respingi', - 'Class:RoutineChange/Stimulus:ev_assign' => 'Assegna', - 'Class:RoutineChange/Stimulus:ev_assign+' => '', - 'Class:RoutineChange/Stimulus:ev_reopen' => 'Riapri', - 'Class:RoutineChange/Stimulus:ev_reopen+' => '', - 'Class:RoutineChange/Stimulus:ev_plan' => 'Pianifica', - 'Class:RoutineChange/Stimulus:ev_plan+' => '', - 'Class:RoutineChange/Stimulus:ev_approve' => 'Approva', - 'Class:RoutineChange/Stimulus:ev_replan' => 'Ripianifica', - 'Class:RoutineChange/Stimulus:ev_replan+' => '', - 'Class:RoutineChange/Stimulus:ev_notapprove' => 'Non Approva', - 'Class:RoutineChange/Stimulus:ev_implement' => 'Implementa', - 'Class:RoutineChange/Stimulus:ev_implement+' => '', - 'Class:RoutineChange/Stimulus:ev_monitor' => 'Monitora', - 'Class:RoutineChange/Stimulus:ev_monitor+' => '', - 'Class:RoutineChange/Stimulus:ev_finish' => 'Fine', - 'Class:RoutineChange/Stimulus:ev_finish+' => '', - 'Class:NormalChange' => 'Cambi normali', - 'Class:NormalChange+' => '', - 'Class:NormalChange/Attribute:acceptance_date' => 'Data di approvazione', - 'Class:NormalChange/Attribute:acceptance_date+' => '', - 'Class:NormalChange/Attribute:acceptance_comment' => 'Commento di approvazione', - 'Class:NormalChange/Attribute:acceptance_comment+' => '', - 'Class:NormalChange/Stimulus:ev_validate' => 'Convalida', - 'Class:NormalChange/Stimulus:ev_validate+' => '', - 'Class:NormalChange/Stimulus:ev_reject' => 'Rifiuta', - 'Class:NormalChange/Stimulus:ev_reject+' => '', - 'Class:NormalChange/Stimulus:ev_assign' => 'Assegna', - 'Class:NormalChange/Stimulus:ev_assign+' => '', - 'Class:NormalChange/Stimulus:ev_reopen' => 'Riapre', - 'Class:NormalChange/Stimulus:ev_reopen+' => '', - 'Class:NormalChange/Stimulus:ev_plan' => 'Pianifica', - 'Class:NormalChange/Stimulus:ev_plan+' => '', - 'Class:NormalChange/Stimulus:ev_approve' => 'Approva', - 'Class:NormalChange/Stimulus:ev_approve+' => '', - 'Class:NormalChange/Stimulus:ev_replan' => 'Ripianifica', - 'Class:NormalChange/Stimulus:ev_replan+' => '', - 'Class:NormalChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', - 'Class:NormalChange/Stimulus:ev_notapprove+' => '', - 'Class:NormalChange/Stimulus:ev_implement' => 'Implementa', - 'Class:NormalChange/Stimulus:ev_implement+' => '', - 'Class:NormalChange/Stimulus:ev_monitor' => 'Monitora', - 'Class:NormalChange/Stimulus:ev_monitor+' => '', - 'Class:NormalChange/Stimulus:ev_finish' => 'Fine', - 'Class:NormalChange/Stimulus:ev_finish+' => '', - 'Class:EmergencyChange' => 'Cambi di emergenza', - 'Class:EmergencyChange+' => '', - 'Class:EmergencyChange/Stimulus:ev_validate' => 'Convalida', - 'Class:EmergencyChange/Stimulus:ev_validate+' => '', - 'Class:EmergencyChange/Stimulus:ev_reject' => 'Rifiuta', - 'Class:EmergencyChange/Stimulus:ev_reject+' => '', - 'Class:EmergencyChange/Stimulus:ev_assign' => 'Assegna', - 'Class:EmergencyChange/Stimulus:ev_assign+' => '', - 'Class:EmergencyChange/Stimulus:ev_reopen' => 'Riapre', - 'Class:EmergencyChange/Stimulus:ev_reopen+' => '', - 'Class:EmergencyChange/Stimulus:ev_plan' => 'Pianifica', - 'Class:EmergencyChange/Stimulus:ev_plan+' => '', - 'Class:EmergencyChange/Stimulus:ev_approve' => 'Approva', - 'Class:EmergencyChange/Stimulus:ev_approve+' => '', - 'Class:EmergencyChange/Stimulus:ev_replan' => 'Riapre', - 'Class:EmergencyChange/Stimulus:ev_replan+' => '', - 'Class:EmergencyChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', - 'Class:EmergencyChange/Stimulus:ev_notapprove+' => '', - 'Class:EmergencyChange/Stimulus:ev_implement' => 'Implementa', - 'Class:EmergencyChange/Stimulus:ev_implement+' => '', - 'Class:EmergencyChange/Stimulus:ev_monitor' => 'Monitora', - 'Class:EmergencyChange/Stimulus:ev_monitor+' => '', - 'Class:EmergencyChange/Stimulus:ev_finish' => 'Fine', - 'Class:EmergencyChange/Stimulus:ev_finish+' => '', - 'Menu:ChangeManagement' => 'Gestione dei cambi', - 'Menu:Change:Overview' => 'Panoramica', - 'Menu:Change:Overview+' => '', - 'Menu:NewChange' => 'Nuovo cambio', - 'Menu:NewChange+' => 'Crea un ticket per un nuovo cambio', - 'Menu:SearchChanges' => 'Cerca per cambi', - 'Menu:SearchChanges+' => 'Cerca i cambi per tickets', - 'Menu:Change:Shortcuts' => 'Scorciatoie', - 'Menu:Change:Shortcuts+' => '', - 'Menu:WaitingAcceptance' => 'Modifiche in attesa di accettazione', - 'Menu:WaitingAcceptance+' => '', - 'Menu:WaitingApproval' => 'Modifiche in attesa di approvazione', - 'Menu:WaitingApproval+' => '', - 'Menu:Changes' => 'Modifiche aperte', - 'Menu:Changes+' => 'Tutte le Modifiche aperte', - 'Menu:MyChanges' => 'Modifiche assegnate a me', - 'Menu:MyChanges+' => 'Modifiche assegnato a me (come Agent)', - 'Class:Change' => 'Cambio', - 'Class:Change+' => '', - 'Class:Change/Attribute:start_date' => 'Avvio previsto', - 'Class:Change/Attribute:start_date+' => '', - 'Class:Change/Attribute:status' => 'Stato', - 'Class:Change/Attribute:status+' => '', - 'Class:Change/Attribute:status/Value:new' => 'Nuovo', - 'Class:Change/Attribute:status/Value:new+' => '', - 'Class:Change/Attribute:status/Value:validated' => 'Convalidato', - 'Class:Change/Attribute:status/Value:validated+' => '', - 'Class:Change/Attribute:status/Value:rejected' => 'Rifiutato', - 'Class:Change/Attribute:status/Value:rejected+' => '', - 'Class:Change/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:Change/Attribute:status/Value:assigned+' => '', - 'Class:Change/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', - 'Class:Change/Attribute:status/Value:plannedscheduled+' => '', - 'Class:Change/Attribute:status/Value:approved' => 'Approvato', - 'Class:Change/Attribute:status/Value:approved+' => '', - 'Class:Change/Attribute:status/Value:notapproved' => 'Non approvato', - 'Class:Change/Attribute:status/Value:notapproved+' => '', - 'Class:Change/Attribute:status/Value:implemented' => 'Implementato', - 'Class:Change/Attribute:status/Value:implemented+' => '', - 'Class:Change/Attribute:status/Value:monitored' => 'Monitorato', - 'Class:Change/Attribute:status/Value:monitored+' => '', - 'Class:Change/Attribute:status/Value:closed' => 'Chiuso', - 'Class:Change/Attribute:status/Value:closed+' => '', - 'Class:Change/Attribute:reason' => 'Motivo', - 'Class:Change/Attribute:reason+' => '', - 'Class:Change/Attribute:requestor_id' => 'Richiedente', - 'Class:Change/Attribute:requestor_id+' => '', - 'Class:Change/Attribute:requestor_email' => 'Richiedente', - 'Class:Change/Attribute:requestor_email+' => '', - 'Class:Change/Attribute:org_id' => 'Cliente', - 'Class:Change/Attribute:org_id+' => '', - 'Class:Change/Attribute:org_name' => 'Cliente', - 'Class:Change/Attribute:org_name+' => '', - 'Class:Change/Attribute:workgroup_id' => 'Gruppo di lavoro', - 'Class:Change/Attribute:workgroup_id+' => '', - 'Class:Change/Attribute:workgroup_name' => 'Gruppo di lavoro', - 'Class:Change/Attribute:workgroup_name+' => '', - 'Class:Change/Attribute:creation_date' => 'Creato', - 'Class:Change/Attribute:creation_date+' => '', - 'Class:Change/Attribute:last_update' => 'Ultimo aggiornamento', - 'Class:Change/Attribute:last_update+' => '', - 'Class:Change/Attribute:end_date' => 'Data di fine', - 'Class:Change/Attribute:end_date+' => '', - 'Class:Change/Attribute:close_date' => 'Chiuso', - 'Class:Change/Attribute:close_date+' => '', - 'Class:Change/Attribute:impact' => 'Impatto', - 'Class:Change/Attribute:impact+' => '', - 'Class:Change/Attribute:agent_id' => 'Agente', - 'Class:Change/Attribute:agent_id+' => '', - 'Class:Change/Attribute:agent_name' => 'Agente', - 'Class:Change/Attribute:agent_name+' => '', - 'Class:Change/Attribute:agent_email' => 'Agente', - 'Class:Change/Attribute:agent_email+' => '', - 'Class:Change/Attribute:supervisor_group_id' => 'Supervisore del team', - 'Class:Change/Attribute:supervisor_group_id+' => '', - 'Class:Change/Attribute:supervisor_group_name' => 'Supervisore del team', - 'Class:Change/Attribute:supervisor_group_name+' => '', - 'Class:Change/Attribute:supervisor_id' => 'Supervisore', - 'Class:Change/Attribute:supervisor_id+' => '', - 'Class:Change/Attribute:supervisor_email' => 'Supervisore', - 'Class:Change/Attribute:supervisor_email+' => '', - 'Class:Change/Attribute:manager_group_id' => 'Manager del team', - 'Class:Change/Attribute:manager_group_id+' => '', - 'Class:Change/Attribute:manager_group_name' => 'Manager del team', - 'Class:Change/Attribute:manager_group_name+' => '', - 'Class:Change/Attribute:manager_id' => 'Manager', - 'Class:Change/Attribute:manager_id+' => '', - 'Class:Change/Attribute:manager_email' => 'Manager', - 'Class:Change/Attribute:manager_email+' => '', - 'Class:Change/Attribute:outage' => 'Interruzione', - 'Class:Change/Attribute:outage+' => '', - 'Class:Change/Attribute:outage/Value:yes' => 'Si', - 'Class:Change/Attribute:outage/Value:yes+' => '', - 'Class:Change/Attribute:outage/Value:no' => 'No', - 'Class:Change/Attribute:outage/Value:no+' => '', - 'Class:Change/Attribute:change_request' => 'Richiesta', - 'Class:Change/Attribute:change_request+' => '', - 'Class:Change/Attribute:fallback' => 'Piano alternativo', - 'Class:Change/Attribute:fallback+' => '', - 'Class:Change/Stimulus:ev_validate' => 'Convalida', - 'Class:Change/Stimulus:ev_validate+' => '', - 'Class:Change/Stimulus:ev_reject' => 'Rifiuta', - 'Class:Change/Stimulus:ev_reject+' => '', - 'Class:Change/Stimulus:ev_assign' => 'Assegna', - 'Class:Change/Stimulus:ev_assign+' => '', - 'Class:Change/Stimulus:ev_reopen' => 'Riapre', - 'Class:Change/Stimulus:ev_reopen+' => '', - 'Class:Change/Stimulus:ev_plan' => 'Pianifica', - 'Class:Change/Stimulus:ev_plan+' => '', - 'Class:Change/Stimulus:ev_approve' => 'Approva', - 'Class:Change/Stimulus:ev_approve+' => '', - 'Class:Change/Stimulus:ev_replan' => 'Ripianifica', - 'Class:Change/Stimulus:ev_replan+' => '', - 'Class:Change/Stimulus:ev_notapprove' => 'Rifiuta', - 'Class:Change/Stimulus:ev_notapprove+' => '', - 'Class:Change/Stimulus:ev_implement' => 'Implementa', - 'Class:Change/Stimulus:ev_implement+' => '', - 'Class:Change/Stimulus:ev_monitor' => 'Monitora', - 'Class:Change/Stimulus:ev_monitor+' => '', - 'Class:Change/Stimulus:ev_finish' => 'Fine', - 'Class:Change/Stimulus:ev_finish+' => '', - 'Class:RoutineChange/Attribute:status/Value:new' => 'Nuovo', - 'Class:RoutineChange/Attribute:status/Value:new+' => '', - 'Class:RoutineChange/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:RoutineChange/Attribute:status/Value:assigned+' => '', - 'Class:RoutineChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', - 'Class:RoutineChange/Attribute:status/Value:plannedscheduled+' => '', - 'Class:RoutineChange/Attribute:status/Value:approved' => 'Approvato', - 'Class:RoutineChange/Attribute:status/Value:approved+' => '', - 'Class:RoutineChange/Attribute:status/Value:implemented' => 'Implementato', - 'Class:RoutineChange/Attribute:status/Value:implemented+' => '', - 'Class:RoutineChange/Attribute:status/Value:monitored' => 'Monitorato', - 'Class:RoutineChange/Attribute:status/Value:monitored+' => '', - 'Class:RoutineChange/Attribute:status/Value:closed' => 'Chiuso', - 'Class:RoutineChange/Attribute:status/Value:closed+' => '', - 'Class:ApprovedChange' => 'Cambi approvati', - 'Class:ApprovedChange+' => '', - 'Class:ApprovedChange/Attribute:approval_date' => 'Data di approvazione', - 'Class:ApprovedChange/Attribute:approval_date+' => '', - 'Class:ApprovedChange/Attribute:approval_comment' => 'Commento di approvazione', - 'Class:ApprovedChange/Attribute:approval_comment+' => '', - 'Class:ApprovedChange/Stimulus:ev_validate' => 'Convalida', - 'Class:ApprovedChange/Stimulus:ev_validate+' => '', - 'Class:ApprovedChange/Stimulus:ev_reject' => 'Rifiuta', - 'Class:ApprovedChange/Stimulus:ev_reject+' => '', - 'Class:ApprovedChange/Stimulus:ev_assign' => 'Assegna', - 'Class:ApprovedChange/Stimulus:ev_assign+' => '', - 'Class:ApprovedChange/Stimulus:ev_reopen' => 'Riapre', - 'Class:ApprovedChange/Stimulus:ev_reopen+' => '', - 'Class:ApprovedChange/Stimulus:ev_plan' => 'Pianifica', - 'Class:ApprovedChange/Stimulus:ev_plan+' => '', - 'Class:ApprovedChange/Stimulus:ev_approve' => 'Approvare', - 'Class:ApprovedChange/Stimulus:ev_approve+' => '', - 'Class:ApprovedChange/Stimulus:ev_replan' => 'Ripianifica', - 'Class:ApprovedChange/Stimulus:ev_replan+' => '', - 'Class:ApprovedChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', - 'Class:ApprovedChange/Stimulus:ev_notapprove+' => '', - 'Class:ApprovedChange/Stimulus:ev_implement' => 'Implementa', - 'Class:ApprovedChange/Stimulus:ev_implement+' => '', - 'Class:ApprovedChange/Stimulus:ev_monitor' => 'Monitora', - 'Class:ApprovedChange/Stimulus:ev_monitor+' => '', - 'Class:ApprovedChange/Stimulus:ev_finish' => 'Fine', - 'Class:ApprovedChange/Stimulus:ev_finish+' => '', - 'Class:NormalChange/Attribute:status/Value:new' => 'Nuovo', - 'Class:NormalChange/Attribute:status/Value:new+' => '', - 'Class:NormalChange/Attribute:status/Value:validated' => 'Convalidato', - 'Class:NormalChange/Attribute:status/Value:validated+' => '', - 'Class:NormalChange/Attribute:status/Value:rejected' => 'Rifiutato', - 'Class:NormalChange/Attribute:status/Value:rejected+' => '', - 'Class:NormalChange/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:NormalChange/Attribute:status/Value:assigned+' => '', - 'Class:NormalChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', - 'Class:NormalChange/Attribute:status/Value:plannedscheduled+' => '', - 'Class:NormalChange/Attribute:status/Value:approved' => 'Approvato', - 'Class:NormalChange/Attribute:status/Value:approved+' => '', - 'Class:NormalChange/Attribute:status/Value:notapproved' => 'Non approvato', - 'Class:NormalChange/Attribute:status/Value:notapproved+' => '', - 'Class:NormalChange/Attribute:status/Value:implemented' => 'Implementato', - 'Class:NormalChange/Attribute:status/Value:implemented+' => '', - 'Class:NormalChange/Attribute:status/Value:monitored' => 'Monitorato', - 'Class:NormalChange/Attribute:status/Value:monitored+' => '', - 'Class:NormalChange/Attribute:status/Value:closed' => 'Chiuso', - 'Class:NormalChange/Attribute:status/Value:closed+' => '', - 'Class:EmergencyChange/Attribute:status/Value:new' => 'Nuovo', - 'Class:EmergencyChange/Attribute:status/Value:new+' => '', - 'Class:EmergencyChange/Attribute:status/Value:validated' => 'Convalidato', - 'Class:EmergencyChange/Attribute:status/Value:validated+' => '', - 'Class:EmergencyChange/Attribute:status/Value:rejected' => 'Rifiutato', - 'Class:EmergencyChange/Attribute:status/Value:rejected+' => '', - 'Class:EmergencyChange/Attribute:status/Value:assigned' => 'Asseganto', - 'Class:EmergencyChange/Attribute:status/Value:assigned+' => '', - 'Class:EmergencyChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', - 'Class:EmergencyChange/Attribute:status/Value:plannedscheduled+' => '', - 'Class:EmergencyChange/Attribute:status/Value:approved' => 'Approvato', - 'Class:EmergencyChange/Attribute:status/Value:approved+' => '', - 'Class:EmergencyChange/Attribute:status/Value:notapproved' => 'Non approvato', - 'Class:EmergencyChange/Attribute:status/Value:notapproved+' => '', - 'Class:EmergencyChange/Attribute:status/Value:implemented' => 'Implementato', - 'Class:EmergencyChange/Attribute:status/Value:implemented+' => '', - 'Class:EmergencyChange/Attribute:status/Value:monitored' => 'Monitorato', - 'Class:EmergencyChange/Attribute:status/Value:monitored+' => '', - 'Class:EmergencyChange/Attribute:status/Value:closed' => 'Chiuso', - 'Class:EmergencyChange/Attribute:status/Value:closed+' => '', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:RoutineChange' => 'Routine di cambi', + 'Class:RoutineChange+' => '', + 'Class:RoutineChange/Stimulus:ev_validate' => 'Convalida', + 'Class:RoutineChange/Stimulus:ev_validate+' => '', + 'Class:RoutineChange/Stimulus:ev_reject' => 'Respingi', + 'Class:RoutineChange/Stimulus:ev_assign' => 'Assegna', + 'Class:RoutineChange/Stimulus:ev_assign+' => '', + 'Class:RoutineChange/Stimulus:ev_reopen' => 'Riapri', + 'Class:RoutineChange/Stimulus:ev_reopen+' => '', + 'Class:RoutineChange/Stimulus:ev_plan' => 'Pianifica', + 'Class:RoutineChange/Stimulus:ev_plan+' => '', + 'Class:RoutineChange/Stimulus:ev_approve' => 'Approva', + 'Class:RoutineChange/Stimulus:ev_replan' => 'Ripianifica', + 'Class:RoutineChange/Stimulus:ev_replan+' => '', + 'Class:RoutineChange/Stimulus:ev_notapprove' => 'Non Approva', + 'Class:RoutineChange/Stimulus:ev_implement' => 'Implementa', + 'Class:RoutineChange/Stimulus:ev_implement+' => '', + 'Class:RoutineChange/Stimulus:ev_monitor' => 'Monitora', + 'Class:RoutineChange/Stimulus:ev_monitor+' => '', + 'Class:RoutineChange/Stimulus:ev_finish' => 'Fine', + 'Class:RoutineChange/Stimulus:ev_finish+' => '', + 'Class:NormalChange' => 'Cambi normali', + 'Class:NormalChange+' => '', + 'Class:NormalChange/Attribute:acceptance_date' => 'Data di approvazione', + 'Class:NormalChange/Attribute:acceptance_date+' => '', + 'Class:NormalChange/Attribute:acceptance_comment' => 'Commento di approvazione', + 'Class:NormalChange/Attribute:acceptance_comment+' => '', + 'Class:NormalChange/Stimulus:ev_validate' => 'Convalida', + 'Class:NormalChange/Stimulus:ev_validate+' => '', + 'Class:NormalChange/Stimulus:ev_reject' => 'Rifiuta', + 'Class:NormalChange/Stimulus:ev_reject+' => '', + 'Class:NormalChange/Stimulus:ev_assign' => 'Assegna', + 'Class:NormalChange/Stimulus:ev_assign+' => '', + 'Class:NormalChange/Stimulus:ev_reopen' => 'Riapre', + 'Class:NormalChange/Stimulus:ev_reopen+' => '', + 'Class:NormalChange/Stimulus:ev_plan' => 'Pianifica', + 'Class:NormalChange/Stimulus:ev_plan+' => '', + 'Class:NormalChange/Stimulus:ev_approve' => 'Approva', + 'Class:NormalChange/Stimulus:ev_approve+' => '', + 'Class:NormalChange/Stimulus:ev_replan' => 'Ripianifica', + 'Class:NormalChange/Stimulus:ev_replan+' => '', + 'Class:NormalChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', + 'Class:NormalChange/Stimulus:ev_notapprove+' => '', + 'Class:NormalChange/Stimulus:ev_implement' => 'Implementa', + 'Class:NormalChange/Stimulus:ev_implement+' => '', + 'Class:NormalChange/Stimulus:ev_monitor' => 'Monitora', + 'Class:NormalChange/Stimulus:ev_monitor+' => '', + 'Class:NormalChange/Stimulus:ev_finish' => 'Fine', + 'Class:NormalChange/Stimulus:ev_finish+' => '', + 'Class:EmergencyChange' => 'Cambi di emergenza', + 'Class:EmergencyChange+' => '', + 'Class:EmergencyChange/Stimulus:ev_validate' => 'Convalida', + 'Class:EmergencyChange/Stimulus:ev_validate+' => '', + 'Class:EmergencyChange/Stimulus:ev_reject' => 'Rifiuta', + 'Class:EmergencyChange/Stimulus:ev_reject+' => '', + 'Class:EmergencyChange/Stimulus:ev_assign' => 'Assegna', + 'Class:EmergencyChange/Stimulus:ev_assign+' => '', + 'Class:EmergencyChange/Stimulus:ev_reopen' => 'Riapre', + 'Class:EmergencyChange/Stimulus:ev_reopen+' => '', + 'Class:EmergencyChange/Stimulus:ev_plan' => 'Pianifica', + 'Class:EmergencyChange/Stimulus:ev_plan+' => '', + 'Class:EmergencyChange/Stimulus:ev_approve' => 'Approva', + 'Class:EmergencyChange/Stimulus:ev_approve+' => '', + 'Class:EmergencyChange/Stimulus:ev_replan' => 'Riapre', + 'Class:EmergencyChange/Stimulus:ev_replan+' => '', + 'Class:EmergencyChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', + 'Class:EmergencyChange/Stimulus:ev_notapprove+' => '', + 'Class:EmergencyChange/Stimulus:ev_implement' => 'Implementa', + 'Class:EmergencyChange/Stimulus:ev_implement+' => '', + 'Class:EmergencyChange/Stimulus:ev_monitor' => 'Monitora', + 'Class:EmergencyChange/Stimulus:ev_monitor+' => '', + 'Class:EmergencyChange/Stimulus:ev_finish' => 'Fine', + 'Class:EmergencyChange/Stimulus:ev_finish+' => '', + 'Menu:ChangeManagement' => 'Gestione dei cambi', + 'Menu:Change:Overview' => 'Panoramica', + 'Menu:Change:Overview+' => '', + 'Menu:NewChange' => 'Nuovo cambio', + 'Menu:NewChange+' => 'Crea un ticket per un nuovo cambio', + 'Menu:SearchChanges' => 'Cerca per cambi', + 'Menu:SearchChanges+' => 'Cerca i cambi per tickets', + 'Menu:Change:Shortcuts' => 'Scorciatoie', + 'Menu:Change:Shortcuts+' => '', + 'Menu:WaitingAcceptance' => 'Modifiche in attesa di accettazione', + 'Menu:WaitingAcceptance+' => '', + 'Menu:WaitingApproval' => 'Modifiche in attesa di approvazione', + 'Menu:WaitingApproval+' => '', + 'Menu:Changes' => 'Modifiche aperte', + 'Menu:Changes+' => 'Tutte le Modifiche aperte', + 'Menu:MyChanges' => 'Modifiche assegnate a me', + 'Menu:MyChanges+' => 'Modifiche assegnato a me (come Agent)', + 'Class:Change' => 'Cambio', + 'Class:Change+' => '', + 'Class:Change/Attribute:start_date' => 'Avvio previsto', + 'Class:Change/Attribute:start_date+' => '', + 'Class:Change/Attribute:status' => 'Stato', + 'Class:Change/Attribute:status+' => '', + 'Class:Change/Attribute:status/Value:new' => 'Nuovo', + 'Class:Change/Attribute:status/Value:new+' => '', + 'Class:Change/Attribute:status/Value:validated' => 'Convalidato', + 'Class:Change/Attribute:status/Value:validated+' => '', + 'Class:Change/Attribute:status/Value:rejected' => 'Rifiutato', + 'Class:Change/Attribute:status/Value:rejected+' => '', + 'Class:Change/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:Change/Attribute:status/Value:assigned+' => '', + 'Class:Change/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', + 'Class:Change/Attribute:status/Value:plannedscheduled+' => '', + 'Class:Change/Attribute:status/Value:approved' => 'Approvato', + 'Class:Change/Attribute:status/Value:approved+' => '', + 'Class:Change/Attribute:status/Value:notapproved' => 'Non approvato', + 'Class:Change/Attribute:status/Value:notapproved+' => '', + 'Class:Change/Attribute:status/Value:implemented' => 'Implementato', + 'Class:Change/Attribute:status/Value:implemented+' => '', + 'Class:Change/Attribute:status/Value:monitored' => 'Monitorato', + 'Class:Change/Attribute:status/Value:monitored+' => '', + 'Class:Change/Attribute:status/Value:closed' => 'Chiuso', + 'Class:Change/Attribute:status/Value:closed+' => '', + 'Class:Change/Attribute:reason' => 'Motivo', + 'Class:Change/Attribute:reason+' => '', + 'Class:Change/Attribute:requestor_id' => 'Richiedente', + 'Class:Change/Attribute:requestor_id+' => '', + 'Class:Change/Attribute:requestor_email' => 'Richiedente', + 'Class:Change/Attribute:requestor_email+' => '', + 'Class:Change/Attribute:org_id' => 'Cliente', + 'Class:Change/Attribute:org_id+' => '', + 'Class:Change/Attribute:org_name' => 'Cliente', + 'Class:Change/Attribute:org_name+' => '', + 'Class:Change/Attribute:workgroup_id' => 'Gruppo di lavoro', + 'Class:Change/Attribute:workgroup_id+' => '', + 'Class:Change/Attribute:workgroup_name' => 'Gruppo di lavoro', + 'Class:Change/Attribute:workgroup_name+' => '', + 'Class:Change/Attribute:creation_date' => 'Creato', + 'Class:Change/Attribute:creation_date+' => '', + 'Class:Change/Attribute:last_update' => 'Ultimo aggiornamento', + 'Class:Change/Attribute:last_update+' => '', + 'Class:Change/Attribute:end_date' => 'Data di fine', + 'Class:Change/Attribute:end_date+' => '', + 'Class:Change/Attribute:close_date' => 'Chiuso', + 'Class:Change/Attribute:close_date+' => '', + 'Class:Change/Attribute:impact' => 'Impatto', + 'Class:Change/Attribute:impact+' => '', + 'Class:Change/Attribute:agent_id' => 'Agente', + 'Class:Change/Attribute:agent_id+' => '', + 'Class:Change/Attribute:agent_name' => 'Agente', + 'Class:Change/Attribute:agent_name+' => '', + 'Class:Change/Attribute:agent_email' => 'Agente', + 'Class:Change/Attribute:agent_email+' => '', + 'Class:Change/Attribute:supervisor_group_id' => 'Supervisore del team', + 'Class:Change/Attribute:supervisor_group_id+' => '', + 'Class:Change/Attribute:supervisor_group_name' => 'Supervisore del team', + 'Class:Change/Attribute:supervisor_group_name+' => '', + 'Class:Change/Attribute:supervisor_id' => 'Supervisore', + 'Class:Change/Attribute:supervisor_id+' => '', + 'Class:Change/Attribute:supervisor_email' => 'Supervisore', + 'Class:Change/Attribute:supervisor_email+' => '', + 'Class:Change/Attribute:manager_group_id' => 'Manager del team', + 'Class:Change/Attribute:manager_group_id+' => '', + 'Class:Change/Attribute:manager_group_name' => 'Manager del team', + 'Class:Change/Attribute:manager_group_name+' => '', + 'Class:Change/Attribute:manager_id' => 'Manager', + 'Class:Change/Attribute:manager_id+' => '', + 'Class:Change/Attribute:manager_email' => 'Manager', + 'Class:Change/Attribute:manager_email+' => '', + 'Class:Change/Attribute:outage' => 'Interruzione', + 'Class:Change/Attribute:outage+' => '', + 'Class:Change/Attribute:outage/Value:yes' => 'Si', + 'Class:Change/Attribute:outage/Value:yes+' => '', + 'Class:Change/Attribute:outage/Value:no' => 'No', + 'Class:Change/Attribute:outage/Value:no+' => '', + 'Class:Change/Attribute:change_request' => 'Richiesta', + 'Class:Change/Attribute:change_request+' => '', + 'Class:Change/Attribute:fallback' => 'Piano alternativo', + 'Class:Change/Attribute:fallback+' => '', + 'Class:Change/Stimulus:ev_validate' => 'Convalida', + 'Class:Change/Stimulus:ev_validate+' => '', + 'Class:Change/Stimulus:ev_reject' => 'Rifiuta', + 'Class:Change/Stimulus:ev_reject+' => '', + 'Class:Change/Stimulus:ev_assign' => 'Assegna', + 'Class:Change/Stimulus:ev_assign+' => '', + 'Class:Change/Stimulus:ev_reopen' => 'Riapre', + 'Class:Change/Stimulus:ev_reopen+' => '', + 'Class:Change/Stimulus:ev_plan' => 'Pianifica', + 'Class:Change/Stimulus:ev_plan+' => '', + 'Class:Change/Stimulus:ev_approve' => 'Approva', + 'Class:Change/Stimulus:ev_approve+' => '', + 'Class:Change/Stimulus:ev_replan' => 'Ripianifica', + 'Class:Change/Stimulus:ev_replan+' => '', + 'Class:Change/Stimulus:ev_notapprove' => 'Rifiuta', + 'Class:Change/Stimulus:ev_notapprove+' => '', + 'Class:Change/Stimulus:ev_implement' => 'Implementa', + 'Class:Change/Stimulus:ev_implement+' => '', + 'Class:Change/Stimulus:ev_monitor' => 'Monitora', + 'Class:Change/Stimulus:ev_monitor+' => '', + 'Class:Change/Stimulus:ev_finish' => 'Fine', + 'Class:Change/Stimulus:ev_finish+' => '', + 'Class:RoutineChange/Attribute:status/Value:new' => 'Nuovo', + 'Class:RoutineChange/Attribute:status/Value:new+' => '', + 'Class:RoutineChange/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:RoutineChange/Attribute:status/Value:assigned+' => '', + 'Class:RoutineChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', + 'Class:RoutineChange/Attribute:status/Value:plannedscheduled+' => '', + 'Class:RoutineChange/Attribute:status/Value:approved' => 'Approvato', + 'Class:RoutineChange/Attribute:status/Value:approved+' => '', + 'Class:RoutineChange/Attribute:status/Value:implemented' => 'Implementato', + 'Class:RoutineChange/Attribute:status/Value:implemented+' => '', + 'Class:RoutineChange/Attribute:status/Value:monitored' => 'Monitorato', + 'Class:RoutineChange/Attribute:status/Value:monitored+' => '', + 'Class:RoutineChange/Attribute:status/Value:closed' => 'Chiuso', + 'Class:RoutineChange/Attribute:status/Value:closed+' => '', + 'Class:ApprovedChange' => 'Cambi approvati', + 'Class:ApprovedChange+' => '', + 'Class:ApprovedChange/Attribute:approval_date' => 'Data di approvazione', + 'Class:ApprovedChange/Attribute:approval_date+' => '', + 'Class:ApprovedChange/Attribute:approval_comment' => 'Commento di approvazione', + 'Class:ApprovedChange/Attribute:approval_comment+' => '', + 'Class:ApprovedChange/Stimulus:ev_validate' => 'Convalida', + 'Class:ApprovedChange/Stimulus:ev_validate+' => '', + 'Class:ApprovedChange/Stimulus:ev_reject' => 'Rifiuta', + 'Class:ApprovedChange/Stimulus:ev_reject+' => '', + 'Class:ApprovedChange/Stimulus:ev_assign' => 'Assegna', + 'Class:ApprovedChange/Stimulus:ev_assign+' => '', + 'Class:ApprovedChange/Stimulus:ev_reopen' => 'Riapre', + 'Class:ApprovedChange/Stimulus:ev_reopen+' => '', + 'Class:ApprovedChange/Stimulus:ev_plan' => 'Pianifica', + 'Class:ApprovedChange/Stimulus:ev_plan+' => '', + 'Class:ApprovedChange/Stimulus:ev_approve' => 'Approvare', + 'Class:ApprovedChange/Stimulus:ev_approve+' => '', + 'Class:ApprovedChange/Stimulus:ev_replan' => 'Ripianifica', + 'Class:ApprovedChange/Stimulus:ev_replan+' => '', + 'Class:ApprovedChange/Stimulus:ev_notapprove' => 'Rifiuta l\'approvazione', + 'Class:ApprovedChange/Stimulus:ev_notapprove+' => '', + 'Class:ApprovedChange/Stimulus:ev_implement' => 'Implementa', + 'Class:ApprovedChange/Stimulus:ev_implement+' => '', + 'Class:ApprovedChange/Stimulus:ev_monitor' => 'Monitora', + 'Class:ApprovedChange/Stimulus:ev_monitor+' => '', + 'Class:ApprovedChange/Stimulus:ev_finish' => 'Fine', + 'Class:ApprovedChange/Stimulus:ev_finish+' => '', + 'Class:NormalChange/Attribute:status/Value:new' => 'Nuovo', + 'Class:NormalChange/Attribute:status/Value:new+' => '', + 'Class:NormalChange/Attribute:status/Value:validated' => 'Convalidato', + 'Class:NormalChange/Attribute:status/Value:validated+' => '', + 'Class:NormalChange/Attribute:status/Value:rejected' => 'Rifiutato', + 'Class:NormalChange/Attribute:status/Value:rejected+' => '', + 'Class:NormalChange/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:NormalChange/Attribute:status/Value:assigned+' => '', + 'Class:NormalChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', + 'Class:NormalChange/Attribute:status/Value:plannedscheduled+' => '', + 'Class:NormalChange/Attribute:status/Value:approved' => 'Approvato', + 'Class:NormalChange/Attribute:status/Value:approved+' => '', + 'Class:NormalChange/Attribute:status/Value:notapproved' => 'Non approvato', + 'Class:NormalChange/Attribute:status/Value:notapproved+' => '', + 'Class:NormalChange/Attribute:status/Value:implemented' => 'Implementato', + 'Class:NormalChange/Attribute:status/Value:implemented+' => '', + 'Class:NormalChange/Attribute:status/Value:monitored' => 'Monitorato', + 'Class:NormalChange/Attribute:status/Value:monitored+' => '', + 'Class:NormalChange/Attribute:status/Value:closed' => 'Chiuso', + 'Class:NormalChange/Attribute:status/Value:closed+' => '', + 'Class:EmergencyChange/Attribute:status/Value:new' => 'Nuovo', + 'Class:EmergencyChange/Attribute:status/Value:new+' => '', + 'Class:EmergencyChange/Attribute:status/Value:validated' => 'Convalidato', + 'Class:EmergencyChange/Attribute:status/Value:validated+' => '', + 'Class:EmergencyChange/Attribute:status/Value:rejected' => 'Rifiutato', + 'Class:EmergencyChange/Attribute:status/Value:rejected+' => '', + 'Class:EmergencyChange/Attribute:status/Value:assigned' => 'Asseganto', + 'Class:EmergencyChange/Attribute:status/Value:assigned+' => '', + 'Class:EmergencyChange/Attribute:status/Value:plannedscheduled' => 'Pianificato e programmato', + 'Class:EmergencyChange/Attribute:status/Value:plannedscheduled+' => '', + 'Class:EmergencyChange/Attribute:status/Value:approved' => 'Approvato', + 'Class:EmergencyChange/Attribute:status/Value:approved+' => '', + 'Class:EmergencyChange/Attribute:status/Value:notapproved' => 'Non approvato', + 'Class:EmergencyChange/Attribute:status/Value:notapproved+' => '', + 'Class:EmergencyChange/Attribute:status/Value:implemented' => 'Implementato', + 'Class:EmergencyChange/Attribute:status/Value:implemented+' => '', + 'Class:EmergencyChange/Attribute:status/Value:monitored' => 'Monitorato', + 'Class:EmergencyChange/Attribute:status/Value:monitored+' => '', + 'Class:EmergencyChange/Attribute:status/Value:closed' => 'Chiuso', + 'Class:EmergencyChange/Attribute:status/Value:closed+' => '', +)); +?> diff --git a/datamodels/2.x/itop-change-mgmt-itil/ja.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/ja.dict.itop-change-mgmt-itil.php index 6573f043b..60752b285 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/ja.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/ja.dict.itop-change-mgmt-itil.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Hirofumi Kosaka - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('JA JP', 'Japanese', '日本語', array ( diff --git a/datamodels/2.x/itop-change-mgmt-itil/pt_br.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/pt_br.dict.itop-change-mgmt-itil.php index 65833c454..902efc476 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/pt_br.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/pt_br.dict.itop-change-mgmt-itil.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/2.x/itop-change-mgmt-itil/ru.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/ru.dict.itop-change-mgmt-itil.php index d6ac7489e..a3e8d45fb 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/ru.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/ru.dict.itop-change-mgmt-itil.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('RU RU', 'Russian', 'Русский', array( diff --git a/datamodels/2.x/itop-change-mgmt-itil/tr.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/tr.dict.itop-change-mgmt-itil.php index cf5cfddc8..72a3b8f74 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/tr.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/tr.dict.itop-change-mgmt-itil.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/2.x/itop-change-mgmt-itil/zh.dict.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/zh.dict.itop-change-mgmt-itil.php index 25f180661..e58cb2c03 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/zh.dict.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/zh.dict.itop-change-mgmt-itil.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('ZH CN', 'Chinese', '简体中文', array( diff --git a/datamodels/2.x/itop-change-mgmt/datamodel.itop-change-mgmt.xml b/datamodels/2.x/itop-change-mgmt/datamodel.itop-change-mgmt.xml index c2c323f89..4f8a878ff 100755 --- a/datamodels/2.x/itop-change-mgmt/datamodel.itop-change-mgmt.xml +++ b/datamodels/2.x/itop-change-mgmt/datamodel.itop-change-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,changemgmt false diff --git a/datamodels/2.x/itop-change-mgmt/en.dict.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/en.dict.itop-change-mgmt.php index 6d00f410a..0638a5455 100755 --- a/datamodels/2.x/itop-change-mgmt/en.dict.itop-change-mgmt.php +++ b/datamodels/2.x/itop-change-mgmt/en.dict.itop-change-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/2.x/itop-change-mgmt/fr.dict.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/fr.dict.itop-change-mgmt.php index d03065e57..9c49e9372 100755 --- a/datamodels/2.x/itop-change-mgmt/fr.dict.itop-change-mgmt.php +++ b/datamodels/2.x/itop-change-mgmt/fr.dict.itop-change-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml b/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml index b3d1b8e1a..a8fbd59eb 100755 --- a/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml +++ b/datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,structure false diff --git a/datamodels/2.x/itop-config-mgmt/de.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/de.dict.itop-config-mgmt.php index b3de40b96..53c8649a8 100755 --- a/datamodels/2.x/itop-config-mgmt/de.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/de.dict.itop-config-mgmt.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php index b61b6745c..739c04877 100755 --- a/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/en.dict.itop-config-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/2.x/itop-config-mgmt/es_cr.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/es_cr.dict.itop-config-mgmt.php index ae7b39506..70515e502 100755 --- a/datamodels/2.x/itop-config-mgmt/es_cr.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/es_cr.dict.itop-config-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php index 7bd57a9d1..43260ab2b 100755 --- a/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php @@ -1,25 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/datamodels/2.x/itop-config-mgmt/hu.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/hu.dict.itop-config-mgmt.php index e7e1f35e3..0c102657a 100755 --- a/datamodels/2.x/itop-config-mgmt/hu.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/hu.dict.itop-config-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/itop-config-mgmt/it.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/it.dict.itop-config-mgmt.php index 8de3b1cc7..a5e2f840a 100755 --- a/datamodels/2.x/itop-config-mgmt/it.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/it.dict.itop-config-mgmt.php @@ -1,712 +1,711 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:Organization' => 'Organizzazione', - 'Class:Organization+' => '', - 'Class:Organization/Attribute:name' => 'Cognome', - 'Class:Organization/Attribute:name+' => 'Nome', - 'Class:Organization/Attribute:code' => 'Codice', - 'Class:Organization/Attribute:code+' => 'Codice dell\'organizzazione (Siret, DUNS,...)', - 'Class:Organization/Attribute:status' => 'Stato', - 'Class:Organization/Attribute:status+' => '', - 'Class:Organization/Attribute:status/Value:active' => 'Attivo', - 'Class:Organization/Attribute:status/Value:active+' => 'Attivo', - 'Class:Organization/Attribute:status/Value:inactive' => 'Inattivo', - 'Class:Organization/Attribute:status/Value:inactive+' => 'Inattivo', - 'Class:Organization/Attribute:parent_id' => 'Parent', - 'Class:Organization/Attribute:parent_id+' => 'Parent organization', - 'Class:Location' => 'Localizzazione', - 'Class:Location+' => 'Qualsiasi tipo di localizzazione: Regione, Paese, Città, Sito, Edificio, Piano, Stanza, Rack,,...', - 'Class:Location/Attribute:name' => 'Nome', - 'Class:Location/Attribute:name+' => '', - 'Class:Location/Attribute:status' => 'Stato', - 'Class:Location/Attribute:status+' => '', - 'Class:Location/Attribute:status/Value:active' => 'Attivo', - 'Class:Location/Attribute:status/Value:active+' => 'Attivo', - 'Class:Location/Attribute:status/Value:inactive' => 'Inattivo', - 'Class:Location/Attribute:status/Value:inactive+' => 'Inattivo', - 'Class:Location/Attribute:org_id' => 'Organizzazione proprietaria', - 'Class:Location/Attribute:org_id+' => '', - 'Class:Location/Attribute:address' => 'Indirizzo', - 'Class:Location/Attribute:address+' => 'Indirizzo postale', - 'Class:Location/Attribute:postal_code' => 'Codice avviamento postale', - 'Class:Location/Attribute:postal_code+' => 'CAP/codice avviamento postale', - 'Class:Location/Attribute:city' => 'Città', - 'Class:Location/Attribute:city+' => '', - 'Class:Location/Attribute:country' => 'Paese', - 'Class:Location/Attribute:country+' => '', - 'Class:Location/Attribute:parent_id' => 'Parent location', - 'Class:Location/Attribute:parent_id+' => '', - 'Class:Location/Attribute:contact_list' => 'Contatti', - 'Class:Location/Attribute:contact_list+' => 'Contatti posizionati su questo sito', - 'Class:Location/Attribute:infra_list' => 'Infrastrutture', - 'Class:Location/Attribute:infra_list+' => 'CIs posizionati su questo sito', - 'Class:Person' => 'Persona', - 'Class:Person+' => '', - 'Class:Person/Attribute:first_name' => 'Nome', - 'Class:Person/Attribute:first_name+' => '', - 'Class:Person/Attribute:employee_id' => 'ID dipendente', - 'Class:Person/Attribute:employee_id+' => '', - 'Class:Team' => 'Squadra', - 'Class:Team+' => '', - 'Class:Team/Attribute:member_list' => 'Membri', - 'Class:Team/Attribute:member_list+' => 'Contatti che appartengono a questa Squadra', - 'Class:lnkTeamToContact' => 'Membri della squadra', - 'Class:lnkTeamToContact+' => 'membri della squadra', - 'Class:lnkTeamToContact/Attribute:team_id' => 'Squadra', - 'Class:lnkTeamToContact/Attribute:team_id+' => '', - 'Class:lnkTeamToContact/Attribute:contact_id' => 'Membri', - 'Class:lnkTeamToContact/Attribute:contact_id+' => '', - 'Class:lnkTeamToContact/Attribute:role' => 'Ruolo', - 'Class:lnkTeamToContact/Attribute:role+' => '', - 'Class:WebDoc' => 'Documento Web', - 'Class:WebDoc+' => 'Documento disponibile su un altro server web', - 'Class:WebDoc/Attribute:url' => 'Url', - 'Class:WebDoc/Attribute:url+' => '', - 'Class:Note' => 'Note', - 'Class:Note+' => '', - 'Class:Note/Attribute:note' => 'Testo', - 'Class:Note/Attribute:note+' => '', - 'Class:FileDoc' => 'Documento (file)', - 'Class:FileDoc+' => '', - 'Class:FileDoc/Attribute:contents' => 'Contenuti', - 'Class:FileDoc/Attribute:contents+' => '', - 'Class:Licence' => 'Licenza', - 'Class:Licence+' => '', - 'Class:Licence/Attribute:provider' => 'Provider', - 'Class:Licence/Attribute:provider+' => '', - 'Class:Licence/Attribute:org_id' => 'Proprietario', - 'Class:Licence/Attribute:org_id+' => '', - 'Class:Licence/Attribute:product' => 'Prodotto', - 'Class:Licence/Attribute:product+' => '', - 'Class:Licence/Attribute:name' => 'Nome', - 'Class:Licence/Attribute:name+' => '', - 'Class:Licence/Attribute:start' => 'Data di inizio', - 'Class:Licence/Attribute:start+' => '', - 'Class:Licence/Attribute:end' => 'Data di fine', - 'Class:Licence/Attribute:end+' => '', - 'Class:Licence/Attribute:licence_key' => 'Key', - 'Class:Licence/Attribute:licence_key+' => '', - 'Class:Licence/Attribute:scope' => 'Scopo', - 'Class:Licence/Attribute:scope+' => '', - 'Class:Licence/Attribute:usage_limit' => 'Limiti d\'uso', - 'Class:Licence/Attribute:usage_limit+' => '', - 'Class:Licence/Attribute:usage_list' => 'Uso', - 'Class:Licence/Attribute:usage_list+' => 'Istanze di applicazioni che usano questa licenza', - 'Class:Subnet' => 'Subnet', - 'Class:Subnet+' => '', - 'Class:Subnet/Attribute:description' => 'Descrizione', - 'Class:Subnet/Attribute:description+' => '', - 'Class:Subnet/Attribute:org_id' => 'Organizzazione proprietaria', - 'Class:Subnet/Attribute:org_id+' => '', - 'Class:Subnet/Attribute:ip' => 'IP', - 'Class:Subnet/Attribute:ip+' => '', - 'Class:Subnet/Attribute:ip_mask' => 'IP Mask', - 'Class:Subnet/Attribute:ip_mask+' => '', - 'Class:Patch' => 'Patch', - 'Class:Patch+' => '', - 'Class:Patch/Attribute:name' => 'Nome', - 'Class:Patch/Attribute:name+' => '', - 'Class:Patch/Attribute:description' => 'Descrizione', - 'Class:Patch/Attribute:description+' => '', - 'Class:Patch/Attribute:target_sw' => 'Scopo dell\'applicazione', - 'Class:Patch/Attribute:target_sw+' => 'Software bersaglio (OS o applicazione)', - 'Class:Patch/Attribute:version' => 'Versione', - 'Class:Patch/Attribute:version+' => '', - 'Class:Patch/Attribute:type' => 'Tipo', - 'Class:Patch/Attribute:type+' => '', - 'Class:Patch/Attribute:type/Value:application' => 'Applicazione', - 'Class:Patch/Attribute:type/Value:application+' => '', - 'Class:Patch/Attribute:type/Value:os' => 'OS', - 'Class:Patch/Attribute:type/Value:os+' => '', - 'Class:Patch/Attribute:type/Value:security' => 'Securirezza', - 'Class:Patch/Attribute:type/Value:security+' => '', - 'Class:Patch/Attribute:type/Value:servicepack' => 'Service Pack', - 'Class:Patch/Attribute:type/Value:servicepack+' => '', - 'Class:Patch/Attribute:ci_list' => 'Dispositivi', - 'Class:Patch/Attribute:ci_list+' => 'Dispositivi dove la patch è installata', - 'Class:Application' => 'Applicazione', - 'Class:Application+' => '', - 'Class:Application/Attribute:instance_list' => 'Installazioni', - 'Class:Application/Attribute:instance_list+' => 'Istanze di questa applicazione', - 'Class:DBServer' => 'Database', - 'Class:DBServer+' => 'Database server SW', - 'Class:DBServer/Attribute:instance_list' => 'Installazioni', - 'Class:DBServer/Attribute:instance_list+' => 'Istanze di questo database server', - 'Class:lnkPatchToCI' => 'Utilizzo di Patch', - 'Class:lnkPatchToCI+' => '', - 'Class:lnkPatchToCI/Attribute:patch_id' => 'Patch', - 'Class:lnkPatchToCI/Attribute:patch_id+' => '', - 'Class:lnkPatchToCI/Attribute:ci_id' => 'CI', - 'Class:lnkPatchToCI/Attribute:ci_id+' => '', - 'Class:DBServerInstance' => 'Istanza del DB Server', - 'Class:DBServerInstance+' => '', - 'Class:DBServerInstance/Attribute:software_id' => 'Software', - 'Class:DBServerInstance/Attribute:software_id+' => '', - 'Class:DBServerInstance/Attribute:dbinstance_list' => 'Databases', - 'Class:DBServerInstance/Attribute:dbinstance_list+' => 'Sorgente del database', - 'Class:ApplicationInstance' => 'Istanza dell\'applicazione', - 'Class:ApplicationInstance+' => '', - 'Class:ApplicationInstance/Attribute:software_id' => 'Software', - 'Class:ApplicationInstance/Attribute:software_id+' => '', - 'Class:DatabaseInstance' => 'Istanza del database', - 'Class:DatabaseInstance+' => '', - 'Class:DatabaseInstance/Attribute:db_server_instance_id' => 'Server del database', - 'Class:DatabaseInstance/Attribute:db_server_instance_id+' => '', - 'Class:DatabaseInstance/Attribute:description' => 'Descrizione', - 'Class:DatabaseInstance/Attribute:description+' => '', - 'Class:Group' => 'Groppo', - 'Class:Group+' => '', - 'Class:Group/Attribute:name' => 'Nome', - 'Class:Group/Attribute:name+' => '', - 'Class:Group/Attribute:status' => 'Stato', - 'Class:Group/Attribute:status+' => '', - 'Class:Group/Attribute:status/Value:implementation' => 'Implementazione', - 'Class:Group/Attribute:status/Value:implementation+' => 'Implementazione', - 'Class:Group/Attribute:status/Value:obsolete' => 'Obsoleto', - 'Class:Group/Attribute:status/Value:obsolete+' => 'Obsoleto', - 'Class:Group/Attribute:status/Value:production' => 'Produzione', - 'Class:Group/Attribute:status/Value:production+' => 'Produzione', - 'Class:Group/Attribute:org_id' => 'Organizazione', - 'Class:Group/Attribute:org_id+' => '', - 'Class:Group/Attribute:description' => 'Descrizione', - 'Class:Group/Attribute:description+' => '', - 'Class:Group/Attribute:type' => 'Tipo', - 'Class:Group/Attribute:type+' => '', - 'Class:Group/Attribute:parent_id' => 'Parent Group', - 'Class:Group/Attribute:parent_id+' => '', - 'Class:Group/Attribute:ci_list' => 'CIs collegati', - 'Class:Group/Attribute:ci_list+' => '', - 'Class:lnkGroupToCI' => 'Groppo / CI', - 'Class:lnkGroupToCI+' => '', - 'Class:lnkGroupToCI/Attribute:group_id' => 'Groppo', - 'Class:lnkGroupToCI/Attribute:group_id+' => '', - 'Class:lnkGroupToCI/Attribute:ci_id' => 'CI', - 'Class:lnkGroupToCI/Attribute:ci_id+' => '', - 'Class:lnkGroupToCI/Attribute:reason' => 'Motivo', - 'Class:lnkGroupToCI/Attribute:reason+' => '', - 'Class:ApplicationSolution' => 'Soluzione Applicativa', - 'Class:ApplicationSolution+' => '', - 'Class:ApplicationSolution/Attribute:description' => 'Descrizione', - 'Class:ApplicationSolution/Attribute:description+' => '', - 'Class:ApplicationSolution/Attribute:ci_list' => 'CIs', - 'Class:ApplicationSolution/Attribute:ci_list+' => 'CIs che compongono la soluzione applicativa', - 'Class:ApplicationSolution/Attribute:process_list' => 'Processi di business', - 'Class:ApplicationSolution/Attribute:process_list+' => 'Processi di business che si basano sulla soluzione', - 'Class:BusinessProcess' => 'Processi di business', - 'Class:BusinessProcess+' => '', - 'Class:BusinessProcess/Attribute:description' => 'Descrizione', - 'Class:BusinessProcess/Attribute:description+' => '', - 'Class:BusinessProcess/Attribute:used_solution_list' => 'Soluzioni Applicative', - 'Class:BusinessProcess/Attribute:used_solution_list+' => 'Soluzioni applicative sui cui si basa il processo', - 'Class:NetworkInterface' => 'Interfaccia di Rete', - 'Class:NetworkInterface+' => '', - 'Class:NetworkInterface/Attribute:device_id' => 'Dispositivo', - 'Class:NetworkInterface/Attribute:device_id+' => '', - 'Class:NetworkInterface/Attribute:logical_type' => 'Logical Type', - 'Class:NetworkInterface/Attribute:logical_type+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:backup' => 'Backup', - 'Class:NetworkInterface/Attribute:logical_type/Value:backup+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:logical' => 'Logical', - 'Class:NetworkInterface/Attribute:logical_type/Value:logical+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:port' => 'Porta', - 'Class:NetworkInterface/Attribute:logical_type/Value:port+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:primary' => 'Primario', - 'Class:NetworkInterface/Attribute:logical_type/Value:primary+' => '', - 'Class:NetworkInterface/Attribute:logical_type/Value:secondary' => 'Secondario', - 'Class:NetworkInterface/Attribute:logical_type/Value:secondary+' => '', - 'Class:NetworkInterface/Attribute:physical_type' => 'Tipo fisico', - 'Class:NetworkInterface/Attribute:physical_type+' => '', - 'Class:NetworkInterface/Attribute:physical_type/Value:atm' => 'ATM', - 'Class:NetworkInterface/Attribute:physical_type/Value:atm+' => '', - 'Class:NetworkInterface/Attribute:physical_type/Value:ethernet' => 'Ethernet', - 'Class:NetworkInterface/Attribute:physical_type/Value:ethernet+' => '', - 'Class:NetworkInterface/Attribute:physical_type/Value:framerelay' => 'Frame Relay', - 'Class:NetworkInterface/Attribute:physical_type/Value:framerelay+' => '', - 'Class:NetworkInterface/Attribute:physical_type/Value:vlan' => 'VLAN', - 'Class:NetworkInterface/Attribute:physical_type/Value:vlan+' => '', - 'Class:NetworkInterface/Attribute:ip_address' => 'Indirizzo IP', - 'Class:NetworkInterface/Attribute:ip_address+' => '', - 'Class:NetworkInterface/Attribute:ip_mask' => 'Maschera IP', - 'Class:NetworkInterface/Attribute:ip_mask+' => '', - 'Class:NetworkInterface/Attribute:mac_address' => 'Indirizzo MAC', - 'Class:NetworkInterface/Attribute:mac_address+' => '', - 'Class:NetworkInterface/Attribute:speed' => 'Velocità', - 'Class:NetworkInterface/Attribute:speed+' => '', - 'Class:NetworkInterface/Attribute:duplex' => 'Duplex', - 'Class:NetworkInterface/Attribute:duplex+' => '', - 'Class:NetworkInterface/Attribute:duplex/Value:auto' => 'Auto', - 'Class:NetworkInterface/Attribute:duplex/Value:auto+' => 'Auto', - 'Class:NetworkInterface/Attribute:duplex/Value:full' => 'Full', - 'Class:NetworkInterface/Attribute:duplex/Value:full+' => '', - 'Class:NetworkInterface/Attribute:duplex/Value:half' => 'Half', - 'Class:NetworkInterface/Attribute:duplex/Value:half+' => '', - 'Class:NetworkInterface/Attribute:duplex/Value:unknown' => 'Sconosciuta', - 'Class:NetworkInterface/Attribute:duplex/Value:unknown+' => '', - 'Class:NetworkInterface/Attribute:connected_if' => 'Connesso a ', - 'Class:NetworkInterface/Attribute:connected_if+' => 'Interfaccia connessa', - 'Class:NetworkInterface/Attribute:link_type' => 'Tipo di link', - 'Class:NetworkInterface/Attribute:link_type+' => '', - 'Class:NetworkInterface/Attribute:link_type/Value:downlink' => 'Down link', - 'Class:NetworkInterface/Attribute:link_type/Value:downlink+' => '', - 'Class:NetworkInterface/Attribute:link_type/Value:uplink' => 'Up link', - 'Class:NetworkInterface/Attribute:link_type/Value:uplink+' => '', - 'Class:PC' => 'PC', - 'Class:PC+' => '', - 'Class:PC/Attribute:cpu' => 'CPU', - 'Class:PC/Attribute:cpu+' => '', - 'Class:PC/Attribute:ram' => 'RAM', - 'Class:PC/Attribute:ram+' => '', - 'Class:PC/Attribute:hdd' => 'Hard disk', - 'Class:PC/Attribute:hdd+' => '', - 'Class:PC/Attribute:os_family' => 'OS Family', - 'Class:PC/Attribute:os_family+' => '', - 'Class:PC/Attribute:os_version' => 'OS Version', - 'Class:PC/Attribute:os_version+' => '', - 'Class:PC/Attribute:application_list' => 'Applicazioni', - 'Class:PC/Attribute:application_list+' => 'Applicazioni installate su questo PC', - 'Class:PC/Attribute:patch_list' => 'Patches', - 'Class:PC/Attribute:patch_list+' => 'Patches installate su questo PC', - 'Class:MobilePhone' => 'Cellulari', - 'Class:MobilePhone+' => '', - 'Class:MobilePhone/Attribute:number' => 'Numero di telefono', - 'Class:MobilePhone/Attribute:number+' => '', - 'Class:MobilePhone/Attribute:imei' => 'IMEI', - 'Class:MobilePhone/Attribute:imei+' => '', - 'Class:MobilePhone/Attribute:hw_pin' => 'Hardware PIN', - 'Class:MobilePhone/Attribute:hw_pin+' => '', - 'Class:NetworkDevice' => 'Dispositivi di rete', - 'Class:NetworkDevice+' => '', - 'Class:NetworkDevice/Attribute:type' => 'Tipo', - 'Class:NetworkDevice/Attribute:type+' => '', - 'Class:NetworkDevice/Attribute:type/Value:firewall' => 'Firewall', - 'Class:NetworkDevice/Attribute:type/Value:firewall+' => '', - 'Class:NetworkDevice/Attribute:type/Value:hub' => 'Hub', - 'Class:NetworkDevice/Attribute:type/Value:hub+' => '', - 'Class:NetworkDevice/Attribute:type/Value:loadbalancer' => 'Load Balancer', - 'Class:NetworkDevice/Attribute:type/Value:loadbalancer+' => '', - 'Class:NetworkDevice/Attribute:type/Value:router' => 'Router', - 'Class:NetworkDevice/Attribute:type/Value:router+' => '', - 'Class:NetworkDevice/Attribute:type/Value:switch' => 'Switch', - 'Class:NetworkDevice/Attribute:type/Value:switch+' => '', - 'Class:NetworkDevice/Attribute:type/Value:wanaccelerator' => 'Acceleratore WAN', - 'Class:NetworkDevice/Attribute:type/Value:wanaccelerator+' => '', - 'Class:NetworkDevice/Attribute:ios_version' => 'Versione IOS', - 'Class:NetworkDevice/Attribute:ios_version+' => '', - 'Class:NetworkDevice/Attribute:ram' => 'RAM', - 'Class:NetworkDevice/Attribute:ram+' => '', - 'Class:NetworkDevice/Attribute:snmp_read' => 'SNMP Read', - 'Class:NetworkDevice/Attribute:snmp_read+' => '', - 'Class:NetworkDevice/Attribute:snmp_write' => 'SNMP Write', - 'Class:NetworkDevice/Attribute:snmp_write+' => '', - 'Class:Server' => 'Server', - 'Class:Server+' => '', - 'Class:Server/Attribute:cpu' => 'CPU', - 'Class:Server/Attribute:cpu+' => '', - 'Class:Server/Attribute:ram' => 'RAM', - 'Class:Server/Attribute:ram+' => '', - 'Class:Server/Attribute:hdd' => 'Hard Disk', - 'Class:Server/Attribute:hdd+' => '', - 'Class:Server/Attribute:os_family' => 'OS Family', - 'Class:Server/Attribute:os_family+' => '', - 'Class:Server/Attribute:os_version' => 'OS Version', - 'Class:Server/Attribute:os_version+' => '', - 'Class:Server/Attribute:application_list' => 'Applicazioni', - 'Class:Server/Attribute:application_list+' => 'Applicazioni installate su questo server', - 'Class:Server/Attribute:patch_list' => 'Patches', - 'Class:Server/Attribute:patch_list+' => 'Patches installate su questo server', - 'Class:Printer' => 'Stampante', - 'Class:Printer+' => '', - 'Class:Printer/Attribute:type' => 'Tipo', - 'Class:Printer/Attribute:type+' => '', - 'Class:Printer/Attribute:type/Value:mopier' => 'Mopier', - 'Class:Printer/Attribute:type/Value:mopier+' => '', - 'Class:Printer/Attribute:type/Value:printer' => 'Stampante', - 'Class:Printer/Attribute:type/Value:printer+' => '', - 'Class:Printer/Attribute:technology' => 'Tecnologia', - 'Class:Printer/Attribute:technology+' => '', - 'Class:Printer/Attribute:technology/Value:inkjet' => 'Inkjet', - 'Class:Printer/Attribute:technology/Value:inkjet+' => '', - 'Class:Printer/Attribute:technology/Value:laser' => 'Laser', - 'Class:Printer/Attribute:technology/Value:laser+' => '', - 'Class:Printer/Attribute:technology/Value:tracer' => 'Tracer', - 'Class:Printer/Attribute:technology/Value:tracer+' => '', - 'Class:lnkCIToDoc' => 'Doc/CI', - 'Class:lnkCIToDoc+' => '', - 'Class:lnkCIToDoc/Attribute:ci_id' => 'CI', - 'Class:lnkCIToDoc/Attribute:ci_id+' => '', - 'Class:lnkCIToDoc/Attribute:document_id' => 'Documento', - 'Class:lnkCIToDoc/Attribute:document_id+' => '', - 'Class:lnkCIToContact' => 'CI/Contatto', - 'Class:lnkCIToContact+' => '', - 'Class:lnkCIToContact/Attribute:ci_id' => 'CI', - 'Class:lnkCIToContact/Attribute:ci_id+' => '', - 'Class:lnkCIToContact/Attribute:contact_id' => 'Contatto', - 'Class:lnkCIToContact/Attribute:contact_id+' => '', - 'Class:lnkCIToContact/Attribute:role' => 'Ruolo', - 'Class:lnkCIToContact/Attribute:role+' => 'Ruolo del contatto per quanto riguarda il CI', - 'Class:lnkSolutionToCI' => 'CI/Solutione', - 'Class:lnkSolutionToCI+' => '', - 'Class:lnkSolutionToCI/Attribute:solution_id' => 'Soluzione applicativa', - 'Class:lnkSolutionToCI/Attribute:solution_id+' => '', - 'Class:lnkSolutionToCI/Attribute:ci_id' => 'CI', - 'Class:lnkSolutionToCI/Attribute:ci_id+' => '', - 'Class:lnkSolutionToCI/Attribute:utility' => 'Utility', - 'Class:lnkSolutionToCI/Attribute:utility+' => 'Utility del CI nella soluzione applicativa', - 'Class:lnkProcessToSolution' => 'Processo di business/Solutione', - 'Class:lnkProcessToSolution+' => '', - 'Class:lnkProcessToSolution/Attribute:solution_id' => 'Soluzione applicativa', - 'Class:lnkProcessToSolution/Attribute:solution_id+' => '', - 'Class:lnkProcessToSolution/Attribute:process_id' => 'Processo', - 'Class:lnkProcessToSolution/Attribute:process_id+' => '', - 'Class:lnkProcessToSolution/Attribute:reason' => 'Motivo', - 'Class:lnkProcessToSolution/Attribute:reason+' => 'Più informazioni tra il processo di business e la soluzione applicativa', - 'Relation:impacts/Description' => 'Elementi impattati da...', - 'Relation:impacts/VerbUp' => 'Impatto...', - 'Relation:impacts/VerbDown' => 'Elementi impattati da...', - 'Relation:depends on/Description' => 'Elementi di questo elemento dipende da', - 'Relation:depends on/VerbUp' => 'Dipende da...', - 'Relation:depends on/VerbDown' => 'Impatto...', - 'Class:Organization/Attribute:parent_name' => 'Parent name', - 'Class:Organization/Attribute:parent_name+' => 'Name of the parent organization', - 'Class:Location/Attribute:org_name' => 'Nome dell\'organizzazione', - 'Class:Location/Attribute:org_name+' => '', - 'Class:Location/Attribute:parent_name' => 'Parent name', - 'Class:Location/Attribute:parent_name+' => '', - 'Class:Group/Attribute:owner_name' => 'Cognome', - 'Class:Group/Attribute:owner_name+' => 'Nome', - 'Class:Group/Attribute:parent_name' => 'Nome', - 'Class:Group/Attribute:parent_name+' => '', - 'Class:lnkGroupToCI/Attribute:group_name' => 'Nome', - 'Class:lnkGroupToCI/Attribute:group_name+' => '', - 'Class:lnkGroupToCI/Attribute:ci_name' => 'Nome', - 'Class:lnkGroupToCI/Attribute:ci_name+' => '', - 'Class:lnkGroupToCI/Attribute:ci_status' => 'CI Stato', - 'Class:lnkGroupToCI/Attribute:ci_status+' => '', - 'Class:Contact' => 'Contatto', - 'Class:Contact+' => '', - 'Class:Contact/Attribute:name' => 'Nome', - 'Class:Contact/Attribute:name+' => '', - 'Class:Contact/Attribute:status' => 'Stato', - 'Class:Contact/Attribute:status+' => '', - 'Class:Contact/Attribute:status/Value:active' => 'Attivo', - 'Class:Contact/Attribute:status/Value:active+' => 'Attivo', - 'Class:Contact/Attribute:status/Value:inactive' => 'Inattivo', - 'Class:Contact/Attribute:status/Value:inactive+' => 'Inattivo', - 'Class:Contact/Attribute:org_id' => 'Organizzazione', - 'Class:Contact/Attribute:org_id+' => '', - 'Class:Contact/Attribute:org_name' => 'Organizzazione', - 'Class:Contact/Attribute:org_name+' => '', - 'Class:Contact/Attribute:email' => 'Email', - 'Class:Contact/Attribute:email+' => '', - 'Class:Contact/Attribute:phone' => 'Telefono', - 'Class:Contact/Attribute:phone+' => '', - 'Class:Contact/Attribute:location_id' => 'Posizione', - 'Class:Contact/Attribute:location_id+' => '', - 'Class:Contact/Attribute:location_name' => 'Posizione', - 'Class:Contact/Attribute:location_name+' => '', - 'Class:Contact/Attribute:ci_list' => 'CIs', - 'Class:Contact/Attribute:ci_list+' => 'CIs relativi al contatto', - 'Class:Contact/Attribute:contract_list' => 'Contratti', - 'Class:Contact/Attribute:contract_list+' => 'Contratti relativi al contatto', - 'Class:Contact/Attribute:service_list' => 'Servizi', - 'Class:Contact/Attribute:service_list+' => 'Servizi relativi al contatto', - 'Class:Contact/Attribute:ticket_list' => 'Tickets', - 'Class:Contact/Attribute:ticket_list+' => 'Tickets relativi al contatto', - 'Class:Contact/Attribute:team_list' => 'Squadre', - 'Class:Contact/Attribute:team_list+' => 'Squadre di appartenenza', - 'Class:Contact/Attribute:finalclass' => 'Tipo', - 'Class:Contact/Attribute:finalclass+' => '', - 'Class:lnkTeamToContact/Attribute:contact_location_id' => 'Posizione', - 'Class:lnkTeamToContact/Attribute:contact_location_id+' => '', - 'Class:lnkTeamToContact/Attribute:contact_email' => 'Email', - 'Class:lnkTeamToContact/Attribute:contact_email+' => '', - 'Class:lnkTeamToContact/Attribute:contact_phone' => 'Telefono', - 'Class:lnkTeamToContact/Attribute:contact_phone+' => '', - 'Class:Document' => 'Documento', - 'Class:Document+' => '', - 'Class:Document/Attribute:name' => 'Nome', - 'Class:Document/Attribute:name+' => '', - 'Class:Document/Attribute:org_id' => 'Organizzazione', - 'Class:Document/Attribute:description+' => '', - 'Class:Document/Attribute:org_name' => 'Nome dell\'organizzazione', - 'Class:Document/Attribute:org_name+' => '', - 'Class:Document/Attribute:description' => 'Descrizione', - 'Class:Document/Attribute:type' => 'Tipo', - 'Class:Document/Attribute:type+' => '', - 'Class:Document/Attribute:type/Value:contract' => 'Contratto', - 'Class:Document/Attribute:type/Value:contract+' => '', - 'Class:Document/Attribute:type/Value:networkmap' => 'Network Map', - 'Class:Document/Attribute:type/Value:networkmap+' => '', - 'Class:Document/Attribute:type/Value:presentation' => 'Presentazine', - 'Class:Document/Attribute:type/Value:presentation+' => '', - 'Class:Document/Attribute:type/Value:training' => 'Formazione', - 'Class:Document/Attribute:type/Value:training+' => '', - 'Class:Document/Attribute:type/Value:whitePaper' => 'Foglio bianco', - 'Class:Document/Attribute:type/Value:whitePaper+' => '', - 'Class:Document/Attribute:type/Value:workinginstructions' => 'Istruzioni di lavoro', - 'Class:Document/Attribute:type/Value:workinginstructions+' => '', - 'Class:Document/Attribute:status' => 'Stato', - 'Class:Document/Attribute:status+' => '', - 'Class:Document/Attribute:status/Value:draft' => 'Draft', - 'Class:Document/Attribute:status/Value:draft+' => '', - 'Class:Document/Attribute:status/Value:obsolete' => 'Obsoleto', - 'Class:Document/Attribute:status/Value:obsolete+' => '', - 'Class:Document/Attribute:status/Value:published' => 'Pubblicato', - 'Class:Document/Attribute:status/Value:published+' => '', - 'Class:Document/Attribute:ci_list' => 'CIs', - 'Class:Document/Attribute:ci_list+' => 'CIs relativo a questo documento', - 'Class:Document/Attribute:contract_list' => 'Contratti', - 'Class:Document/Attribute:contract_list+' => 'Contratti relativi a questo documento', - 'Class:Document/Attribute:service_list' => 'Servizi', - 'Class:Document/Attribute:service_list+' => 'Servizi relativi a questo documento', - 'Class:Document/Attribute:ticket_list' => 'Tickets', - 'Class:Document/Attribute:ticket_list+' => 'Tickets relativi a questo documento', - 'Class:Document:PreviewTab' => 'Anteprima', - 'Class:Licence/Attribute:org_name' => 'Cognome', - 'Class:Licence/Attribute:org_name+' => 'Nome', - 'Class:Subnet/Name' => '%1$s / %2$s~~', - 'Class:Software' => 'Software', - 'Class:Software+' => '', - 'Class:Software/Attribute:name' => 'Nome', - 'Class:Software/Attribute:name+' => '', - 'Class:Software/Attribute:description' => 'Descrizione', - 'Class:Software/Attribute:description+' => '', - 'Class:Software/Attribute:instance_list' => 'Installazioni', - 'Class:Software/Attribute:instance_list+' => 'Istanze di questo software', - 'Class:Software/Attribute:finalclass' => 'Tipo', - 'Class:Software/Attribute:finalclass+' => '', - 'Class:Application/Attribute:name' => 'Nome', - 'Class:Application/Attribute:name+' => '', - 'Class:Application/Attribute:description' => 'Descrizione', - 'Class:Application/Attribute:description+' => '', - 'Class:lnkPatchToCI/Attribute:patch_name' => 'Patch', - 'Class:lnkPatchToCI/Attribute:patch_name+' => '', - 'Class:lnkPatchToCI/Attribute:ci_name' => 'CI', - 'Class:lnkPatchToCI/Attribute:ci_name+' => '', - 'Class:lnkPatchToCI/Attribute:ci_status' => 'CI Stato', - 'Class:lnkPatchToCI/Attribute:ci_status+' => '', - 'Class:FunctionalCI' => 'CI Funzionale', - 'Class:FunctionalCI+' => '', - 'Class:FunctionalCI/Attribute:name' => 'Nome', - 'Class:FunctionalCI/Attribute:name+' => '', - 'Class:FunctionalCI/Attribute:status' => 'Stato', - 'Class:FunctionalCI/Attribute:status+' => '', - 'Class:FunctionalCI/Attribute:status/Value:implementation' => 'Implementazione', - 'Class:FunctionalCI/Attribute:status/Value:implementation+' => '', - 'Class:FunctionalCI/Attribute:status/Value:obsolete' => 'Obsoleto', - 'Class:FunctionalCI/Attribute:status/Value:obsolete+' => '', - 'Class:FunctionalCI/Attribute:status/Value:production' => 'Produzione', - 'Class:FunctionalCI/Attribute:status/Value:production+' => '', - 'Class:FunctionalCI/Attribute:org_id' => 'Organizzazione proprietaria', - 'Class:FunctionalCI/Attribute:org_id+' => '', - 'Class:FunctionalCI/Attribute:owner_name' => 'Organizzazione proprietaria', - 'Class:FunctionalCI/Attribute:owner_name+' => '', - 'Class:FunctionalCI/Attribute:importance' => 'Criticità di business', - 'Class:FunctionalCI/Attribute:importance+' => '', - 'Class:FunctionalCI/Attribute:importance/Value:high' => 'Alta', - 'Class:FunctionalCI/Attribute:importance/Value:high+' => '', - 'Class:FunctionalCI/Attribute:importance/Value:low' => 'Bassa', - 'Class:FunctionalCI/Attribute:importance/Value:low+' => '', - 'Class:FunctionalCI/Attribute:importance/Value:medium' => 'Media', - 'Class:FunctionalCI/Attribute:importance/Value:medium+' => '', - 'Class:FunctionalCI/Attribute:contact_list' => 'Contatti', - 'Class:FunctionalCI/Attribute:contact_list+' => 'Contatti per questo CI', - 'Class:FunctionalCI/Attribute:document_list' => 'Documenti', - 'Class:FunctionalCI/Attribute:document_list+' => 'Documentazione per questo CI', - 'Class:FunctionalCI/Attribute:solution_list' => 'Soluzioni applicative', - 'Class:FunctionalCI/Attribute:solution_list+' => 'Soluzioni applicative che utilizzano questo CI', - 'Class:FunctionalCI/Attribute:contract_list' => 'Contratti', - 'Class:FunctionalCI/Attribute:contract_list+' => 'Contratti a sostegno di questo CI', - 'Class:FunctionalCI/Attribute:ticket_list' => 'Tickets', - 'Class:FunctionalCI/Attribute:ticket_list+' => 'Tickets relativi al CI', - 'Class:FunctionalCI/Attribute:finalclass' => 'Tipo', - 'Class:FunctionalCI/Attribute:finalclass+' => '', - 'Class:SoftwareInstance' => 'Istanza software', - 'Class:SoftwareInstance+' => '', - 'Class:SoftwareInstance/Name' => '%1$s - %2$s~~', - 'Class:SoftwareInstance/Attribute:device_id' => 'Dispositivo', - 'Class:SoftwareInstance/Attribute:device_id+' => '', - 'Class:SoftwareInstance/Attribute:device_name' => 'Dispositivo', - 'Class:SoftwareInstance/Attribute:device_name+' => '', - 'Class:SoftwareInstance/Attribute:licence_id' => 'Licenza', - 'Class:SoftwareInstance/Attribute:licence_id+' => '', - 'Class:SoftwareInstance/Attribute:licence_name' => 'Licenza', - 'Class:SoftwareInstance/Attribute:licence_name+' => '', - 'Class:SoftwareInstance/Attribute:software_name' => 'Software', - 'Class:SoftwareInstance/Attribute:software_name+' => '', - 'Class:SoftwareInstance/Attribute:version' => 'Versione', - 'Class:SoftwareInstance/Attribute:version+' => '', - 'Class:SoftwareInstance/Attribute:description' => 'Descrizione', - 'Class:SoftwareInstance/Attribute:description+' => '', - 'Class:ApplicationInstance/Name' => '%1$s - %2$s~~', - 'Class:ApplicationInstance/Attribute:software_name' => 'Nome', - 'Class:ApplicationInstance/Attribute:software_name+' => '', - 'Class:DBServerInstance/Name' => '%1$s - %2$s~~', - 'Class:DBServerInstance/Attribute:software_name' => 'Nome del Software', - 'Class:DBServerInstance/Attribute:software_name+' => '', - 'Class:DatabaseInstance/Name' => '%1$s - %2$s~~', - 'Class:DatabaseInstance/Attribute:db_server_instance_version' => 'Versione del database', - 'Class:DatabaseInstance/Attribute:db_server_instance_version+' => '', - 'Class:ConnectableCI' => 'CI collegabile', - 'Class:ConnectableCI+' => 'CI fisico', - 'Class:ConnectableCI/Attribute:brand' => 'Marca', - 'Class:ConnectableCI/Attribute:brand+' => '', - 'Class:ConnectableCI/Attribute:model' => 'Modello', - 'Class:ConnectableCI/Attribute:model+' => '', - 'Class:ConnectableCI/Attribute:serial_number' => 'Numero seriala', - 'Class:ConnectableCI/Attribute:serial_number+' => '', - 'Class:ConnectableCI/Attribute:asset_ref' => 'Asset di riferimento', - 'Class:ConnectableCI/Attribute:asset_ref+' => '', - 'Class:NetworkInterface/Name' => '%1$s - %2$s~~', - 'Class:NetworkInterface/Attribute:device_name' => 'Dispositivo', - 'Class:NetworkInterface/Attribute:device_name+' => '', - 'Class:NetworkInterface/Attribute:connected_name' => 'Connesso a ', - 'Class:NetworkInterface/Attribute:connected_name+' => '', - 'Class:NetworkInterface/Attribute:connected_if_device_id' => 'Dispositivo connesso', - 'Class:NetworkInterface/Attribute:connected_if_device_id+' => '', - 'Class:NetworkInterface/Attribute:connected_if_device_id_name' => 'Dispositivo', - 'Class:NetworkInterface/Attribute:connected_if_device_id_name+' => '', - 'Class:Device' => 'Dispositivo', - 'Class:Device+' => '', - 'Class:Device/Attribute:nwinterface_list' => 'Interfaccia di Rete', - 'Class:Device/Attribute:nwinterface_list+' => '', - 'Class:MobileCI' => 'CI Mobili', - 'Class:MobileCI+' => '', - 'Class:InfrastructureCI' => 'CI Infrastrutture', - 'Class:InfrastructureCI+' => '', - 'Class:InfrastructureCI/Attribute:description' => 'Descrizione', - 'Class:InfrastructureCI/Attribute:description+' => '', - 'Class:InfrastructureCI/Attribute:location_id' => 'Posizione', - 'Class:InfrastructureCI/Attribute:location_id+' => '', - 'Class:InfrastructureCI/Attribute:location_name' => 'Posizione', - 'Class:InfrastructureCI/Attribute:location_name+' => '', - 'Class:InfrastructureCI/Attribute:location_details' => 'Dettagli di posizione', - 'Class:InfrastructureCI/Attribute:location_details+' => '', - 'Class:InfrastructureCI/Attribute:management_ip' => 'Gestione IP', - 'Class:InfrastructureCI/Attribute:management_ip+' => '', - 'Class:InfrastructureCI/Attribute:default_gateway' => 'Gateway di default', - 'Class:InfrastructureCI/Attribute:default_gateway+' => '', - 'Class:lnkCIToDoc/Attribute:ci_name' => 'CI', - 'Class:lnkCIToDoc/Attribute:ci_name+' => '', - 'Class:lnkCIToDoc/Attribute:ci_status' => 'CI Stato', - 'Class:lnkCIToDoc/Attribute:ci_status+' => '', - 'Class:lnkCIToDoc/Attribute:document_name' => 'Documento', - 'Class:lnkCIToDoc/Attribute:document_name+' => '', - 'Class:lnkCIToDoc/Attribute:document_type' => 'Tipo di documento', - 'Class:lnkCIToDoc/Attribute:document_type+' => '', - 'Class:lnkCIToDoc/Attribute:document_status' => 'Stato del documento', - 'Class:lnkCIToDoc/Attribute:document_status+' => '', - 'Class:lnkCIToContact/Attribute:ci_name' => 'CI', - 'Class:lnkCIToContact/Attribute:ci_name+' => '', - 'Class:lnkCIToContact/Attribute:ci_status' => 'CI Stato', - 'Class:lnkCIToContact/Attribute:ci_status+' => '', - 'Class:lnkCIToContact/Attribute:contact_name' => 'Contatto', - 'Class:lnkCIToContact/Attribute:contact_name+' => '', - 'Class:lnkCIToContact/Attribute:contact_email' => 'Contatto Email', - 'Class:lnkCIToContact/Attribute:contact_email+' => '', - 'Class:lnkSolutionToCI/Attribute:solution_name' => 'Soluzione applicativa', - 'Class:lnkSolutionToCI/Attribute:solution_name+' => '', - 'Class:lnkSolutionToCI/Attribute:ci_name' => 'CI', - 'Class:lnkSolutionToCI/Attribute:ci_name+' => '', - 'Class:lnkSolutionToCI/Attribute:ci_status' => 'CI Stato', - 'Class:lnkSolutionToCI/Attribute:ci_status+' => '', - 'Class:lnkProcessToSolution/Attribute:solution_name' => 'Soluzione applicativa', - 'Class:lnkProcessToSolution/Attribute:solution_name+' => '', - 'Class:lnkProcessToSolution/Attribute:process_name' => 'Processo', - 'Class:lnkProcessToSolution/Attribute:process_name+' => '', - 'Class:Subnet/Tab:IPUsage' => 'Utilizzo IP', - 'Class:Subnet/Tab:IPUsage-explain' => 'Iterfacce che hanno un IP nell\'intervallo: %1$s e %2$s', - 'Class:Subnet/Tab:FreeIPs' => 'IP liberi', - 'Class:Subnet/Tab:FreeIPs-count' => 'IP liberi: %1$s', - 'Class:Subnet/Tab:FreeIPs-explain' => 'Qui c\'è un estratto di 10 indirizzi IP liberi', - 'Menu:Catalogs' => 'Cataloghi', - 'Menu:Catalogs+' => 'Tipi di dato', - 'Menu:Audit' => 'Audit', - 'Menu:Audit+' => 'Audit', - 'Menu:Organization' => 'Organizzazioni', - 'Menu:Organization+' => 'Tutte le organizzazioni', - 'Menu:Application' => 'Applicazioni', - 'Menu:Application+' => 'Tutte le applicazioni', - 'Menu:DBServer' => 'Database Servers', - 'Menu:DBServer+' => 'Database Servers', - 'Menu:ConfigManagement' => 'Gestione delle Configurazioni', - 'Menu:ConfigManagement+' => 'Gestione delle Configurazioni', - 'Menu:ConfigManagementOverview' => 'Panoramica', - 'Menu:ConfigManagementOverview+' => 'Panoramica', - 'Menu:Contact' => 'Contatti', - 'Menu:Contact+' => 'Contatti', - 'Menu:Person' => 'Persone', - 'Menu:Person+' => 'Tutte le persone', - 'Menu:Team' => 'Teams', - 'Menu:Team+' => 'Tutti i Teams', - 'Menu:Document' => 'Documenti', - 'Menu:Document+' => 'Tutti i Documenti', - 'Menu:Location' => 'Posizioni', - 'Menu:Location+' => 'Tutte le pozisioni', - 'Menu:ConfigManagementCI' => 'Elementi di Configurazione (CI)', - 'Menu:ConfigManagementCI+' => 'Elementi di Configurazione (CI)', - 'Menu:BusinessProcess' => 'Processi di business', - 'Menu:BusinessProcess+' => 'Tutti i processi di business', - 'Menu:ApplicationSolution' => 'Soluzioni applicative', - 'Menu:ApplicationSolution+' => 'Tutte le soluzioni applicative', - 'Menu:ConfigManagementSoftware' => 'Gestione delle Applicazioni', - 'Menu:Licence' => 'Licenze', - 'Menu:Licence+' => 'Tutte le licenze', - 'Menu:Patch' => 'Patches', - 'Menu:Patch+' => 'Tutte le patches', - 'Menu:ApplicationInstance' => 'Software Installati', - 'Menu:ApplicationInstance+' => 'Applicazioni e Database servers', - 'Menu:ConfigManagementHardware' => 'Gestione Infrastrutture', - 'Menu:Subnet' => 'Subnets', - 'Menu:Subnet+' => 'Tutte le Subnets', - 'Menu:NetworkDevice' => 'Dispositivi di rete', - 'Menu:NetworkDevice+' => 'Tutti i dispositivi di rete', - 'Menu:Server' => 'Server', - 'Menu:Server+' => 'Tutti i Server', - 'Menu:Printer' => 'Stampanti', - 'Menu:Printer+' => 'Tutte le stampanti', - 'Menu:MobilePhone' => 'Cellulari', - 'Menu:MobilePhone+' => 'Tutti i cellulari', - 'Menu:PC' => 'Personal Computers', - 'Menu:PC+' => 'Tutti i Personal Computers', - 'Menu:NewContact' => 'Nuovo Contatto', - 'Menu:NewContact+' => 'Nuovo Contatto', - 'Menu:SearchContacts' => 'Ricerca contatti', - 'Menu:SearchContacts+' => 'Ricerca contatti', - 'Menu:NewCI' => 'Nuovo CI', - 'Menu:NewCI+' => 'Nuovo CI', - 'Menu:SearchCIs' => 'Ricerca CIs', - 'Menu:SearchCIs+' => 'Ricerca CIs', - 'Menu:ConfigManagement:Devices' => 'Dispositvi', - 'Menu:ConfigManagement:AllDevices' => 'Numero di dispositivi: %1$d', - 'Menu:ConfigManagement:SWAndApps' => 'Software e Applicazioni', - 'Menu:ConfigManagement:Misc' => 'Varie', - 'Menu:Group' => 'Gruppi di CIs', - 'Menu:Group+' => 'Gruppi di CIs', - 'Menu:ConfigManagement:Shortcuts' => 'Scorciatoie', - 'Menu:ConfigManagement:AllContacts' => 'Tutti i contatti: %1$d', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:Organization' => 'Organizzazione', + 'Class:Organization+' => '', + 'Class:Organization/Attribute:name' => 'Cognome', + 'Class:Organization/Attribute:name+' => 'Nome', + 'Class:Organization/Attribute:code' => 'Codice', + 'Class:Organization/Attribute:code+' => 'Codice dell\'organizzazione (Siret, DUNS,...)', + 'Class:Organization/Attribute:status' => 'Stato', + 'Class:Organization/Attribute:status+' => '', + 'Class:Organization/Attribute:status/Value:active' => 'Attivo', + 'Class:Organization/Attribute:status/Value:active+' => 'Attivo', + 'Class:Organization/Attribute:status/Value:inactive' => 'Inattivo', + 'Class:Organization/Attribute:status/Value:inactive+' => 'Inattivo', + 'Class:Organization/Attribute:parent_id' => 'Parent', + 'Class:Organization/Attribute:parent_id+' => 'Parent organization', + 'Class:Location' => 'Localizzazione', + 'Class:Location+' => 'Qualsiasi tipo di localizzazione: Regione, Paese, Città, Sito, Edificio, Piano, Stanza, Rack,,...', + 'Class:Location/Attribute:name' => 'Nome', + 'Class:Location/Attribute:name+' => '', + 'Class:Location/Attribute:status' => 'Stato', + 'Class:Location/Attribute:status+' => '', + 'Class:Location/Attribute:status/Value:active' => 'Attivo', + 'Class:Location/Attribute:status/Value:active+' => 'Attivo', + 'Class:Location/Attribute:status/Value:inactive' => 'Inattivo', + 'Class:Location/Attribute:status/Value:inactive+' => 'Inattivo', + 'Class:Location/Attribute:org_id' => 'Organizzazione proprietaria', + 'Class:Location/Attribute:org_id+' => '', + 'Class:Location/Attribute:address' => 'Indirizzo', + 'Class:Location/Attribute:address+' => 'Indirizzo postale', + 'Class:Location/Attribute:postal_code' => 'Codice avviamento postale', + 'Class:Location/Attribute:postal_code+' => 'CAP/codice avviamento postale', + 'Class:Location/Attribute:city' => 'Città', + 'Class:Location/Attribute:city+' => '', + 'Class:Location/Attribute:country' => 'Paese', + 'Class:Location/Attribute:country+' => '', + 'Class:Location/Attribute:parent_id' => 'Parent location', + 'Class:Location/Attribute:parent_id+' => '', + 'Class:Location/Attribute:contact_list' => 'Contatti', + 'Class:Location/Attribute:contact_list+' => 'Contatti posizionati su questo sito', + 'Class:Location/Attribute:infra_list' => 'Infrastrutture', + 'Class:Location/Attribute:infra_list+' => 'CIs posizionati su questo sito', + 'Class:Person' => 'Persona', + 'Class:Person+' => '', + 'Class:Person/Attribute:first_name' => 'Nome', + 'Class:Person/Attribute:first_name+' => '', + 'Class:Person/Attribute:employee_id' => 'ID dipendente', + 'Class:Person/Attribute:employee_id+' => '', + 'Class:Team' => 'Squadra', + 'Class:Team+' => '', + 'Class:Team/Attribute:member_list' => 'Membri', + 'Class:Team/Attribute:member_list+' => 'Contatti che appartengono a questa Squadra', + 'Class:lnkTeamToContact' => 'Membri della squadra', + 'Class:lnkTeamToContact+' => 'membri della squadra', + 'Class:lnkTeamToContact/Attribute:team_id' => 'Squadra', + 'Class:lnkTeamToContact/Attribute:team_id+' => '', + 'Class:lnkTeamToContact/Attribute:contact_id' => 'Membri', + 'Class:lnkTeamToContact/Attribute:contact_id+' => '', + 'Class:lnkTeamToContact/Attribute:role' => 'Ruolo', + 'Class:lnkTeamToContact/Attribute:role+' => '', + 'Class:WebDoc' => 'Documento Web', + 'Class:WebDoc+' => 'Documento disponibile su un altro server web', + 'Class:WebDoc/Attribute:url' => 'Url', + 'Class:WebDoc/Attribute:url+' => '', + 'Class:Note' => 'Note', + 'Class:Note+' => '', + 'Class:Note/Attribute:note' => 'Testo', + 'Class:Note/Attribute:note+' => '', + 'Class:FileDoc' => 'Documento (file)', + 'Class:FileDoc+' => '', + 'Class:FileDoc/Attribute:contents' => 'Contenuti', + 'Class:FileDoc/Attribute:contents+' => '', + 'Class:Licence' => 'Licenza', + 'Class:Licence+' => '', + 'Class:Licence/Attribute:provider' => 'Provider', + 'Class:Licence/Attribute:provider+' => '', + 'Class:Licence/Attribute:org_id' => 'Proprietario', + 'Class:Licence/Attribute:org_id+' => '', + 'Class:Licence/Attribute:product' => 'Prodotto', + 'Class:Licence/Attribute:product+' => '', + 'Class:Licence/Attribute:name' => 'Nome', + 'Class:Licence/Attribute:name+' => '', + 'Class:Licence/Attribute:start' => 'Data di inizio', + 'Class:Licence/Attribute:start+' => '', + 'Class:Licence/Attribute:end' => 'Data di fine', + 'Class:Licence/Attribute:end+' => '', + 'Class:Licence/Attribute:licence_key' => 'Key', + 'Class:Licence/Attribute:licence_key+' => '', + 'Class:Licence/Attribute:scope' => 'Scopo', + 'Class:Licence/Attribute:scope+' => '', + 'Class:Licence/Attribute:usage_limit' => 'Limiti d\'uso', + 'Class:Licence/Attribute:usage_limit+' => '', + 'Class:Licence/Attribute:usage_list' => 'Uso', + 'Class:Licence/Attribute:usage_list+' => 'Istanze di applicazioni che usano questa licenza', + 'Class:Subnet' => 'Subnet', + 'Class:Subnet+' => '', + 'Class:Subnet/Attribute:description' => 'Descrizione', + 'Class:Subnet/Attribute:description+' => '', + 'Class:Subnet/Attribute:org_id' => 'Organizzazione proprietaria', + 'Class:Subnet/Attribute:org_id+' => '', + 'Class:Subnet/Attribute:ip' => 'IP', + 'Class:Subnet/Attribute:ip+' => '', + 'Class:Subnet/Attribute:ip_mask' => 'IP Mask', + 'Class:Subnet/Attribute:ip_mask+' => '', + 'Class:Patch' => 'Patch', + 'Class:Patch+' => '', + 'Class:Patch/Attribute:name' => 'Nome', + 'Class:Patch/Attribute:name+' => '', + 'Class:Patch/Attribute:description' => 'Descrizione', + 'Class:Patch/Attribute:description+' => '', + 'Class:Patch/Attribute:target_sw' => 'Scopo dell\'applicazione', + 'Class:Patch/Attribute:target_sw+' => 'Software bersaglio (OS o applicazione)', + 'Class:Patch/Attribute:version' => 'Versione', + 'Class:Patch/Attribute:version+' => '', + 'Class:Patch/Attribute:type' => 'Tipo', + 'Class:Patch/Attribute:type+' => '', + 'Class:Patch/Attribute:type/Value:application' => 'Applicazione', + 'Class:Patch/Attribute:type/Value:application+' => '', + 'Class:Patch/Attribute:type/Value:os' => 'OS', + 'Class:Patch/Attribute:type/Value:os+' => '', + 'Class:Patch/Attribute:type/Value:security' => 'Securirezza', + 'Class:Patch/Attribute:type/Value:security+' => '', + 'Class:Patch/Attribute:type/Value:servicepack' => 'Service Pack', + 'Class:Patch/Attribute:type/Value:servicepack+' => '', + 'Class:Patch/Attribute:ci_list' => 'Dispositivi', + 'Class:Patch/Attribute:ci_list+' => 'Dispositivi dove la patch è installata', + 'Class:Application' => 'Applicazione', + 'Class:Application+' => '', + 'Class:Application/Attribute:instance_list' => 'Installazioni', + 'Class:Application/Attribute:instance_list+' => 'Istanze di questa applicazione', + 'Class:DBServer' => 'Database', + 'Class:DBServer+' => 'Database server SW', + 'Class:DBServer/Attribute:instance_list' => 'Installazioni', + 'Class:DBServer/Attribute:instance_list+' => 'Istanze di questo database server', + 'Class:lnkPatchToCI' => 'Utilizzo di Patch', + 'Class:lnkPatchToCI+' => '', + 'Class:lnkPatchToCI/Attribute:patch_id' => 'Patch', + 'Class:lnkPatchToCI/Attribute:patch_id+' => '', + 'Class:lnkPatchToCI/Attribute:ci_id' => 'CI', + 'Class:lnkPatchToCI/Attribute:ci_id+' => '', + 'Class:DBServerInstance' => 'Istanza del DB Server', + 'Class:DBServerInstance+' => '', + 'Class:DBServerInstance/Attribute:software_id' => 'Software', + 'Class:DBServerInstance/Attribute:software_id+' => '', + 'Class:DBServerInstance/Attribute:dbinstance_list' => 'Databases', + 'Class:DBServerInstance/Attribute:dbinstance_list+' => 'Sorgente del database', + 'Class:ApplicationInstance' => 'Istanza dell\'applicazione', + 'Class:ApplicationInstance+' => '', + 'Class:ApplicationInstance/Attribute:software_id' => 'Software', + 'Class:ApplicationInstance/Attribute:software_id+' => '', + 'Class:DatabaseInstance' => 'Istanza del database', + 'Class:DatabaseInstance+' => '', + 'Class:DatabaseInstance/Attribute:db_server_instance_id' => 'Server del database', + 'Class:DatabaseInstance/Attribute:db_server_instance_id+' => '', + 'Class:DatabaseInstance/Attribute:description' => 'Descrizione', + 'Class:DatabaseInstance/Attribute:description+' => '', + 'Class:Group' => 'Groppo', + 'Class:Group+' => '', + 'Class:Group/Attribute:name' => 'Nome', + 'Class:Group/Attribute:name+' => '', + 'Class:Group/Attribute:status' => 'Stato', + 'Class:Group/Attribute:status+' => '', + 'Class:Group/Attribute:status/Value:implementation' => 'Implementazione', + 'Class:Group/Attribute:status/Value:implementation+' => 'Implementazione', + 'Class:Group/Attribute:status/Value:obsolete' => 'Obsoleto', + 'Class:Group/Attribute:status/Value:obsolete+' => 'Obsoleto', + 'Class:Group/Attribute:status/Value:production' => 'Produzione', + 'Class:Group/Attribute:status/Value:production+' => 'Produzione', + 'Class:Group/Attribute:org_id' => 'Organizazione', + 'Class:Group/Attribute:org_id+' => '', + 'Class:Group/Attribute:description' => 'Descrizione', + 'Class:Group/Attribute:description+' => '', + 'Class:Group/Attribute:type' => 'Tipo', + 'Class:Group/Attribute:type+' => '', + 'Class:Group/Attribute:parent_id' => 'Parent Group', + 'Class:Group/Attribute:parent_id+' => '', + 'Class:Group/Attribute:ci_list' => 'CIs collegati', + 'Class:Group/Attribute:ci_list+' => '', + 'Class:lnkGroupToCI' => 'Groppo / CI', + 'Class:lnkGroupToCI+' => '', + 'Class:lnkGroupToCI/Attribute:group_id' => 'Groppo', + 'Class:lnkGroupToCI/Attribute:group_id+' => '', + 'Class:lnkGroupToCI/Attribute:ci_id' => 'CI', + 'Class:lnkGroupToCI/Attribute:ci_id+' => '', + 'Class:lnkGroupToCI/Attribute:reason' => 'Motivo', + 'Class:lnkGroupToCI/Attribute:reason+' => '', + 'Class:ApplicationSolution' => 'Soluzione Applicativa', + 'Class:ApplicationSolution+' => '', + 'Class:ApplicationSolution/Attribute:description' => 'Descrizione', + 'Class:ApplicationSolution/Attribute:description+' => '', + 'Class:ApplicationSolution/Attribute:ci_list' => 'CIs', + 'Class:ApplicationSolution/Attribute:ci_list+' => 'CIs che compongono la soluzione applicativa', + 'Class:ApplicationSolution/Attribute:process_list' => 'Processi di business', + 'Class:ApplicationSolution/Attribute:process_list+' => 'Processi di business che si basano sulla soluzione', + 'Class:BusinessProcess' => 'Processi di business', + 'Class:BusinessProcess+' => '', + 'Class:BusinessProcess/Attribute:description' => 'Descrizione', + 'Class:BusinessProcess/Attribute:description+' => '', + 'Class:BusinessProcess/Attribute:used_solution_list' => 'Soluzioni Applicative', + 'Class:BusinessProcess/Attribute:used_solution_list+' => 'Soluzioni applicative sui cui si basa il processo', + 'Class:NetworkInterface' => 'Interfaccia di Rete', + 'Class:NetworkInterface+' => '', + 'Class:NetworkInterface/Attribute:device_id' => 'Dispositivo', + 'Class:NetworkInterface/Attribute:device_id+' => '', + 'Class:NetworkInterface/Attribute:logical_type' => 'Logical Type', + 'Class:NetworkInterface/Attribute:logical_type+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:backup' => 'Backup', + 'Class:NetworkInterface/Attribute:logical_type/Value:backup+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:logical' => 'Logical', + 'Class:NetworkInterface/Attribute:logical_type/Value:logical+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:port' => 'Porta', + 'Class:NetworkInterface/Attribute:logical_type/Value:port+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:primary' => 'Primario', + 'Class:NetworkInterface/Attribute:logical_type/Value:primary+' => '', + 'Class:NetworkInterface/Attribute:logical_type/Value:secondary' => 'Secondario', + 'Class:NetworkInterface/Attribute:logical_type/Value:secondary+' => '', + 'Class:NetworkInterface/Attribute:physical_type' => 'Tipo fisico', + 'Class:NetworkInterface/Attribute:physical_type+' => '', + 'Class:NetworkInterface/Attribute:physical_type/Value:atm' => 'ATM', + 'Class:NetworkInterface/Attribute:physical_type/Value:atm+' => '', + 'Class:NetworkInterface/Attribute:physical_type/Value:ethernet' => 'Ethernet', + 'Class:NetworkInterface/Attribute:physical_type/Value:ethernet+' => '', + 'Class:NetworkInterface/Attribute:physical_type/Value:framerelay' => 'Frame Relay', + 'Class:NetworkInterface/Attribute:physical_type/Value:framerelay+' => '', + 'Class:NetworkInterface/Attribute:physical_type/Value:vlan' => 'VLAN', + 'Class:NetworkInterface/Attribute:physical_type/Value:vlan+' => '', + 'Class:NetworkInterface/Attribute:ip_address' => 'Indirizzo IP', + 'Class:NetworkInterface/Attribute:ip_address+' => '', + 'Class:NetworkInterface/Attribute:ip_mask' => 'Maschera IP', + 'Class:NetworkInterface/Attribute:ip_mask+' => '', + 'Class:NetworkInterface/Attribute:mac_address' => 'Indirizzo MAC', + 'Class:NetworkInterface/Attribute:mac_address+' => '', + 'Class:NetworkInterface/Attribute:speed' => 'Velocità', + 'Class:NetworkInterface/Attribute:speed+' => '', + 'Class:NetworkInterface/Attribute:duplex' => 'Duplex', + 'Class:NetworkInterface/Attribute:duplex+' => '', + 'Class:NetworkInterface/Attribute:duplex/Value:auto' => 'Auto', + 'Class:NetworkInterface/Attribute:duplex/Value:auto+' => 'Auto', + 'Class:NetworkInterface/Attribute:duplex/Value:full' => 'Full', + 'Class:NetworkInterface/Attribute:duplex/Value:full+' => '', + 'Class:NetworkInterface/Attribute:duplex/Value:half' => 'Half', + 'Class:NetworkInterface/Attribute:duplex/Value:half+' => '', + 'Class:NetworkInterface/Attribute:duplex/Value:unknown' => 'Sconosciuta', + 'Class:NetworkInterface/Attribute:duplex/Value:unknown+' => '', + 'Class:NetworkInterface/Attribute:connected_if' => 'Connesso a ', + 'Class:NetworkInterface/Attribute:connected_if+' => 'Interfaccia connessa', + 'Class:NetworkInterface/Attribute:link_type' => 'Tipo di link', + 'Class:NetworkInterface/Attribute:link_type+' => '', + 'Class:NetworkInterface/Attribute:link_type/Value:downlink' => 'Down link', + 'Class:NetworkInterface/Attribute:link_type/Value:downlink+' => '', + 'Class:NetworkInterface/Attribute:link_type/Value:uplink' => 'Up link', + 'Class:NetworkInterface/Attribute:link_type/Value:uplink+' => '', + 'Class:PC' => 'PC', + 'Class:PC+' => '', + 'Class:PC/Attribute:cpu' => 'CPU', + 'Class:PC/Attribute:cpu+' => '', + 'Class:PC/Attribute:ram' => 'RAM', + 'Class:PC/Attribute:ram+' => '', + 'Class:PC/Attribute:hdd' => 'Hard disk', + 'Class:PC/Attribute:hdd+' => '', + 'Class:PC/Attribute:os_family' => 'OS Family', + 'Class:PC/Attribute:os_family+' => '', + 'Class:PC/Attribute:os_version' => 'OS Version', + 'Class:PC/Attribute:os_version+' => '', + 'Class:PC/Attribute:application_list' => 'Applicazioni', + 'Class:PC/Attribute:application_list+' => 'Applicazioni installate su questo PC', + 'Class:PC/Attribute:patch_list' => 'Patches', + 'Class:PC/Attribute:patch_list+' => 'Patches installate su questo PC', + 'Class:MobilePhone' => 'Cellulari', + 'Class:MobilePhone+' => '', + 'Class:MobilePhone/Attribute:number' => 'Numero di telefono', + 'Class:MobilePhone/Attribute:number+' => '', + 'Class:MobilePhone/Attribute:imei' => 'IMEI', + 'Class:MobilePhone/Attribute:imei+' => '', + 'Class:MobilePhone/Attribute:hw_pin' => 'Hardware PIN', + 'Class:MobilePhone/Attribute:hw_pin+' => '', + 'Class:NetworkDevice' => 'Dispositivi di rete', + 'Class:NetworkDevice+' => '', + 'Class:NetworkDevice/Attribute:type' => 'Tipo', + 'Class:NetworkDevice/Attribute:type+' => '', + 'Class:NetworkDevice/Attribute:type/Value:firewall' => 'Firewall', + 'Class:NetworkDevice/Attribute:type/Value:firewall+' => '', + 'Class:NetworkDevice/Attribute:type/Value:hub' => 'Hub', + 'Class:NetworkDevice/Attribute:type/Value:hub+' => '', + 'Class:NetworkDevice/Attribute:type/Value:loadbalancer' => 'Load Balancer', + 'Class:NetworkDevice/Attribute:type/Value:loadbalancer+' => '', + 'Class:NetworkDevice/Attribute:type/Value:router' => 'Router', + 'Class:NetworkDevice/Attribute:type/Value:router+' => '', + 'Class:NetworkDevice/Attribute:type/Value:switch' => 'Switch', + 'Class:NetworkDevice/Attribute:type/Value:switch+' => '', + 'Class:NetworkDevice/Attribute:type/Value:wanaccelerator' => 'Acceleratore WAN', + 'Class:NetworkDevice/Attribute:type/Value:wanaccelerator+' => '', + 'Class:NetworkDevice/Attribute:ios_version' => 'Versione IOS', + 'Class:NetworkDevice/Attribute:ios_version+' => '', + 'Class:NetworkDevice/Attribute:ram' => 'RAM', + 'Class:NetworkDevice/Attribute:ram+' => '', + 'Class:NetworkDevice/Attribute:snmp_read' => 'SNMP Read', + 'Class:NetworkDevice/Attribute:snmp_read+' => '', + 'Class:NetworkDevice/Attribute:snmp_write' => 'SNMP Write', + 'Class:NetworkDevice/Attribute:snmp_write+' => '', + 'Class:Server' => 'Server', + 'Class:Server+' => '', + 'Class:Server/Attribute:cpu' => 'CPU', + 'Class:Server/Attribute:cpu+' => '', + 'Class:Server/Attribute:ram' => 'RAM', + 'Class:Server/Attribute:ram+' => '', + 'Class:Server/Attribute:hdd' => 'Hard Disk', + 'Class:Server/Attribute:hdd+' => '', + 'Class:Server/Attribute:os_family' => 'OS Family', + 'Class:Server/Attribute:os_family+' => '', + 'Class:Server/Attribute:os_version' => 'OS Version', + 'Class:Server/Attribute:os_version+' => '', + 'Class:Server/Attribute:application_list' => 'Applicazioni', + 'Class:Server/Attribute:application_list+' => 'Applicazioni installate su questo server', + 'Class:Server/Attribute:patch_list' => 'Patches', + 'Class:Server/Attribute:patch_list+' => 'Patches installate su questo server', + 'Class:Printer' => 'Stampante', + 'Class:Printer+' => '', + 'Class:Printer/Attribute:type' => 'Tipo', + 'Class:Printer/Attribute:type+' => '', + 'Class:Printer/Attribute:type/Value:mopier' => 'Mopier', + 'Class:Printer/Attribute:type/Value:mopier+' => '', + 'Class:Printer/Attribute:type/Value:printer' => 'Stampante', + 'Class:Printer/Attribute:type/Value:printer+' => '', + 'Class:Printer/Attribute:technology' => 'Tecnologia', + 'Class:Printer/Attribute:technology+' => '', + 'Class:Printer/Attribute:technology/Value:inkjet' => 'Inkjet', + 'Class:Printer/Attribute:technology/Value:inkjet+' => '', + 'Class:Printer/Attribute:technology/Value:laser' => 'Laser', + 'Class:Printer/Attribute:technology/Value:laser+' => '', + 'Class:Printer/Attribute:technology/Value:tracer' => 'Tracer', + 'Class:Printer/Attribute:technology/Value:tracer+' => '', + 'Class:lnkCIToDoc' => 'Doc/CI', + 'Class:lnkCIToDoc+' => '', + 'Class:lnkCIToDoc/Attribute:ci_id' => 'CI', + 'Class:lnkCIToDoc/Attribute:ci_id+' => '', + 'Class:lnkCIToDoc/Attribute:document_id' => 'Documento', + 'Class:lnkCIToDoc/Attribute:document_id+' => '', + 'Class:lnkCIToContact' => 'CI/Contatto', + 'Class:lnkCIToContact+' => '', + 'Class:lnkCIToContact/Attribute:ci_id' => 'CI', + 'Class:lnkCIToContact/Attribute:ci_id+' => '', + 'Class:lnkCIToContact/Attribute:contact_id' => 'Contatto', + 'Class:lnkCIToContact/Attribute:contact_id+' => '', + 'Class:lnkCIToContact/Attribute:role' => 'Ruolo', + 'Class:lnkCIToContact/Attribute:role+' => 'Ruolo del contatto per quanto riguarda il CI', + 'Class:lnkSolutionToCI' => 'CI/Solutione', + 'Class:lnkSolutionToCI+' => '', + 'Class:lnkSolutionToCI/Attribute:solution_id' => 'Soluzione applicativa', + 'Class:lnkSolutionToCI/Attribute:solution_id+' => '', + 'Class:lnkSolutionToCI/Attribute:ci_id' => 'CI', + 'Class:lnkSolutionToCI/Attribute:ci_id+' => '', + 'Class:lnkSolutionToCI/Attribute:utility' => 'Utility', + 'Class:lnkSolutionToCI/Attribute:utility+' => 'Utility del CI nella soluzione applicativa', + 'Class:lnkProcessToSolution' => 'Processo di business/Solutione', + 'Class:lnkProcessToSolution+' => '', + 'Class:lnkProcessToSolution/Attribute:solution_id' => 'Soluzione applicativa', + 'Class:lnkProcessToSolution/Attribute:solution_id+' => '', + 'Class:lnkProcessToSolution/Attribute:process_id' => 'Processo', + 'Class:lnkProcessToSolution/Attribute:process_id+' => '', + 'Class:lnkProcessToSolution/Attribute:reason' => 'Motivo', + 'Class:lnkProcessToSolution/Attribute:reason+' => 'Più informazioni tra il processo di business e la soluzione applicativa', + 'Relation:impacts/Description' => 'Elementi impattati da...', + 'Relation:impacts/VerbUp' => 'Impatto...', + 'Relation:impacts/VerbDown' => 'Elementi impattati da...', + 'Relation:depends on/Description' => 'Elementi di questo elemento dipende da', + 'Relation:depends on/VerbUp' => 'Dipende da...', + 'Relation:depends on/VerbDown' => 'Impatto...', + 'Class:Organization/Attribute:parent_name' => 'Parent name', + 'Class:Organization/Attribute:parent_name+' => 'Name of the parent organization', + 'Class:Location/Attribute:org_name' => 'Nome dell\'organizzazione', + 'Class:Location/Attribute:org_name+' => '', + 'Class:Location/Attribute:parent_name' => 'Parent name', + 'Class:Location/Attribute:parent_name+' => '', + 'Class:Group/Attribute:owner_name' => 'Cognome', + 'Class:Group/Attribute:owner_name+' => 'Nome', + 'Class:Group/Attribute:parent_name' => 'Nome', + 'Class:Group/Attribute:parent_name+' => '', + 'Class:lnkGroupToCI/Attribute:group_name' => 'Nome', + 'Class:lnkGroupToCI/Attribute:group_name+' => '', + 'Class:lnkGroupToCI/Attribute:ci_name' => 'Nome', + 'Class:lnkGroupToCI/Attribute:ci_name+' => '', + 'Class:lnkGroupToCI/Attribute:ci_status' => 'CI Stato', + 'Class:lnkGroupToCI/Attribute:ci_status+' => '', + 'Class:Contact' => 'Contatto', + 'Class:Contact+' => '', + 'Class:Contact/Attribute:name' => 'Nome', + 'Class:Contact/Attribute:name+' => '', + 'Class:Contact/Attribute:status' => 'Stato', + 'Class:Contact/Attribute:status+' => '', + 'Class:Contact/Attribute:status/Value:active' => 'Attivo', + 'Class:Contact/Attribute:status/Value:active+' => 'Attivo', + 'Class:Contact/Attribute:status/Value:inactive' => 'Inattivo', + 'Class:Contact/Attribute:status/Value:inactive+' => 'Inattivo', + 'Class:Contact/Attribute:org_id' => 'Organizzazione', + 'Class:Contact/Attribute:org_id+' => '', + 'Class:Contact/Attribute:org_name' => 'Organizzazione', + 'Class:Contact/Attribute:org_name+' => '', + 'Class:Contact/Attribute:email' => 'Email', + 'Class:Contact/Attribute:email+' => '', + 'Class:Contact/Attribute:phone' => 'Telefono', + 'Class:Contact/Attribute:phone+' => '', + 'Class:Contact/Attribute:location_id' => 'Posizione', + 'Class:Contact/Attribute:location_id+' => '', + 'Class:Contact/Attribute:location_name' => 'Posizione', + 'Class:Contact/Attribute:location_name+' => '', + 'Class:Contact/Attribute:ci_list' => 'CIs', + 'Class:Contact/Attribute:ci_list+' => 'CIs relativi al contatto', + 'Class:Contact/Attribute:contract_list' => 'Contratti', + 'Class:Contact/Attribute:contract_list+' => 'Contratti relativi al contatto', + 'Class:Contact/Attribute:service_list' => 'Servizi', + 'Class:Contact/Attribute:service_list+' => 'Servizi relativi al contatto', + 'Class:Contact/Attribute:ticket_list' => 'Tickets', + 'Class:Contact/Attribute:ticket_list+' => 'Tickets relativi al contatto', + 'Class:Contact/Attribute:team_list' => 'Squadre', + 'Class:Contact/Attribute:team_list+' => 'Squadre di appartenenza', + 'Class:Contact/Attribute:finalclass' => 'Tipo', + 'Class:Contact/Attribute:finalclass+' => '', + 'Class:lnkTeamToContact/Attribute:contact_location_id' => 'Posizione', + 'Class:lnkTeamToContact/Attribute:contact_location_id+' => '', + 'Class:lnkTeamToContact/Attribute:contact_email' => 'Email', + 'Class:lnkTeamToContact/Attribute:contact_email+' => '', + 'Class:lnkTeamToContact/Attribute:contact_phone' => 'Telefono', + 'Class:lnkTeamToContact/Attribute:contact_phone+' => '', + 'Class:Document' => 'Documento', + 'Class:Document+' => '', + 'Class:Document/Attribute:name' => 'Nome', + 'Class:Document/Attribute:name+' => '', + 'Class:Document/Attribute:org_id' => 'Organizzazione', + 'Class:Document/Attribute:description+' => '', + 'Class:Document/Attribute:org_name' => 'Nome dell\'organizzazione', + 'Class:Document/Attribute:org_name+' => '', + 'Class:Document/Attribute:description' => 'Descrizione', + 'Class:Document/Attribute:type' => 'Tipo', + 'Class:Document/Attribute:type+' => '', + 'Class:Document/Attribute:type/Value:contract' => 'Contratto', + 'Class:Document/Attribute:type/Value:contract+' => '', + 'Class:Document/Attribute:type/Value:networkmap' => 'Network Map', + 'Class:Document/Attribute:type/Value:networkmap+' => '', + 'Class:Document/Attribute:type/Value:presentation' => 'Presentazine', + 'Class:Document/Attribute:type/Value:presentation+' => '', + 'Class:Document/Attribute:type/Value:training' => 'Formazione', + 'Class:Document/Attribute:type/Value:training+' => '', + 'Class:Document/Attribute:type/Value:whitePaper' => 'Foglio bianco', + 'Class:Document/Attribute:type/Value:whitePaper+' => '', + 'Class:Document/Attribute:type/Value:workinginstructions' => 'Istruzioni di lavoro', + 'Class:Document/Attribute:type/Value:workinginstructions+' => '', + 'Class:Document/Attribute:status' => 'Stato', + 'Class:Document/Attribute:status+' => '', + 'Class:Document/Attribute:status/Value:draft' => 'Draft', + 'Class:Document/Attribute:status/Value:draft+' => '', + 'Class:Document/Attribute:status/Value:obsolete' => 'Obsoleto', + 'Class:Document/Attribute:status/Value:obsolete+' => '', + 'Class:Document/Attribute:status/Value:published' => 'Pubblicato', + 'Class:Document/Attribute:status/Value:published+' => '', + 'Class:Document/Attribute:ci_list' => 'CIs', + 'Class:Document/Attribute:ci_list+' => 'CIs relativo a questo documento', + 'Class:Document/Attribute:contract_list' => 'Contratti', + 'Class:Document/Attribute:contract_list+' => 'Contratti relativi a questo documento', + 'Class:Document/Attribute:service_list' => 'Servizi', + 'Class:Document/Attribute:service_list+' => 'Servizi relativi a questo documento', + 'Class:Document/Attribute:ticket_list' => 'Tickets', + 'Class:Document/Attribute:ticket_list+' => 'Tickets relativi a questo documento', + 'Class:Document:PreviewTab' => 'Anteprima', + 'Class:Licence/Attribute:org_name' => 'Cognome', + 'Class:Licence/Attribute:org_name+' => 'Nome', + 'Class:Subnet/Name' => '%1$s / %2$s~~', + 'Class:Software' => 'Software', + 'Class:Software+' => '', + 'Class:Software/Attribute:name' => 'Nome', + 'Class:Software/Attribute:name+' => '', + 'Class:Software/Attribute:description' => 'Descrizione', + 'Class:Software/Attribute:description+' => '', + 'Class:Software/Attribute:instance_list' => 'Installazioni', + 'Class:Software/Attribute:instance_list+' => 'Istanze di questo software', + 'Class:Software/Attribute:finalclass' => 'Tipo', + 'Class:Software/Attribute:finalclass+' => '', + 'Class:Application/Attribute:name' => 'Nome', + 'Class:Application/Attribute:name+' => '', + 'Class:Application/Attribute:description' => 'Descrizione', + 'Class:Application/Attribute:description+' => '', + 'Class:lnkPatchToCI/Attribute:patch_name' => 'Patch', + 'Class:lnkPatchToCI/Attribute:patch_name+' => '', + 'Class:lnkPatchToCI/Attribute:ci_name' => 'CI', + 'Class:lnkPatchToCI/Attribute:ci_name+' => '', + 'Class:lnkPatchToCI/Attribute:ci_status' => 'CI Stato', + 'Class:lnkPatchToCI/Attribute:ci_status+' => '', + 'Class:FunctionalCI' => 'CI Funzionale', + 'Class:FunctionalCI+' => '', + 'Class:FunctionalCI/Attribute:name' => 'Nome', + 'Class:FunctionalCI/Attribute:name+' => '', + 'Class:FunctionalCI/Attribute:status' => 'Stato', + 'Class:FunctionalCI/Attribute:status+' => '', + 'Class:FunctionalCI/Attribute:status/Value:implementation' => 'Implementazione', + 'Class:FunctionalCI/Attribute:status/Value:implementation+' => '', + 'Class:FunctionalCI/Attribute:status/Value:obsolete' => 'Obsoleto', + 'Class:FunctionalCI/Attribute:status/Value:obsolete+' => '', + 'Class:FunctionalCI/Attribute:status/Value:production' => 'Produzione', + 'Class:FunctionalCI/Attribute:status/Value:production+' => '', + 'Class:FunctionalCI/Attribute:org_id' => 'Organizzazione proprietaria', + 'Class:FunctionalCI/Attribute:org_id+' => '', + 'Class:FunctionalCI/Attribute:owner_name' => 'Organizzazione proprietaria', + 'Class:FunctionalCI/Attribute:owner_name+' => '', + 'Class:FunctionalCI/Attribute:importance' => 'Criticità di business', + 'Class:FunctionalCI/Attribute:importance+' => '', + 'Class:FunctionalCI/Attribute:importance/Value:high' => 'Alta', + 'Class:FunctionalCI/Attribute:importance/Value:high+' => '', + 'Class:FunctionalCI/Attribute:importance/Value:low' => 'Bassa', + 'Class:FunctionalCI/Attribute:importance/Value:low+' => '', + 'Class:FunctionalCI/Attribute:importance/Value:medium' => 'Media', + 'Class:FunctionalCI/Attribute:importance/Value:medium+' => '', + 'Class:FunctionalCI/Attribute:contact_list' => 'Contatti', + 'Class:FunctionalCI/Attribute:contact_list+' => 'Contatti per questo CI', + 'Class:FunctionalCI/Attribute:document_list' => 'Documenti', + 'Class:FunctionalCI/Attribute:document_list+' => 'Documentazione per questo CI', + 'Class:FunctionalCI/Attribute:solution_list' => 'Soluzioni applicative', + 'Class:FunctionalCI/Attribute:solution_list+' => 'Soluzioni applicative che utilizzano questo CI', + 'Class:FunctionalCI/Attribute:contract_list' => 'Contratti', + 'Class:FunctionalCI/Attribute:contract_list+' => 'Contratti a sostegno di questo CI', + 'Class:FunctionalCI/Attribute:ticket_list' => 'Tickets', + 'Class:FunctionalCI/Attribute:ticket_list+' => 'Tickets relativi al CI', + 'Class:FunctionalCI/Attribute:finalclass' => 'Tipo', + 'Class:FunctionalCI/Attribute:finalclass+' => '', + 'Class:SoftwareInstance' => 'Istanza software', + 'Class:SoftwareInstance+' => '', + 'Class:SoftwareInstance/Name' => '%1$s - %2$s~~', + 'Class:SoftwareInstance/Attribute:device_id' => 'Dispositivo', + 'Class:SoftwareInstance/Attribute:device_id+' => '', + 'Class:SoftwareInstance/Attribute:device_name' => 'Dispositivo', + 'Class:SoftwareInstance/Attribute:device_name+' => '', + 'Class:SoftwareInstance/Attribute:licence_id' => 'Licenza', + 'Class:SoftwareInstance/Attribute:licence_id+' => '', + 'Class:SoftwareInstance/Attribute:licence_name' => 'Licenza', + 'Class:SoftwareInstance/Attribute:licence_name+' => '', + 'Class:SoftwareInstance/Attribute:software_name' => 'Software', + 'Class:SoftwareInstance/Attribute:software_name+' => '', + 'Class:SoftwareInstance/Attribute:version' => 'Versione', + 'Class:SoftwareInstance/Attribute:version+' => '', + 'Class:SoftwareInstance/Attribute:description' => 'Descrizione', + 'Class:SoftwareInstance/Attribute:description+' => '', + 'Class:ApplicationInstance/Name' => '%1$s - %2$s~~', + 'Class:ApplicationInstance/Attribute:software_name' => 'Nome', + 'Class:ApplicationInstance/Attribute:software_name+' => '', + 'Class:DBServerInstance/Name' => '%1$s - %2$s~~', + 'Class:DBServerInstance/Attribute:software_name' => 'Nome del Software', + 'Class:DBServerInstance/Attribute:software_name+' => '', + 'Class:DatabaseInstance/Name' => '%1$s - %2$s~~', + 'Class:DatabaseInstance/Attribute:db_server_instance_version' => 'Versione del database', + 'Class:DatabaseInstance/Attribute:db_server_instance_version+' => '', + 'Class:ConnectableCI' => 'CI collegabile', + 'Class:ConnectableCI+' => 'CI fisico', + 'Class:ConnectableCI/Attribute:brand' => 'Marca', + 'Class:ConnectableCI/Attribute:brand+' => '', + 'Class:ConnectableCI/Attribute:model' => 'Modello', + 'Class:ConnectableCI/Attribute:model+' => '', + 'Class:ConnectableCI/Attribute:serial_number' => 'Numero seriala', + 'Class:ConnectableCI/Attribute:serial_number+' => '', + 'Class:ConnectableCI/Attribute:asset_ref' => 'Asset di riferimento', + 'Class:ConnectableCI/Attribute:asset_ref+' => '', + 'Class:NetworkInterface/Name' => '%1$s - %2$s~~', + 'Class:NetworkInterface/Attribute:device_name' => 'Dispositivo', + 'Class:NetworkInterface/Attribute:device_name+' => '', + 'Class:NetworkInterface/Attribute:connected_name' => 'Connesso a ', + 'Class:NetworkInterface/Attribute:connected_name+' => '', + 'Class:NetworkInterface/Attribute:connected_if_device_id' => 'Dispositivo connesso', + 'Class:NetworkInterface/Attribute:connected_if_device_id+' => '', + 'Class:NetworkInterface/Attribute:connected_if_device_id_name' => 'Dispositivo', + 'Class:NetworkInterface/Attribute:connected_if_device_id_name+' => '', + 'Class:Device' => 'Dispositivo', + 'Class:Device+' => '', + 'Class:Device/Attribute:nwinterface_list' => 'Interfaccia di Rete', + 'Class:Device/Attribute:nwinterface_list+' => '', + 'Class:MobileCI' => 'CI Mobili', + 'Class:MobileCI+' => '', + 'Class:InfrastructureCI' => 'CI Infrastrutture', + 'Class:InfrastructureCI+' => '', + 'Class:InfrastructureCI/Attribute:description' => 'Descrizione', + 'Class:InfrastructureCI/Attribute:description+' => '', + 'Class:InfrastructureCI/Attribute:location_id' => 'Posizione', + 'Class:InfrastructureCI/Attribute:location_id+' => '', + 'Class:InfrastructureCI/Attribute:location_name' => 'Posizione', + 'Class:InfrastructureCI/Attribute:location_name+' => '', + 'Class:InfrastructureCI/Attribute:location_details' => 'Dettagli di posizione', + 'Class:InfrastructureCI/Attribute:location_details+' => '', + 'Class:InfrastructureCI/Attribute:management_ip' => 'Gestione IP', + 'Class:InfrastructureCI/Attribute:management_ip+' => '', + 'Class:InfrastructureCI/Attribute:default_gateway' => 'Gateway di default', + 'Class:InfrastructureCI/Attribute:default_gateway+' => '', + 'Class:lnkCIToDoc/Attribute:ci_name' => 'CI', + 'Class:lnkCIToDoc/Attribute:ci_name+' => '', + 'Class:lnkCIToDoc/Attribute:ci_status' => 'CI Stato', + 'Class:lnkCIToDoc/Attribute:ci_status+' => '', + 'Class:lnkCIToDoc/Attribute:document_name' => 'Documento', + 'Class:lnkCIToDoc/Attribute:document_name+' => '', + 'Class:lnkCIToDoc/Attribute:document_type' => 'Tipo di documento', + 'Class:lnkCIToDoc/Attribute:document_type+' => '', + 'Class:lnkCIToDoc/Attribute:document_status' => 'Stato del documento', + 'Class:lnkCIToDoc/Attribute:document_status+' => '', + 'Class:lnkCIToContact/Attribute:ci_name' => 'CI', + 'Class:lnkCIToContact/Attribute:ci_name+' => '', + 'Class:lnkCIToContact/Attribute:ci_status' => 'CI Stato', + 'Class:lnkCIToContact/Attribute:ci_status+' => '', + 'Class:lnkCIToContact/Attribute:contact_name' => 'Contatto', + 'Class:lnkCIToContact/Attribute:contact_name+' => '', + 'Class:lnkCIToContact/Attribute:contact_email' => 'Contatto Email', + 'Class:lnkCIToContact/Attribute:contact_email+' => '', + 'Class:lnkSolutionToCI/Attribute:solution_name' => 'Soluzione applicativa', + 'Class:lnkSolutionToCI/Attribute:solution_name+' => '', + 'Class:lnkSolutionToCI/Attribute:ci_name' => 'CI', + 'Class:lnkSolutionToCI/Attribute:ci_name+' => '', + 'Class:lnkSolutionToCI/Attribute:ci_status' => 'CI Stato', + 'Class:lnkSolutionToCI/Attribute:ci_status+' => '', + 'Class:lnkProcessToSolution/Attribute:solution_name' => 'Soluzione applicativa', + 'Class:lnkProcessToSolution/Attribute:solution_name+' => '', + 'Class:lnkProcessToSolution/Attribute:process_name' => 'Processo', + 'Class:lnkProcessToSolution/Attribute:process_name+' => '', + 'Class:Subnet/Tab:IPUsage' => 'Utilizzo IP', + 'Class:Subnet/Tab:IPUsage-explain' => 'Iterfacce che hanno un IP nell\'intervallo: %1$s e %2$s', + 'Class:Subnet/Tab:FreeIPs' => 'IP liberi', + 'Class:Subnet/Tab:FreeIPs-count' => 'IP liberi: %1$s', + 'Class:Subnet/Tab:FreeIPs-explain' => 'Qui c\'è un estratto di 10 indirizzi IP liberi', + 'Menu:Catalogs' => 'Cataloghi', + 'Menu:Catalogs+' => 'Tipi di dato', + 'Menu:Audit' => 'Audit', + 'Menu:Audit+' => 'Audit', + 'Menu:Organization' => 'Organizzazioni', + 'Menu:Organization+' => 'Tutte le organizzazioni', + 'Menu:Application' => 'Applicazioni', + 'Menu:Application+' => 'Tutte le applicazioni', + 'Menu:DBServer' => 'Database Servers', + 'Menu:DBServer+' => 'Database Servers', + 'Menu:ConfigManagement' => 'Gestione delle Configurazioni', + 'Menu:ConfigManagement+' => 'Gestione delle Configurazioni', + 'Menu:ConfigManagementOverview' => 'Panoramica', + 'Menu:ConfigManagementOverview+' => 'Panoramica', + 'Menu:Contact' => 'Contatti', + 'Menu:Contact+' => 'Contatti', + 'Menu:Person' => 'Persone', + 'Menu:Person+' => 'Tutte le persone', + 'Menu:Team' => 'Teams', + 'Menu:Team+' => 'Tutti i Teams', + 'Menu:Document' => 'Documenti', + 'Menu:Document+' => 'Tutti i Documenti', + 'Menu:Location' => 'Posizioni', + 'Menu:Location+' => 'Tutte le pozisioni', + 'Menu:ConfigManagementCI' => 'Elementi di Configurazione (CI)', + 'Menu:ConfigManagementCI+' => 'Elementi di Configurazione (CI)', + 'Menu:BusinessProcess' => 'Processi di business', + 'Menu:BusinessProcess+' => 'Tutti i processi di business', + 'Menu:ApplicationSolution' => 'Soluzioni applicative', + 'Menu:ApplicationSolution+' => 'Tutte le soluzioni applicative', + 'Menu:ConfigManagementSoftware' => 'Gestione delle Applicazioni', + 'Menu:Licence' => 'Licenze', + 'Menu:Licence+' => 'Tutte le licenze', + 'Menu:Patch' => 'Patches', + 'Menu:Patch+' => 'Tutte le patches', + 'Menu:ApplicationInstance' => 'Software Installati', + 'Menu:ApplicationInstance+' => 'Applicazioni e Database servers', + 'Menu:ConfigManagementHardware' => 'Gestione Infrastrutture', + 'Menu:Subnet' => 'Subnets', + 'Menu:Subnet+' => 'Tutte le Subnets', + 'Menu:NetworkDevice' => 'Dispositivi di rete', + 'Menu:NetworkDevice+' => 'Tutti i dispositivi di rete', + 'Menu:Server' => 'Server', + 'Menu:Server+' => 'Tutti i Server', + 'Menu:Printer' => 'Stampanti', + 'Menu:Printer+' => 'Tutte le stampanti', + 'Menu:MobilePhone' => 'Cellulari', + 'Menu:MobilePhone+' => 'Tutti i cellulari', + 'Menu:PC' => 'Personal Computers', + 'Menu:PC+' => 'Tutti i Personal Computers', + 'Menu:NewContact' => 'Nuovo Contatto', + 'Menu:NewContact+' => 'Nuovo Contatto', + 'Menu:SearchContacts' => 'Ricerca contatti', + 'Menu:SearchContacts+' => 'Ricerca contatti', + 'Menu:NewCI' => 'Nuovo CI', + 'Menu:NewCI+' => 'Nuovo CI', + 'Menu:SearchCIs' => 'Ricerca CIs', + 'Menu:SearchCIs+' => 'Ricerca CIs', + 'Menu:ConfigManagement:Devices' => 'Dispositvi', + 'Menu:ConfigManagement:AllDevices' => 'Numero di dispositivi: %1$d', + 'Menu:ConfigManagement:SWAndApps' => 'Software e Applicazioni', + 'Menu:ConfigManagement:Misc' => 'Varie', + 'Menu:Group' => 'Gruppi di CIs', + 'Menu:Group+' => 'Gruppi di CIs', + 'Menu:ConfigManagement:Shortcuts' => 'Scorciatoie', + 'Menu:ConfigManagement:AllContacts' => 'Tutti i contatti: %1$d', +)); +?> diff --git a/datamodels/2.x/itop-config-mgmt/ja.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/ja.dict.itop-config-mgmt.php index d2867b299..95076eacf 100755 --- a/datamodels/2.x/itop-config-mgmt/ja.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/ja.dict.itop-config-mgmt.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Tadashi Kaneda - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/2.x/itop-config-mgmt/main.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/main.itop-config-mgmt.php index 3615edb81..1733ea0cd 100755 --- a/datamodels/2.x/itop-config-mgmt/main.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/main.itop-config-mgmt.php @@ -1,18 +1,21 @@ + MetaModel::RegisterRelation("impacts", array("description"=>"Objects impacted by", "verb_down"=>"impacts", "verb_up"=>"depends on")); MetaModel::RegisterRelation("depends on", array("description"=>"That impacts ", "verb_down"=>"depends on", "verb_up"=>"impacts")); diff --git a/datamodels/2.x/itop-config-mgmt/pt_br.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/pt_br.dict.itop-config-mgmt.php index 04d842f6f..d328853ba 100755 --- a/datamodels/2.x/itop-config-mgmt/pt_br.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/pt_br.dict.itop-config-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/2.x/itop-config-mgmt/ru.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/ru.dict.itop-config-mgmt.php index 6505eda5d..855e3da45 100755 --- a/datamodels/2.x/itop-config-mgmt/ru.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/ru.dict.itop-config-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/2.x/itop-config-mgmt/tr.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/tr.dict.itop-config-mgmt.php index a7299dc07..b12f260c6 100755 --- a/datamodels/2.x/itop-config-mgmt/tr.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/tr.dict.itop-config-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/2.x/itop-config-mgmt/zh.dict.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/zh.dict.itop-config-mgmt.php index b5c571613..23315d9b1 100755 --- a/datamodels/2.x/itop-config-mgmt/zh.dict.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/zh.dict.itop-config-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml b/datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml index 12f4a4bf5..5bc626f1d 100755 --- a/datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml +++ b/datamodels/2.x/itop-incident-mgmt-itil/datamodel.itop-incident-mgmt-itil.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,requestmgmt false diff --git a/datamodels/2.x/itop-incident-mgmt-itil/en.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/en.dict.itop-incident-mgmt-itil.php index 4b68b2498..0ec25c5ed 100755 --- a/datamodels/2.x/itop-incident-mgmt-itil/en.dict.itop-incident-mgmt-itil.php +++ b/datamodels/2.x/itop-incident-mgmt-itil/en.dict.itop-incident-mgmt-itil.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/2.x/itop-incident-mgmt-itil/fr.dict.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/fr.dict.itop-incident-mgmt-itil.php index c76bbda10..c9b46f073 100755 --- a/datamodels/2.x/itop-incident-mgmt-itil/fr.dict.itop-incident-mgmt-itil.php +++ b/datamodels/2.x/itop-incident-mgmt-itil/fr.dict.itop-incident-mgmt-itil.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-knownerror-mgmt/de.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/de.dict.itop-knownerror-mgmt.php index c4890860a..df58bb196 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/de.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/de.dict.itop-knownerror-mgmt.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-knownerror-mgmt/en.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/en.dict.itop-knownerror-mgmt.php index 6c430a559..ac3edaaa0 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/en.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/en.dict.itop-knownerror-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-knownerror-mgmt/es_cr.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/es_cr.dict.itop-knownerror-mgmt.php index 535ae1985..0061965a4 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/es_cr.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/es_cr.dict.itop-knownerror-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-knownerror-mgmt/fr.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/fr.dict.itop-knownerror-mgmt.php index 9fc937ecf..b4b0520f5 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/fr.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/fr.dict.itop-knownerror-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-knownerror-mgmt/hu.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/hu.dict.itop-knownerror-mgmt.php index 9647937ae..8c73893db 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/hu.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/hu.dict.itop-knownerror-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/itop-knownerror-mgmt/it.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/it.dict.itop-knownerror-mgmt.php index 682fd5f42..8ee735acd 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/it.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/it.dict.itop-knownerror-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-knownerror-mgmt/pt_br.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/pt_br.dict.itop-knownerror-mgmt.php index 9fae7cb22..75e2fa4cc 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/pt_br.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/pt_br.dict.itop-knownerror-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/2.x/itop-knownerror-mgmt/ru.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/ru.dict.itop-knownerror-mgmt.php index 5e567a951..e5927ca23 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/ru.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/ru.dict.itop-knownerror-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-knownerror-mgmt/tr.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/tr.dict.itop-knownerror-mgmt.php index 9fa37dea3..ef1e772e1 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/tr.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/tr.dict.itop-knownerror-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-knownerror-mgmt/zh.dict.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/zh.dict.itop-knownerror-mgmt.php index 6b67a3fe9..dc497be70 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/zh.dict.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/zh.dict.itop-knownerror-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-problem-mgmt/datamodel.itop-problem-mgmt.xml b/datamodels/2.x/itop-problem-mgmt/datamodel.itop-problem-mgmt.xml index 3c5c72560..d1caed1d4 100755 --- a/datamodels/2.x/itop-problem-mgmt/datamodel.itop-problem-mgmt.xml +++ b/datamodels/2.x/itop-problem-mgmt/datamodel.itop-problem-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,problemmgmt false diff --git a/datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php index d3cc2f836..7c99aa16a 100755 --- a/datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-problem-mgmt/en.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/en.dict.itop-problem-mgmt.php index 5700e4587..73a2531c3 100755 --- a/datamodels/2.x/itop-problem-mgmt/en.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/en.dict.itop-problem-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-problem-mgmt/es_cr.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/es_cr.dict.itop-problem-mgmt.php index fc99c8f10..54d49372e 100755 --- a/datamodels/2.x/itop-problem-mgmt/es_cr.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/es_cr.dict.itop-problem-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-problem-mgmt/fr.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/fr.dict.itop-problem-mgmt.php index 99feca121..b220abd69 100755 --- a/datamodels/2.x/itop-problem-mgmt/fr.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/fr.dict.itop-problem-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-problem-mgmt/hu.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/hu.dict.itop-problem-mgmt.php index e2011776e..d9bf218de 100755 --- a/datamodels/2.x/itop-problem-mgmt/hu.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/hu.dict.itop-problem-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/itop-problem-mgmt/it.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/it.dict.itop-problem-mgmt.php index ae18cfd5f..3c6948b99 100755 --- a/datamodels/2.x/itop-problem-mgmt/it.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/it.dict.itop-problem-mgmt.php @@ -1,130 +1,129 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:Problem' => 'Problema', - 'Class:Problem+' => '', - 'Class:Problem/Attribute:status' => 'Stato', - 'Class:Problem/Attribute:status+' => '', - 'Class:Problem/Attribute:status/Value:new' => 'Nuovo', - 'Class:Problem/Attribute:status/Value:new+' => '', - 'Class:Problem/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:Problem/Attribute:status/Value:assigned+' => '', - 'Class:Problem/Attribute:status/Value:resolved' => 'Risolto', - 'Class:Problem/Attribute:status/Value:resolved+' => '', - 'Class:Problem/Attribute:status/Value:closed' => 'Chiuso', - 'Class:Problem/Attribute:status/Value:closed+' => '', - 'Class:Problem/Attribute:org_id' => 'Cliente', - 'Class:Problem/Attribute:org_id+' => '', - 'Class:Problem/Attribute:service_id' => 'Servizio', - 'Class:Problem/Attribute:service_id+' => '', - 'Class:Problem/Attribute:servicesubcategory_id' => 'Categoria di servizio', - 'Class:Problem/Attribute:servicesubcategory_id+' => '', - 'Class:Problem/Attribute:product' => 'Prodotto', - 'Class:Problem/Attribute:product+' => '', - 'Class:Problem/Attribute:impact' => 'Impatto', - 'Class:Problem/Attribute:impact+' => '', - 'Class:Problem/Attribute:impact/Value:1' => 'Una persona', - 'Class:Problem/Attribute:impact/Value:1+' => '', - 'Class:Problem/Attribute:impact/Value:2' => 'Un servizio', - 'Class:Problem/Attribute:impact/Value:2+' => '', - 'Class:Problem/Attribute:impact/Value:3' => 'Un dipartimento', - 'Class:Problem/Attribute:impact/Value:3+' => '', - 'Class:Problem/Attribute:urgency' => 'Urgenza', - 'Class:Problem/Attribute:urgency+' => '', - 'Class:Problem/Attribute:urgency/Value:1' => 'Bassa', - 'Class:Problem/Attribute:urgency/Value:1+' => 'Bassa', - 'Class:Problem/Attribute:urgency/Value:2' => 'Media', - 'Class:Problem/Attribute:urgency/Value:2+' => 'Media', - 'Class:Problem/Attribute:urgency/Value:3' => 'Alta', - 'Class:Problem/Attribute:urgency/Value:3+' => 'Alta', - 'Class:Problem/Attribute:priority' => 'Priorità', - 'Class:Problem/Attribute:priority+' => '', - 'Class:Problem/Attribute:priority/Value:1' => 'Bassa', - 'Class:Problem/Attribute:priority/Value:1+' => '', - 'Class:Problem/Attribute:priority/Value:2' => 'Media', - 'Class:Problem/Attribute:priority/Value:2+' => '', - 'Class:Problem/Attribute:priority/Value:3' => 'Alta', - 'Class:Problem/Attribute:priority/Value:3+' => '', - 'Class:Problem/Attribute:workgroup_id' => 'Gruppo di lavoro', - 'Class:Problem/Attribute:workgroup_id+' => '', - 'Class:Problem/Attribute:agent_id' => 'Agente', - 'Class:Problem/Attribute:agent_id+' => '', - 'Class:Problem/Attribute:related_change_id' => 'Cambi Correlati', - 'Class:Problem/Attribute:related_change_id+' => '', - 'Class:Problem/Attribute:close_date' => 'Data di Chiusura', - 'Class:Problem/Attribute:close_date+' => '', - 'Class:Problem/Attribute:last_update' => 'Ultimo Aggiornamento', - 'Class:Problem/Attribute:last_update+' => '', - 'Class:Problem/Attribute:assignment_date' => 'Data di asseganzione', - 'Class:Problem/Attribute:assignment_date+' => '', - 'Class:Problem/Attribute:resolution_date' => 'Data di risoluzione', - 'Class:Problem/Attribute:resolution_date+' => '', - 'Class:Problem/Attribute:knownerrors_list' => 'Errori Conosciuti', - 'Class:Problem/Attribute:knownerrors_list+' => '', - 'Class:Problem/Stimulus:ev_assign' => 'Assegnare', - 'Class:Problem/Stimulus:ev_assign+' => '', - 'Class:Problem/Stimulus:ev_reassign' => 'Riassegnare', - 'Class:Problem/Stimulus:ev_reassign+' => '', - 'Class:Problem/Stimulus:ev_resolve' => 'Risolvere', - 'Class:Problem/Stimulus:ev_resolve+' => '', - 'Class:Problem/Stimulus:ev_close' => 'Chiudere', - 'Class:Problem/Stimulus:ev_close+' => '', - 'Menu:ProblemManagement' => 'Gestione dei Problemi', - 'Menu:ProblemManagement+' => 'Gestione dei Problemi', - 'Menu:Problem:Overview' => 'Panoramica', - 'Menu:Problem:Overview+' => 'Panoramica', - 'Menu:NewProblem' => 'Nuovo Problema', - 'Menu:NewProblem+' => 'Nuovo Problema', - 'Menu:SearchProblems' => 'Ricerca per Problema', - 'Menu:SearchProblems+' => 'Ricerca per Problema', - 'Menu:Problem:Shortcuts' => 'Scorciatoia', - 'Menu:Problem:MyProblems' => 'I Miei Problemi', - 'Menu:Problem:MyProblems+' => 'I Miei Problemi', - 'Menu:Problem:OpenProblems' => 'Tutti i Problemi Aperti', - 'Menu:Problem:OpenProblems+' => 'Tutti i Problemi Aperti', - 'UI-ProblemManagementOverview-ProblemByService' => 'Problemi per Servizio', - 'UI-ProblemManagementOverview-ProblemByService+' => 'Problemi per Servizio', - 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemi per Priorità', - 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problemi per Priorità', - 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problemi non assegnati', - 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problemi non assegnati', - 'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard per la gestione dei problemi', - 'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard per la gestione dei problemi', - 'Class:Problem/Attribute:org_name' => 'Nome', - 'Class:Problem/Attribute:org_name+' => 'Nome Comune', - 'Class:Problem/Attribute:service_name' => 'Nome', - 'Class:Problem/Attribute:service_name+' => '', - 'Class:Problem/Attribute:servicesubcategory_name' => 'Nome', - 'Class:Problem/Attribute:servicesubcategory_name+' => '', - 'Class:Problem/Attribute:workgroup_name' => 'Nome', - 'Class:Problem/Attribute:workgroup_name+' => '', - 'Class:Problem/Attribute:agent_name' => 'Nome dell\Agente', - 'Class:Problem/Attribute:agent_name+' => '', - 'Class:Problem/Attribute:agent_email' => 'Email dell\'Agente', - 'Class:Problem/Attribute:agent_email+' => '', - 'Class:Problem/Attribute:related_change_ref' => 'Ref', - 'Class:Problem/Attribute:related_change_ref+' => '', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:Problem' => 'Problema', + 'Class:Problem+' => '', + 'Class:Problem/Attribute:status' => 'Stato', + 'Class:Problem/Attribute:status+' => '', + 'Class:Problem/Attribute:status/Value:new' => 'Nuovo', + 'Class:Problem/Attribute:status/Value:new+' => '', + 'Class:Problem/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:Problem/Attribute:status/Value:assigned+' => '', + 'Class:Problem/Attribute:status/Value:resolved' => 'Risolto', + 'Class:Problem/Attribute:status/Value:resolved+' => '', + 'Class:Problem/Attribute:status/Value:closed' => 'Chiuso', + 'Class:Problem/Attribute:status/Value:closed+' => '', + 'Class:Problem/Attribute:org_id' => 'Cliente', + 'Class:Problem/Attribute:org_id+' => '', + 'Class:Problem/Attribute:service_id' => 'Servizio', + 'Class:Problem/Attribute:service_id+' => '', + 'Class:Problem/Attribute:servicesubcategory_id' => 'Categoria di servizio', + 'Class:Problem/Attribute:servicesubcategory_id+' => '', + 'Class:Problem/Attribute:product' => 'Prodotto', + 'Class:Problem/Attribute:product+' => '', + 'Class:Problem/Attribute:impact' => 'Impatto', + 'Class:Problem/Attribute:impact+' => '', + 'Class:Problem/Attribute:impact/Value:1' => 'Una persona', + 'Class:Problem/Attribute:impact/Value:1+' => '', + 'Class:Problem/Attribute:impact/Value:2' => 'Un servizio', + 'Class:Problem/Attribute:impact/Value:2+' => '', + 'Class:Problem/Attribute:impact/Value:3' => 'Un dipartimento', + 'Class:Problem/Attribute:impact/Value:3+' => '', + 'Class:Problem/Attribute:urgency' => 'Urgenza', + 'Class:Problem/Attribute:urgency+' => '', + 'Class:Problem/Attribute:urgency/Value:1' => 'Bassa', + 'Class:Problem/Attribute:urgency/Value:1+' => 'Bassa', + 'Class:Problem/Attribute:urgency/Value:2' => 'Media', + 'Class:Problem/Attribute:urgency/Value:2+' => 'Media', + 'Class:Problem/Attribute:urgency/Value:3' => 'Alta', + 'Class:Problem/Attribute:urgency/Value:3+' => 'Alta', + 'Class:Problem/Attribute:priority' => 'Priorità', + 'Class:Problem/Attribute:priority+' => '', + 'Class:Problem/Attribute:priority/Value:1' => 'Bassa', + 'Class:Problem/Attribute:priority/Value:1+' => '', + 'Class:Problem/Attribute:priority/Value:2' => 'Media', + 'Class:Problem/Attribute:priority/Value:2+' => '', + 'Class:Problem/Attribute:priority/Value:3' => 'Alta', + 'Class:Problem/Attribute:priority/Value:3+' => '', + 'Class:Problem/Attribute:workgroup_id' => 'Gruppo di lavoro', + 'Class:Problem/Attribute:workgroup_id+' => '', + 'Class:Problem/Attribute:agent_id' => 'Agente', + 'Class:Problem/Attribute:agent_id+' => '', + 'Class:Problem/Attribute:related_change_id' => 'Cambi Correlati', + 'Class:Problem/Attribute:related_change_id+' => '', + 'Class:Problem/Attribute:close_date' => 'Data di Chiusura', + 'Class:Problem/Attribute:close_date+' => '', + 'Class:Problem/Attribute:last_update' => 'Ultimo Aggiornamento', + 'Class:Problem/Attribute:last_update+' => '', + 'Class:Problem/Attribute:assignment_date' => 'Data di asseganzione', + 'Class:Problem/Attribute:assignment_date+' => '', + 'Class:Problem/Attribute:resolution_date' => 'Data di risoluzione', + 'Class:Problem/Attribute:resolution_date+' => '', + 'Class:Problem/Attribute:knownerrors_list' => 'Errori Conosciuti', + 'Class:Problem/Attribute:knownerrors_list+' => '', + 'Class:Problem/Stimulus:ev_assign' => 'Assegnare', + 'Class:Problem/Stimulus:ev_assign+' => '', + 'Class:Problem/Stimulus:ev_reassign' => 'Riassegnare', + 'Class:Problem/Stimulus:ev_reassign+' => '', + 'Class:Problem/Stimulus:ev_resolve' => 'Risolvere', + 'Class:Problem/Stimulus:ev_resolve+' => '', + 'Class:Problem/Stimulus:ev_close' => 'Chiudere', + 'Class:Problem/Stimulus:ev_close+' => '', + 'Menu:ProblemManagement' => 'Gestione dei Problemi', + 'Menu:ProblemManagement+' => 'Gestione dei Problemi', + 'Menu:Problem:Overview' => 'Panoramica', + 'Menu:Problem:Overview+' => 'Panoramica', + 'Menu:NewProblem' => 'Nuovo Problema', + 'Menu:NewProblem+' => 'Nuovo Problema', + 'Menu:SearchProblems' => 'Ricerca per Problema', + 'Menu:SearchProblems+' => 'Ricerca per Problema', + 'Menu:Problem:Shortcuts' => 'Scorciatoia', + 'Menu:Problem:MyProblems' => 'I Miei Problemi', + 'Menu:Problem:MyProblems+' => 'I Miei Problemi', + 'Menu:Problem:OpenProblems' => 'Tutti i Problemi Aperti', + 'Menu:Problem:OpenProblems+' => 'Tutti i Problemi Aperti', + 'UI-ProblemManagementOverview-ProblemByService' => 'Problemi per Servizio', + 'UI-ProblemManagementOverview-ProblemByService+' => 'Problemi per Servizio', + 'UI-ProblemManagementOverview-ProblemByPriority' => 'Problemi per Priorità', + 'UI-ProblemManagementOverview-ProblemByPriority+' => 'Problemi per Priorità', + 'UI-ProblemManagementOverview-ProblemUnassigned' => 'Problemi non assegnati', + 'UI-ProblemManagementOverview-ProblemUnassigned+' => 'Problemi non assegnati', + 'UI:ProblemMgmtMenuOverview:Title' => 'Dashboard per la gestione dei problemi', + 'UI:ProblemMgmtMenuOverview:Title+' => 'Dashboard per la gestione dei problemi', + 'Class:Problem/Attribute:org_name' => 'Nome', + 'Class:Problem/Attribute:org_name+' => 'Nome Comune', + 'Class:Problem/Attribute:service_name' => 'Nome', + 'Class:Problem/Attribute:service_name+' => '', + 'Class:Problem/Attribute:servicesubcategory_name' => 'Nome', + 'Class:Problem/Attribute:servicesubcategory_name+' => '', + 'Class:Problem/Attribute:workgroup_name' => 'Nome', + 'Class:Problem/Attribute:workgroup_name+' => '', + 'Class:Problem/Attribute:agent_name' => 'Nome dell\Agente', + 'Class:Problem/Attribute:agent_name+' => '', + 'Class:Problem/Attribute:agent_email' => 'Email dell\'Agente', + 'Class:Problem/Attribute:agent_email+' => '', + 'Class:Problem/Attribute:related_change_ref' => 'Ref', + 'Class:Problem/Attribute:related_change_ref+' => '', +)); +?> diff --git a/datamodels/2.x/itop-problem-mgmt/ja.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/ja.dict.itop-problem-mgmt.php index 79a617bd1..d2219a482 100755 --- a/datamodels/2.x/itop-problem-mgmt/ja.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/ja.dict.itop-problem-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-problem-mgmt/pt_br.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/pt_br.dict.itop-problem-mgmt.php index 2b5834215..c96314154 100755 --- a/datamodels/2.x/itop-problem-mgmt/pt_br.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/pt_br.dict.itop-problem-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/2.x/itop-problem-mgmt/ru.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/ru.dict.itop-problem-mgmt.php index 3f5e38500..956dd07a7 100755 --- a/datamodels/2.x/itop-problem-mgmt/ru.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/ru.dict.itop-problem-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-problem-mgmt/tr.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/tr.dict.itop-problem-mgmt.php index a7e50b627..1fea377d6 100755 --- a/datamodels/2.x/itop-problem-mgmt/tr.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/tr.dict.itop-problem-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-problem-mgmt/zh.dict.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/zh.dict.itop-problem-mgmt.php index c5e3cf0e9..7318f9ea9 100755 --- a/datamodels/2.x/itop-problem-mgmt/zh.dict.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/zh.dict.itop-problem-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php b/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php index 3f58b2f79..ad9acdcc0 100755 --- a/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php +++ b/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php @@ -1,18 +1,21 @@ + SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file diff --git a/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml b/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml index fd03020bb..e099eeca6 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml +++ b/datamodels/2.x/itop-request-mgmt-itil/datamodel.itop-request-mgmt-itil.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,requestmgmt false diff --git a/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php index 491448ec3..b7ca47c15 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/2.x/itop-request-mgmt-itil/fr.dict.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/fr.dict.itop-request-mgmt-itil.php index 86de046cb..ce491a673 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/fr.dict.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/fr.dict.itop-request-mgmt-itil.php @@ -1,25 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-request-mgmt-itil/main.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/main.itop-request-mgmt-itil.php index 74b877e65..3d34fdd8c 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/main.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/main.itop-request-mgmt-itil.php @@ -1,18 +1,20 @@ define('PORTAL_SERVICECATEGORY_QUERY', 'SELECT Service AS s JOIN lnkCustomerContractToService AS l1 ON l1.service_id=s.id JOIN CustomerContract AS cc ON l1.customercontract_id=cc.id WHERE cc.org_id = :org_id'); define('PORTAL_SERVICE_SUBCATEGORY_QUERY', 'SELECT ServiceSubcategory WHERE service_id = :svc_id'); diff --git a/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml b/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml index 082a572d6..3dd402030 100755 --- a/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml +++ b/datamodels/2.x/itop-request-mgmt/datamodel.itop-request-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,requestmgmt false diff --git a/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php index 67f6e3d6d..54e18670b 100755 --- a/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/en.dict.itop-request-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/2.x/itop-request-mgmt/fr.dict.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/fr.dict.itop-request-mgmt.php index 773b5d4b3..69ce27cb2 100755 --- a/datamodels/2.x/itop-request-mgmt/fr.dict.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/fr.dict.itop-request-mgmt.php @@ -1,25 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-request-mgmt/main.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/main.itop-request-mgmt.php index d4661878f..eb17d6509 100755 --- a/datamodels/2.x/itop-request-mgmt/main.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/main.itop-request-mgmt.php @@ -1,18 +1,20 @@ define('PORTAL_SERVICECATEGORY_QUERY', 'SELECT Service AS s JOIN lnkCustomerContractToService AS l1 ON l1.service_id=s.id JOIN CustomerContract AS cc ON l1.customercontract_id=cc.id WHERE cc.org_id = :org_id'); define('PORTAL_SERVICE_SUBCATEGORY_QUERY', 'SELECT ServiceSubcategory WHERE service_id = :svc_id'); diff --git a/datamodels/2.x/itop-request-mgmt/model.itop-tickets.php b/datamodels/2.x/itop-request-mgmt/model.itop-tickets.php index 750ffe39f..f50235416 100755 --- a/datamodels/2.x/itop-request-mgmt/model.itop-tickets.php +++ b/datamodels/2.x/itop-request-mgmt/model.itop-tickets.php @@ -25,18 +25,14 @@ /** * Classes and menus for itop-tickets (version 1.0.0) * - * @author Combodo compiler - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL */ /** * Persistent classes for a CMDB * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class Ticket extends cmdbAbstractObject { diff --git a/datamodels/2.x/itop-service-mgmt-provider/datamodel.itop-service-mgmt-provider.xml b/datamodels/2.x/itop-service-mgmt-provider/datamodel.itop-service-mgmt-provider.xml index 1a2f21a3a..64e3c9a9a 100755 --- a/datamodels/2.x/itop-service-mgmt-provider/datamodel.itop-service-mgmt-provider.xml +++ b/datamodels/2.x/itop-service-mgmt-provider/datamodel.itop-service-mgmt-provider.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,structure true diff --git a/datamodels/2.x/itop-service-mgmt-provider/en.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/en.dict.itop-service-mgmt-provider.php index 13e943529..aa5325881 100755 --- a/datamodels/2.x/itop-service-mgmt-provider/en.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/en.dict.itop-service-mgmt-provider.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-service-mgmt-provider/fr.dict.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/fr.dict.itop-service-mgmt-provider.php index 1cf6c4c79..2ef7560d5 100755 --- a/datamodels/2.x/itop-service-mgmt-provider/fr.dict.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/fr.dict.itop-service-mgmt-provider.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-service-mgmt-provider/main.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/main.itop-service-mgmt-provider.php index f1ac92b4b..3a23acb41 100755 --- a/datamodels/2.x/itop-service-mgmt-provider/main.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/main.itop-service-mgmt-provider.php @@ -1,17 +1,20 @@ + ?> diff --git a/datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml b/datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml index 2223e0fd8..ec13160cb 100755 --- a/datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml +++ b/datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,structure true diff --git a/datamodels/2.x/itop-service-mgmt/de.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/de.dict.itop-service-mgmt.php index 8f99d7cf2..1d33f0271 100755 --- a/datamodels/2.x/itop-service-mgmt/de.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/de.dict.itop-service-mgmt.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-service-mgmt/en.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/en.dict.itop-service-mgmt.php index f744d979a..9613743e4 100755 --- a/datamodels/2.x/itop-service-mgmt/en.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/en.dict.itop-service-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-service-mgmt/es_cr.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/es_cr.dict.itop-service-mgmt.php index f923b12fb..bb8b1e999 100755 --- a/datamodels/2.x/itop-service-mgmt/es_cr.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/es_cr.dict.itop-service-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-service-mgmt/fr.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/fr.dict.itop-service-mgmt.php index bac0746c1..5cffafdd7 100755 --- a/datamodels/2.x/itop-service-mgmt/fr.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/fr.dict.itop-service-mgmt.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-service-mgmt/hu.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/hu.dict.itop-service-mgmt.php index 9f7a76531..e6e6242d9 100755 --- a/datamodels/2.x/itop-service-mgmt/hu.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/hu.dict.itop-service-mgmt.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/itop-service-mgmt/it.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/it.dict.itop-service-mgmt.php index 8225dface..f53c69595 100755 --- a/datamodels/2.x/itop-service-mgmt/it.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/it.dict.itop-service-mgmt.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-service-mgmt/ja.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/ja.dict.itop-service-mgmt.php index e885a84db..5587fde91 100755 --- a/datamodels/2.x/itop-service-mgmt/ja.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/ja.dict.itop-service-mgmt.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-service-mgmt/main.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/main.itop-service-mgmt.php index f1ac92b4b..3a23acb41 100755 --- a/datamodels/2.x/itop-service-mgmt/main.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/main.itop-service-mgmt.php @@ -1,17 +1,20 @@ + ?> diff --git a/datamodels/2.x/itop-service-mgmt/pt_br.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/pt_br.dict.itop-service-mgmt.php index a7b5a0e30..26b81eed1 100755 --- a/datamodels/2.x/itop-service-mgmt/pt_br.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/pt_br.dict.itop-service-mgmt.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/2.x/itop-service-mgmt/ru.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/ru.dict.itop-service-mgmt.php index 00a7874f7..a555fa041 100755 --- a/datamodels/2.x/itop-service-mgmt/ru.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/ru.dict.itop-service-mgmt.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-service-mgmt/tr.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/tr.dict.itop-service-mgmt.php index a22d2d3f9..4a8868b29 100755 --- a/datamodels/2.x/itop-service-mgmt/tr.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/tr.dict.itop-service-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-service-mgmt/zh.dict.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/zh.dict.itop-service-mgmt.php index bb534e1fa..633dc6d2b 100755 --- a/datamodels/2.x/itop-service-mgmt/zh.dict.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/zh.dict.itop-service-mgmt.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-sla-computation/en.dict.itop-sla-computation.php b/datamodels/2.x/itop-sla-computation/en.dict.itop-sla-computation.php index c98b93a15..fab2ba01f 100755 --- a/datamodels/2.x/itop-sla-computation/en.dict.itop-sla-computation.php +++ b/datamodels/2.x/itop-sla-computation/en.dict.itop-sla-computation.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/datamodels/2.x/itop-sla-computation/main.itop-sla-computation.php b/datamodels/2.x/itop-sla-computation/main.itop-sla-computation.php index 490d72934..5fcd89681 100755 --- a/datamodels/2.x/itop-sla-computation/main.itop-sla-computation.php +++ b/datamodels/2.x/itop-sla-computation/main.itop-sla-computation.php @@ -1,27 +1,27 @@ /** * Module itop-sla-computation: implements an extensible mechanism * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** diff --git a/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php b/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php index d0839ddfc..f73547dfe 100755 --- a/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php +++ b/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php @@ -1,18 +1,20 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file diff --git a/datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml b/datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml index a11fd5b2d..34c2cc021 100755 --- a/datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml +++ b/datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml @@ -7,10 +7,8 @@ - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */]]> bizmodel,searchable,structure false diff --git a/datamodels/2.x/itop-tickets/de.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/de.dict.itop-tickets.php index 7790bff98..6ec9258df 100755 --- a/datamodels/2.x/itop-tickets/de.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/de.dict.itop-tickets.php @@ -1,27 +1,26 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @author Stephan Rosenke - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ + * @author Stephan Rosenke + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 +*/ Dict::Add('DE DE', 'German', 'Deutsch', array( 'Class:lnkTicketToDoc' => 'Ticket/Document', diff --git a/datamodels/2.x/itop-tickets/en.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/en.dict.itop-tickets.php index effa83c15..fddcd1007 100755 --- a/datamodels/2.x/itop-tickets/en.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/en.dict.itop-tickets.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-tickets/es_cr.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/es_cr.dict.itop-tickets.php index d6d3919fd..23d65506b 100755 --- a/datamodels/2.x/itop-tickets/es_cr.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/es_cr.dict.itop-tickets.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-tickets/fr.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/fr.dict.itop-tickets.php index f349371ec..4851a9d9f 100755 --- a/datamodels/2.x/itop-tickets/fr.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/fr.dict.itop-tickets.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/datamodels/2.x/itop-tickets/hu.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/hu.dict.itop-tickets.php index e26e18725..b78f9cc32 100755 --- a/datamodels/2.x/itop-tickets/hu.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/hu.dict.itop-tickets.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/datamodels/2.x/itop-tickets/it.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/it.dict.itop-tickets.php index 37bc4b639..2b44d1315 100755 --- a/datamodels/2.x/itop-tickets/it.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/it.dict.itop-tickets.php @@ -1,219 +1,218 @@ - - * @author Romain Quetiez - * @author Denis Flaven - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL - */ - -Dict::Add('IT IT', 'Italian', 'Italiano', array( - 'Class:lnkTicketToDoc' => 'Ticket/Documento', - 'Class:lnkTicketToDoc+' => '', - 'Class:lnkTicketToDoc/Attribute:ticket_id' => 'Ticket', - 'Class:lnkTicketToDoc/Attribute:ticket_id+' => '', - 'Class:lnkTicketToDoc/Attribute:document_id' => 'Documento', - 'Class:lnkTicketToDoc/Attribute:document_id+' => '', - 'Class:lnkTicketToContact' => 'Ticket/Contatto', - 'Class:lnkTicketToContact+' => '', - 'Class:lnkTicketToContact/Attribute:ticket_id' => 'Ticket', - 'Class:lnkTicketToContact/Attribute:ticket_id+' => '', - 'Class:lnkTicketToContact/Attribute:contact_id' => 'Contatto', - 'Class:lnkTicketToContact/Attribute:contact_id+' => '', - 'Class:lnkTicketToContact/Attribute:role' => 'Ruolo', - 'Class:lnkTicketToContact/Attribute:role+' => '', - 'Class:lnkTicketToCI' => 'Ticket/CI', - 'Class:lnkTicketToCI+' => '', - 'Class:lnkTicketToCI/Attribute:ticket_id' => 'Ticket', - 'Class:lnkTicketToCI/Attribute:ticket_id+' => '', - 'Class:lnkTicketToCI/Attribute:ci_id' => 'CI', - 'Class:lnkTicketToCI/Attribute:ci_id+' => '', - 'Class:lnkTicketToCI/Attribute:impact' => 'Impatto', - 'Class:lnkTicketToCI/Attribute:impact+' => '', - 'Class:Ticket' => 'Ticket', - 'Class:Ticket+' => '', - 'Class:Ticket/Attribute:ref' => 'Ref', - 'Class:Ticket/Attribute:ref+' => '', - 'Class:Ticket/Attribute:title' => 'Titolo', - 'Class:Ticket/Attribute:title+' => '', - 'Class:Ticket/Attribute:description' => 'Descrizione', - 'Class:Ticket/Attribute:description+' => '', - 'Class:Ticket/Attribute:ticket_log' => 'Log', - 'Class:Ticket/Attribute:ticket_log+' => '', - 'Class:Ticket/Attribute:start_date' => 'Inzio', - 'Class:Ticket/Attribute:start_date+' => '', - 'Class:Ticket/Attribute:document_list' => 'Documenti', - 'Class:Ticket/Attribute:document_list+' => 'Documenti relativi al ticket', - 'Class:Ticket/Attribute:ci_list' => 'CIs', - 'Class:Ticket/Attribute:ci_list+' => 'CIs coivolti dall\'incidente', - 'Class:Ticket/Attribute:contact_list' => 'Contatti', - 'Class:Ticket/Attribute:contact_list+' => 'Team e persone coinvolte', - 'Class:Ticket/Attribute:incident_list' => 'Incidenti Correlati', - 'Class:Ticket/Attribute:incident_list+' => '', - 'Class:Ticket/Attribute:finalclass' => 'Tipo', - 'Class:Ticket/Attribute:finalclass+' => '', - 'Ticket:baseinfo' => 'Infomazioni Generali', - 'Ticket:date' => 'Date', - 'Ticket:contact' => 'Contatti', - 'Ticket:moreinfo' => 'Più informazioni', - 'Ticket:relation' => 'Relazioni', - 'Ticket:log' => 'Communicazioni', - 'Class:lnkTicketToDoc/Attribute:ticket_ref' => 'Ticket #', - 'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '', - 'Class:lnkTicketToDoc/Attribute:document_name' => 'Documento', - 'Class:lnkTicketToDoc/Attribute:document_name+' => '', - 'Class:lnkTicketToContact/Attribute:ticket_ref' => 'Ticket #', - 'Class:lnkTicketToContact/Attribute:ticket_ref+' => '', - 'Class:lnkTicketToContact/Attribute:contact_name' => 'Contatto', - 'Class:lnkTicketToContact/Attribute:contact_name+' => '', - 'Class:lnkTicketToContact/Attribute:contact_email' => 'Email', - 'Class:lnkTicketToContact/Attribute:contact_email+' => '', - 'Class:lnkTicketToCI/Attribute:ticket_ref' => 'Ticket #', - 'Class:lnkTicketToCI/Attribute:ticket_ref+' => '', - 'Class:lnkTicketToCI/Attribute:ci_name' => 'CI', - 'Class:lnkTicketToCI/Attribute:ci_name+' => '', - 'Class:lnkTicketToCI/Attribute:ci_status' => 'CI stato', - 'Class:lnkTicketToCI/Attribute:ci_status+' => '', - 'Class:ResponseTicket' => 'Ticket di risposta', - 'Class:ResponseTicket+' => '', - 'Class:ResponseTicket/Attribute:status' => 'Stato', - 'Class:ResponseTicket/Attribute:status+' => '', - 'Class:ResponseTicket/Attribute:status/Value:new' => 'Nuovo', - 'Class:ResponseTicket/Attribute:status/Value:new+' => 'Recentemente aperto', - 'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => 'Escalation/TTO', - 'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '', - 'Class:ResponseTicket/Attribute:status/Value:assigned' => 'Assegnato', - 'Class:ResponseTicket/Attribute:status/Value:assigned+' => '', - 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => 'Escalation/TTR', - 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '', - 'Class:ResponseTicket/Attribute:status/Value:frozen' => 'In attesa', - 'Class:ResponseTicket/Attribute:status/Value:frozen+' => '', - 'Class:ResponseTicket/Attribute:status/Value:resolved' => 'Risolto', - 'Class:ResponseTicket/Attribute:status/Value:resolved+' => '', - 'Class:ResponseTicket/Attribute:status/Value:closed' => 'Chiuso', - 'Class:ResponseTicket/Attribute:status/Value:closed+' => '', - 'Class:ResponseTicket/Attribute:caller_id' => 'Visitatore', - 'Class:ResponseTicket/Attribute:caller_id+' => '', - 'Class:ResponseTicket/Attribute:caller_email' => 'Email', - 'Class:ResponseTicket/Attribute:caller_email+' => '', - 'Class:ResponseTicket/Attribute:org_id' => 'Cliente', - 'Class:ResponseTicket/Attribute:org_id+' => '', - 'Class:ResponseTicket/Attribute:org_name' => 'Cliente', - 'Class:ResponseTicket/Attribute:org_name+' => '', - 'Class:ResponseTicket/Attribute:service_id' => 'Servizio', - 'Class:ResponseTicket/Attribute:service_id+' => '', - 'Class:ResponseTicket/Attribute:service_name' => 'Nome', - 'Class:ResponseTicket/Attribute:service_name+' => '', - 'Class:ResponseTicket/Attribute:servicesubcategory_id' => 'Elemento di servizio', - 'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '', - 'Class:ResponseTicket/Attribute:servicesubcategory_name' => 'Name', - 'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '', - 'Class:ResponseTicket/Attribute:product' => 'Prodotto', - 'Class:ResponseTicket/Attribute:product+' => '', - 'Class:ResponseTicket/Attribute:impact' => 'Impatto', - 'Class:ResponseTicket/Attribute:impact+' => '', - 'Class:ResponseTicket/Attribute:impact/Value:1' => 'Un dipartimento', - 'Class:ResponseTicket/Attribute:impact/Value:1+' => '', - 'Class:ResponseTicket/Attribute:impact/Value:2' => 'Un servizio', - 'Class:ResponseTicket/Attribute:impact/Value:2+' => '', - 'Class:ResponseTicket/Attribute:impact/Value:3' => 'Una persona', - 'Class:ResponseTicket/Attribute:impact/Value:3+' => '', - 'Class:ResponseTicket/Attribute:urgency' => 'Urgenza', - 'Class:ResponseTicket/Attribute:urgency+' => '', - 'Class:ResponseTicket/Attribute:urgency/Value:1' => 'Alta', - 'Class:ResponseTicket/Attribute:urgency/Value:1+' => '', - 'Class:ResponseTicket/Attribute:urgency/Value:2' => 'Media', - 'Class:ResponseTicket/Attribute:urgency/Value:2+' => '', - 'Class:ResponseTicket/Attribute:urgency/Value:3' => 'Bassa', - 'Class:ResponseTicket/Attribute:urgency/Value:3+' => '', - 'Class:ResponseTicket/Attribute:priority' => 'Priorità', - 'Class:ResponseTicket/Attribute:priority+' => '', - 'Class:ResponseTicket/Attribute:priority/Value:1' => 'Alta', - 'Class:ResponseTicket/Attribute:priority/Value:1+' => '', - 'Class:ResponseTicket/Attribute:priority/Value:2' => 'Media', - 'Class:ResponseTicket/Attribute:priority/Value:2+' => '', - 'Class:ResponseTicket/Attribute:priority/Value:3' => 'Bassa', - 'Class:ResponseTicket/Attribute:priority/Value:3+' => '', - 'Class:ResponseTicket/Attribute:workgroup_id' => 'Gruppo di lavoro', - 'Class:ResponseTicket/Attribute:workgroup_id+' => '', - 'Class:ResponseTicket/Attribute:workgroup_name' => 'Workgroup', - 'Class:ResponseTicket/Attribute:workgroup_name+' => '', - 'Class:ResponseTicket/Attribute:agent_id' => 'Agente', - 'Class:ResponseTicket/Attribute:agent_id+' => '', - 'Class:ResponseTicket/Attribute:agent_name' => 'Agente', - 'Class:ResponseTicket/Attribute:agent_name+' => '', - 'Class:ResponseTicket/Attribute:agent_email' => 'Email dell\'agente', - 'Class:ResponseTicket/Attribute:agent_email+' => '', - 'Class:ResponseTicket/Attribute:related_problem_id' => 'Problemi correlati', - 'Class:ResponseTicket/Attribute:related_problem_id+' => '', - 'Class:ResponseTicket/Attribute:related_problem_ref' => 'Ref', - 'Class:ResponseTicket/Attribute:related_problem_ref+' => '', - 'Class:ResponseTicket/Attribute:related_change_id' => 'Cambi correlati', - 'Class:ResponseTicket/Attribute:related_change_id+' => '', - 'Class:ResponseTicket/Attribute:related_change_ref' => 'Cambi correlati', - 'Class:ResponseTicket/Attribute:related_change_ref+' => '', - 'Class:ResponseTicket/Attribute:close_date' => 'Chiuso', - 'Class:ResponseTicket/Attribute:close_date+' => '', - 'Class:ResponseTicket/Attribute:last_update' => 'Ultimo aggiornamento', - 'Class:ResponseTicket/Attribute:last_update+' => '', - 'Class:ResponseTicket/Attribute:assignment_date' => 'Data di Assegnazione ', - 'Class:ResponseTicket/Attribute:assignment_date+' => '', - 'Class:ResponseTicket/Attribute:resolution_date' => 'Data di risoluzione', - 'Class:ResponseTicket/Attribute:resolution_date+' => '', - 'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTO Scadenza di Escalation', - 'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '', - 'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTR Scadenza di Escalation', - 'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '', - 'Class:ResponseTicket/Attribute:closure_deadline' => 'Termine di chiusura', - 'Class:ResponseTicket/Attribute:closure_deadline+' => '', - 'Class:ResponseTicket/Attribute:resolution_code' => 'Codice di risoluzione', - 'Class:ResponseTicket/Attribute:resolution_code+' => '', - 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => 'Non puo\' essere riprodotto', - 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '', - 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => 'Ticket duplicato', - 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '', - 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => 'Fissato', - 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '', - 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => 'Irrilevante', - 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '', - 'Class:ResponseTicket/Attribute:solution' => 'Soluzione', - 'Class:ResponseTicket/Attribute:solution+' => '', - 'Class:ResponseTicket/Attribute:user_satisfaction' => 'Soddisfazione dell\'utente', - 'Class:ResponseTicket/Attribute:user_satisfaction+' => '', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => 'Molto soddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => 'Molto soddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => 'Abbastanza soddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => 'Abbastanza soddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => 'Piuttosto insoddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => 'Piuttosto insoddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => 'Molto insoddisfatto', - 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => 'Molto insoddisfatto', - 'Class:ResponseTicket/Attribute:user_commment' => 'Commento dell\'utente', - 'Class:ResponseTicket/Attribute:user_commment+' => '', - 'Class:ResponseTicket/Stimulus:ev_assign' => 'Assegna', - 'Class:ResponseTicket/Stimulus:ev_assign+' => '', - 'Class:ResponseTicket/Stimulus:ev_reassign' => 'Riassegna', - 'Class:ResponseTicket/Stimulus:ev_reassign+' => '', - 'Class:ResponseTicket/Stimulus:ev_timeout' => 'Escalation', - 'Class:ResponseTicket/Stimulus:ev_timeout+' => '', - 'Class:ResponseTicket/Stimulus:ev_resolve' => 'Segna come risolto', - 'Class:ResponseTicket/Stimulus:ev_resolve+' => '', - 'Class:ResponseTicket/Stimulus:ev_close' => 'Chiudi', - 'Class:ResponseTicket/Stimulus:ev_close+' => '', -)); -?> + + +/** + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ + +Dict::Add('IT IT', 'Italian', 'Italiano', array( + 'Class:lnkTicketToDoc' => 'Ticket/Documento', + 'Class:lnkTicketToDoc+' => '', + 'Class:lnkTicketToDoc/Attribute:ticket_id' => 'Ticket', + 'Class:lnkTicketToDoc/Attribute:ticket_id+' => '', + 'Class:lnkTicketToDoc/Attribute:document_id' => 'Documento', + 'Class:lnkTicketToDoc/Attribute:document_id+' => '', + 'Class:lnkTicketToContact' => 'Ticket/Contatto', + 'Class:lnkTicketToContact+' => '', + 'Class:lnkTicketToContact/Attribute:ticket_id' => 'Ticket', + 'Class:lnkTicketToContact/Attribute:ticket_id+' => '', + 'Class:lnkTicketToContact/Attribute:contact_id' => 'Contatto', + 'Class:lnkTicketToContact/Attribute:contact_id+' => '', + 'Class:lnkTicketToContact/Attribute:role' => 'Ruolo', + 'Class:lnkTicketToContact/Attribute:role+' => '', + 'Class:lnkTicketToCI' => 'Ticket/CI', + 'Class:lnkTicketToCI+' => '', + 'Class:lnkTicketToCI/Attribute:ticket_id' => 'Ticket', + 'Class:lnkTicketToCI/Attribute:ticket_id+' => '', + 'Class:lnkTicketToCI/Attribute:ci_id' => 'CI', + 'Class:lnkTicketToCI/Attribute:ci_id+' => '', + 'Class:lnkTicketToCI/Attribute:impact' => 'Impatto', + 'Class:lnkTicketToCI/Attribute:impact+' => '', + 'Class:Ticket' => 'Ticket', + 'Class:Ticket+' => '', + 'Class:Ticket/Attribute:ref' => 'Ref', + 'Class:Ticket/Attribute:ref+' => '', + 'Class:Ticket/Attribute:title' => 'Titolo', + 'Class:Ticket/Attribute:title+' => '', + 'Class:Ticket/Attribute:description' => 'Descrizione', + 'Class:Ticket/Attribute:description+' => '', + 'Class:Ticket/Attribute:ticket_log' => 'Log', + 'Class:Ticket/Attribute:ticket_log+' => '', + 'Class:Ticket/Attribute:start_date' => 'Inzio', + 'Class:Ticket/Attribute:start_date+' => '', + 'Class:Ticket/Attribute:document_list' => 'Documenti', + 'Class:Ticket/Attribute:document_list+' => 'Documenti relativi al ticket', + 'Class:Ticket/Attribute:ci_list' => 'CIs', + 'Class:Ticket/Attribute:ci_list+' => 'CIs coivolti dall\'incidente', + 'Class:Ticket/Attribute:contact_list' => 'Contatti', + 'Class:Ticket/Attribute:contact_list+' => 'Team e persone coinvolte', + 'Class:Ticket/Attribute:incident_list' => 'Incidenti Correlati', + 'Class:Ticket/Attribute:incident_list+' => '', + 'Class:Ticket/Attribute:finalclass' => 'Tipo', + 'Class:Ticket/Attribute:finalclass+' => '', + 'Ticket:baseinfo' => 'Infomazioni Generali', + 'Ticket:date' => 'Date', + 'Ticket:contact' => 'Contatti', + 'Ticket:moreinfo' => 'Più informazioni', + 'Ticket:relation' => 'Relazioni', + 'Ticket:log' => 'Communicazioni', + 'Class:lnkTicketToDoc/Attribute:ticket_ref' => 'Ticket #', + 'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '', + 'Class:lnkTicketToDoc/Attribute:document_name' => 'Documento', + 'Class:lnkTicketToDoc/Attribute:document_name+' => '', + 'Class:lnkTicketToContact/Attribute:ticket_ref' => 'Ticket #', + 'Class:lnkTicketToContact/Attribute:ticket_ref+' => '', + 'Class:lnkTicketToContact/Attribute:contact_name' => 'Contatto', + 'Class:lnkTicketToContact/Attribute:contact_name+' => '', + 'Class:lnkTicketToContact/Attribute:contact_email' => 'Email', + 'Class:lnkTicketToContact/Attribute:contact_email+' => '', + 'Class:lnkTicketToCI/Attribute:ticket_ref' => 'Ticket #', + 'Class:lnkTicketToCI/Attribute:ticket_ref+' => '', + 'Class:lnkTicketToCI/Attribute:ci_name' => 'CI', + 'Class:lnkTicketToCI/Attribute:ci_name+' => '', + 'Class:lnkTicketToCI/Attribute:ci_status' => 'CI stato', + 'Class:lnkTicketToCI/Attribute:ci_status+' => '', + 'Class:ResponseTicket' => 'Ticket di risposta', + 'Class:ResponseTicket+' => '', + 'Class:ResponseTicket/Attribute:status' => 'Stato', + 'Class:ResponseTicket/Attribute:status+' => '', + 'Class:ResponseTicket/Attribute:status/Value:new' => 'Nuovo', + 'Class:ResponseTicket/Attribute:status/Value:new+' => 'Recentemente aperto', + 'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => 'Escalation/TTO', + 'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '', + 'Class:ResponseTicket/Attribute:status/Value:assigned' => 'Assegnato', + 'Class:ResponseTicket/Attribute:status/Value:assigned+' => '', + 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => 'Escalation/TTR', + 'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '', + 'Class:ResponseTicket/Attribute:status/Value:frozen' => 'In attesa', + 'Class:ResponseTicket/Attribute:status/Value:frozen+' => '', + 'Class:ResponseTicket/Attribute:status/Value:resolved' => 'Risolto', + 'Class:ResponseTicket/Attribute:status/Value:resolved+' => '', + 'Class:ResponseTicket/Attribute:status/Value:closed' => 'Chiuso', + 'Class:ResponseTicket/Attribute:status/Value:closed+' => '', + 'Class:ResponseTicket/Attribute:caller_id' => 'Visitatore', + 'Class:ResponseTicket/Attribute:caller_id+' => '', + 'Class:ResponseTicket/Attribute:caller_email' => 'Email', + 'Class:ResponseTicket/Attribute:caller_email+' => '', + 'Class:ResponseTicket/Attribute:org_id' => 'Cliente', + 'Class:ResponseTicket/Attribute:org_id+' => '', + 'Class:ResponseTicket/Attribute:org_name' => 'Cliente', + 'Class:ResponseTicket/Attribute:org_name+' => '', + 'Class:ResponseTicket/Attribute:service_id' => 'Servizio', + 'Class:ResponseTicket/Attribute:service_id+' => '', + 'Class:ResponseTicket/Attribute:service_name' => 'Nome', + 'Class:ResponseTicket/Attribute:service_name+' => '', + 'Class:ResponseTicket/Attribute:servicesubcategory_id' => 'Elemento di servizio', + 'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '', + 'Class:ResponseTicket/Attribute:servicesubcategory_name' => 'Name', + 'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '', + 'Class:ResponseTicket/Attribute:product' => 'Prodotto', + 'Class:ResponseTicket/Attribute:product+' => '', + 'Class:ResponseTicket/Attribute:impact' => 'Impatto', + 'Class:ResponseTicket/Attribute:impact+' => '', + 'Class:ResponseTicket/Attribute:impact/Value:1' => 'Un dipartimento', + 'Class:ResponseTicket/Attribute:impact/Value:1+' => '', + 'Class:ResponseTicket/Attribute:impact/Value:2' => 'Un servizio', + 'Class:ResponseTicket/Attribute:impact/Value:2+' => '', + 'Class:ResponseTicket/Attribute:impact/Value:3' => 'Una persona', + 'Class:ResponseTicket/Attribute:impact/Value:3+' => '', + 'Class:ResponseTicket/Attribute:urgency' => 'Urgenza', + 'Class:ResponseTicket/Attribute:urgency+' => '', + 'Class:ResponseTicket/Attribute:urgency/Value:1' => 'Alta', + 'Class:ResponseTicket/Attribute:urgency/Value:1+' => '', + 'Class:ResponseTicket/Attribute:urgency/Value:2' => 'Media', + 'Class:ResponseTicket/Attribute:urgency/Value:2+' => '', + 'Class:ResponseTicket/Attribute:urgency/Value:3' => 'Bassa', + 'Class:ResponseTicket/Attribute:urgency/Value:3+' => '', + 'Class:ResponseTicket/Attribute:priority' => 'Priorità', + 'Class:ResponseTicket/Attribute:priority+' => '', + 'Class:ResponseTicket/Attribute:priority/Value:1' => 'Alta', + 'Class:ResponseTicket/Attribute:priority/Value:1+' => '', + 'Class:ResponseTicket/Attribute:priority/Value:2' => 'Media', + 'Class:ResponseTicket/Attribute:priority/Value:2+' => '', + 'Class:ResponseTicket/Attribute:priority/Value:3' => 'Bassa', + 'Class:ResponseTicket/Attribute:priority/Value:3+' => '', + 'Class:ResponseTicket/Attribute:workgroup_id' => 'Gruppo di lavoro', + 'Class:ResponseTicket/Attribute:workgroup_id+' => '', + 'Class:ResponseTicket/Attribute:workgroup_name' => 'Workgroup', + 'Class:ResponseTicket/Attribute:workgroup_name+' => '', + 'Class:ResponseTicket/Attribute:agent_id' => 'Agente', + 'Class:ResponseTicket/Attribute:agent_id+' => '', + 'Class:ResponseTicket/Attribute:agent_name' => 'Agente', + 'Class:ResponseTicket/Attribute:agent_name+' => '', + 'Class:ResponseTicket/Attribute:agent_email' => 'Email dell\'agente', + 'Class:ResponseTicket/Attribute:agent_email+' => '', + 'Class:ResponseTicket/Attribute:related_problem_id' => 'Problemi correlati', + 'Class:ResponseTicket/Attribute:related_problem_id+' => '', + 'Class:ResponseTicket/Attribute:related_problem_ref' => 'Ref', + 'Class:ResponseTicket/Attribute:related_problem_ref+' => '', + 'Class:ResponseTicket/Attribute:related_change_id' => 'Cambi correlati', + 'Class:ResponseTicket/Attribute:related_change_id+' => '', + 'Class:ResponseTicket/Attribute:related_change_ref' => 'Cambi correlati', + 'Class:ResponseTicket/Attribute:related_change_ref+' => '', + 'Class:ResponseTicket/Attribute:close_date' => 'Chiuso', + 'Class:ResponseTicket/Attribute:close_date+' => '', + 'Class:ResponseTicket/Attribute:last_update' => 'Ultimo aggiornamento', + 'Class:ResponseTicket/Attribute:last_update+' => '', + 'Class:ResponseTicket/Attribute:assignment_date' => 'Data di Assegnazione ', + 'Class:ResponseTicket/Attribute:assignment_date+' => '', + 'Class:ResponseTicket/Attribute:resolution_date' => 'Data di risoluzione', + 'Class:ResponseTicket/Attribute:resolution_date+' => '', + 'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTO Scadenza di Escalation', + 'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '', + 'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTR Scadenza di Escalation', + 'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '', + 'Class:ResponseTicket/Attribute:closure_deadline' => 'Termine di chiusura', + 'Class:ResponseTicket/Attribute:closure_deadline+' => '', + 'Class:ResponseTicket/Attribute:resolution_code' => 'Codice di risoluzione', + 'Class:ResponseTicket/Attribute:resolution_code+' => '', + 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => 'Non puo\' essere riprodotto', + 'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '', + 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => 'Ticket duplicato', + 'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '', + 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => 'Fissato', + 'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '', + 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => 'Irrilevante', + 'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '', + 'Class:ResponseTicket/Attribute:solution' => 'Soluzione', + 'Class:ResponseTicket/Attribute:solution+' => '', + 'Class:ResponseTicket/Attribute:user_satisfaction' => 'Soddisfazione dell\'utente', + 'Class:ResponseTicket/Attribute:user_satisfaction+' => '', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => 'Molto soddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => 'Molto soddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => 'Abbastanza soddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => 'Abbastanza soddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => 'Piuttosto insoddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => 'Piuttosto insoddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => 'Molto insoddisfatto', + 'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => 'Molto insoddisfatto', + 'Class:ResponseTicket/Attribute:user_commment' => 'Commento dell\'utente', + 'Class:ResponseTicket/Attribute:user_commment+' => '', + 'Class:ResponseTicket/Stimulus:ev_assign' => 'Assegna', + 'Class:ResponseTicket/Stimulus:ev_assign+' => '', + 'Class:ResponseTicket/Stimulus:ev_reassign' => 'Riassegna', + 'Class:ResponseTicket/Stimulus:ev_reassign+' => '', + 'Class:ResponseTicket/Stimulus:ev_timeout' => 'Escalation', + 'Class:ResponseTicket/Stimulus:ev_timeout+' => '', + 'Class:ResponseTicket/Stimulus:ev_resolve' => 'Segna come risolto', + 'Class:ResponseTicket/Stimulus:ev_resolve+' => '', + 'Class:ResponseTicket/Stimulus:ev_close' => 'Chiudi', + 'Class:ResponseTicket/Stimulus:ev_close+' => '', +)); +?> diff --git a/datamodels/2.x/itop-tickets/ja.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/ja.dict.itop-tickets.php index 74955d588..3d079af34 100755 --- a/datamodels/2.x/itop-tickets/ja.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/ja.dict.itop-tickets.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-tickets/main.itop-tickets.php b/datamodels/2.x/itop-tickets/main.itop-tickets.php index 199846585..26eef0f71 100755 --- a/datamodels/2.x/itop-tickets/main.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/main.itop-tickets.php @@ -1,18 +1,20 @@ /** diff --git a/datamodels/2.x/itop-tickets/pt_br.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/pt_br.dict.itop-tickets.php index b2a8a37fe..d9fa7edb8 100755 --- a/datamodels/2.x/itop-tickets/pt_br.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/pt_br.dict.itop-tickets.php @@ -1,26 +1,25 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Marco Tulio - - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/datamodels/2.x/itop-tickets/ru.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/ru.dict.itop-tickets.php index 03c1a5fb3..1bba610c3 100755 --- a/datamodels/2.x/itop-tickets/ru.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/ru.dict.itop-tickets.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php index e85126a6c..b195a8287 100755 --- a/datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-tickets/zh.dict.itop-tickets.php b/datamodels/2.x/itop-tickets/zh.dict.itop-tickets.php index 732279525..71e789472 100755 --- a/datamodels/2.x/itop-tickets/zh.dict.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/zh.dict.itop-tickets.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Dictionnay conventions diff --git a/datamodels/2.x/itop-welcome-itil/main.itop-welcome-itil.php b/datamodels/2.x/itop-welcome-itil/main.itop-welcome-itil.php index a3aaab6c8..bf8b25a1b 100755 --- a/datamodels/2.x/itop-welcome-itil/main.itop-welcome-itil.php +++ b/datamodels/2.x/itop-welcome-itil/main.itop-welcome-itil.php @@ -1,18 +1,21 @@ + // Add the standard menus /* diff --git a/dictionaries/de.dictionary.itop.core.php b/dictionaries/de.dictionary.itop.core.php index e3e344448..735d397b1 100644 --- a/dictionaries/de.dictionary.itop.core.php +++ b/dictionaries/de.dictionary.itop.core.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/de.dictionary.itop.ui.php b/dictionaries/de.dictionary.itop.ui.php index 1694d6719..847c87cc6 100644 --- a/dictionaries/de.dictionary.itop.ui.php +++ b/dictionaries/de.dictionary.itop.ui.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven * @author Stephan Rosenke - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/dictionary.itop.core.php b/dictionaries/dictionary.itop.core.php index 27b0cccc4..14041c897 100644 --- a/dictionaries/dictionary.itop.core.php +++ b/dictionaries/dictionary.itop.core.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('EN US', 'English', 'English', array( diff --git a/dictionaries/dictionary.itop.model.php b/dictionaries/dictionary.itop.model.php index a0ac29460..122b08f12 100644 --- a/dictionaries/dictionary.itop.model.php +++ b/dictionaries/dictionary.itop.model.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ?> diff --git a/dictionaries/dictionary.itop.ui.php b/dictionaries/dictionary.itop.ui.php index e0962c726..26b13427f 100644 --- a/dictionaries/dictionary.itop.ui.php +++ b/dictionaries/dictionary.itop.ui.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/es_cr.dictionary.itop.core.php b/dictionaries/es_cr.dictionary.itop.core.php index fcc12d22c..1404ee81c 100644 --- a/dictionaries/es_cr.dictionary.itop.core.php +++ b/dictionaries/es_cr.dictionary.itop.core.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/es_cr.dictionary.itop.ui.php b/dictionaries/es_cr.dictionary.itop.ui.php index e06946ee5..4efc68c71 100644 --- a/dictionaries/es_cr.dictionary.itop.ui.php +++ b/dictionaries/es_cr.dictionary.itop.ui.php @@ -1,26 +1,26 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index fcc796d2b..b8c668ff4 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -1,24 +1,25 @@ + /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/dictionaries/fr.dictionary.itop.ui.php b/dictionaries/fr.dictionary.itop.ui.php index 809453099..9fc4a2843 100644 --- a/dictionaries/fr.dictionary.itop.ui.php +++ b/dictionaries/fr.dictionary.itop.ui.php @@ -1,24 +1,24 @@ /** - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('FR FR', 'French', 'Français', array( diff --git a/dictionaries/hu.dictionary.itop.core.php b/dictionaries/hu.dictionary.itop.core.php index cd32e21ae..531bd6c4b 100755 --- a/dictionaries/hu.dictionary.itop.core.php +++ b/dictionaries/hu.dictionary.itop.core.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/dictionaries/hu.dictionary.itop.ui.php b/dictionaries/hu.dictionary.itop.ui.php index 952a779bf..a5ad7de6f 100755 --- a/dictionaries/hu.dictionary.itop.ui.php +++ b/dictionaries/hu.dictionary.itop.ui.php @@ -1,21 +1,24 @@ /** - * @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('HU HU', 'Hungarian', 'Magyar', array( diff --git a/dictionaries/it.dictionary.itop.core.php b/dictionaries/it.dictionary.itop.core.php index 3fb6ba9fd..410203e83 100644 --- a/dictionaries/it.dictionary.itop.core.php +++ b/dictionaries/it.dictionary.itop.core.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('IT IT', 'Italian', 'Italiano', array( diff --git a/dictionaries/it.dictionary.itop.ui.php b/dictionaries/it.dictionary.itop.ui.php index 84a9cb19e..9c024b8ce 100644 --- a/dictionaries/it.dictionary.itop.ui.php +++ b/dictionaries/it.dictionary.itop.ui.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/ja.dictionary.itop.core.php b/dictionaries/ja.dictionary.itop.core.php index 766adb095..fed01b6d6 100644 --- a/dictionaries/ja.dictionary.itop.core.php +++ b/dictionaries/ja.dictionary.itop.core.php @@ -1,27 +1,27 @@ /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @author Tadashi Kaneda - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @author Tadashi Kaneda + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('JA JP', 'Japanese', '日本語', array( diff --git a/dictionaries/ja.dictionary.itop.ui.php b/dictionaries/ja.dictionary.itop.ui.php index 538442b8f..c111c1536 100644 --- a/dictionaries/ja.dictionary.itop.ui.php +++ b/dictionaries/ja.dictionary.itop.ui.php @@ -1,27 +1,28 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @author Tadashi Kaneda - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @author Tadashi Kaneda + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/pt_br.dictionary.itop.core.php b/dictionaries/pt_br.dictionary.itop.core.php index 7f8557e21..d1ff7466e 100644 --- a/dictionaries/pt_br.dictionary.itop.core.php +++ b/dictionaries/pt_br.dictionary.itop.core.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array( diff --git a/dictionaries/pt_br.dictionary.itop.ui.php b/dictionaries/pt_br.dictionary.itop.ui.php index 3bd84a293..400eb367d 100644 --- a/dictionaries/pt_br.dictionary.itop.ui.php +++ b/dictionaries/pt_br.dictionary.itop.ui.php @@ -1,26 +1,27 @@ + /** * Localized data * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/ru.dictionary.itop.core.php b/dictionaries/ru.dictionary.itop.core.php index a349f4b7c..4fc04a8d0 100644 --- a/dictionaries/ru.dictionary.itop.core.php +++ b/dictionaries/ru.dictionary.itop.core.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/ru.dictionary.itop.ui.php b/dictionaries/ru.dictionary.itop.ui.php index 0c8565409..ac1a852ad 100644 --- a/dictionaries/ru.dictionary.itop.ui.php +++ b/dictionaries/ru.dictionary.itop.ui.php @@ -1,24 +1,27 @@ /** * Localized data * * @author Vladimir Shilov - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/tr.dictionary.itop.core.php b/dictionaries/tr.dictionary.itop.core.php index e84be2f2d..7554fe11a 100644 --- a/dictionaries/tr.dictionary.itop.core.php +++ b/dictionaries/tr.dictionary.itop.core.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/tr.dictionary.itop.ui.php b/dictionaries/tr.dictionary.itop.ui.php index a9fa328d1..83797a176 100644 --- a/dictionaries/tr.dictionary.itop.ui.php +++ b/dictionaries/tr.dictionary.itop.ui.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Izzet Sirin - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ////////////////////////////////////////////////////////////////////// diff --git a/dictionaries/zh.dictionary.itop.core.php b/dictionaries/zh.dictionary.itop.core.php index 2dc953f6b..8298a53f4 100644 --- a/dictionaries/zh.dictionary.itop.core.php +++ b/dictionaries/zh.dictionary.itop.core.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/dictionaries/zh.dictionary.itop.ui.php b/dictionaries/zh.dictionary.itop.ui.php index 54900893b..0a16f6bb6 100644 --- a/dictionaries/zh.dictionary.itop.ui.php +++ b/dictionaries/zh.dictionary.itop.ui.php @@ -1,24 +1,28 @@ + /** * Localized data * * @author Robert Deng - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/js/extkeywidget.js b/js/extkeywidget.js index 13a680deb..55fe177a4 100644 --- a/js/extkeywidget.js +++ b/js/extkeywidget.js @@ -1,17 +1,19 @@ -// Copyright (C) 2010 Combodo SARL +// Copyright (C) 2010-2012 Combodo SARL // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; version 3 of the License. +// This file is part of iTop. // -// This program is distributed in the hope that it will be useful, +// iTop is free software; you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// iTop is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// GNU Affero General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// You should have received a copy of the GNU Affero General Public License +// along with iTop. If not, see function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper, sAttCode, bSearchMode) { diff --git a/license.txt b/license.txt index 818433ecc..70eec1ee0 100755 --- a/license.txt +++ b/license.txt @@ -1,5 +1,5 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies @@ -7,17 +7,15 @@ Preamble - The GNU General Public License is a free, copyleft license for -software and other kinds of works. + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to +our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. +software for all its users. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you @@ -26,44 +24,34 @@ them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. The precise terms and conditions for copying, distribution and modification follow. @@ -72,7 +60,7 @@ modification follow. 0. Definitions. - "This License" refers to version 3 of the GNU General Public License. + "This License" refers to version 3 of the GNU Affero General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. @@ -549,35 +537,45 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - 13. Use with the GNU Affero General Public License. + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single +under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General +Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published +GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's +versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. @@ -635,40 +633,29 @@ the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + GNU Affero General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see +For more information on this, and how to apply and follow the GNU AGPL, see . - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/pages/UI.php b/pages/UI.php index 59e2e6b1f..75710fb1b 100644 --- a/pages/UI.php +++ b/pages/UI.php @@ -1,26 +1,27 @@ + /** * Main page of iTop * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** diff --git a/pages/UniversalSearch.php b/pages/UniversalSearch.php index c2e3d033a..39c8ecec5 100644 --- a/pages/UniversalSearch.php +++ b/pages/UniversalSearch.php @@ -1,26 +1,27 @@ + /** * Analytical search * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/pages/ajax.csvimport.php b/pages/ajax.csvimport.php index c27089e94..29227de1e 100644 --- a/pages/ajax.csvimport.php +++ b/pages/ajax.csvimport.php @@ -1,26 +1,26 @@ /** * Specific to the interactive csv import * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/pages/ajax.render.php b/pages/ajax.render.php index a98cb8a9e..7e70e160f 100644 --- a/pages/ajax.render.php +++ b/pages/ajax.render.php @@ -1,26 +1,27 @@ + /** * Handles various ajax requests * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/pages/audit.php b/pages/audit.php index cd9b6101b..f9eb316c4 100644 --- a/pages/audit.php +++ b/pages/audit.php @@ -1,26 +1,27 @@ + /** * Execute and shows the data quality audit * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** * Adds the context parameters to the audit query diff --git a/pages/csvimport.php b/pages/csvimport.php index 79a5f348c..b617a67e0 100644 --- a/pages/csvimport.php +++ b/pages/csvimport.php @@ -1,27 +1,27 @@ /** * CSV Import Page * Wizard to import CSV (or TSV) data into the database * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ try { diff --git a/pages/graphviz.php b/pages/graphviz.php index 80766d10b..53e089fad 100644 --- a/pages/graphviz.php +++ b/pages/graphviz.php @@ -1,26 +1,27 @@ + /** * Renders a graph of the class' lifecycle as a png (directly in the HTTP response) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/pages/logoff.php b/pages/logoff.php index 61b12f67b..b1fcf91aa 100644 --- a/pages/logoff.php +++ b/pages/logoff.php @@ -1,18 +1,20 @@ require_once('../approot.inc.php'); require_once(APPROOT.'/application/application.inc.php'); diff --git a/pages/navigator.php b/pages/navigator.php index 6eed9cae1..92b28feac 100755 --- a/pages/navigator.php +++ b/pages/navigator.php @@ -1,18 +1,21 @@ + /** * Display the Flash navigator, in the whole pane diff --git a/pages/opensearch.xml.php b/pages/opensearch.xml.php index 49c043fec..aab0ab646 100644 --- a/pages/opensearch.xml.php +++ b/pages/opensearch.xml.php @@ -1,26 +1,27 @@ + /** * ??? * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); require_once(APPROOT.'/application/application.inc.php'); diff --git a/pages/preferences.php b/pages/preferences.php index 56ea5971d..714809b2f 100644 --- a/pages/preferences.php +++ b/pages/preferences.php @@ -1,27 +1,27 @@ /** * User preferences page * Displays / edit some user preferences * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); require_once(APPROOT.'/application/application.inc.php'); diff --git a/pages/run_query.php b/pages/run_query.php index 33cdb7a32..d6ba4a765 100644 --- a/pages/run_query.php +++ b/pages/run_query.php @@ -1,26 +1,27 @@ + /** * Tools to design OQL queries and test them * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/pages/schema.php b/pages/schema.php index 2e48ad6d5..004ea444b 100644 --- a/pages/schema.php +++ b/pages/schema.php @@ -1,26 +1,27 @@ + /** * Presentation of the data model * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/pages/xml.navigator.php b/pages/xml.navigator.php index e543fb0c2..842872184 100755 --- a/pages/xml.navigator.php +++ b/pages/xml.navigator.php @@ -1,27 +1,28 @@ + /** * Specific page to build the XML data describing the "relation" around a given seed object * This XML is desgined to be consumed by the Flash Navigator object (see ../navigator folder) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/portal/index.php b/portal/index.php index 62ab4d48c..a8c13f861 100644 --- a/portal/index.php +++ b/portal/index.php @@ -1,26 +1,26 @@ /** * iTop User Portal main page * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); require_once(APPROOT.'/application/application.inc.php'); diff --git a/setup/ajax.dataloader.php b/setup/ajax.dataloader.php index 934a633ba..8dc15ea82 100644 --- a/setup/ajax.dataloader.php +++ b/setup/ajax.dataloader.php @@ -1,26 +1,27 @@ + /** * Does load data from XML files (currently used in the setup only) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** diff --git a/setup/applicationinstaller.class.inc.php b/setup/applicationinstaller.class.inc.php index ad62758ab..eb10afd42 100644 --- a/setup/applicationinstaller.class.inc.php +++ b/setup/applicationinstaller.class.inc.php @@ -1,18 +1,20 @@ require_once(APPROOT.'setup/parameters.class.inc.php'); require_once(APPROOT.'setup/xmldataloader.class.inc.php'); @@ -28,10 +30,8 @@ require_once(APPROOT.'setup/backup.class.inc.php'); * while displaying a progress bar, or in an unattended manner * (for example from the command line), to run all the steps * in one go. - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html GPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class ApplicationInstaller diff --git a/setup/backup.class.inc.php b/setup/backup.class.inc.php index 26f72abc8..0db2f8319 100644 --- a/setup/backup.class.inc.php +++ b/setup/backup.class.inc.php @@ -1,18 +1,20 @@ class BackupException extends Exception diff --git a/setup/compiler.class.inc.php b/setup/compiler.class.inc.php index a801346e4..ee9845d54 100644 --- a/setup/compiler.class.inc.php +++ b/setup/compiler.class.inc.php @@ -1,18 +1,20 @@ require_once(APPROOT.'setup/setuputils.class.inc.php'); @@ -216,8 +218,8 @@ EOF; // $sId = $sModuleName; $sCurrDate = date(DATE_ISO8601); - $sAuthor = 'Combodo compiler'; - $sLicence = 'http://www.opensource.org/licenses/gpl-3.0.html LGPL'; + $sAuthor = 'iTop compiler'; + $sLicence = 'http://opensource.org/licenses/AGPL-3.0'; $sFileHeader = << + /** * Emailing: helper for the admins to troubleshoot email issues * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** diff --git a/setup/index-old.php b/setup/index-old.php index fe01f1749..71f3bb96d 100644 --- a/setup/index-old.php +++ b/setup/index-old.php @@ -1,26 +1,26 @@ /** * Wizard to configure and initialize the iTop application * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/setup/index.php b/setup/index.php index b3b331265..6372e2f1b 100644 --- a/setup/index.php +++ b/setup/index.php @@ -1,26 +1,26 @@ /** * Wizard to configure and initialize the iTop application * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/setup/licenses/community-licences.xml b/setup/licenses/community-licences.xml index a35a895b0..21e5975a7 100644 --- a/setup/licenses/community-licences.xml +++ b/setup/licenses/community-licences.xml @@ -2,29 +2,44 @@ iTop - Combodo SARL - GPL v3 - GNU GENERAL PUBLIC LICENSE -

Version 3, 29 June 2007

+ 2010-2012 Combodo SARL + AGPL v3 + iTop - IT Operational Portal +
+   Copyright (C) 2010-2012  Combodo SARL
 
-

Copyright © 2007 Free Software Foundation, Inc. - <http://fsf.org/>

+ This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See below + for more details. +

+
+

GNU AFFERO GENERAL PUBLIC LICENSE

+

Version 3, 19 November 2007

+ +

Copyright © 2007 Free Software Foundation, +Inc. <http://fsf.org/> +
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

Preamble

-

The GNU General Public License is a free, copyleft license for -software and other kinds of works.

+

The GNU Affero General Public License is a free, copyleft license +for software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software.

-

The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too.

+

The licenses for most software and other practical works are +designed to take away your freedom to share and change the works. By +contrast, our General Public Licenses are intended to guarantee your +freedom to share and change all versions of a program--to make sure it +remains free software for all its users.

When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you @@ -33,44 +48,34 @@ them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.

-

To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others.

+

Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software.

-

For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights.

+

A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public.

-

Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it.

+

The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version.

-

For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions.

- -

Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users.

- -

Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free.

+

An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license.

The precise terms and conditions for copying, distribution and modification follow.

@@ -79,35 +84,36 @@ modification follow.

0. Definitions.

-

“This License” refers to version 3 of the GNU General Public License.

+

"This License" refers to version 3 of the GNU Affero General Public +License.

-

“Copyright” also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks.

- -

“The Program” refers to any copyrightable work licensed under this -License. Each licensee is addressed as “you”. “Licensees” and -“recipients” may be individuals or organizations.

+

"Copyright" also means copyright-like laws that apply to other kinds +of works, such as semiconductor masks.

-

To “modify” a work means to copy from or adapt all or part of the work +

"The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations.

+ +

To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a “modified version” of the -earlier work or a work “based on” the earlier work.

+exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work.

-

A “covered work” means either the unmodified Program or a work based +

A "covered work" means either the unmodified Program or a work based on the Program.

-

To “propagate” a work means to do anything with it that, without +

To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.

-

To “convey” a work means any kind of propagation that enables other +

To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.

-

An interactive user interface displays “Appropriate Legal Notices” +

An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the @@ -118,27 +124,27 @@ menu, a prominent item in the list meets this criterion.

1. Source Code.

-

The “source code” for a work means the preferred form of the work -for making modifications to it. “Object code” means any non-source +

The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source form of a work.

-

A “Standard Interface” means an interface that either is an official +

A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.

-

The “System Libraries” of an executable work include anything, other +

The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A -“Major Component”, in this context, means a major essential component +"Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.

-

The “Corresponding Source” for a work in object code form means all +

The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's @@ -219,13 +225,14 @@ produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:

    +
  • a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
  • b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to - “keep intact all notices”.
  • + "keep intact all notices".
  • c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This @@ -239,13 +246,14 @@ terms of section 4, provided that you also meet all of these conditions:

    Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
  • +

A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an -“aggregate” if the compilation and its resulting copyright are not +"aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other @@ -259,6 +267,7 @@ machine-readable Corresponding Source under the terms of this License, in one of these ways:

    +
  • a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium @@ -299,18 +308,19 @@ in one of these ways:

    you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
  • +

A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.

-

A “User Product” is either (1) a “consumer product”, which means any +

A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, “normally used” refers to a +product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product @@ -318,7 +328,7 @@ is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.

-

“Installation Information” for a User Product means any methods, +

"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must @@ -353,7 +363,7 @@ unpacking, reading or copying.

7. Additional Terms.

-

“Additional permissions” are terms that supplement the terms of this +

"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent @@ -374,6 +384,7 @@ add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:

    +
  • a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
  • @@ -396,17 +407,18 @@ that material) supplement the terms of this License with terms:

    it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. +
-

All other non-permissive additional terms are considered “further -restrictions” within the meaning of section 10. If the Program as you +

All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying.

+governed by this License along with a term that is a further restriction, +you may remove that term. If a license document contains a further +restriction but permits relicensing or conveying under this License, you +may add to a covered work material governed by the terms of that license +document, provided that the further restriction does not survive such +relicensing or conveying.

If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the @@ -463,7 +475,7 @@ receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.

-

An “entity transaction” is a transaction transferring control of an +

An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that @@ -483,17 +495,17 @@ sale, or importing the Program or any portion of it.

11. Patents.

-

A “contributor” is a copyright holder who authorizes use under this +

A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's “contributor version”.

+work thus licensed is called the contributor's "contributor version".

-

A contributor's “essential patent claims” are all patent claims +

A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For -purposes of this definition, “control” includes the right to grant +purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.

@@ -502,10 +514,10 @@ patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.

-

In the following three paragraphs, a “patent license” is any express +

In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to -sue for patent infringement). To “grant” such a patent license to a +sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.

@@ -517,12 +529,12 @@ then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent -license to downstream recipients. “Knowingly relying” means you have +license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.

- +

If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties @@ -531,7 +543,7 @@ or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.

-

A patent license is “discriminatory” if it does not include within +

A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered @@ -562,37 +574,47 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.

-

13. Use with the GNU Affero General Public License.

+

13. Remote Network Interaction; Use with the GNU General Public License.

-

Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such.

+

Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph.

+ +

Notwithstanding any other provision of this License, you have permission +to link or combine any covered work with a work licensed under version 3 +of the GNU General Public License into a single combined work, and to +convey the resulting work. The terms of this License will continue to +apply to the part which is the covered work, but the work with which it is +combined will remain governed by version 3 of the GNU General Public +License.

14. Revised Versions of this License.

The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns.

+the GNU Affero General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may differ +in detail to address new problems or concerns.

Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License “or any later version” applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation.

+Program specifies that a certain numbered version of the GNU Affero +General Public License "or any later version" applies to it, you have +the option of following the terms and conditions either of that +numbered version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number +of the GNU Affero General Public License, you may choose any version +ever published by the Free Software Foundation.

If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program.

+versions of the GNU Affero General Public License can be used, that +proxy's public statement of acceptance of a version permanently +authorizes you to choose that version for the Program.

Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any @@ -603,7 +625,7 @@ later version.

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM @@ -642,102 +664,40 @@ free software which everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least -the “copyright” line and a pointer to where the full notice is found.

+the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
     Copyright (C) <year>  <name of author>
 
     This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
+    it under the terms of the GNU Affero General Public License as
+    published by the Free Software Foundation, either version 3 of the
+    License, or (at your option) any later version.
 
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Affero General Public License for more details.
 
-    You should have received a copy of the GNU General Public License
+    You should have received a copy of the GNU Affero General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 

Also add information on how to contact you by electronic and paper mail.

-

If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode:

- -
    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
- -

The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an “about box”.

+

If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements.

You should also get your employer (if you work as a programmer) or school, -if any, to sign a “copyright disclaimer” for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see <http://www.gnu.org/licenses/>.

- -

The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -<http://www.gnu.org/philosophy/why-not-lgpl.html>.

]]>
-
- - jQuery, jQuery UI - the jQuery Foundation - MIT - Copyright 2012 jQuery Foundation and other contributors -http://jquery.com/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.]]> - - - The jQuery tooltip plugin - Craig Thompson - MIT - Copyright 2011 Craig Thomson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.]]> +]]> Swift Mailer diff --git a/setup/modelfactory.class.inc.php b/setup/modelfactory.class.inc.php index ec7db8ef2..b51553884 100644 --- a/setup/modelfactory.class.inc.php +++ b/setup/modelfactory.class.inc.php @@ -1,13 +1,26 @@ + /** * ModelFactory: in-memory manipulation of the XML MetaModel * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license Combodo Private + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/setup/modulediscovery.class.inc.php b/setup/modulediscovery.class.inc.php index 894ee4cd6..c8e761d81 100644 --- a/setup/modulediscovery.class.inc.php +++ b/setup/modulediscovery.class.inc.php @@ -1,18 +1,27 @@ + +/** + * ModuleDiscovery: list available modules + * + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 + */ class ModuleDiscovery { diff --git a/setup/moduleinstallation.class.inc.php b/setup/moduleinstallation.class.inc.php index 9e09e750f..f9ad1e77e 100644 --- a/setup/moduleinstallation.class.inc.php +++ b/setup/moduleinstallation.class.inc.php @@ -1,27 +1,28 @@ + /** * Persistent class Event and derived * Log of module installations * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class ModuleInstallation extends cmdbAbstractObject diff --git a/setup/moduleinstaller.class.inc.php b/setup/moduleinstaller.class.inc.php index a2b5b753d..90663c093 100644 --- a/setup/moduleinstaller.class.inc.php +++ b/setup/moduleinstaller.class.inc.php @@ -1,27 +1,28 @@ + /** * Class ModuleInstaller * Defines the API to implement module specific actions during the setup * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ abstract class ModuleInstallerAPI diff --git a/setup/runtimeenv.class.inc.php b/setup/runtimeenv.class.inc.php index 287113edf..f66b051fe 100644 --- a/setup/runtimeenv.class.inc.php +++ b/setup/runtimeenv.class.inc.php @@ -1,26 +1,27 @@ + /** - * Web page used for displaying the login form + * Manage a runtime environment * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."setup/modulediscovery.class.inc.php"); diff --git a/setup/setuppage.class.inc.php b/setup/setuppage.class.inc.php index 69b805a21..0f199fbda 100644 --- a/setup/setuppage.class.inc.php +++ b/setup/setuppage.class.inc.php @@ -1,26 +1,27 @@ + /** - * Web page used for displaying the login form + * Web page used for the setup * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT."/application/nicewebpage.class.inc.php"); diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index 773591756..43d7ec397 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -1,25 +1,25 @@ /** * The standardized result of any pass/fail check performed by the setup - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html GPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class CheckResult @@ -44,10 +44,8 @@ class CheckResult /** * Namespace for storing all the functions/utilities needed by both * the setup wizard and the installation process - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html GPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class SetupUtils diff --git a/setup/wizardcontroller.class.inc.php b/setup/wizardcontroller.class.inc.php index 276704dee..ca0ae3a09 100644 --- a/setup/wizardcontroller.class.inc.php +++ b/setup/wizardcontroller.class.inc.php @@ -1,18 +1,20 @@ /** * Engine for displaying the various pages of a "wizard" @@ -22,10 +24,8 @@ * The WizardController provides the "<< Back" feature by storing a stack * of the previous screens. The WizardController also maintains from page * to page a list of "parameters" to be dispayed/edited by each of the steps. - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html GPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ class WizardController @@ -337,10 +337,8 @@ on the page's parameters * If a step needs to maintain an internal "state" (for complex steps) * then it's up to the derived class to implement the behavior based on * the internal 'sCurrentState' variable. - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html GPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ abstract class WizardStep diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php index 47204560c..3449028da 100644 --- a/setup/wizardsteps.class.inc.php +++ b/setup/wizardsteps.class.inc.php @@ -1,25 +1,25 @@ /** * All the steps of the iTop installation wizard - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html GPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'setup/setuputils.class.inc.php'); diff --git a/setup/xmldataloader.class.inc.php b/setup/xmldataloader.class.inc.php index a5d8fce38..11a36ba4f 100644 --- a/setup/xmldataloader.class.inc.php +++ b/setup/xmldataloader.class.inc.php @@ -1,26 +1,27 @@ + /** * Load XML data from a set of files * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ define ('KEYS_CACHE_FILE', APPROOT.'/keyscache.tmp'); diff --git a/synchro/priv_sync_chunk.php b/synchro/priv_sync_chunk.php index 132cd7d74..c34db14b2 100644 --- a/synchro/priv_sync_chunk.php +++ b/synchro/priv_sync_chunk.php @@ -1,26 +1,26 @@ /** * Internal: synchronize part of the records - cannot be invoked separately * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ if (!defined('__DIR__')) define('__DIR__', dirname(__FILE__)); diff --git a/synchro/replica.php b/synchro/replica.php index d4fa4f376..86be86c28 100644 --- a/synchro/replica.php +++ b/synchro/replica.php @@ -1,21 +1,26 @@ /** * Display and search synchro replicas + * + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); require_once(APPROOT.'/application/application.inc.php'); diff --git a/synchro/synchro_exec.php b/synchro/synchro_exec.php index 9d0025850..28e0af9e5 100644 --- a/synchro/synchro_exec.php +++ b/synchro/synchro_exec.php @@ -1,26 +1,26 @@ /** * Import web service * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/synchro/synchro_import.php b/synchro/synchro_import.php index 77769f9b4..135c16b09 100644 --- a/synchro/synchro_import.php +++ b/synchro/synchro_import.php @@ -1,26 +1,26 @@ /** * Data Exchange web service * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/synchro/synchrodatasource.class.inc.php b/synchro/synchrodatasource.class.inc.php index 7f74c0d9b..c4e472ec3 100644 --- a/synchro/synchrodatasource.class.inc.php +++ b/synchro/synchrodatasource.class.inc.php @@ -1,27 +1,27 @@ /** * Data Exchange - synchronization with external applications (incoming data) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/test/benchmark.php b/test/benchmark.php index 61f4efa0f..8b02e23d4 100644 --- a/test/benchmark.php +++ b/test/benchmark.php @@ -1,26 +1,27 @@ + /** * Page designed to help in benchmarkink the scalability of itop * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once('../approot.inc.php'); diff --git a/test/test.class.inc.php b/test/test.class.inc.php index ec31729f2..d93ec36e6 100644 --- a/test/test.class.inc.php +++ b/test/test.class.inc.php @@ -1,26 +1,26 @@ /** * Core automated tests - basics * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/test/test.php b/test/test.php index 7b57ca9b6..56a309f55 100644 --- a/test/test.php +++ b/test/test.php @@ -1,26 +1,27 @@ + /** * Core test page * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ ?> diff --git a/test/testlist.inc.php b/test/testlist.inc.php index 313c5bf6b..a92f753e7 100644 --- a/test/testlist.inc.php +++ b/test/testlist.inc.php @@ -1,26 +1,26 @@ /** * Core test list * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/webservices/backoffice.dataloader.php b/webservices/backoffice.dataloader.php index d303b626b..ece7b67f6 100644 --- a/webservices/backoffice.dataloader.php +++ b/webservices/backoffice.dataloader.php @@ -1,26 +1,27 @@ + /** * Does load data from XML files (currently used in the setup and the backoffice data loader utility) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ /** diff --git a/webservices/createfrommail.php b/webservices/createfrommail.php index a8a2eb8bb..14f7b65ff 100644 --- a/webservices/createfrommail.php +++ b/webservices/createfrommail.php @@ -1,18 +1,20 @@ /** * Specific page to read a mailbox using the POP3 protocol, get the incoming @@ -26,10 +28,8 @@ * Use this page as an example and feel free to tailor it to your needs, * especially the default settings for the ticket (see below) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Some PEAR includes that are required for reading emails diff --git a/webservices/cron.php b/webservices/cron.php index d3152ae4c..21f05f307 100644 --- a/webservices/cron.php +++ b/webservices/cron.php @@ -1,25 +1,26 @@ + /** * Heart beat of the application (process asynchron tasks such as broadcasting email) * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ if (!defined('__DIR__')) define('__DIR__', dirname(__FILE__)); diff --git a/webservices/export.php b/webservices/export.php index 21a7bba06..14faa9bd5 100644 --- a/webservices/export.php +++ b/webservices/export.php @@ -1,26 +1,27 @@ + /** * Export data specified by an OQL * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ if (!defined('__DIR__')) define('__DIR__', dirname(__FILE__)); diff --git a/webservices/import.php b/webservices/import.php index 4771a3e98..8140adc8a 100644 --- a/webservices/import.php +++ b/webservices/import.php @@ -1,26 +1,27 @@ + /** * Import web service * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // diff --git a/webservices/itop.wsdl.php b/webservices/itop.wsdl.php index aa71bb405..6d7d3148e 100644 --- a/webservices/itop.wsdl.php +++ b/webservices/itop.wsdl.php @@ -1,26 +1,26 @@ /** * Dynamic generation of the WSDL file for SOAP Web services * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ if (isset($_REQUEST['debug'])) diff --git a/webservices/itopsoap.examples.php b/webservices/itopsoap.examples.php index 08e191e35..9f4754b22 100644 --- a/webservices/itopsoap.examples.php +++ b/webservices/itopsoap.examples.php @@ -1,26 +1,27 @@ + /** * Shows a usage of the SOAP queries * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/webservices/itopsoaptypes.class.inc.php b/webservices/itopsoaptypes.class.inc.php index 5811236a3..852763311 100644 --- a/webservices/itopsoaptypes.class.inc.php +++ b/webservices/itopsoaptypes.class.inc.php @@ -1,26 +1,27 @@ + /** * Declarations required for the WSDL * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ diff --git a/webservices/soapserver.php b/webservices/soapserver.php index f2da61f9c..d2c21c47e 100644 --- a/webservices/soapserver.php +++ b/webservices/soapserver.php @@ -1,26 +1,27 @@ + /** * Handling of SOAP queries * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ // Important note: if some required includes are missing, this might result diff --git a/webservices/webservices.basic.php b/webservices/webservices.basic.php index da4de0ab1..5edddffea 100644 --- a/webservices/webservices.basic.php +++ b/webservices/webservices.basic.php @@ -1,26 +1,27 @@ + /** * Implementation of iTop SOAP services * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */ require_once(APPROOT.'/webservices/webservices.class.inc.php'); diff --git a/webservices/webservices.class.inc.php b/webservices/webservices.class.inc.php index 094923524..ddaa45b1d 100644 --- a/webservices/webservices.class.inc.php +++ b/webservices/webservices.class.inc.php @@ -1,26 +1,27 @@ + /** * Implementation of iTop SOAP services * - * @author Erwan Taloc - * @author Romain Quetiez - * @author Denis Flaven - * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL + * @copyright Copyright (C) 2010-2012 Combodo SARL + * @license http://opensource.org/licenses/AGPL-3.0 */