www.gusucode.com > Elgg PHP开源SNS系统 V1.12.5源码程序 > elgg-1.12.5/mod/reportedcontent/languages/ko.php

    <?php
return array(

	'item:object:reported_content' => '신고된 항목',
	'admin:administer_utilities:reportedcontent' => '신고된 내용',
	'reportedcontent' => '신고된 내용',
	'reportedcontent:this' => '이것을 신고합니다',
	'reportedcontent:this:tooltip' => '관리자에게 이 페이지를 신고합니다',
	'reportedcontent:none' => '신고된 내용이 없습니다',
	'reportedcontent:report' => '관리자에게 신고',
	'reportedcontent:deleted' => '신고된 내용이 삭제되었습니다',
	'reportedcontent:notdeleted' => '이 신고를 제거할 수 없습니다.',
	'reportedcontent:delete' => '신고 제거',
	'reportedcontent:areyousure' => '정말로 제거하기를 원합니까?',
	'reportedcontent:archive' => '신고를 저장합니다',
	'reportedcontent:archived' => '신고가 저장되었습니다',
	'reportedcontent:visit' => '신고된 항목 방문',
	'reportedcontent:by' => '신고자',
	'reportedcontent:objecttitle' => '페이지 제목',
	'reportedcontent:objecturl' => '페이지 주소',
	'reportedcontent:reason' => '신고 이유',
	'reportedcontent:description' => '왜 이것을 신고합니까?',
	'reportedcontent:address' => '항목의 위치',
	'reportedcontent:success' => '관리자에게 신고가 보내졌습니다.',
	'reportedcontent:failing' => '신고를 보낼 수 없었습니다.',
	'reportedcontent:refresh' => 'Refresh this listing',
	'reportedcontent:report' => '관리자에게 신고',
	'reportedcontent:instructions' => '검토를 위해 신고내용이 관리자에게 보내질 것입니다.',
	'reportedcontent:numbertodisplay' => '표시할 신고의 개수',
	'reportedcontent:widget:description' => '신고된 내용 표시',
	'reportedcontent:user' => '사용자 신고',

	'reportedcontent:failed' => '죄송합니다. 이 내용을 신고하는데 실패하였습니다.',
	'reportedcontent:notarchived' => '이 신고를 저장할 수 없었습니다',
);