", T('This is the text you submitted:'), "
", &GetTextArea('newtext', $newText, $editRows, $editCols), "
\n"; ############### ### added by gypark ### conflict 발생시 양쪽의 입력을 비교 my $conflictdiff = &GetDiff($oldText, $newText, 1); $conflictdiff = T('No diff available.') if ($conflictdiff eq ""); print "\n
", T('This is the difference between the saved text and your text:'), "
", &DiffToHTML($conflictdiff), "
\n"; ### ############### } ... } }}} : translation/korean.pl {{{ ... This is the difference between the saved text and your text: 다음은 저장된 내용과 귀하가 작성한 내용 중 서로 다른 부분입니다: ... }}} ---- [[위키위키분류]]