浏览代码

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+' => '',
 ));
 ?>