Fix for the Open in New Window in Patient/Client->Patients search gui, take 2.
[openemr.git] / phpmyadmin / lang / korean-utf-8.inc.php
blob872876cb1535c019b0ffc36fb885896014a7fd28
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 = '보기';
50 $strBack = '뒤로';
51 $strBinary = '바이너리';
52 $strBinaryDoNotEdit = ' 바이너리 - 편집 금지 ';
53 $strBookmarkDeleted = '북마크를 제거했습니다.';
54 $strBookmarkQuery = '북마크된 SQL 질의';
55 $strBookmarkThis = '이 SQL 질의를 북마크함';
56 $strBrowse = '보기';
57 $strBzError = '이 php 버전의 Bz2 확장모듈이 깨졌기 때문에 phpMyAdmin이 덤프파일을 압축할 수 없습니다. 환경설정파일에서<code>$cfg[\'BZipDump\']</code>를 <code>FALSE</code>로 설정하십시오. 만약 Bz2 압축을 사용하고자 한다면, php버전을 업그레이드해야 합니다. 자세한 내용은 php 버그 리포트 %s 를 보십시오.';
58 $strBzip = '"bz 압축"';
60 $strCannotLogin = 'MySQL 서버에 로그인할 수 없습니다';
61 $strCantLoad = ' %s 확장모듈을 불러올 수 없습니다.<br />PHP 환경설정을 검사하십시오.';
62 $strCantRenameIdxToPrimary = '인덱스 이름을 기본 키로 바꿀 수 없습니다!';
63 $strChange = '변경';
64 $strChangeDisplay = '출력할 필드 선택';
65 $strChangePassword = '암호 변경';
66 $strCharsetOfFile = '파일 문자셋:';
67 $strCheckAll = '모두 체크';
68 $strCheckPrivs = '사용권한 보기';
69 $strCheckPrivsLong = '데이터베이스 &quot;%s&quot; 에 대한 사용권한 검사.';
70 $strCheckTable = '테이블 검사';
71 $strChoosePage = '편집할 페이지를 선택하세요';
72 $strColComFeat = '열(칼럼) 설명(코멘트) 출력하기';
73 $strColumnNames = '열(칼럼) 이름';
74 $strColumnPrivileges = '열(칼럼)에 관한 권한';
75 $strComments = '설명(코멘트)';
76 $strCompleteInserts = '완전한 INSERT문 작성';
77 $strCompression = '압축';
78 $strConfigFileError = 'phpMyAdmin이 환경설정 파일을 읽을 수 없습니다!<br />PHP에 에러가 있거나 실제로 그 파일이 없는 경우입니다.<br />아래 링크를 통해 환경설정 파일만 불러들여보십시오. 그리고 PHP 에러 메시지를 확인하십시오. 어딘가에 따옴표(quote)나 세미콜론(;)이 빠져있는 경우가 종종 있습니다.<br />만약 아무것도 보이지 않으면, 정상적인 것입니다.';
79 $strConnections = '연결 수';
80 $strCopyTable = '테이블 복사 (데이터베이스명<b>.</b>테이블명):';
81 $strCopyTableOK = '%s 테이블이 %s 으로 복사되었습니다.';
82 $strCreate = ' 만들기 ';
83 $strCreateIndex = '%s 개 열(칼럼)에 인덱스 만들기 ';
84 $strCreateIndexTopic = '새 인덱스 만들기';
85 $strCreateNewDatabase = '새 데이터베이스 만들기';
86 $strCreateNewTable = '데이터베이스 %s에 새로운 테이블을 만듭니다.';
87 $strCreatePage = '새 페이지 만들기';
89 $strData = '데이터';
90 $strDatabase = '데이터베이스';
91 $strDatabaseHasBeenDropped = '데이터베이스 %s 를 제거했습니다.';
92 $strDatabases = '데이터베이스 ';
93 $strDatabasesDropped = '%s 데이터베이스를 삭제했습니다.';
94 $strDatabasesStats = '데이터베이스 사용량 통계';
95 $strDatabasesStatsDisable = '통계 숨기기';
96 $strDatabasesStatsEnable = '통계 보기';
97 $strDatabasesStatsHeavyTraffic = '주의: 데이터베이스 통계 보기는 웹서버와 MySQL 서버 사이에 큰 부하를 줍니다.';
98 $strDataDict = '데이터 사전 (전체 구조보기)';
99 $strDataOnly = '데이터만';
100 $strDbPrivileges = '데이터베이스에 관한 권한';
101 $strDefault = '기본값';
102 $strDefaultValueHelp = '기본값에는, 역슬래시나 따옴표 없이 단 하나의 값을 넣으십시오. (예: a)';
103 $strDelete = '삭제';
104 $strDeleteAndFlush = '사용자를 삭제하고 사용권한을 갱신함.';
105 $strDeleteAndFlushDescr = '가장 확실한 방법이지만, 사용권한 테이블을 다시 읽어들이는데는 약간의 시간이 걸립니다.';
106 $strDeleted = '선택한 줄(레코드)을 삭제 하였습니다.';
107 $strDeletedRows = '지워진 줄(레코드):';
108 $strDeleting = ' %s 을 삭제합니다';
109 $strDescending = '내림차순(역순)';
110 $strDisabled = '사용불가';
111 $strDisplayOrder = '출력 순서:';
112 $strDoAQuery = '다음으로 질의를 만들기 (와일드카드: "%")';
113 $strDocu = '도움말';
114 $strDoYouReally = '정말로 다음을 실행하시겠습니까? ';
115 $strDrop = '삭제';
116 $strDropUsersDb = '사용자명과 같은 이름의 데이터베이스를 삭제';
117 $strDumpingData = '테이블의 덤프 데이터';
118 $strDumpXRows = '%s개의 행(레코드)을 덤프 (%s번째 레코드부터).';
119 $strDynamic = '동적(다이내믹)';
121 $strEdit = '수정';
122 $strEditPDFPages = 'PDF 페이지 편집';
123 $strEditPrivileges = '권한 수정';
124 $strEffective = '실제량';
125 $strEmpty = '비우기';
126 $strEmptyResultSet = '결과값이 없습니다. (빈 레코드 리턴.)';
127 $strEnabled = '사용가능';
128 $strEnd = '마지막';
129 $strEnglishPrivileges = ' 주의: MySQL 권한 이름은 영어로 표기되어야 합니다. ';
130 $strError = '오류';
131 $strExplain = 'SQL 해석';
132 $strExport = '내보내기';
133 $strExtendedInserts = '확장된 inserts';
134 $strExtra = '추가';
136 $strFailedAttempts = '실패한 시도';
137 $strField = '필드';
138 $strFieldHasBeenDropped = '필드 %s 를 제거했습니다';
139 $strFields = '필드';
140 $strFieldsEnclosedBy = '필드 감싸기';
141 $strFieldsEscapedBy = '필드 특수문자(escape) 처리';
142 $strFieldsTerminatedBy = '필드 구분자 ';
143 $strFileCouldNotBeRead = '파일을 읽을 수 없습니다';
144 $strFileNameTemplate = '파일명 템플릿';
145 $strFileNameTemplateRemember = '템플릿 기억';
146 $strFlushTable = '테이블 닫기(캐시 삭제)';
147 $strFunction = '함수';
149 $strGenTime = '처리한 시간';
150 $strGlobalPrivileges = '전체적 권한';
151 $strGo = '실행';
152 $strGzip = 'gz 압축';
154 $strHasBeenAltered = '을(를) 변경하였습니다.';
155 $strHasBeenCreated = '을(를) 작성하였습니다.';
156 $strHaveToShow = '출력하려면 적어도 1개 이상의 열(칼럼)을 선택해야 합니다.';
157 $strHome = '시작페이지';
158 $strHomepageOfficial = 'phpMyAdmin 공식 홈';
159 $strHost = '호스트';
160 $strHostEmpty = '호스트명이 없습니다!';
162 $strIgnore = 'Ignore';
163 $strImportFiles = '파일 가져오기';
164 $strIndex = '인덱스';
165 $strIndexes = '인덱스';
166 $strIndexHasBeenDropped = '인덱스 %s 를 제거했습니다';
167 $strIndexName = '인덱스 이름:';
168 $strIndexType = '인덱스 종류:';
169 $strInsecureMySQL = '환경설정파일에 MySQL 관리자 암호가 없습니다. 이같은 기본설정상태로 MySQL 서버가 작동한다면 누구나 침입할 수 있으므로, 이 보안상 허점을 수정하시기 바랍니다.';
170 $strInsert = '삽입';
171 $strInsertAsNewRow = '새 열을 삽입합니다';
172 $strInsertedRows = '삽입된 열:';
173 $strInUse = '사용중';
175 $strJumpToDB = '데이터베이스 &quot;%s&quot; 로 이동.';
176 $strJustDelete = '권한 테이블에서 사용자를 삭제하기만 함.';
177 $strJustDeleteDescr = '사용권한이 갱신되기까지는 &quot;삭제된&quot; 사용자들도 여전히 서버를 사용할 수 있습니다.';
179 $strKeepPass = '암호를 변경하지 않음';
180 $strKeyname = '키 이름';
181 $strKill = 'Kill';
183 $strLengthSet = '길이/값*';
184 $strLimitNumRows = '페이지당 레코드 수';
185 $strLinesTerminatedBy = '줄(열) 구분자';
186 $strLocalhost = 'Local';
187 $strLocationTextfile = 'SQL 텍스트파일의 위치';
188 $strLogin = '로그인';
189 $strLoginInformation = '로그인 정보';
190 $strLogout = '로그아웃';
191 $strLogPassword = '암호:';
192 $strLogUsername = '사용자명:';
194 $strModifications = '수정된 내용이 저장되었습니다.';
195 $strModify = '수정';
196 $strModifyIndexTopic = '인덱스 수정';
197 $strMoveTable = '테이블 이동 (데이터베이스명<b>.</b>테이블명):';
198 $strMoveTableOK = '테이블 %s %s 로 옮겼습니다.';
199 $strMySQLCharset = 'MySQL 문자셋';
200 $strMySQLSaid = 'MySQL 메시지: ';
201 $strMySQLShowProcess = 'MySQL 프로세스 보기';
202 $strMySQLShowStatus = 'MySQL 런타임 상태 보기';
203 $strMySQLShowVars = 'MySQL 환경설정값 보기';
205 $strName = '이름';
206 $strNext = '다음';
207 $strNo = ' 아니오 ';
208 $strNoDatabases = '데이터베이스가 없습니다';
209 $strNoDatabasesSelected = '데이터베이스를 선택하지 않았습니다.';
210 $strNoDescription = '설명이 없습니다';
211 $strNoDropDatabases = '"DROP DATABASE" 구문은 허락되지 않습니다.';
212 $strNoExplain = '해석(EXPLAIN) 생략';
213 $strNoFrames = 'phpMyAdmin 은 <b>프레임을 지원하는</b> 브라우저에서 잘 보입니다.';
214 $strNoIndex = '인덱스가 설정되지 않았습니다!';
215 $strNoModification = '변화 없음';
216 $strNone = '없음';
217 $strNoPassword = '암호 없음';
218 $strNoPhp = 'PHP 코드 없이 보기';
219 $strNoPrivileges = '권한 없음';
220 $strNoRights = '어떻게 들어오셨어요? 지금 여기 있을 권한이 없습니다!';
221 $strNoTablesFound = '데이터베이스에 테이블이 없습니다.';
222 $strNotNumber = '은 숫자(번호)가 아닙니다!';
223 $strNoUsersFound = '사용자가 없습니다.';
224 $strNumTables = '테이블 수';
226 $strOperations = '테이블 작업';
227 $strOptimizeTable = '테이블 최적화';
228 $strOr = '또는';
229 $strOverhead = '부담';
231 $strPageNumber = '페이지:';
232 $strPassword = '암호';
233 $strPasswordChanged = '%s 의 암호가 바뀌었습니다.';
234 $strPasswordEmpty = '암호가 비었습니다!';
235 $strPasswordNotSame = '암호가 동일하지 않습니다!';
236 $strPdfDbSchema = '"%s" 데이터베이스의 스킴(윤곽) - 페이지 %s';
237 $strPdfInvalidTblName = '"%s" 테이블이 존재하지 않습니다!';
238 $strPdfNoTables = '테이블이 없습니다';
239 $strPHP40203 = 'PHP 4.2.3에는 멀티바이트 문자열(mbstring) 모듈에 버그가 있으므로 추천하지 않습니다. PHP 버그 리포트 19404를 보십시오.';
240 $strPhp = 'PHP 코드 보기';
241 $strPHPVersion = 'PHP 버전';
242 $strPmaDocumentation = 'phpMyAdmin 설명서';
243 $strPmaUriError = '환경설정 파일에서 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 주소를 기입하십시오!';
244 $strPos1 = '처음';
245 $strPrevious = '이전';
246 $strPrimary = '기본';
247 $strPrimaryKeyHasBeenDropped = '기본 키를 제거했습니다';
248 $strPrimaryKeyName = '기본 키의 이름은 반드시 PRIMARY여야 합니다!';
249 $strPrimaryKeyWarning = '("PRIMARY"는 기본 키만의 <b>유일한</b> 이름입니다!)';
250 $strPrint = '인쇄';
251 $strPrintView = '인쇄용 보기';
252 $strPrivDescAllPrivileges = 'GRANT 이외의 모든 권한을 포함함.';
253 $strPrivDescAlter = '테이블 구조 변경 허용.';
254 $strPrivDescCreateDb = 'DB 및 테이블 생성 허용.';
255 $strPrivDescCreateTbl = '테이블 생성 허용.';
256 $strPrivDescCreateTmpTable = '임시테이블 생성 허용.';
257 $strPrivDescDelete = '데이터 삭제 허용.';
258 $strPrivDescDropDb = 'DB 및 테이블 삭제 허용.';
259 $strPrivDescDropTbl = '테이블 삭제 허용.';
260 $strPrivDescExecute = '저장프로시저(SP) 사용을 허용; 이 MySQL 버전에는 효과가 없음.';
261 $strPrivDescFile = '데이터를 파일에서 가져오기 및 파일로 내보내기 허용.';
262 $strPrivDescGrant = '권한 테이블을 갱신하지 않고 사용자와 권한 추가하기 허용.';
263 $strPrivDescIndex = '인덱스 생성 및 삭제 허용.';
264 $strPrivDescInsert = '데이터 추가(insert) 및 변경(replace) 허용.';
265 $strPrivDescLockTables = '현재 쓰레드에 대한 테이블 잠금(lock) 허용.';
266 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
267 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
268 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
269 $strPrivDescProcess3 = '다른 사용자의 프로세스 죽이기를 허용.';
270 $strPrivDescReferences = '이 버전의 MySQL에는 소용이 없습니다.';
271 $strPrivDescReload = '캐시를 비우고 서버를 재시동하는 것을 허용.';
272 $strPrivDescReplSlave = '복제서버(replication slaves)에 필요합니다.';
273 $strPrivDescSelect = '데이터 읽기 허용.';
274 $strPrivDescShowDb = '전체 데이터베이스 목록 접근을 허용';
275 $strPrivDescShutdown = '서버 종료 허용.';
276 $strPrivDescUpdate = '데이터 변경 허용.';
277 $strPrivDescUsage = '권한 없음.';
278 $strPrivileges = '사용권한';
279 $strPrivilegesReloaded = '권한을 다시 로딩했습니다.';
280 $strProcesses = '프로세스 목록';
281 $strProcesslist = '프로세스 목록';
282 $strPutColNames = '맨처음에 필드 이름을 출력';
284 $strQBE = '질의 마법사';
285 $strQBEDel = '삭제';
286 $strQBEIns = '삽입';
287 $strQueryFrame = '질의 창';
288 $strQueryOnDb = '데이터베이스 <b>%s</b>에 SQL 질의:';
289 $strQuerySQLHistory = 'SQL 내력(히스토리)';
290 $strQueryStatistics = '<b>SQL 질의 통계</b>: 이 서버에 %s 번의 질의가 보내졌습니다.';
291 $strQueryTime = '질의 실행시간 %01.4f 초';
292 $strQueryType = '질의 종류';
294 $strReceived = '받음';
295 $strRecords = '레코드수';
296 $strReferentialIntegrity = 'referential 무결성 검사:';
297 $strRelationNotWorking = 'linked Tables에서 작동하는 부가기능이 사용되지 않습니다. 이유를 알려면 %s여기를 클릭%s하십시오.';
298 $strReloadingThePrivileges = '사용권한을 갱신합니다(Reloading the privileges)';
299 $strRemoveSelectedUsers = '선택한 사용자를 삭제';
300 $strRenameTable = '테이블 이름 바꾸기';
301 $strRenameTableOK = '테이블 %s을(를) %s(으)로 변경하였습니다.';
302 $strRepairTable = '테이블 복구';
303 $strReplaceTable = '파일로 테이블 대치하기';
304 $strReset = '리세트';
305 $strResourceLimits = '리소스 제한';
306 $strReType = '재입력';
307 $strRevoke = '제거';
308 $strRevokeAndDelete = '모든 활성화된 권한을 박탈하고 사용자를 삭제함.';
309 $strRevokeAndDeleteDescr = '사용권한이 다시 로딩되기까지는 이 사용자들은 여전히 USAGE 권한을 갖고 있습니다.';
310 $strRevokeMessage = '%s의 권한을 제거했습니다.';
311 $strRowLength = '행 길이';
312 $strRows = '행(레코드)';
313 $strRowsFrom = '행. 시작(행)위치';
314 $strRowSize = ' Row size ';
315 $strRowsModeFlippedHorizontal = '수평 (rotated headers)';
316 $strRowsModeHorizontal = '수평(가로)';
317 $strRowsModeOptions = ' %s 정렬 (%s 칸이 넘으면 헤더 반복)';
318 $strRowsModeVertical = '수직(세로)';
319 $strRowsStatistic = '행(레코드) 통계';
320 $strRunning = '입니다. (%s)';
321 $strRunQuery = '질의 실행';
322 $strRunSQLQuery = '데이터베이스 %s에 SQL 질의를 실행';
324 $strSave = '저장';
325 $strSearch = '검색';
326 $strSearchFormTitle = '데이터베이스 검색';
327 $strSearchInTables = '찾을 테이블:';
328 $strSearchNeedle = '찾을 단어, 값 (와일드카드: "%"):';
329 $strSearchOption1 = '아무 단어나';
330 $strSearchOption2 = '모든 단어';
331 $strSearchOption3 = '정확한 문구';
332 $strSearchOption4 = '정규표현식';
333 $strSearchType = '찾는 방식:';
334 $strSelectADb = '데이터베이스를 선택하세요';
335 $strSelectAll = '모두 선택';
336 $strSelectFields = '필드 선택 (하나 이상):';
337 $strSelectNumRows = '질의(in query)';
338 $strSend = '파일로 저장';
339 $strSent = '보냄';
340 $strServer = '서버';
341 $strServerChoice = '서버 선택';
342 $strServerStatus = '런타임 정보';
343 $strServerStatusUptime = '이 MySQL 서버는 %s 동안 구동되었습니다. <br/>구동 시작날짜는 %s 입니다.';
344 $strServerTabVariables = '환경설정값';
345 $strServerTrafficNotes = '<b>서버 소통량</b>: 이 테이블은 MySQL서버가 구동된 이래의 네트웍 부하 상태를 보여줍니다.';
346 $strServerVars = '서버의 환경설정';
347 $strServerVersion = '서버 버전';
348 $strSessionValue = '세션 값';
349 $strSetEnumVal = '필드 종류가 "enum"이나 "set"일 경우, 다음과 같은 형식으로 값을 입력하십시오: \'a\',\'b\',\'c\'...<br />여기에 역슬래시(\)나 작은 따옴표(\')를 넣어야 한다면, 그 앞에 역슬래시를 사용하십시오. (예: \'\\\\xyz\' 또는 \'a\\\'b\').';
350 $strShow = '보기';
351 $strShowAll = '모두 보기';
352 $strShowColor = '색깔 보기';
353 $strShowGrid = 'grid 보기';
354 $strShowingRecords = '행(레코드) 보기';
355 $strShowPHPInfo = 'PHP 정보 보기';
356 $strShowTables = '테이블 보기';
357 $strShowThisQuery = ' 이 질의를 다시 보여줌 ';
358 $strSingly = '(단독으로)';
359 $strSize = '크기';
360 $strSort = '정렬';
361 $strSpaceUsage = '공간 사용량';
362 $strSplitWordsWithSpace = '단어는 스페이스(" ")로 구분됩니다.';
363 $strSQLParserUserError = 'SQL 질의문에 에러가 있습니다. MySQL 서버가 다음과 같은 에러를 출력했습니다. 이것이 문제를 진단하는데 도움이 될 것입니다.';
364 $strSQLQuery = 'SQL 질의';
365 $strSQLResult = 'SQL 결과';
366 $strSQL = 'SQL';
367 $strSQPBugInvalidIdentifer = '잘못된 식별자(Identifer)';
368 $strSQPBugUnclosedQuote = '따옴표(quote)가 닫히지 않았음';
369 $strStatCheckTime = '검사';
370 $strStatCreateTime = '생성';
371 $strStatement = '명세';
372 $strStatUpdateTime = '업데이트';
373 $strStatus = '상태';
374 $strStrucCSV = 'CSV 데이터';
375 $strStrucData = '구조와 데이터 모두';
376 $strStrucExcelCSV = 'MS엑셀 CSV 데이터';
377 $strStrucOnly = '구조만';
378 $strStructPropose = '제안하는 테이블 구조';
379 $strStructure = '구조';
380 $strSubmit = '확인';
381 $strSuccess = 'SQL 질의가 바르게 실행되었습니다.';
382 $strSum = '계';
383 $strSwitchToTable = '복사한 테이블로 옮겨감';
385 $strTable = '테이블 ';
386 $strTableComments = '테이블 설명';
387 $strTableEmpty = '테이블명이 없습니다!';
388 $strTableHasBeenDropped = '테이블 %s 을 제거했습니다.';
389 $strTableHasBeenEmptied = '테이블 %s 을 비웠습니다';
390 $strTableHasBeenFlushed = '테이블 %s 을 닫았습니다(캐시 삭제)';
391 $strTableMaintenance = '테이블 유지보수';
392 $strTables = '테이블 %s 개';
393 $strTableStructure = '테이블 구조';
394 $strTblPrivileges = '테이블에 관한 권한';
395 $strTextAreaLength = ' 필드의 길이 때문에,<br />이 필드를 편집할 수 없습니다 ';
396 $strThreadSuccessfullyKilled = '쓰레드 %s 를 죽였습니다.';
397 $strTime = '시간';
398 $strTotal = '합계';
399 $strTotalUC = '전체 사용량';
400 $strTraffic = '소통량';
401 $strType = '종류';
403 $strUncheckAll = '모두 체크안함';
404 $strUnique = '고유값';
405 $strUnselectAll = '모두 선택안함';
406 $strUpdatePrivMessage = '%s 의 권한을 업데이트했습니다.';
407 $strUpdateProfileMessage = '프로파일을 업데이트했습니다.';
408 $strUpdateQuery = '질의 업데이트';
409 $strUsage = '사용법(량)';
410 $strUseBackquotes = '테이블, 필드명에 백쿼터(`) 사용';
411 $strUser = '사용자';
412 $strUserAlreadyExists = '사용자 %s 가 이미 존재합니다!';
413 $strUserEmpty = '사용자명이 없습니다!';
414 $strUserName = '사용자명';
415 $strUserNotFound = '선택한 사용자는 사용권한 테이블에 존재하지 않습니다.';
416 $strUserOverview = '사용자 개요';
417 $strUsersDeleted = '선택한 사용자들을 삭제했습니다.';
418 $strUsersHavingAccessToDb = '&quot;%s&quot; 에 접근할 수 있는 사용자들';
419 $strUseTables = '사용할 테이블';
421 $strValidateSQL = 'SQL 검사';
422 $strValidatorError = 'SQL 검사기가 초기화되지 않았습니다. %s문서%s에서 설명한 php 확장모듈을 설치했는지 확인해보십시오.';
423 $strValue = '값';
424 $strVar = '변수';
425 $strViewDump = '테이블의 덤프(스키마) 데이터 보기';
426 $strViewDumpDB = '데이터베이스의 덤프(스키마) 데이터 보기';
428 $strWebServerUploadDirectory = '웹서버 업로드 디렉토리';
429 $strWebServerUploadDirectoryError = '업로드 디렉토리에 접근할 수 없습니다';
430 $strWelcome = '%s에 오셨습니다';
431 $strWithChecked = '선택한 것을:';
432 $strWrongUser = '사용자명/암호가 틀렸습니다. 접근이 거부되었습니다.';
434 $strYes = ' 예 ';
436 $strZeroRemovesTheLimit = '주의: 이 옵션을 0으로 하면 제한이 없어집니다.';
437 $strZip = 'zip 압축';
439 // To translate:
440 $strAbortedClients = 'Aborted'; //to translate
441 $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
442 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
443 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
444 $strAddConstraints = 'Add constraints'; //to translate
445 $strAddFields = 'Add %s field(s)'; //to translate
446 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
447 $strAddIntoComments = 'Add into comments';//to translate
448 $strAdministration = 'Administration'; //to translate
449 $strAfterInsertNext = 'Edit next row'; //to translate
450 $strAfterInsertSame = 'Go back to this page'; //to translate
451 $strAll = 'All'; // To translate
452 $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
453 $strAndThen = 'and then'; //to translate
454 $strAny = 'Any'; // To translate
455 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
456 $strArabic = 'Arabic'; //to translate
457 $strArmenian = 'Armenian'; //to translate
458 $strAutomaticLayout = 'Automatic layout'; //to translate
460 $strBaltic = 'Baltic'; //to translate
461 $strBeginCut = 'BEGIN CUT'; //to translate
462 $strBeginRaw = 'BEGIN RAW'; //to translate
463 $strBinaryLog = 'Binary log'; //to translate
464 $strBinLogEventType = 'Event type'; //to translate
465 $strBinLogInfo = 'Information'; //to translate
466 $strBinLogName = 'Log name'; //to translate
467 $strBinLogOriginalPosition = 'Original position'; //to translate
468 $strBinLogPosition = 'Position'; //to translate
469 $strBinLogServerId = 'Server ID'; //to translate
470 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
471 $strBookmarkCreated = 'Bookmark %s created'; //to translate
472 $strBookmarkLabel = 'Label'; // To translate
473 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
474 $strBookmarkView = 'View only'; // To translate
475 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
476 $strBrowseForeignValues = 'Browse foreign values'; //to translate
477 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
478 $strBufferPool = 'Buffer Pool'; //to translate
479 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
480 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
481 $strBufferReadMisses = 'Read misses'; //to translate
482 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
483 $strBufferWriteWaits = 'Write waits'; //to translate
484 $strBulgarian = 'Bulgarian'; //to translate
485 $strBusyPages = 'Busy pages'; //to translate
487 $strCalendar = 'Calendar'; //to translate
488 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
489 $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
490 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
491 $strCardinality = 'Cardinality'; // To translate
492 $strCaseInsensitive = 'case-insensitive'; //to translate
493 $strCaseSensitive = 'case-sensitive'; //to translate
494 $strCentralEuropean = 'Central European'; //to translate
495 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
496 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
497 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
498 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
499 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
500 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
501 $strCharset = 'Charset'; //to translate
502 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
503 $strCharsets = 'Charsets'; //to translate
504 $strCheckOverhead = 'Check tables with overhead'; //to translate
505 $strCollation = 'Collation'; //to translate
506 $strCommand = 'Command'; //to translate
507 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
508 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
509 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
510 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
511 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
512 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
513 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
514 $strConstraintsForTable = 'Constraints for table'; //to translate
515 $strCookiesRequired = '쿠키 사용이 가능해야 합니다 past this point.'; // To translate
516 $strCopy = 'Copy'; //to translate
517 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
518 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
519 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
520 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
521 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
522 $strCreationDates = 'Creation/Update/Check dates'; //to translate
523 $strCriteria = 'Criteria'; // To translate
524 $strCroatian = 'Croatian'; //to translate
525 $strCSV = 'CSV'; //to translate
526 $strCyrillic = 'Cyrillic'; //to translate
527 $strCzech = 'Czech'; //to translate
528 $strCzechSlovak = 'Czech-Slovak'; //to translate
530 $strDanish = 'Danish'; //to translate
531 $strDatabaseEmpty = 'The database name is empty!'; //to translate
532 $strDatabaseExportOptions = 'Database export options';//to translate
533 $strDataPages = 'Pages containing data'; //to translate
534 $strDBComment = 'Database comment: ';//to translate
535 $strDBCopy = 'Copy database to'; //to translate
536 $strDBRename = 'Rename database to'; //to translate
537 $strDbSpecific = 'database-specific'; //to translate
538 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
539 $strDefragment = 'Defragment table'; //to translate
540 $strDelayedInserts = 'Use delayed inserts'; //to translate
541 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
542 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
543 $strDescription = 'Description'; //to translate
544 $strDictionary = 'dictionary'; //to translate
545 $strDirtyPages = 'Dirty pages'; //to translate
546 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
547 $strDisplayFeat = 'Display Features'; //to translate
548 $strDisplayPDF = 'Display PDF schema'; //to translate
549 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
550 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
552 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
553 $strEndCut = 'END CUT'; //to translate
554 $strEndRaw = 'END RAW'; //to translate
555 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
556 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
557 $strEngines = 'Engines'; //to translate
558 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
559 $strEnglish = 'English'; //to translate
560 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
561 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
562 $strEsperanto = 'Esperanto'; //to translate
563 $strEstonian = 'Estonian'; //to translate
564 $strExcelEdition = 'Excel edition'; //to translate
565 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
567 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
568 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
569 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
570 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
571 $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
572 $strFileToImport = 'File to import'; //to translate
573 $strFixed = 'fixed'; // To translate
574 $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
575 $strFlushQueryCache = 'Flush query cache'; //to translate
576 $strFlushTables = 'Flush (close) all tables'; //to translate
577 $strFormat = 'Format'; // To translate
578 $strFormEmpty = 'Missing value in the form !'; // To translate
579 $strFreePages = 'Free pages'; //to translate
580 $strFullText = 'Full Texts'; // To translate
582 $strGenBy = 'Generated by'; //to translate
583 $strGeneralRelationFeat = 'General 관계 features'; //to translate
584 $strGenerate = 'Generate'; //to translate
585 $strGeneratePassword = 'Generate Password'; //to translate
586 $strGeorgian = 'Georgian'; //to translate
587 $strGerman = 'German'; //to translate
588 $strGlobal = 'global'; //to translate
589 $strGlobalValue = 'Global value'; //to translate
590 $strGrantOption = 'Grant'; //to translate
591 $strGreek = 'Greek'; //to translate
593 $strHandler = 'Handler'; //to translate
594 $strHebrew = 'Hebrew'; //to translate
595 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
596 $strHTMLWord = 'Microsoft Word 2000'; //to translate
597 $strHungarian = 'Hungarian'; //to translate
599 $strIcelandic = 'Icelandic'; //to translate
600 $strId = 'ID'; //to translate
601 $strIdxFulltext = 'Fulltext'; // To translate
602 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
603 $strIgnoreInserts = 'Use ignore inserts'; //to translate
604 $strImportFormat = 'Format of imported file'; //to translate
605 $strImport = 'Import'; //to translate
606 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
607 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
608 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
609 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
610 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
611 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
612 $strInnoDBDataFilePath = 'Data files'; //to translate
613 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
614 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
615 $strInnoDBPages = 'pages'; //to translate
616 $strInnodbStat = 'InnoDB 상태'; //to translate
617 $strInsertedRowId = 'Inserted row id:'; //to translate
618 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
619 $strInternalRelations = 'Internal relations'; //to translate
620 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
621 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
622 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
623 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
624 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
625 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
626 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
627 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
628 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
629 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
630 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
631 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
633 $strJapanese = 'Japanese'; //to translate
634 $strJoins = 'Joins'; //to translate
636 $strKeyCache = 'Key cache'; //to translate
637 $strKorean = 'Korean'; //to translate
639 $strLandscape = 'Landscape'; //to translate
640 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
641 $strLatchedPages = 'Latched pages'; //to translate
642 $strLatexCaption = 'Table caption';//to translate
643 $strLatexContent = 'Content of table __TABLE__';//to translate
644 $strLatexContinuedCaption = 'Continued table caption';//to translate
645 $strLatexContinued = '(continued)';//to translate
646 $strLatexIncludeCaption = 'Include table caption';//to translate
647 $strLatexLabel = 'Label key';//to translate
648 $strLaTeX = 'LaTeX'; //to translate
649 $strLatexStructure = 'Structure of table __TABLE__';//to translate
650 $strLatvian = 'Latvian'; //to translate
651 $strLDI = 'CSV using LOAD DATA'; //to translate
652 $strLDILocal = 'Use LOCAL keyword'; //to translate
653 $strLinkNotFound = 'Link not found'; //to translate
654 $strLinksTo = 'Links to'; //to translate
655 $strLithuanian = 'Lithuanian'; //to translate
656 $strLogServer = 'Server'; //to translate
657 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
659 $strMaxConnects = 'max. concurrent connections'; //to translate
660 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
661 $strMaximumSize = 'Maximum size: %s%s'; //to translate
662 $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
663 $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
664 $strMIME_available_mime = 'Available MIME-types';//to translate
665 $strMIME_available_transform = 'Available transformations';//to translate
666 $strMIME_description = 'Description';//to translate
667 $strMIME_MIMEtype = 'MIME-type';//to translate
668 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
669 $strMIME_transformation = 'Browser transformation';//to translate
670 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
671 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\', 100, 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
672 $strMIME_transformation_options = 'Transformation options';//to translate
673 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
674 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
675 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
676 $strMultilingual = 'multilingual'; //to translate
677 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
678 $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
679 $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
680 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
681 $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
682 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
683 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
684 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
685 $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
686 $strMyISAMRepairThreads = 'Repair threads'; //to translate
687 $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
688 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
689 $strMysqlClientVersion = 'MySQL client version'; //to translate
690 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
692 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
693 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
694 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
695 $strNoIndexPartsDefined = 'No index parts defined!'; // To translate
696 $strNoOptions = 'This format has no options';//to translate
697 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
698 $strNoRowsSelected = 'No rows selected'; //to translate
699 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
700 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
701 $strNotOK = 'not OK'; //to translate
702 $strNotSet = '<b>%s</b> 테이블이 없거나 or not set in %s'; //to translate
703 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
704 $strNull = 'Null'; // To translate
705 $strNumberOfFields = 'Number of fields'; //to translate
706 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
707 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
709 $strOK = 'OK'; //to translate
710 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
711 $strOperator = 'Operator'; //to translate
712 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
714 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
715 $strPaperSize = 'Paper size'; //to translate
716 $strPartialImport = 'Partial import'; //to translate
717 $strPartialText = 'Partial Texts'; // To translate
718 $strPasswordHashing = 'Password Hashing'; //to translate
719 $strPDF = 'PDF'; //to translate
720 $strPDFReportTitle = 'Report title'; //to translate
721 $strPerHour = 'per hour'; //to translate
722 $strPerMinute = 'per minute';//to translate
723 $strPerSecond = 'per second';//to translate
724 $strPersian = 'Persian'; //to translate
725 $strPhoneBook = 'phone book'; //to translate
726 $strPolish = 'Polish'; //to translate
727 $strPortrait = 'Portrait'; //to translate
728 $strPrintViewFull = 'Print view (with full texts)'; //to translate
729 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
730 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
731 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
732 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
733 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
734 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
735 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
736 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
737 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
738 $strPrivDescSuper = '최대 연결수를 초과했을 경우에도 연결을 허용; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
739 $strProtocolVersion = 'Protocol version'; //to translate
741 $strQueryCache = 'Query cache'; //to translate
742 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
744 $strReadRequests = 'Read requests'; //to translate
745 $strRefresh = 'Refresh'; //to translate
746 $strRelationalSchema = 'Relational schema'; //to translate
747 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
748 $strRelations = 'Relations'; //to translate
749 $strRelationView = 'Relation view'; //to translate
750 $strReloadPrivileges = 'Reload privileges'; //to translate
751 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
752 $strReplaceNULLBy = 'Replace NULL by'; //to translate
753 $strReplication = 'Replication'; //to translate
754 $strRomanian = 'Romanian'; //to translate
755 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
756 $strRussian = 'Russian'; //to translate
758 $strSaveOnServer = 'Save on server in %s directory'; //to translate
759 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
760 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
761 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
762 $strSelectBinaryLog = 'Select binary log to view'; //to translate
763 $strSelectTables = 'Select Tables'; //to translate
764 $strServerNotResponding = 'The server is not responding'; //to translate
765 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
766 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
767 $strShowFullQueries = 'Show Full Queries'; //to translate
768 $strShowingBookmark = 'Showing bookmark'; //to translate
769 $strShowOpenTables = 'Show open tables'; //to translate
770 $strShowSlaveHosts = 'Show slave hosts'; //to translate
771 $strShowSlaveStatus = 'Show slave status'; //to translate
772 $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
773 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
774 $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
775 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
776 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
777 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
778 $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
779 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
780 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
781 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
782 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
783 $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
784 $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
785 $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
786 $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
787 $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
788 $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
789 $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
790 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
791 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
792 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
793 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
794 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
795 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
796 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
797 $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
798 $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
799 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
800 $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
801 $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
802 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
803 $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
804 $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
805 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
806 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
807 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
808 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
809 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
810 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
811 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
812 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
813 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
814 $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
815 $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
816 $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
817 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
818 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
819 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
820 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
821 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
822 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
823 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
824 $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
825 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
826 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
827 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
828 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
829 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
830 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
831 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
832 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
833 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
834 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
835 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
836 $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
837 $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
838 $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
839 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
840 $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
841 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
842 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
843 $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
844 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
845 $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
846 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
847 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
848 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
849 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
850 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
851 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
852 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
853 $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
854 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
855 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
856 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
857 $strShowStatusReset = 'Reset'; //to translate
858 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
859 $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
860 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
861 $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
862 $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
863 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
864 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
865 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
866 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
867 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
868 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
869 $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
870 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
871 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
872 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
873 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
874 $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
875 $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
876 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
877 $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
878 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
879 $strShowTableDimension = 'Show dimension of tables'; //to translate
880 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
881 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
882 $strSlovak = 'Slovak'; //to translate
883 $strSlovenian = 'Slovenian'; //to translate
884 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
885 $strSortByKey = 'Sort by key'; //to translate
886 $strSorting = 'Sorting'; //to translate
887 $strSpanish = 'Spanish'; //to translate
888 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
889 $strSQLExportType = 'Export type'; //to translate
890 $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
891 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
892 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
893 $strStorageEngines = 'Storage Engines'; //to translate
894 $strStorageEngine = 'Storage Engine'; //to translate
895 $strStrucNativeExcel = 'Native MS Excel data'; //to translate
896 $strSwedish = 'Swedish'; //to translate
897 $strSwitchToDatabase = 'Switch to copied database'; //to translate
899 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
900 $strTableOfContents = 'Table of contents'; //to translate
901 $strTableOptions = 'Table options'; //to translate
902 $strTakeIt = 'take it'; //to translate
903 $strTempData = 'Temporary data'; //to translate
904 $strThai = 'Thai'; //to translate
905 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
906 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
907 $strThemeNotFound = 'Theme %s not found!'; //to translate
908 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
909 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
910 $strTheme = 'Theme / Style'; //to translate
911 $strThisHost = 'This Host'; //to translate
912 $strThreads = 'Threads'; //to translate
913 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
914 $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
915 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
916 $strToggleScratchboard = 'toggle scratchboard'; //to translate
917 $strTraditionalChinese = 'Traditional Chinese'; //to translate
918 $strTraditionalSpanish = 'Traditional Spanish'; //to translate
919 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
920 $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
921 $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
922 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
923 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
924 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
925 $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
926 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
927 $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
928 $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
929 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
930 $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
931 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
932 $strTurkish = 'Turkish'; //to translate
934 $strUkrainian = 'Ukrainian'; //to translate
935 $strUnicode = 'Unicode'; //to translate
936 $strUnknown = 'unknown'; //to translate
937 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
938 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
939 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
940 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
941 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
942 $strUseHostTable = 'Use Host Table'; //to translate
943 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
944 $strUseTextField = 'Use text field'; //to translate
945 $strUseThisValue = 'Use this value'; //to translate
947 $strVersionInformation = 'Version information'; //to translate
948 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
949 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
950 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
951 $strView = 'View'; //to translate
953 $strWestEuropean = 'West European'; //to translate
954 $strWildcard = 'wildcard'; //to translate
955 $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
956 $strWriteRequests = 'Write requests'; //to translate
958 $strXML = 'XML';//to translate
960 $strQueryResultsOperations = 'Query results operations'; //to translate
961 $strAddClause = 'Add %s'; //to translate
962 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
963 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
964 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
965 $strCreateUserDatabase = 'Database for user'; //to translate
966 $strCreateUserDatabaseNone = 'None'; //to translate
967 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
968 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
969 $strOpenDocumentText = 'Open Document Text'; //to translate
970 $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
971 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
972 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
973 $strInvalidTableName = 'Invalid table name'; //to translate
974 $strInvalidDatabase = 'Invalid database'; //to translate
975 $strServers = 'Servers'; //to translate
976 $strDelimiter = 'Delimiter'; //to translate
977 $strFunctions = 'Functions'; //to translate
978 $strProcedures = 'Procedures'; //to translate
979 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
980 $strFontSize = 'Font size'; //to translate
981 $strLanguage = 'Language'; //to translate
982 $strPmaWiki = 'phpMyAdmin wiki'; //to translate
983 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
984 $strDocSQL = 'DocSQL'; //to translate
985 $strTableName = 'Table name'; //to translate
986 $strTableIsEmpty = 'Table seems to be empty!'; //to translate
987 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
988 $strShowingPhp = 'Showing as PHP code'; //to translate
989 $strShowingSQL = 'Showing SQL query'; //to translate
990 $strDesigner = 'Designer'; //to translate
991 $strNumberOfTables = 'Number of tables'; //to translate
992 $strCreateTable = 'Create table'; //to translate
993 $strCreateRelation = 'Create relation'; //to translate
994 $strSavePosition = 'Save position'; //to translate
995 $strSelectForeignKey = 'Select Foreign Key'; //to translate
996 $strHide = 'Hide'; //to translate
997 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
998 $strReload = 'Reload'; //to translate
999 $strSmallBigAll = 'Small/Big All'; //to translate
1000 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
1001 $strMoveMenu = 'Move Menu'; //to translate
1002 $strAngularLinks = 'Angular links'; //to translate
1003 $strDirectLinks = 'Direct links'; //to translate
1004 $strHideShowAll = 'Hide/Show all'; //to translate
1005 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
1006 $strInternalRelationAdded = 'Internal relation added'; //to translate
1007 $strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
1008 $strRelationDeleted = 'Relation deleted'; //to translate
1009 $strToSelectRelation = 'To select relation, click :'; //to translate
1010 $strExportImportToScale = 'Export/Import to scale'; //to translate
1011 $strRecommended = 'recommended'; //to translate
1012 $strToFromPage = 'to/from page'; //to translate
1013 $strSelectReferencedKey = 'Select referenced key'; //to translate
1014 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
1015 $strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate
1016 $strHelp = 'Help'; //to translate
1017 $strCancel = 'Cancel'; //to translate
1018 $strDeleteRelation = 'Delete relation'; //to translate
1019 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
1020 $strStructureForView = 'Structure for view'; //to translate
1021 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
1022 $strToggleSmallBig = 'Toggle small/big'; //to translate
1023 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
1024 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
1025 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
1026 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
1027 $strSnapToGrid = 'Snap to grid'; //to translate
1028 $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
1029 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1030 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1031 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
1032 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
1033 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
1034 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
1035 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1036 $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
1037 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
1038 $strViewName = 'VIEW name'; //to translate
1039 $strOptions = 'Options'; //to translate
1040 $strFiles = 'Files'; //to translate
1041 $strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
1042 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
1043 $strRoutines = 'Routines'; //to translate
1044 $strRoutineReturnType = 'Return type'; //to translate
1045 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
1046 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
1047 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
1048 $strTriggers = 'Triggers'; //to translate
1049 $strEvent = 'Event'; //to translate
1050 $strProfiling = 'Profiling'; //to translate
1051 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate