소스 검색

Fixed Character encoding issues in the Hungarian translation.

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

+ 2 - 2
modules/authent-ldap/hu.dict.authent-ldap.php

@@ -19,9 +19,9 @@
  */
 
 Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
-	'Class:UserLDAP' => 'LDAP felhaszn‡l—',
+	'Class:UserLDAP' => 'LDAP felhasználó',
 	'Class:UserLDAP+' => '',
-	'Class:UserLDAP/Attribute:password' => 'Jelsz',
+	'Class:UserLDAP/Attribute:password' => 'Jelszó',
 	'Class:UserLDAP/Attribute:password+' => '',
 ));
 ?>

+ 2 - 2
modules/authent-local/hu.dict.authent-local.php

@@ -19,9 +19,9 @@
  */
 
 Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
-	'Class:UserLocal' => 'iTop felhaszn‡l—',
+	'Class:UserLocal' => 'iTop felhasználó',
 	'Class:UserLocal+' => '',
-	'Class:UserLocal/Attribute:password' => 'Jelsz',
+	'Class:UserLocal/Attribute:password' => 'Jelszó',
 	'Class:UserLocal/Attribute:password+' => '',
 ));
 ?>