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