[otrs-cvs] ITSMConfigurationManagement/Kernel/Language nb_NO_ITSMConfigItem.pm, 1.2.2.1, 1.2.2.2 fa_ITSMConfigItem.pm, 1.9.4.1, 1.9.4.2 cs_ITSMConfigItem.pm, 1.6.2.1, 1.6.2.2 de_ITSMConfigItem.pm, 1.15.2.1, 1.15.2.2 ja_ITSMConfigItem.pm, 1.1.4.1, 1.1.4.2 bg_ITSMConfigItem.pm, 1.12.2.1, 1.12.2.2 it_ITSMConfigItem.pm, 1.9.2.1, 1.9.2.2 es_ITSMConfigItem.pm, 1.13.2.1, 1.13.2.2 pl_ITSMConfigItem.pm, 1.12.2.1, 1.12.2.2 da_ITSMConfigItem.pm, 1.8.2.1, 1.8.2.2 fr_ITSMConfigItem.pm, 1.9.2.1, 1.9.2.2 pt_BR_ITSMConfigItem.pm, 1.9.2.1, 1.9.2.2 nl_ITSMConfigItem.pm, 1.9.2.1, 1.9.2.2 ru_ITSMConfigItem.pm, 1.11.2.1, 1.11.2.2 zh_CN_ITSMConfigItem.pm, 1.9.2.1, 1.9.2.2
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMConfigurationManagement/Kernel/Language
In directory lancelot:/tmp/cvs-serv31550/Kernel/Language
Modified Files:
Tag: rel-3_1
nb_NO_ITSMConfigItem.pm fa_ITSMConfigItem.pm
cs_ITSMConfigItem.pm de_ITSMConfigItem.pm ja_ITSMConfigItem.pm
bg_ITSMConfigItem.pm it_ITSMConfigItem.pm es_ITSMConfigItem.pm
pl_ITSMConfigItem.pm da_ITSMConfigItem.pm fr_ITSMConfigItem.pm
pt_BR_ITSMConfigItem.pm nl_ITSMConfigItem.pm
ru_ITSMConfigItem.pm zh_CN_ITSMConfigItem.pm
Log Message:
Added new optional sysconfig option to check if config item names are unique.
Author: ub
Index: nb_NO_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/nb_NO_ITSMConfigItem.pm,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -2 -u -d -r1.2.2.1 -r1.2.2.2
--- nb_NO_ITSMConfigItem.pm 30 Nov 2012 17:07:56 -0000 1.2.2.1
+++ nb_NO_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.2.2.2
@@ -158,4 +158,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'Navnet til denne konfigurasjonsenheten';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Produksjonssettingstilstand';
$Self->{Translation}->{'Incident State'} = 'Hendelsestilstand';
@@ -196,4 +198,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -216,4 +220,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: fa_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/fa_ITSMConfigItem.pm,v
retrieving revision 1.9.4.1
retrieving revision 1.9.4.2
diff -2 -u -d -r1.9.4.1 -r1.9.4.2
--- fa_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.9.4.1
+++ fa_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.9.4.2
@@ -158,4 +158,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'نام این آیتمهای پیکربندی';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'وضعیت نصب';
$Self->{Translation}->{'Incident State'} = 'وضعیت رخداد';
@@ -197,4 +199,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -217,4 +221,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: cs_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/cs_ITSMConfigItem.pm,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -2 -u -d -r1.6.2.1 -r1.6.2.2
--- cs_ITSMConfigItem.pm 30 Nov 2012 17:07:56 -0000 1.6.2.1
+++ cs_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.6.2.2
@@ -159,4 +159,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'Jméno této Konfig. Položky';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Stav Nasazení';
$Self->{Translation}->{'Incident State'} = 'Stav Incidentu';
@@ -199,4 +201,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -219,4 +223,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: de_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/de_ITSMConfigItem.pm,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -2 -u -d -r1.15.2.1 -r1.15.2.2
--- de_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.15.2.1
+++ de_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.15.2.2
@@ -159,4 +159,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'Der Name dieses Config Items';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ 'Name wird bereits von den ConfigItems mit den folgenden IDs verwendet: %s';
$Self->{Translation}->{'Deployment State'} = 'Verwendungsstatus';
$Self->{Translation}->{'Incident State'} = 'Vorfallsstatus';
@@ -197,4 +199,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ 'Prüfe Namen auf Eindeutigkeit innerhalb der selben ConfigItem-Klasse oder global, d.h. es werden alle ConfigItems jeglicher ConfigItem-Klasse bei der Prüfung auf einen eindeutigen Namen berücksichtigt.';
$Self->{Translation}->{'Config Items'} = 'Config Items';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -217,4 +221,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '(De-)Aktiviert die Funktionalität um ConfigItems auf eindeutige Namen zu überprüfen. Bevor Sie diese Option aktivieren, sollten Sie Ihr System auf bereits vorhandene ConfigItems mit gleichem Namen überprüfen. Sie können dies mit Hilfe des scripts bin/otrs.ITSMConfigItemListDuplicates.pl tun.';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: ja_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/ja_ITSMConfigItem.pm,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -2 -u -d -r1.1.4.1 -r1.1.4.2
--- ja_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.1.4.1
+++ ja_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.1.4.2
@@ -136,4 +136,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = '';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
# Template: AgentITSMConfigItemHistory
@@ -172,4 +174,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -189,4 +193,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: bg_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/bg_ITSMConfigItem.pm,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -2 -u -d -r1.12.2.1 -r1.12.2.2
--- bg_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.12.2.1
+++ bg_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.12.2.2
@@ -158,4 +158,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = '';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = '';
$Self->{Translation}->{'Incident State'} = '';
@@ -198,4 +200,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -218,4 +222,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: it_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/it_ITSMConfigItem.pm,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -2 -u -d -r1.9.2.1 -r1.9.2.2
--- it_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.9.2.1
+++ it_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.9.2.2
@@ -158,4 +158,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'Il nome di questo elemento di configurazione';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Stato di implementazione';
$Self->{Translation}->{'Incident State'} = 'Stato dell\'Incidente';
@@ -197,4 +199,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -217,4 +221,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: es_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/es_ITSMConfigItem.pm,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -2 -u -d -r1.13.2.1 -r1.13.2.2
--- es_ITSMConfigItem.pm 30 Nov 2012 17:07:56 -0000 1.13.2.1
+++ es_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.13.2.2
@@ -158,4 +158,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'El nombre de este elemento de configuración';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Estado de la Implementación';
$Self->{Translation}->{'Incident State'} = 'Estado del Incidente';
@@ -197,4 +199,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -217,4 +221,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = 'Módulo para verificar el grupo responsable de una clase.';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
@@ -267,4 +273,5 @@
# OBSOLETE ENTRIES FOR REFERENCE, DO NOT TRANSLATE!
#
+
}
Author: ub
Index: pl_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/pl_ITSMConfigItem.pm,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -2 -u -d -r1.12.2.1 -r1.12.2.2
--- pl_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.12.2.1
+++ pl_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.12.2.2
@@ -159,4 +159,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'Nazwa tego CI';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Stan wdrożenia';
$Self->{Translation}->{'Incident State'} = 'Stan zdarzenia';
@@ -197,4 +199,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -217,4 +221,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: da_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/da_ITSMConfigItem.pm,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -2 -u -d -r1.8.2.1 -r1.8.2.2
--- da_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.8.2.1
+++ da_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.8.2.2
@@ -159,4 +159,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'Navnet på denne Config Item';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Deployment tilstand';
$Self->{Translation}->{'Incident State'} = 'Incident tilstand';
@@ -198,4 +200,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -218,4 +222,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: fr_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/fr_ITSMConfigItem.pm,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -2 -u -d -r1.9.2.1 -r1.9.2.2
--- fr_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.9.2.1
+++ fr_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.9.2.2
@@ -159,4 +159,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'Le nom de cet élément de configuration';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Etat de déploiement';
$Self->{Translation}->{'Incident State'} = 'Etat de l\'incident';
@@ -197,4 +199,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -217,4 +221,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: pt_BR_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/pt_BR_ITSMConfigItem.pm,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -2 -u -d -r1.9.2.1 -r1.9.2.2
--- pt_BR_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.9.2.1
+++ pt_BR_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.9.2.2
@@ -159,4 +159,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'O nome deste item de configuração';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Estado de Implantação';
$Self->{Translation}->{'Incident State'} = 'Estado de Incidente';
@@ -197,4 +199,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -217,4 +221,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'Define as colunas mostradas na busca de item de configuração. Esta opção não tem efeito sobre a posição da coluna.';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = 'Módulo para verificar o grupo responsável por uma classe.';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
@@ -267,4 +273,5 @@
# OBSOLETE ENTRIES FOR REFERENCE, DO NOT TRANSLATE!
#
+
}
Author: ub
Index: nl_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/nl_ITSMConfigItem.pm,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -2 -u -d -r1.9.2.1 -r1.9.2.2
--- nl_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.9.2.1
+++ nl_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.9.2.2
@@ -159,4 +159,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'De naam van dit configuratie-item';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Status';
$Self->{Translation}->{'Incident State'} = 'Incidentstatus';
@@ -196,4 +198,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = 'Configuratie-items';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -216,4 +220,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: ru_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/ru_ITSMConfigItem.pm,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -2 -u -d -r1.11.2.1 -r1.11.2.2
--- ru_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.11.2.1
+++ ru_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.11.2.2
@@ -159,4 +159,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = 'Имя этого учетного элемента';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = 'Состояние использования';
$Self->{Translation}->{'Incident State'} = 'Состояние инцидента';
@@ -196,4 +198,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -216,4 +220,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
Author: ub
Index: zh_CN_ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Language/zh_CN_ITSMConfigItem.pm,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -2 -u -d -r1.9.2.1 -r1.9.2.2
--- zh_CN_ITSMConfigItem.pm 30 Nov 2012 17:07:57 -0000 1.9.2.1
+++ zh_CN_ITSMConfigItem.pm 30 Nov 2012 19:47:44 -0000 1.9.2.2
@@ -159,4 +159,6 @@
# Template: AgentITSMConfigItemEdit
$Self->{Translation}->{'The name of this config item'} = '为这个配置项命名';
+ $Self->{Translation}->{'Name is already in use by the ConfigItems with the following ID(s): %s'} =
+ '';
$Self->{Translation}->{'Deployment State'} = '部署状态';
$Self->{Translation}->{'Incident State'} = '事件状态';
@@ -197,4 +199,6 @@
# SysConfig
+ $Self->{Translation}->{'Check for a unique name only within the same ConfigItem class (\'class\') or globally (\'global\'), which means every existing ConfigItem is taken into account when looking for duplicates.'} =
+ '';
$Self->{Translation}->{'Config Items'} = '';
$Self->{Translation}->{'Config item event module that enables logging to history in the agent interface.'} =
@@ -217,4 +221,6 @@
$Self->{Translation}->{'Defines the shown columns in the config item search. This option has no effect on the position of the column.'} =
'';
+ $Self->{Translation}->{'Enables/disables the functionality to check ConfigItems for unique names. Before enabling this option you should check your system for already existing config items with duplicate names. You can do this with the script bin/otrs.ITSMConfigItemListDuplicates.pl.'} =
+ '';
$Self->{Translation}->{'Module to check the group responsible for a class.'} = '';
$Self->{Translation}->{'Module to check the group responsible for a configuration item.'} =
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log