소스 검색

Dictionnaries fix !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@862 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 년 전
부모
커밋
9ada89e23b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      modules/authent-external/fr.dict.authent-external.php
  2. 1 1
      modules/authent-ldap/fr.dict.authent-ldap.php

+ 1 - 1
modules/authent-external/fr.dict.authent-external.php

@@ -37,7 +37,7 @@
 // Class: UserExternal
 //
 
-Dict::Add('EN US', 'French', 'Français', array(
+Dict::Add('FR FR', 'French', 'Français', array(
 	'Class:UserExternal' => 'Utilisateur externe à iTop',
 	'Class:UserExternal+' => 'Utilisateur authentifié à l\'extérieur d\'iTop',
 ));

+ 1 - 1
modules/authent-ldap/fr.dict.authent-ldap.php

@@ -37,7 +37,7 @@
 // Class: UserLDAP
 //
 
-Dict::Add('EN US', 'French', 'Français', array(
+Dict::Add('FR FR', 'French', 'Français', array(
 	'Class:UserLDAP' => 'Utilisateur iTop',
 	'Class:UserLDAP+' => 'Utilisateur authentifié par iTop',
 	'Class:UserLDAP/Attribute:password' => 'Mot de passe LDAP',