#19055341 Fixed : 댓글에 텍스트가 없는 경우 관리자 댓글 도구에서 댓글을 확인할 수 없는 문제

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7732 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-09-28 21:02:51 +00:00
parent 042941cd07
commit 3565c69f39
10 changed files with 20 additions and 1 deletions

View file

@ -28,4 +28,6 @@
'last_update' => 'Last update',
'ipaddress' => 'IP Address',
);
$lang->no_text_comment = 'No text in this comment.';
?>

View file

@ -28,4 +28,6 @@
'last_update' => 'Ultima actualización',
'ipaddress' => 'Dirección IP',
);
$lang->no_text_comment = 'No text in this comment.';
?>

View file

@ -29,4 +29,6 @@
'last_update' => 'Mise à Jour',
'ipaddress' => 'Adresse IP',
);
$lang->no_text_comment = 'No text in this comment.';
?>

View file

@ -29,4 +29,6 @@
'last_update' => '最終更新日 ',
'ipaddress' => 'IPアドレス',
);
$lang->no_text_comment = 'No text in this comment.';
?>

View file

@ -29,4 +29,6 @@
'last_update' => '최근수정일 ',
'ipaddress' => 'IP 주소',
);
$lang->no_text_comment = '텍스트가 없는 댓글입니다.';
?>

View file

@ -29,4 +29,6 @@
'last_update' => 'Дата последнего обновления',
'ipaddress' => 'IP-адрес',
);
$lang->no_text_comment = 'No text in this comment.';
?>

View file

@ -30,4 +30,6 @@
'last_update' => 'Cập nhật lần cuối',
'ipaddress' => 'IP',
);
$lang->no_text_comment = 'No text in this comment.';
?>

View file

@ -29,4 +29,6 @@
'last_update' => '最后更新 ',
'ipaddress' => 'IP 地址',
);
$lang->no_text_comment = 'No text in this comment.';
?>

View file

@ -29,4 +29,6 @@
'last_update' => '最後更新',
'ipaddress' => 'IP位址',
);
$lang->no_text_comment = 'No text in this comment.';
?>