mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
Bug #3157 - The string 'fullnamedisplay' shouldn't be translated
This commit is contained in:
parent
df2ac2263e
commit
5a3fdb6a7a
13 changed files with 13 additions and 13 deletions
|
@ -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'] = '그 기능은 현재 사용할 수 없음';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue