Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
9e496d6358

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