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