Bug #3157 - The string 'fullnamedisplay' shouldn't be translated

This commit is contained in:
koenr 2005-05-08 15:49:36 +00:00
parent df2ac2263e
commit 5a3fdb6a7a
13 changed files with 13 additions and 13 deletions

View file

@ -430,7 +430,7 @@ $string['frontpageformat'] = '
$string['frontpagenews'] = '새로운 아이템 보기';
$string['fulllistofcourses'] = '모든 배움터';
$string['fullname'] = '이름 전체';
$string['fullnamedisplay'] = '$a->이름 $a->성';
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
$string['fullprofile'] = '개인정보 전체';
$string['fullsitename'] = '사이트 이름 전체';
$string['functiondisabled'] = '그 기능은 현재 사용할 수 없음';