# Korean translation of Devel (5.x-0.4)
# Copyright (c) 2011 by the Korean translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Devel (5.x-0.4)\n"
"POT-Creation-Date: 2011-04-07 18:37+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Korean\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

msgid "delete"
msgstr "삭제"
msgid "Delete"
msgstr "삭제"
msgid "Submit"
msgstr "전송"
msgid "Operations"
msgstr "작업"
msgid "Value"
msgstr "값"
msgid "Development"
msgstr "개발"
msgid "yes"
msgstr "예"
msgid "Cancel"
msgstr "취소"
msgid "view"
msgstr "보기"
msgid "None"
msgstr "없음"
msgid "Name"
msgstr "이름"
msgid "edit"
msgstr "편집"
msgid "Import"
msgstr "불러오기"
msgid "Export"
msgstr "내보내기"
msgid "username"
msgstr "아이디"
msgid "Default"
msgstr "기본값"
msgid "Configure"
msgstr "설정"
msgid "status"
msgstr "상태"
msgid "no"
msgstr "아니오"
msgid "php"
msgstr "php"
msgid "Count"
msgstr "개수"
msgid "node"
msgstr "노드"
msgid "Function"
msgstr "함수"
msgid "update"
msgstr "업데이트"
msgid "administer nodes"
msgstr "노드 관리"
msgid "1 user"
msgid_plural "@count users"
msgstr[0] "1명 사용자"
msgstr[1] "@count명 사용자"
msgid "Query log"
msgstr "쿼리 로그"
msgid "Collect query info. If disabled, no query log functionality will work."
msgstr ""
"쿼리 정보를 수집합니다. 사용하지 않으면 어떤 쿼리 "
"기록 기능도 작동하지 않습니다."
msgid "Collect query info"
msgstr "쿼리 정보 수집하기"
msgid "Display query log"
msgstr "쿼리 로그 출력하기"
msgid ""
"Display a log of the database queries needed to generate the current "
"page, and the execution time for each. Also, queries which are "
"repeated during a single page view are summed in the # column, and "
"printed in red since they are candidates for caching."
msgstr ""
"현재 페이지를 생성하기 위해 필요한 데이터베이스 "
"쿼리들과 개별 실행 시간에 대한 로그를 출력합니다. "
"또한 단일 페이지 뷰 동안 반복되는 쿼리들은 캐시의 "
"대상이기 때문에 # 컬럼에 합산해서 빨간 색으로 "
"출력합니다."
msgid "Sort query log"
msgstr "쿼리 로그 정렬하기"
msgid "by source"
msgstr "소스 기준"
msgid "by duration"
msgstr "소요 시간 기준"
msgid ""
"The query table can be sorted in the order that the queries were "
"executed or by descending duration."
msgstr ""
"쿼리 실행 순서나 지속 시간순서대로 쿼리 테이블을 "
"정렬할 수 있습니다."
msgid "Slow query highlighting"
msgstr "느린 쿼리 강조하기"
msgid ""
"Enter an integer in milliseconds. Any query which takes longer than "
"this many milliseconds will be highlighted in the query log. This "
"indicates a possibly inefficient query, or a candidate for caching."
msgstr ""
"1000분의 1초 단위의 정수를 입력하세요. 실행 시간이 "
"이 값보다 오래 걸리는 모든 쿼리들을 쿼리 로그에 "
"강조해서 표시합니다. 캐시할 대상이나 비효율적일 "
"수 있는 쿼리를 보여 줍니다."
msgid "Store executed queries"
msgstr "실행한 쿼리 저장하기"
msgid "Sampling interval"
msgstr "쌤플링 주기"
msgid ""
"If storing query statistics, only store every nth page view. 1 means "
"every page view, 2 every second, and so on."
msgstr ""
"쿼리 통계를 저장하려는 페이지 조회 횟수 "
"주기입니다. 1은 모든 페이지 뷰, 2는 페이지 뷰가 두 "
"번 발생했을 때 등등입니다."
msgid "Display page timer"
msgstr "페이지 시간 표시하기"
msgid "Display page execution time in the query log box."
msgstr "쿼리 로그 상자에 페이지 실행 시간을 표시합니다."
msgid "Display memory usage"
msgstr "메모리 사용량 표시하기"
msgid ""
"Display how much memory is used to generate the current page. This "
"will show memory usage when devel_init() is called and when "
"devel_exit() is called. PHP must have been compiled with the "
"<em>--enable-memory-limit</em> configuration option for this feature "
"to work."
msgstr ""
"현재 페이지를 생성하기 위해 얼마만큼의 메모리를 "
"사용했는지 표시합니다. devel_init() 호출 후 "
"devel_exit()이 호출될 동안의 메모리 사용량을 "
"보여줍니다. 이 기능이 작동하려면 PHP가 "
"<em>--enable-memory-limit</em> 설정 옵션으로 컴파일되어 "
"있어야 합니다."
msgid "Display redirection page"
msgstr "재전송 페이지 표시하기"
msgid ""
"When a module executes drupal_goto(), the query log and other "
"developer information is lost. Enabling this setting presents an "
"intermediate page to developers so that the log can be examined before "
"continuing to the destination page."
msgstr ""
"모듈이 drupal_goto()를 실행하면, 쿼리 로그와 다른 "
"개발자 정보가 날라갑니다. 이 설정을 사용하면 최종 "
"페이지로 넘어가기 전에 개발자가 로그를 살펴볼 수 "
"있도록 중간 페이지를 표시합니다."
msgid "Error handler"
msgstr "에러 핸들러"
msgid "Standard drupal"
msgstr "표준 드루팔"
msgid "Backtrace"
msgstr "추적"
msgid "Log only"
msgstr "로그만 기록"
msgid "SMTP library"
msgstr "SMTP 라이브러리"
msgid "Primary links"
msgstr "주메뉴 링크"
msgid "Generate users"
msgstr "사용자 생성하기"
msgid "Generate a given number of users. Optionally delete current users."
msgstr ""
"주어진 숫자만큼 사용자를 생성합니다. 혹은 현재 "
"사용자를 삭제할 수도 있습니다."
msgid "Generate content"
msgstr "콘텐츠 생성하기"
msgid ""
"Generate a given number of nodes and comments. Optionally delete "
"current items."
msgstr ""
"주어진 숫자만큼 노드와 댓글을 생성합니다. 혹은 "
"현재 아이템들을 삭제할 수도 있습니다."
msgid "Generate categories"
msgstr "카테고리 생성하기"
msgid ""
"Generate a given number of vocabularies and terms. Optionally delete "
"current categories."
msgstr ""
"주어진 숫자만큼 태그 모음과 태그를 생성합니다. "
"혹은 현재 카테고리를 삭제할 수도 있습니다."
msgid ""
"This module helps in site development.  Specifically, when an access "
"control module is used to limit access to some or all nodes, this "
"module provides some feedback showing the node_access table in the "
"database."
msgstr ""
"이 모듈은 사이트 개발에 도움이 됩니다. 특히 access "
"control 모듈을 사용해 몇몇 혹은 모든 노드에 대한 "
"접근을 제한하는 경우, 이 모듈은 데이터베이스의 "
"node_access 테이블에 대한 피드백을 보여줍니다."
msgid ""
"The node_access table is one method Drupal provides to hide content "
"from some users while displaying it to others.  By default, Drupal "
"shows all nodes to all users.  There are a number of optional modules "
"which may be installed to hide content from some users."
msgstr ""
"node_access 테이블은 콘텐츠를 조회하는 동안 몇몇 "
"사용자는 볼 수 없게 하기 위해 드루팔이 제공하는 "
"방법 중 하나입니다. 기본적으로 드루팔은 모든 "
"노드를 모든 사용자에게 공개합니다. 몇몇 "
"사용자들에게 콘텐츠를 보여주지 않기 위해 "
"설치할만 모듈들은 꽤 많습니다."
msgid ""
"If you have not installed any of these modules, you really have no "
"need for the devel_node_access module.  This module is intended for "
"use during development, so that developers and admins can confirm that "
"the node_access table is working as expected.  You probably do not "
"want this module enabled on a production site."
msgstr ""
"이 모듈들 중 아무것도 설치하지 않았다면 "
"devel_node_access 모듈은 필요없습니다. 이 모듈은 개발 "
"시 개발자 및 관리자가 node_access 테이블이 예상대로 "
"작동하는지 확인하기 위한 용도로 만들었습니다. "
"현재 운영 중인 웹사이트에서는 이 모듈을 사용하지 "
"않는게 좋습니다."
msgid ""
"This module provides two blocks.  One called Devel Node Access by User "
"is visible when a single node is shown on a page.  This block shows "
"which users can view, update or delete the node shown.  Note that this "
"block uses an inefficient algorithm to produce its output.  You should "
"only enable this block on sites with very few user accounts."
msgstr ""
"이 모듈은 두 개의 블록을 제공합니다. 하나는 Devel "
"Node Access by User인데 페이지에 하나의 노드가 보일 때 "
"나타납니다. 이 블록은 현재 표시되는 노드를 어떤 "
"사용자가 조회하고, 업데이트하거나 삭제하는지 "
"보여줍니다. 이 블록은 결과를 출력하기 위해 다소 "
"비효율적인 알고리즘을 사용해서, 사용자가 거의 "
"없는 사이트에서만 이 블록을 사용해야 합니다."
msgid "Devel Node Access debug mode"
msgstr "Devel Node Access 디버그 모드"
msgid "ok"
msgstr "OK"
msgid "Rebuild permissions"
msgstr "권한 재조절"
msgid "Various blocks, pages, and functions for developers."
msgstr "개발자용 블록, 페이지, 함수를 제공합니다."
msgid "Generate dummy users, nodes, and taxonomy terms."
msgstr "임의의 사용자, 노드, 태그를 생성합니다."
msgid "Developer block and page illustrating relevant node_access records."
msgstr ""
"관련 node_access 기록을 표시하는 개발자용 블록과 "
"페이지입니다."
