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:
Romain Quetiez
2012-11-22 09:08:41 +00:00
parent 27619a9118
commit 9bc263b106
5 changed files with 5 additions and 5 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -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' => '名前',