mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
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...) SVN:trunk[2458]
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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' => '名前',
|
||||
|
||||
Reference in New Issue
Block a user