2.9.2-rc1
[phpmyadmin/arisferyanto.git] / lang / korean-utf-8.inc.php
blob14fcc45490ea95f72de59b9a5ac03b93364e2e8f
1 <?php
2 /* $Id$ */
4 /* Translated by WooSuhan <kjh@unews.NOSPAM.co.kr> */
6 $charset = 'utf-8';
7 $allow_recoding = TRUE;
8 $text_dir = 'ltr';
9 $number_thousands_separator = ',';
10 $number_decimal_separator = '.';
11 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
12 $byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
14 $day_of_week = array('일', '월', '화', '수', '목', '금', '토');
15 $month = array('해오름달', '시샘달', '물오름달', '잎새달', '푸른달', '누리달', '견우직녀달', '타오름달', '열매달', '하늘연달', '미틈달', '매듭달');
16 // See http://www.php.net/manual/en/function.strftime.php to define the
17 // variable below
18 // $datefmt = '%y년 %B %d일 %p %I:%M ';
19 $datefmt = '%y-%m-%d %H:%M ';
20 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
22 $strAccessDenied = '접근이 거부되었습니다.';
23 $strAction = '실행';
24 $strAddDeleteColumn = '열(칼럼) 추가/삭제';
25 $strAddDeleteRow = 'Criteria 행(레코드) 추가/삭제';
26 $strAddNewField = '필드 추가하기';
27 $strAddPrivilegesOnDb = '다음 데이터베이스에 권한 추가하기';
28 $strAddPrivilegesOnTbl = '다음 테이블에 권한 추가하기';
29 $strAddSearchConditions = '검색 조건 추가 ("where" 조건):';
30 $strAddToIndex = '%s개 열(칼럼)에 인덱스 추가';
31 $strAddUser = '새 사용자 추가';
32 $strAddUserMessage = '새 사용자를 추가했습니다.';
33 $strAffectedRows = '적용된 행(레코드):';
34 $strAfterInsertBack = '되돌아가기';
35 $strAfterInsertNewInsert = '새 행(레코드) 삽입하기';
36 $strAfter = '%s 다음에';
37 $strAllTableSameWidth = '모든 테이블을 같은 너비로 출력할까요?';
38 $strAlterOrderBy = '다음 순서대로 테이블 정렬(변경)';
39 $strAnalyzeTable = '테이블 분석';
40 $strAnd = '그리고';
41 $strAnIndex = '%s 에 인덱스가 걸렸습니다';
42 $strAnyHost = '아무데서나';
43 $strAnyUser = '아무나';
44 $strAPrimaryKey = ' %s에 기본 키가 추가되었습니다';
45 $strAscending = '오름차순';
46 $strAtBeginningOfTable = '테이블의 처음';
47 $strAtEndOfTable = '테이블의 마지막';
48 $strAttr = '보기';
49 $strAutodetect = '자동';
51 $strBack = '뒤로';
52 $strBinary = '바이너리';
53 $strBinaryDoNotEdit = ' 바이너리 - 편집 금지 ';
54 $strBookmarkDeleted = '북마크를 제거했습니다.';
55 $strBookmarkQuery = '북마크된 SQL 질의';
56 $strBookmarkThis = '이 SQL 질의를 북마크함';
57 $strBrowse = '보기';
58 $strBzError = '이 php 버전의 Bz2 확장모듈이 깨졌기 때문에 phpMyAdmin이 덤프파일을 압축할 수 없습니다. 환경설정파일에서<code>$cfg[\'BZipDump\']</code>를 <code>FALSE</code>로 설정하십시오. 만약 Bz2 압축을 사용하고자 한다면, php버전을 업그레이드해야 합니다. 자세한 내용은 php 버그 리포트 %s 를 보십시오.';
59 $strBzip = '"bz 압축"';
61 $strCannotLogin = 'MySQL 서버에 로그인할 수 없습니다';
62 $strCantLoad = ' %s 확장모듈을 불러올 수 없습니다.<br />PHP 환경설정을 검사하십시오.';
63 $strCantRenameIdxToPrimary = '인덱스 이름을 기본 키로 바꿀 수 없습니다!';
64 $strChange = '변경';
65 $strChangeDisplay = '출력할 필드 선택';
66 $strChangePassword = '암호 변경';
67 $strCharsetOfFile = '파일 문자셋:';
68 $strCheckAll = '모두 체크';
69 $strCheckPrivs = '사용권한 보기';
70 $strCheckPrivsLong = '데이터베이스 &quot;%s&quot; 에 대한 사용권한 검사.';
71 $strCheckTable = '테이블 검사';
72 $strChoosePage = '편집할 페이지를 선택하세요';
73 $strColComFeat = '열(칼럼) 설명(코멘트) 출력하기';
74 $strColumnNames = '열(칼럼) 이름';
75 $strColumnPrivileges = '열(칼럼)에 관한 권한';
76 $strComments = '설명(코멘트)';
77 $strCompleteInserts = '완전한 INSERT문 작성';
78 $strCompression = '압축';
79 $strConfigFileError = 'phpMyAdmin이 환경설정 파일을 읽을 수 없습니다!<br />PHP에 에러가 있거나 실제로 그 파일이 없는 경우입니다.<br />아래 링크를 통해 환경설정 파일만 불러들여보십시오. 그리고 PHP 에러 메시지를 확인하십시오. 어딘가에 따옴표(quote)나 세미콜론(;)이 빠져있는 경우가 종종 있습니다.<br />만약 아무것도 보이지 않으면, 정상적인 것입니다.';
80 $strConnections = '연결 수';
81 $strCopyTable = '테이블 복사 (데이터베이스명<b>.</b>테이블명):';
82 $strCopyTableOK = '%s 테이블이 %s 으로 복사되었습니다.';
83 $strCreate = ' 만들기 ';
84 $strCreateIndex = '%s 개 열(칼럼)에 인덱스 만들기 ';
85 $strCreateIndexTopic = '새 인덱스 만들기';
86 $strCreateNewDatabase = '새 데이터베이스 만들기';
87 $strCreateNewTable = '데이터베이스 %s에 새로운 테이블을 만듭니다.';
88 $strCreatePage = '새 페이지 만들기';
89 $strCSVOptions = 'CSV 옵션';
91 $strData = '데이터';
92 $strDatabase = '데이터베이스';
93 $strDatabaseHasBeenDropped = '데이터베이스 %s 를 제거했습니다.';
94 $strDatabases = '데이터베이스 ';
95 $strDatabasesDropped = '%s 데이터베이스를 삭제했습니다.';
96 $strDatabasesStats = '데이터베이스 사용량 통계';
97 $strDatabasesStatsDisable = '통계 숨기기';
98 $strDatabasesStatsEnable = '통계 보기';
99 $strDatabasesStatsHeavyTraffic = '주의: 데이터베이스 통계 보기는 웹서버와 MySQL 서버 사이에 큰 부하를 줍니다.';
100 $strDataDict = '데이터 사전 (전체 구조보기)';
101 $strDataOnly = '데이터만';
102 $strDBGMaxTimeMs = '최대시간, ms';
103 $strDBGMinTimeMs = '최소시간, ms';
104 $strDBGModule = '모듈';
105 $strDbPrivileges = '데이터베이스에 관한 권한';
106 $strDefault = '기본값';
107 $strDefaultValueHelp = '기본값에는, 역슬래시나 따옴표 없이 단 하나의 값을 넣으십시오. (예: a)';
108 $strDelete = '삭제';
109 $strDeleteAndFlush = '사용자를 삭제하고 사용권한을 갱신함.';
110 $strDeleteAndFlushDescr = '가장 확실한 방법이지만, 사용권한 테이블을 다시 읽어들이는데는 약간의 시간이 걸립니다.';
111 $strDeleted = '선택한 줄(레코드)을 삭제 하였습니다.';
112 $strDeletedRows = '지워진 줄(레코드):';
113 $strDeleting = ' %s 을 삭제합니다';
114 $strDescending = '내림차순(역순)';
115 $strDisabled = '사용불가';
116 $strDisplayOrder = '출력 순서:';
117 $strDoAQuery = '다음으로 질의를 만들기 (와일드카드: "%")';
118 $strDocu = '도움말';
119 $strDoYouReally = '정말로 다음을 실행하시겠습니까? ';
120 $strDrop = '삭제';
121 $strDropUsersDb = '사용자명과 같은 이름의 데이터베이스를 삭제';
122 $strDumpingData = '테이블의 덤프 데이터';
123 $strDumpXRows = '%s개의 행(레코드)을 덤프 (%s번째 레코드부터).';
124 $strDynamic = '동적(다이내믹)';
126 $strEdit = '수정';
127 $strEditPDFPages = 'PDF 페이지 편집';
128 $strEditPrivileges = '권한 수정';
129 $strEffective = '실제량';
130 $strEmpty = '비우기';
131 $strEmptyResultSet = '결과값이 없습니다. (빈 레코드 리턴.)';
132 $strEnabled = '사용가능';
133 $strEnd = '마지막';
134 $strEnglishPrivileges = ' 주의: MySQL 권한 이름은 영어로 표기되어야 합니다. ';
135 $strError = '오류';
136 $strExplain = 'SQL 해석';
137 $strExport = '내보내기';
138 $strExtendedInserts = '확장된 inserts';
139 $strExtra = '추가';
141 $strFailedAttempts = '실패한 시도';
142 $strField = '필드';
143 $strFieldHasBeenDropped = '필드 %s 를 제거했습니다';
144 $strFields = '필드';
145 $strFieldsEmpty = ' 필드 갯수가 없습니다! ';
146 $strFieldsEnclosedBy = '필드 감싸기';
147 $strFieldsEscapedBy = '필드 특수문자(escape) 처리';
148 $strFieldsTerminatedBy = '필드 구분자 ';
149 $strFileCouldNotBeRead = '파일을 읽을 수 없습니다';
150 $strFileNameTemplate = '파일명 템플릿';
151 $strFileNameTemplateRemember = '템플릿 기억';
152 $strFlushTable = '테이블 닫기(캐시 삭제)';
153 $strFunction = '함수';
155 $strGenTime = '처리한 시간';
156 $strGlobalPrivileges = '전체적 권한';
157 $strGo = '실행';
158 $strGzip = 'gz 압축';
160 $strHasBeenAltered = '을(를) 변경하였습니다.';
161 $strHasBeenCreated = '을(를) 작성하였습니다.';
162 $strHaveToShow = '출력하려면 적어도 1개 이상의 열(칼럼)을 선택해야 합니다.';
163 $strHome = '시작페이지';
164 $strHomepageOfficial = 'phpMyAdmin 공식 홈';
165 $strHost = '호스트';
166 $strHostEmpty = '호스트명이 없습니다!';
168 $strIgnore = 'Ignore';
169 $strIgnoringFile = '파일 %s 을 무시합니다';
170 $strImportFiles = '파일 가져오기';
171 $strIndex = '인덱스';
172 $strIndexes = '인덱스';
173 $strIndexHasBeenDropped = '인덱스 %s 를 제거했습니다';
174 $strIndexName = '인덱스 이름:';
175 $strIndexType = '인덱스 종류:';
176 $strInsecureMySQL = '환경설정파일에 MySQL 관리자 암호가 없습니다. 이같은 기본설정상태로 MySQL 서버가 작동한다면 누구나 침입할 수 있으므로, 이 보안상 허점을 수정하시기 바랍니다.';
177 $strInsert = '삽입';
178 $strInsertAsNewRow = '새 열을 삽입합니다';
179 $strInsertedRows = '삽입된 열:';
180 $strInUse = '사용중';
182 $strJumpToDB = '데이터베이스 &quot;%s&quot; 로 이동.';
183 $strJustDelete = '권한 테이블에서 사용자를 삭제하기만 함.';
184 $strJustDeleteDescr = '사용권한이 갱신되기까지는 &quot;삭제된&quot; 사용자들도 여전히 서버를 사용할 수 있습니다.';
186 $strKeepPass = '암호를 변경하지 않음';
187 $strKeyname = '키 이름';
188 $strKill = 'Kill';
190 $strLengthSet = '길이/값*';
191 $strLimitNumRows = '페이지당 레코드 수';
192 $strLinesTerminatedBy = '줄(열) 구분자';
193 $strLocalhost = 'Local';
194 $strLocationTextfile = 'SQL 텍스트파일의 위치';
195 $strLogin = '로그인';
196 $strLoginInformation = '로그인 정보';
197 $strLogout = '로그아웃';
198 $strLogPassword = '암호:';
199 $strLogUsername = '사용자명:';
201 $strModifications = '수정된 내용이 저장되었습니다.';
202 $strModify = '수정';
203 $strModifyIndexTopic = '인덱스 수정';
204 $strMoveTable = '테이블 이동 (데이터베이스명<b>.</b>테이블명):';
205 $strMoveTableOK = '테이블 %s %s 로 옮겼습니다.';
206 $strMySQLCharset = 'MySQL 문자셋';
207 $strMySQLSaid = 'MySQL 메시지: ';
208 $strMySQLShowProcess = 'MySQL 프로세스 보기';
209 $strMySQLShowStatus = 'MySQL 런타임 상태 보기';
210 $strMySQLShowVars = 'MySQL 환경설정값 보기';
212 $strName = '이름';
213 $strNext = '다음';
214 $strNo = ' 아니오 ';
215 $strNoDatabases = '데이터베이스가 없습니다';
216 $strNoDatabasesSelected = '데이터베이스를 선택하지 않았습니다.';
217 $strNoDescription = '설명이 없습니다';
218 $strNoDropDatabases = '"DROP DATABASE" 구문은 허락되지 않습니다.';
219 $strNoExplain = '해석(EXPLAIN) 생략';
220 $strNoFrames = 'phpMyAdmin 은 <b>프레임을 지원하는</b> 브라우저에서 잘 보입니다.';
221 $strNoIndex = '인덱스가 설정되지 않았습니다!';
222 $strNoModification = '변화 없음';
223 $strNone = '없음';
224 $strNoPassword = '암호 없음';
225 $strNoPhp = 'PHP 코드 없이 보기';
226 $strNoPrivileges = '권한 없음';
227 $strNoRights = '어떻게 들어오셨어요? 지금 여기 있을 권한이 없습니다!';
228 $strNoTablesFound = '데이터베이스에 테이블이 없습니다.';
229 $strNotNumber = '은 숫자(번호)가 아닙니다!';
230 $strNoUsersFound = '사용자가 없습니다.';
231 $strNumTables = '테이블 수';
233 $strOperations = '테이블 작업';
234 $strOptimizeTable = '테이블 최적화';
235 $strOr = '또는';
236 $strOverhead = '부담';
238 $strPageNumber = '페이지:';
239 $strPassword = '암호';
240 $strPasswordChanged = '%s 의 암호가 바뀌었습니다.';
241 $strPasswordEmpty = '암호가 비었습니다!';
242 $strPasswordNotSame = '암호가 동일하지 않습니다!';
243 $strPdfDbSchema = '"%s" 데이터베이스의 스킴(윤곽) - 페이지 %s';
244 $strPdfInvalidTblName = '"%s" 테이블이 존재하지 않습니다!';
245 $strPdfNoTables = '테이블이 없습니다';
246 $strPHP40203 = 'PHP 4.2.3에는 멀티바이트 문자열(mbstring) 모듈에 버그가 있으므로 추천하지 않습니다. PHP 버그 리포트 19404를 보십시오.';
247 $strPhp = 'PHP 코드 보기';
248 $strPHPVersion = 'PHP 버전';
249 $strPmaDocumentation = 'phpMyAdmin 설명서';
250 $strPmaUriError = '환경설정 파일에서 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 주소를 기입하십시오!';
251 $strPos1 = '처음';
252 $strPrevious = '이전';
253 $strPrimary = '기본';
254 $strPrimaryKeyHasBeenDropped = '기본 키를 제거했습니다';
255 $strPrimaryKeyName = '기본 키의 이름은 반드시 PRIMARY여야 합니다!';
256 $strPrimaryKeyWarning = '("PRIMARY"는 기본 키만의 <b>유일한</b> 이름입니다!)';
257 $strPrint = '인쇄';
258 $strPrintView = '인쇄용 보기';
259 $strPrivDescAllPrivileges = 'GRANT 이외의 모든 권한을 포함함.';
260 $strPrivDescAlter = '테이블 구조 변경 허용.';
261 $strPrivDescCreateDb = 'DB 및 테이블 생성 허용.';
262 $strPrivDescCreateTbl = '테이블 생성 허용.';
263 $strPrivDescCreateTmpTable = '임시테이블 생성 허용.';
264 $strPrivDescDelete = '데이터 삭제 허용.';
265 $strPrivDescDropDb = 'DB 및 테이블 삭제 허용.';
266 $strPrivDescDropTbl = '테이블 삭제 허용.';
267 $strPrivDescExecute = '저장프로시저(SP) 사용을 허용; 이 MySQL 버전에는 효과가 없음.';
268 $strPrivDescFile = '데이터를 파일에서 가져오기 및 파일로 내보내기 허용.';
269 $strPrivDescGrant = '권한 테이블을 갱신하지 않고 사용자와 권한 추가하기 허용.';
270 $strPrivDescIndex = '인덱스 생성 및 삭제 허용.';
271 $strPrivDescInsert = '데이터 추가(insert) 및 변경(replace) 허용.';
272 $strPrivDescLockTables = '현재 쓰레드에 대한 테이블 잠금(lock) 허용.';
273 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
274 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
275 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
276 $strPrivDescProcess3 = '다른 사용자의 프로세스 죽이기를 허용.';
277 $strPrivDescReferences = '이 버전의 MySQL에는 소용이 없습니다.';
278 $strPrivDescReload = '캐시를 비우고 서버를 재시동하는 것을 허용.';
279 $strPrivDescReplSlave = '복제서버(replication slaves)에 필요합니다.';
280 $strPrivDescSelect = '데이터 읽기 허용.';
281 $strPrivDescShowDb = '전체 데이터베이스 목록 접근을 허용';
282 $strPrivDescShutdown = '서버 종료 허용.';
283 $strPrivDescUpdate = '데이터 변경 허용.';
284 $strPrivDescUsage = '권한 없음.';
285 $strPrivileges = '사용권한';
286 $strPrivilegesReloaded = '권한을 다시 로딩했습니다.';
287 $strProcesses = '프로세스 목록';
288 $strProcesslist = '프로세스 목록';
289 $strPutColNames = '맨처음에 필드 이름을 출력';
291 $strQBE = '질의 마법사';
292 $strQBEDel = '삭제';
293 $strQBEIns = '삽입';
294 $strQueryFrame = '질의 창';
295 $strQueryOnDb = '데이터베이스 <b>%s</b>에 SQL 질의:';
296 $strQuerySQLHistory = 'SQL 내력(히스토리)';
297 $strQueryStatistics = '<b>SQL 질의 통계</b>: 이 서버에 %s 번의 질의가 보내졌습니다.';
298 $strQueryTime = '질의 실행시간 %01.4f 초';
299 $strQueryType = '질의 종류';
301 $strReceived = '받음';
302 $strRecords = '레코드수';
303 $strReferentialIntegrity = 'referential 무결성 검사:';
304 $strRelationNotWorking = 'linked Tables에서 작동하는 부가기능이 사용되지 않습니다. 이유를 알려면 %s여기를 클릭%s하십시오.';
305 $strReloadingThePrivileges = '사용권한을 갱신합니다(Reloading the privileges)';
306 $strRemoveSelectedUsers = '선택한 사용자를 삭제';
307 $strRenameTable = '테이블 이름 바꾸기';
308 $strRenameTableOK = '테이블 %s을(를) %s(으)로 변경하였습니다.';
309 $strRepairTable = '테이블 복구';
310 $strReplaceTable = '파일로 테이블 대치하기';
311 $strReset = '리세트';
312 $strResourceLimits = '리소스 제한';
313 $strReType = '재입력';
314 $strRevoke = '제거';
315 $strRevokeAndDelete = '모든 활성화된 권한을 박탈하고 사용자를 삭제함.';
316 $strRevokeAndDeleteDescr = '사용권한이 다시 로딩되기까지는 이 사용자들은 여전히 USAGE 권한을 갖고 있습니다.';
317 $strRevokeMessage = '%s의 권한을 제거했습니다.';
318 $strRowLength = '행 길이';
319 $strRows = '행(레코드)';
320 $strRowsFrom = '행. 시작(행)위치';
321 $strRowSize = ' Row size ';
322 $strRowsModeFlippedHorizontal = '수평 (rotated headers)';
323 $strRowsModeHorizontal = '수평(가로)';
324 $strRowsModeOptions = ' %s 정렬 (%s 칸이 넘으면 헤더 반복)';
325 $strRowsModeVertical = '수직(세로)';
326 $strRowsStatistic = '행(레코드) 통계';
327 $strRunning = '입니다. (%s)';
328 $strRunQuery = '질의 실행';
329 $strRunSQLQuery = '데이터베이스 %s에 SQL 질의를 실행';
331 $strSave = '저장';
332 $strSearch = '검색';
333 $strSearchFormTitle = '데이터베이스 검색';
334 $strSearchInTables = '찾을 테이블:';
335 $strSearchNeedle = '찾을 단어, 값 (와일드카드: "%"):';
336 $strSearchOption1 = '아무 단어나';
337 $strSearchOption2 = '모든 단어';
338 $strSearchOption3 = '정확한 문구';
339 $strSearchOption4 = '정규표현식';
340 $strSearchType = '찾는 방식:';
341 $strSelectADb = '데이터베이스를 선택하세요';
342 $strSelectAll = '모두 선택';
343 $strSelectFields = '필드 선택 (하나 이상):';
344 $strSelectNumRows = '질의(in query)';
345 $strSend = '파일로 저장';
346 $strSent = '보냄';
347 $strServer = '서버';
348 $strServerChoice = '서버 선택';
349 $strServerStatus = '런타임 정보';
350 $strServerStatusUptime = '이 MySQL 서버는 %s 동안 구동되었습니다. <br/>구동 시작날짜는 %s 입니다.';
351 $strServerTabVariables = '환경설정값';
352 $strServerTrafficNotes = '<b>서버 소통량</b>: 이 테이블은 MySQL서버가 구동된 이래의 네트웍 부하 상태를 보여줍니다.';
353 $strServerVars = '서버의 환경설정';
354 $strServerVersion = '서버 버전';
355 $strSessionValue = '세션 값';
356 $strSetEnumVal = '필드 종류가 "enum"이나 "set"일 경우, 다음과 같은 형식으로 값을 입력하십시오: \'a\',\'b\',\'c\'...<br />여기에 역슬래시(\)나 작은 따옴표(\')를 넣어야 한다면, 그 앞에 역슬래시를 사용하십시오. (예: \'\\\\xyz\' 또는 \'a\\\'b\').';
357 $strShow = '보기';
358 $strShowAll = '모두 보기';
359 $strShowColor = '색깔 보기';
360 $strShowGrid = 'grid 보기';
361 $strShowingRecords = '행(레코드) 보기';
362 $strShowPHPInfo = 'PHP 정보 보기';
363 $strShowTables = '테이블 보기';
364 $strShowThisQuery = ' 이 질의를 다시 보여줌 ';
365 $strSingly = '(단독으로)';
366 $strSize = '크기';
367 $strSort = '정렬';
368 $strSpaceUsage = '공간 사용량';
369 $strSplitWordsWithSpace = '단어는 스페이스(" ")로 구분됩니다.';
370 $strSQLOptions = 'SQL 옵션';
371 $strSQLParserUserError = 'SQL 질의문에 에러가 있습니다. MySQL 서버가 다음과 같은 에러를 출력했습니다. 이것이 문제를 진단하는데 도움이 될 것입니다.';
372 $strSQLQuery = 'SQL 질의';
373 $strSQLResult = 'SQL 결과';
374 $strSQL = 'SQL';
375 $strSQPBugInvalidIdentifer = '잘못된 식별자(Identifer)';
376 $strSQPBugUnclosedQuote = '따옴표(quote)가 닫히지 않았음';
377 $strStatCheckTime = '검사';
378 $strStatCreateTime = '생성';
379 $strStatement = '명세';
380 $strStatUpdateTime = '업데이트';
381 $strStatus = '상태';
382 $strStrucCSV = 'CSV 데이터';
383 $strStrucData = '구조와 데이터 모두';
384 $strStrucExcelCSV = 'MS엑셀 CSV 데이터';
385 $strStrucOnly = '구조만';
386 $strStructPropose = '제안하는 테이블 구조';
387 $strStructure = '구조';
388 $strSubmit = '확인';
389 $strSuccess = 'SQL 질의가 바르게 실행되었습니다.';
390 $strSum = '계';
391 $strSwitchToTable = '복사한 테이블로 옮겨감';
393 $strTable = '테이블 ';
394 $strTableComments = '테이블 설명';
395 $strTableEmpty = '테이블명이 없습니다!';
396 $strTableHasBeenDropped = '테이블 %s 을 제거했습니다.';
397 $strTableHasBeenEmptied = '테이블 %s 을 비웠습니다';
398 $strTableHasBeenFlushed = '테이블 %s 을 닫았습니다(캐시 삭제)';
399 $strTableMaintenance = '테이블 유지보수';
400 $strTables = '테이블 %s 개';
401 $strTableStructure = '테이블 구조';
402 $strTblPrivileges = '테이블에 관한 권한';
403 $strTextAreaLength = ' 필드의 길이 때문에,<br />이 필드를 편집할 수 없습니다 ';
404 $strThisNotDirectory = '디렉토리가 아닙니다';
405 $strThreadSuccessfullyKilled = '쓰레드 %s 를 죽였습니다.';
406 $strTime = '시간';
407 $strTotal = '합계';
408 $strTotalUC = '전체 사용량';
409 $strTraffic = '소통량';
410 $strType = '종류';
412 $strUncheckAll = '모두 체크안함';
413 $strUnique = '고유값';
414 $strUnselectAll = '모두 선택안함';
415 $strUpdatePrivMessage = '%s 의 권한을 업데이트했습니다.';
416 $strUpdateProfileMessage = '프로파일을 업데이트했습니다.';
417 $strUpdateQuery = '질의 업데이트';
418 $strUsage = '사용법(량)';
419 $strUseBackquotes = '테이블, 필드명에 백쿼터(`) 사용';
420 $strUser = '사용자';
421 $strUserAlreadyExists = '사용자 %s 가 이미 존재합니다!';
422 $strUserEmpty = '사용자명이 없습니다!';
423 $strUserName = '사용자명';
424 $strUserNotFound = '선택한 사용자는 사용권한 테이블에 존재하지 않습니다.';
425 $strUserOverview = '사용자 개요';
426 $strUsersDeleted = '선택한 사용자들을 삭제했습니다.';
427 $strUsersHavingAccessToDb = '&quot;%s&quot; 에 접근할 수 있는 사용자들';
428 $strUseTables = '사용할 테이블';
430 $strValidateSQL = 'SQL 검사';
431 $strValidatorError = 'SQL 검사기가 초기화되지 않았습니다. %s문서%s에서 설명한 php 확장모듈을 설치했는지 확인해보십시오.';
432 $strValue = '값';
433 $strVar = '변수';
434 $strViewDump = '테이블의 덤프(스키마) 데이터 보기';
435 $strViewDumpDB = '데이터베이스의 덤프(스키마) 데이터 보기';
437 $strWebServerUploadDirectory = '웹서버 업로드 디렉토리';
438 $strWebServerUploadDirectoryError = '업로드 디렉토리에 접근할 수 없습니다';
439 $strWelcome = '%s에 오셨습니다';
440 $strWithChecked = '선택한 것을:';
441 $strWrongUser = '사용자명/암호가 틀렸습니다. 접근이 거부되었습니다.';
443 $strYes = ' 예 ';
445 $strZeroRemovesTheLimit = '주의: 이 옵션을 0으로 하면 제한이 없어집니다.';
446 $strZip = 'zip 압축';
448 // To translate:
449 $strAbortedClients = 'Aborted'; //to translate
450 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
451 $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
452 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
453 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
454 $strAddConstraints = 'Add constraints'; //to translate
455 $strAddedColumnComment = 'Added comment for column'; //to translate
456 $strAddedColumnRelation = 'Added relation for column'; //to translate
457 $strAddFields = 'Add %s field(s)'; //to translate
458 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
459 $strAddIntoComments = 'Add into comments';//to translate
460 $strAdministration = 'Administration'; //to translate
461 $strAfterInsertNext = 'Edit next row'; //to translate
462 $strAfterInsertSame = 'Go back to this page'; //to translate
463 $strAll = 'All'; // To translate
464 $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
465 $strAndThen = 'and then'; //to translate
466 $strAny = 'Any'; // To translate
467 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
468 $strArabic = 'Arabic'; //to translate
469 $strArmenian = 'Armenian'; //to translate
470 $strAutomaticLayout = 'Automatic layout'; //to translate
472 $strBaltic = 'Baltic'; //to translate
473 $strBeginCut = 'BEGIN CUT'; //to translate
474 $strBeginRaw = 'BEGIN RAW'; //to translate
475 $strBinaryLog = 'Binary log'; //to translate
476 $strBinLogEventType = 'Event type'; //to translate
477 $strBinLogInfo = 'Information'; //to translate
478 $strBinLogName = 'Log name'; //to translate
479 $strBinLogOriginalPosition = 'Original position'; //to translate
480 $strBinLogPosition = 'Position'; //to translate
481 $strBinLogServerId = 'Server ID'; //to translate
482 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
483 $strBookmarkCreated = 'Bookmark %s created'; //to translate
484 $strBookmarkLabel = 'Label'; // To translate
485 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
486 $strBookmarkView = 'View only'; // To translate
487 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
488 $strBrowseForeignValues = 'Browse foreign values'; //to translate
489 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
490 $strBufferPool = 'Buffer Pool'; //to translate
491 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
492 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
493 $strBufferReadMisses = 'Read misses'; //to translate
494 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
495 $strBufferWriteWaits = 'Write waits'; //to translate
496 $strBulgarian = 'Bulgarian'; //to translate
497 $strBusyPages = 'Busy pages'; //to translate
499 $strCalendar = 'Calendar'; //to translate
500 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
501 $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
502 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
503 $strCardinality = 'Cardinality'; // To translate
504 $strCaseInsensitive = 'case-insensitive'; //to translate
505 $strCaseSensitive = 'case-sensitive'; //to translate
506 $strCentralEuropean = 'Central European'; //to translate
507 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
508 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
509 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
510 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
511 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
512 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
513 $strCharset = 'Charset'; //to translate
514 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
515 $strCharsets = 'Charsets'; //to translate
516 $strCheckOverhead = 'Check tables with overhead'; //to translate
517 $strCollation = 'Collation'; //to translate
518 $strCommand = 'Command'; //to translate
519 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
520 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
521 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
522 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
523 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
524 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
525 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
526 $strConstraintsForTable = 'Constraints for table'; //to translate
527 $strCookiesRequired = '쿠키 사용이 가능해야 합니다 past this point.'; // To translate
528 $strCopy = 'Copy'; //to translate
529 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
530 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
531 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
532 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
533 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
534 $strCreationDates = 'Creation/Update/Check dates'; //to translate
535 $strCriteria = 'Criteria'; // To translate
536 $strCroatian = 'Croatian'; //to translate
537 $strCSV = 'CSV'; //to translate
538 $strCSVImportOptions = 'CSV options'; //to translate
539 $strCyrillic = 'Cyrillic'; //to translate
540 $strCzech = 'Czech'; //to translate
541 $strCzechSlovak = 'Czech-Slovak'; //to translate
543 $strDanish = 'Danish'; //to translate
544 $strDatabaseEmpty = 'The database name is empty!'; //to translate
545 $strDatabaseExportOptions = 'Database export options';//to translate
546 $strDatabaseNoTable = 'This database contains no table!';//to translate
547 $strDataPages = 'Pages containing data'; //to translate
548 $strDBComment = 'Database comment: ';//to translate
549 $strDBCopy = 'Copy database to'; //to translate
550 $strDBGContext = 'Context'; //to translate
551 $strDBGContextID = 'Context ID'; //to translate
552 $strDBGHits = 'Hits'; //to translate
553 $strDBGLine = 'Line'; //to translate
554 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
555 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
556 $strDBRename = 'Rename database to'; //to translate
557 $strDbSpecific = 'database-specific'; //to translate
558 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
559 $strDefragment = 'Defragment table'; //to translate
560 $strDelayedInserts = 'Use delayed inserts'; //to translate
561 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
562 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
563 $strDescription = 'Description'; //to translate
564 $strDictionary = 'dictionary'; //to translate
565 $strDirtyPages = 'Dirty pages'; //to translate
566 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
567 $strDisplayFeat = 'Display Features'; //to translate
568 $strDisplayPDF = 'Display PDF schema'; //to translate
569 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
570 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
572 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
573 $strEndCut = 'END CUT'; //to translate
574 $strEndRaw = 'END RAW'; //to translate
575 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
576 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
577 $strEngines = 'Engines'; //to translate
578 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
579 $strEnglish = 'English'; //to translate
580 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
581 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
582 $strEsperanto = 'Esperanto'; //to translate
583 $strEstonian = 'Estonian'; //to translate
584 $strExcelEdition = 'Excel edition'; //to translate
585 $strExcelOptions = 'Excel options'; //to translate
586 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
588 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
589 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
590 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
591 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
592 $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
593 $strFileToImport = 'File to import'; //to translate
594 $strFixed = 'fixed'; // To translate
595 $strFlushPrivilegesNote = '주의: phpMyAdmin은 사용자의 사용권한을 MySQL의 사용권한 테이블에서 곧바로 읽어옵니다. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
596 $strFlushQueryCache = 'Flush query cache'; //to translate
597 $strFlushTables = 'Flush (close) all tables'; //to translate
598 $strFormat = 'Format'; // To translate
599 $strFormEmpty = 'Missing value in the form !'; // To translate
600 $strFreePages = 'Free pages'; //to translate
601 $strFullText = 'Full Texts'; // To translate
603 $strGenBy = 'Generated by'; //to translate
604 $strGeneralRelationFeat = 'General 관계 features'; //to translate
605 $strGenerate = 'Generate'; //to translate
606 $strGeneratePassword = 'Generate Password'; //to translate
607 $strGeorgian = 'Georgian'; //to translate
608 $strGerman = 'German'; //to translate
609 $strGlobal = 'global'; //to translate
610 $strGlobalValue = 'Global value'; //to translate
611 $strGrantOption = 'Grant'; //to translate
612 $strGreek = 'Greek'; //to translate
614 $strHandler = 'Handler'; //to translate
615 $strHebrew = 'Hebrew'; //to translate
616 $strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
617 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
618 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
619 $strHTMLWord = 'Microsoft Word 2000'; //to translate
620 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
621 $strHungarian = 'Hungarian'; //to translate
623 $strIcelandic = 'Icelandic'; //to translate
624 $strId = 'ID'; //to translate
625 $strIdxFulltext = 'Fulltext'; // To translate
626 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
627 $strIgnoreInserts = 'Use ignore inserts'; //to translate
628 $strImportDocSQL = 'Import docSQL Files'; //to translate
629 $strImportFormat = 'Format of imported file'; //to translate
630 $strImport = 'Import'; //to translate
631 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
632 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
633 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
634 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
635 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
636 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
637 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
638 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
639 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
640 $strInnoDBDataFilePath = 'Data files'; //to translate
641 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
642 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
643 $strInnoDBPages = 'pages'; //to translate
644 $strInnodbStat = 'InnoDB 상태'; //to translate
645 $strInsertedRowId = 'Inserted row id:'; //to translate
646 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
647 $strInternalRelations = 'Internal relations'; //to translate
648 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
649 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
650 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
651 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
652 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
653 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
654 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
655 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
656 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
657 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
658 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
659 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
661 $strJapanese = 'Japanese'; //to translate
662 $strJoins = 'Joins'; //to translate
664 $strKeyCache = 'Key cache'; //to translate
665 $strKorean = 'Korean'; //to translate
667 $strLandscape = 'Landscape'; //to translate
668 $strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
669 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
670 $strLatchedPages = 'Latched pages'; //to translate
671 $strLatexCaption = 'Table caption';//to translate
672 $strLatexContent = 'Content of table __TABLE__';//to translate
673 $strLatexContinuedCaption = 'Continued table caption';//to translate
674 $strLatexContinued = '(continued)';//to translate
675 $strLatexIncludeCaption = 'Include table caption';//to translate
676 $strLatexLabel = 'Label key';//to translate
677 $strLaTeX = 'LaTeX'; //to translate
678 $strLaTeXOptions = 'LaTeX options'; //to translate
679 $strLatexStructure = 'Structure of table __TABLE__';//to translate
680 $strLatvian = 'Latvian'; //to translate
681 $strLDI = 'CSV using LOAD DATA'; //to translate
682 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
683 $strLDILocal = 'Use LOCAL keyword'; //to translate
684 $strLinkNotFound = 'Link not found'; //to translate
685 $strLinksTo = 'Links to'; //to translate
686 $strLithuanian = 'Lithuanian'; //to translate
687 $strLogServer = 'Server'; //to translate
688 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
690 $strMaxConnects = 'max. concurrent connections'; //to translate
691 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
692 $strMaximumSize = 'Maximum size: %s%s'; //to translate
693 $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
694 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
695 $strMIME_available_mime = 'Available MIME-types';//to translate
696 $strMIME_available_transform = 'Available transformations';//to translate
697 $strMIME_description = 'Description';//to translate
698 $strMIME_MIMEtype = 'MIME-type';//to translate
699 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
700 $strMIME_transformation = 'Browser transformation';//to translate
701 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
702 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
703 $strMIME_transformation_options = 'Transformation options';//to translate
704 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
705 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
706 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
707 $strMultilingual = 'multilingual'; //to translate
708 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
709 $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
710 $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
711 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
712 $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
713 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
714 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
715 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
716 $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
717 $strMyISAMRepairThreads = 'Repair threads'; //to translate
718 $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
719 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
720 $strMysqlClientVersion = 'MySQL client version'; //to translate
721 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
723 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
724 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
725 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
726 $strNoIndexPartsDefined = 'No index parts defined!'; // To translate
727 $strNoOptions = 'This format has no options';//to translate
728 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
729 $strNoRowsSelected = 'No rows selected'; //to translate
730 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
731 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
732 $strNotOK = 'not OK'; //to translate
733 $strNotSet = '<b>%s</b> 테이블이 없거나 or not set in %s'; //to translate
734 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
735 $strNull = 'Null'; // To translate
736 $strNumberOfFields = 'Number of fields'; //to translate
737 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
738 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
740 $strOK = 'OK'; //to translate
741 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
742 $strOperator = 'Operator'; //to translate
743 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
745 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
746 $strPaperSize = 'Paper size'; //to translate
747 $strPartialImport = 'Partial import'; //to translate
748 $strPartialText = 'Partial Texts'; // To translate
749 $strPasswordHashing = 'Password Hashing'; //to translate
750 $strPDFOptions = 'PDF options'; //to translate
751 $strPDF = 'PDF'; //to translate
752 $strPDFReportTitle = 'Report title'; //to translate
753 $strPerHour = 'per hour'; //to translate
754 $strPerMinute = 'per minute';//to translate
755 $strPerSecond = 'per second';//to translate
756 $strPersian = 'Persian'; //to translate
757 $strPhoneBook = 'phone book'; //to translate
758 $strPolish = 'Polish'; //to translate
759 $strPortrait = 'Portrait'; //to translate
760 $strPrintViewFull = 'Print view (with full texts)'; //to translate
761 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
762 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
763 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
764 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
765 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
766 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
767 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
768 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
769 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
770 $strPrivDescSuper = '최대 연결수를 초과했을 경우에도 연결을 허용; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
771 $strProtocolVersion = 'Protocol version'; //to translate
773 $strQueryCache = 'Query cache'; //to translate
774 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
776 $strReadRequests = 'Read requests'; //to translate
777 $strRefresh = 'Refresh'; //to translate
778 $strRelationalSchema = 'Relational schema'; //to translate
779 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
780 $strRelations = 'Relations'; //to translate
781 $strRelationView = 'Relation view'; //to translate
782 $strReloadPrivileges = 'Reload privileges'; //to translate
783 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
784 $strReplaceNULLBy = 'Replace NULL by'; //to translate
785 $strReplication = 'Replication'; //to translate
786 $strRomanian = 'Romanian'; //to translate
787 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
788 $strRussian = 'Russian'; //to translate
790 $strSaveOnServer = 'Save on server in %s directory'; //to translate
791 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
792 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
793 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
794 $strSelectBinaryLog = 'Select binary log to view'; //to translate
795 $strSelectTables = 'Select Tables'; //to translate
796 $strServerNotResponding = 'The server is not responding'; //to translate
797 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
798 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
799 $strShowFullQueries = 'Show Full Queries'; //to translate
800 $strShowingBookmark = 'Showing bookmark'; //to translate
801 $strShowOpenTables = 'Show open tables'; //to translate
802 $strShowSlaveHosts = 'Show slave hosts'; //to translate
803 $strShowSlaveStatus = 'Show slave status'; //to translate
804 $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
805 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
806 $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
807 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
808 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
809 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
810 $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
811 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
812 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
813 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
814 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
815 $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
816 $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
817 $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
818 $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
819 $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
820 $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
821 $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
822 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
823 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
824 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
825 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
826 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
827 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
828 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
829 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
830 $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
831 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
832 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
833 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
834 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
835 $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
836 $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
837 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
838 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
839 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
840 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
841 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
842 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
843 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
844 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
845 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
846 $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
847 $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
848 $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
849 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
850 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
851 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
852 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
853 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
854 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
855 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
856 $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
857 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
858 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
859 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
860 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
861 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
862 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
863 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
864 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
865 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
866 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
867 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
868 $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
869 $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
870 $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
871 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
872 $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
873 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
874 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
875 $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
876 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
877 $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
878 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
879 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
880 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
881 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
882 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
883 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
884 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
885 $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
886 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
887 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
888 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
889 $strShowStatusReset = 'Reset'; //to translate
890 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
891 $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
892 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
893 $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
894 $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
895 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
896 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
897 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
898 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
899 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
900 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
901 $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
902 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
903 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
904 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
905 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
906 $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
907 $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
908 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
909 $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
910 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
911 $strShowTableDimension = 'Show dimension of tables'; //to translate
912 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
913 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
914 $strSlovak = 'Slovak'; //to translate
915 $strSlovenian = 'Slovenian'; //to translate
916 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
917 $strSortByKey = 'Sort by key'; //to translate
918 $strSorting = 'Sorting'; //to translate
919 $strSpanish = 'Spanish'; //to translate
920 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
921 $strSQLExportType = 'Export type'; //to translate
922 $strSQLImportOptions = 'SQL options'; //to translate
923 $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
924 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
925 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
926 $strStorageEngines = 'Storage Engines'; //to translate
927 $strStorageEngine = 'Storage Engine'; //to translate
928 $strStrucNativeExcel = 'Native MS Excel data'; //to translate
929 $strSwedish = 'Swedish'; //to translate
930 $strSwitchToDatabase = 'Switch to copied database'; //to translate
932 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
933 $strTableOfContents = 'Table of contents'; //to translate
934 $strTableOptions = 'Table options'; //to translate
935 $strTakeIt = 'take it'; //to translate
936 $strTempData = 'Temporary data'; //to translate
937 $strThai = 'Thai'; //to translate
938 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
939 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
940 $strThemeNotFound = 'Theme %s not found!'; //to translate
941 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
942 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
943 $strTheme = 'Theme / Style'; //to translate
944 $strThisHost = 'This Host'; //to translate
945 $strThreads = 'Threads'; //to translate
946 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
947 $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
948 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
949 $strToggleScratchboard = 'toggle scratchboard'; //to translate
950 $strTraditionalChinese = 'Traditional Chinese'; //to translate
951 $strTraditionalSpanish = 'Traditional Spanish'; //to translate
952 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
953 $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
954 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
955 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
956 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
957 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
958 $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
959 $strTransformation_text_plain__external = 'LINUX ONLY: 외부 프로그램을 실행하고 표준 입력으로 fielddata 를 공급합니다. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
960 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
961 $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
962 $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
963 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
964 $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
965 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
966 $strTurkish = 'Turkish'; //to translate
968 $strUkrainian = 'Ukrainian'; //to translate
969 $strUnicode = 'Unicode'; //to translate
970 $strUnknown = 'unknown'; //to translate
971 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
972 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
973 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
974 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
975 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
976 $strUseHostTable = 'Use Host Table'; //to translate
977 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
978 $strUseTextField = 'Use text field'; //to translate
979 $strUseThisValue = 'Use this value'; //to translate
981 $strVersionInformation = 'Version information'; //to translate
982 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
983 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
984 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
985 $strView = 'View'; //to translate
987 $strWestEuropean = 'West European'; //to translate
988 $strWildcard = 'wildcard'; //to translate
989 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
990 $strWriteRequests = 'Write requests'; //to translate
991 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
992 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
994 $strXML = 'XML';//to translate
996 $strQueryResultsOperations = 'Query results operations'; //to translate
997 $strAddClause = 'Add %s'; //to translate
998 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
999 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
1000 $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate
1001 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
1002 $strXMLOptions = 'XML options'; //to translate
1003 $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate
1004 $strCreateUserDatabase = 'Database for user'; //to translate
1005 $strCreateUserDatabaseNone = 'None'; //to translate
1006 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
1007 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate
1008 $strOpenDocumentText = 'Open Document Text'; //to translate
1009 $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate
1010 $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
1011 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
1012 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
1013 $strInvalidTableName = 'Invalid table name'; //to translate
1014 $strInvalidDatabase = 'Invalid database'; //to translate
1015 $strServers = 'Servers'; //to translate
1016 $strDelimiter = 'Delimiter'; //to translate
1017 $strFunctions = 'Functions'; //to translate
1018 $strProcedures = 'Procedures'; //to translate
1019 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
1020 $strFontSize = 'Font size'; //to translate
1021 $strLanguage = 'Language'; //to translate