Browse Source

Fixed messed up dictionaries.
1) In english, we have the following:
- Delivery model class shown in japanese
- Server, Person and Subnet additional tabs shown in french
- Known errors menus shown in french
2) In ? we have the Attachments in german (but it is ok in english, for my installation...)


git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2458 a333f486-631f-4898-b8df-5754b55c2be0

romainq 12 years ago
parent
commit
4661a53e3f

+ 1 - 1
datamodels/1.x/itop-attachments/de.dict.attachments.php

@@ -25,7 +25,7 @@
  * @license     http://opensource.org/licenses/AGPL-3.0
  */
 
-Dict::Add('EN US', 'English', 'English', array(
+Dict::Add('DE DE', 'German', 'Deutsch', array(
 	'Attachments:TabTitle_Count' => 'Attachments (%1$d)',
 	'Attachments:EmptyTabTitle' => 'Attachments',
 	'Attachments:FieldsetTitle' => 'Attachments',

+ 1 - 1
datamodels/2.x/itop-attachments/de.dict.attachments.php

@@ -25,7 +25,7 @@
  * @license     http://opensource.org/licenses/AGPL-3.0
  */
 
-Dict::Add('EN US', 'English', 'English', array(
+Dict::Add('DE DE', 'German', 'Deutsch', array(
 	'Attachments:TabTitle_Count' => 'Attachments (%1$d)',
 	'Attachments:EmptyTabTitle' => 'Attachments',
 	'Attachments:FieldsetTitle' => 'Attachments',

+ 1 - 1
datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php

@@ -1758,7 +1758,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
 
 // Add translation for Fieldsets
 
-Dict::Add('EN US', 'English', 'English', array(
+Dict::Add('FR FR', 'French', 'Français', array(
 'Server:baseinfo' => 'Informations générales',
 'Server:Date' => 'Date',
 'Server:moreinfo' => 'Informations complémentaires',

+ 1 - 1
datamodels/2.x/itop-knownerror-mgmt/fr.dict.itop-knownerror-mgmt.php

@@ -144,7 +144,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
 	'Class:FAQCategory/Attribute:faq_list+' => '',
 ));
 
-Dict::Add('FR FR', 'English', 'English', array(
+Dict::Add('FR FR', 'French', 'Français', array(
 	'Menu:NewError' => 'Nouvelle erreur connue',
 	'Menu:NewError+' => 'Créer une erreur connue',
 	'Menu:SearchError' => 'Rechercher une erreur connue',

+ 1 - 1
datamodels/2.x/itop-service-mgmt/ja.dict.itop-service-mgmt.php

@@ -474,7 +474,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
 // Class: DeliveryModel
 //
 
-Dict::Add('EN US', 'English', 'English', array(
+Dict::Add('JA JP', 'Japanese', '日本語', array(
 	'Class:DeliveryModel' => '提供モデル',
 	'Class:DeliveryModel+' => '',
 	'Class:DeliveryModel/Attribute:name' => '名前',