/home/mjc1/public_html/db_admin/lang/english-iso-8859-1.inc.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
<?php
/* $Id: english-iso-8859-1.inc.php,v 2.40 2004/09/21 11:00:40 rabus Exp $ */

$charset 'iso-8859-1';
$text_dir 'ltr'// ('ltr' for left to right, 'rtl' for right to left)
$left_font_family 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator ',';
$number_decimal_separator '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes''KB''MB''GB''TB''PB''EB');

$day_of_week = array('Sun''Mon''Tue''Wed''Thu''Fri''Sat');
$month = array('Jan''Feb''Mar''Apr''May''Jun''Jul''Aug''Sep''Oct''Nov''Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt '%B %d, %Y at %I:%M %p';
$timespanfmt '%s days, %s hours, %s minutes and %s seconds';

$strAPrimaryKey 'A primary key has been added on %s';
$strAbortedClients 'Aborted';
$strAbsolutePathToDocSqlDir 'Please enter the absolute path on webserver to docSQL directory';
$strAccessDenied 'Access denied';
$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.';
$strAction 'Action';
$strAddAutoIncrement 'Add AUTO_INCREMENT value';
$strAddConstraints 'Add constraints';
$strAddDeleteColumn 'Add/Delete Field Columns';
$strAddDeleteRow 'Add/Delete Criteria Row';
$strAddDropDatabase 'Add DROP DATABASE';
$strAddHeaderComment 'Add custom comment into header (\\n splits lines)';
$strAddIfNotExists 'Add IF NOT EXISTS';
$strAddIntoComments 'Add into comments';
$strAddNewField 'Add new field';
$strAddPrivilegesOnDb 'Add privileges on the following database';
$strAddPrivilegesOnTbl 'Add privileges on the following table';
$strAddSearchConditions 'Add search conditions (body of the "where" clause):';
$strAddToIndex 'Add to index &nbsp;%s&nbsp;column(s)';
$strAddUser 'Add a new User';
$strAddUserMessage 'You have added a new user.';
$strAddedColumnComment 'Added comment for column';
$strAddedColumnRelation 'Added relation for column';
$strAdministration 'Administration';
$strAffectedRows 'Affected rows:';
$strAfter 'After %s';
$strAfterInsertBack 'Go back to previous page';
$strAfterInsertNewInsert 'Insert another new row';
$strAfterInsertSame 'Go back to this page';
$strAll 'All';
$strAllTableSameWidth 'display all Tables with same width?';
$strAlterOrderBy 'Alter table order by';
$strAnIndex 'An index has been added on %s';
$strAnalyzeTable 'Analyze table';
$strAnd 'And';
$strAny 'Any';
$strAnyHost 'Any host';
$strAnyUser 'Any user';
$strArabic 'Arabic';
$strArmenian 'Armenian';
$strAscending 'Ascending';
$strAtBeginningOfTable 'At Beginning of Table';
$strAtEndOfTable 'At End of Table';
$strAttr 'Attributes';
$strAutodetect 'Autodetect';
$strAutomaticLayout 'Automatic layout';

$strBack 'Back';
$strBaltic 'Baltic';
$strBeginCut 'BEGIN CUT';
$strBeginRaw 'BEGIN RAW';
$strBinary 'Binary';
$strBinaryDoNotEdit 'Binary - do not edit';
$strBookmarkAllUsers 'Let every user access this bookmark';
$strBookmarkDeleted 'The bookmark has been deleted.';
$strBookmarkLabel 'Label';
$strBookmarkOptions 'Bookmark options';
$strBookmarkQuery 'Bookmarked SQL-query';
$strBookmarkThis 'Bookmark this SQL-query';
$strBookmarkView 'View only';
$strBrowse 'Browse';
$strBrowseForeignValues 'Browse foreign values';
$strBulgarian 'Bulgarian';
$strBzError 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.';
$strBzip '"bzipped"';

$strCSVOptions 'CSV options';
$strCalendar 'Calendar';
$strCannotLogin 'Cannot login to MySQL server';
$strCantLoad 'cannot load %s extension,<br />please check PHP Configuration';
$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.';
$strCantRenameIdxToPrimary 'Can\'t rename index to PRIMARY!';
$strCantUseRecodeIconv 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality 'Cardinality';
$strCarriage 'Carriage return: \\r';
$strCaseInsensitive 'case-insensitive';
$strCaseSensitive 'case-sensitive';
$strCentralEuropean 'Central European';
$strChange 'Change';
$strChangeCopyMode 'Create a new user with the same privileges and ...';
$strChangeCopyModeCopy '... keep the old one.';
$strChangeCopyModeDeleteAndReload ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser 'Change Login Information / Copy User';
$strChangeDisplay 'Choose Field to display';
$strChangePassword 'Change password';
$strCharset 'Charset';
$strCharsetOfFile 'Character set of the file:';
$strCharsets 'Charsets';
$strCharsetsAndCollations 'Character Sets and Collations';
$strCheckAll 'Check All';
$strCheckOverhead 'Check overheaded';
$strCheckPrivs 'Check Privileges';
$strCheckPrivsLong 'Check privileges for database &quot;%s&quot;.';
$strCheckTable 'Check table';
$strChoosePage 'Please choose a Page to edit';
$strColComFeat 'Displaying Column Comments';
$strCollation 'Collation';
$strColumnNames 'Column names';
$strColumnPrivileges 'Column-specific privileges';
$strCommand 'Command';
$strComments 'Comments';
$strCommentsForTable 'COMMENTS FOR TABLE';
$strCompleteInserts 'Complete inserts';
$strCompression 'Compression';
$strConfigFileError 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.<br />If you receive a blank page, everything is fine.';
$strConfigureTableCoord 'Please configure the coordinates for table %s';
$strConnectionError 'Cannot connect: invalid settings.';
$strConnections 'Connections';
$strConstraintsForDumped 'Constraints for dumped tables';
$strConstraintsForTable 'Constraints for table';
$strCookiesRequired 'Cookies must be enabled past this point.';
$strCopyTable 'Copy table to (database<b>.</b>table):';
$strCopyTableOK 'Table %s has been copied to %s.';
$strCopyTableSameNames 'Can\'t copy table to same one!';
$strCouldNotKill 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
$strCreate 'Create';
$strCreateIndex 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic 'Create a new index';
$strCreateNewDatabase 'Create new database';
$strCreateNewTable 'Create new table on database %s';
$strCreatePage 'Create a new Page';
$strCreatePdfFeat 'Creation of PDFs';
$strCreationDates 'Creation/Update/Check dates';
$strCriteria 'Criteria';
$strCroatian 'Croatian';
$strCyrillic 'Cyrillic';
$strCzech 'Czech';
$strCzechSlovak 'Czech-Slovak';

$strDBComment 'Database comment: ';
$strDBGContext 'Context';
$strDBGContextID 'Context ID';
$strDBGHits 'Hits';
$strDBGLine 'Line';
$strDBGMaxTimeMs 'Max time, ms';
$strDBGMinTimeMs 'Min time, ms';
$strDBGModule 'Module';
$strDBGTimePerHitMs 'Time/Hit, ms';
$strDBGTotalTimeMs 'Total time, ms';
$strDBRename 'Rename database to';
$strDanish 'Danish';
$strData 'Data';
$strDataDict 'Data Dictionary';
$strDataOnly 'Data only';
$strDatabase 'Database';
$strDatabaseEmpty 'The database name is empty!';
$strDatabaseExportOptions 'Database export options';
$strDatabaseHasBeenDropped 'Database %s has been dropped.';
$strDatabaseNoTable 'This database contains no table!';
$strDatabases 'Databases';
$strDatabasesDropped '%s databases have been dropped successfully.';
$strDatabasesStats 'Databases statistics';
$strDatabasesStatsDisable 'Disable Statistics';
$strDatabasesStatsEnable 'Enable Statistics';
$strDatabasesStatsHeavyTraffic 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';
$strDbPrivileges 'Database-specific privileges';
$strDbSpecific 'database-specific';
$strDefault 'Default';
$strDefaultValueHelp 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
$strDefragment 'Defragment table';
$strDelOld 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
$strDelayedInserts 'Use delayed inserts';
$strDelete 'Delete';
$strDeleteAndFlush 'Delete the users and reload the privileges afterwards.';
$strDeleteAndFlushDescr 'This is the cleanest way, but reloading the privileges may take a while.';
$strDeleted 'The row has been deleted';
$strDeletedRows 'Deleted rows:';
$strDeleting 'Deleting %s';
$strDescending 'Descending';
$strDescription 'Description';
$strDictionary 'dictionary';
$strDisableForeignChecks 'Disable foreign key checks';
$strDisabled 'Disabled';
$strDisplayFeat 'Display Features';
$strDisplayOrder 'Display order:';
$strDisplayPDF 'Display PDF schema';
$strDoAQuery 'Do a "query by example" (wildcard: "%")';
$strDoYouReally 'Do you really want to ';
$strDocu 'Documentation';
$strDrop 'Drop';
$strDropDatabaseStrongWarning 'You are about to DESTROY a complete database!';
$strDropSelectedDatabases 'Drop Selected Databases';
$strDropUsersDb 'Drop the databases that have the same names as the users.';
$strDumpSaved 'Dump has been saved to file %s.';
$strDumpXRows 'Dump %s row(s) starting at record # %s.';
$strDumpingData 'Dumping data for table';
$strDynamic 'dynamic';

$strEdit 'Edit';
$strEditPDFPages 'Edit PDF Pages';
$strEditPrivileges 'Edit Privileges';
$strEffective 'Effective';
$strEmpty 'Empty';
$strEmptyResultSet 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled 'Enabled';
$strEncloseInTransaction 'Enclose export in a transaction';
$strEnd 'End';
$strEndCut 'END CUT';
$strEndRaw 'END RAW';
$strEnglish 'English';
$strEnglishPrivileges ' Note: MySQL privilege names are expressed in English ';
$strError 'Error';
$strEstonian 'Estonian';
$strExcelEdition 'Excel edition';
$strExcelOptions 'Excel options';
$strExecuteBookmarked 'Execute bookmarked query';
$strExplain 'Explain SQL';
$strExport 'Export';
$strExtendedInserts 'Extended inserts';
$strExtra 'Extra';

$strFailedAttempts 'Failed attempts';
$strField 'Field';
$strFieldHasBeenDropped 'Field %s has been dropped';
$strFields 'Fields';
$strFieldsEmpty ' The field count is empty! ';
$strFieldsEnclosedBy 'Fields enclosed by';
$strFieldsEscapedBy 'Fields escaped by';
$strFieldsTerminatedBy 'Fields terminated by';
$strFileAlreadyExists 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead 'File could not be read';
$strFileNameTemplate 'File name template';
$strFileNameTemplateHelp 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
$strFileNameTemplateRemember 'remember template';
$strFixed 'fixed';
$strFlushPrivilegesNote 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these 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.';
$strFlushTable 'Flush the table ("FLUSH")';
$strFormEmpty 'Missing value in the form !';
$strFormat 'Format';
$strFullText 'Full Texts';
$strFunction 'Function';

$strGenBy 'Generated by';
$strGenTime 'Generation Time';
$strGeneralRelationFeat 'General relation features';
$strGeorgian 'Georgian';
$strGerman 'German';
$strGlobal 'global';
$strGlobalPrivileges 'Global privileges';
$strGlobalValue 'Global value';
$strGo 'Go';
$strGrantOption 'Grant';
$strGreek 'Greek';
$strGzip '"gzipped"';

$strHasBeenAltered 'has been altered.';
$strHasBeenCreated 'has been created.';
$strHaveToShow 'You have to choose at least one Column to display';
$strHebrew 'Hebrew';
$strHexForBinary 'Use hexadecimal for binary fields';
$strHome 'Home';
$strHomepageOfficial 'Official phpMyAdmin Homepage';
$strHost 'Host';
$strHostEmpty 'The host name is empty!';
$strHungarian 'Hungarian';

$strIcelandic 'Icelandic';
$strId 'ID';
$strIdxFulltext 'Fulltext';
$strIfYouWish 'If you wish to load only some of a table\'s columns, specify a comma separated field list.';
$strIgnore 'Ignore';
$strIgnoreInserts 'Use ignore inserts';
$strIgnoringFile 'Ignoring file %s';
$strImportDocSQL 'Import docSQL Files';
$strImportFiles 'Import files';
$strImportFinished 'Import finished';
$strInUse 'in use';
$strIndex 'Index';
$strIndexHasBeenDropped 'Index %s has been dropped';
$strIndexName 'Index name&nbsp;:';
$strIndexType 'Index type&nbsp;:';
$strIndexes 'Indexes';
$strInnodbStat 'InnoDB Status';
$strInsecureMySQL 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.';
$strInsert 'Insert';
$strInsertAsNewRow 'Insert as a new row';
$strInsertNewRow 'Insert new row';
$strInsertTextfiles 'Insert data from a textfile into table';
$strInsertedRowId 'Inserted row id:';
$strInsertedRows 'Inserted rows:';
$strInstructions 'Instructions';
$strInternalNotNecessary '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations 'Internal relations';

$strJapanese 'Japanese';
$strJumpToDB 'Jump to database &quot;%s&quot;.';
$strJustDelete 'Just delete the users from the privilege tables.';
$strJustDeleteDescr 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';

$strKeepPass 'Do not change the password';
$strKeyname 'Keyname';
$strKill 'Kill';
$strKorean 'Korean';

$strLaTeX 'LaTeX';
$strLaTeXOptions 'LaTeX options';
$strLandscape 'Landscape';
$strLatexCaption 'Table caption';
$strLatexContent 'Content of table __TABLE__';
$strLatexContinued '(continued)';
$strLatexContinuedCaption 'Continued table caption';
$strLatexIncludeCaption 'Include table caption';
$strLatexLabel 'Label key';
$strLatexStructure 'Structure of table __TABLE__';
$strLatvian 'Latvian';
$strLengthSet 'Length/Values*';
$strLimitNumRows 'Number of rows per page';
$strLineFeed 'Linefeed: \\n';
$strLinesTerminatedBy 'Lines terminated by';
$strLinkNotFound 'Link not found';
$strLinksTo 'Links to';
$strLithuanian 'Lithuanian';
$strLoadExplanation 'The best method is checked by default, but you can change if it fails.';
$strLoadMethod 'LOAD method';
$strLocalhost 'Local';
$strLocationTextfile 'Location of the textfile';
$strLogPassword 'Password:';
$strLogServer 'Server';
$strLogUsername 'Username:';
$strLogin 'Login';
$strLoginInformation 'Login Information';
$strLogout 'Log out';

$strMIMETypesForTable 'MIME TYPES FOR TABLE';
$strMIME_MIMEtype 'MIME-type';
$strMIME_available_mime 'Available MIME-types';
$strMIME_available_transform 'Available transformations';
$strMIME_description 'Description';
$strMIME_nodescription 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
$strMIME_transformation 'Browser transformation';
$strMIME_transformation_note 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options 'Transformation options';
$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\').';
$strMIME_without 'MIME-types printed in italics do not have a seperate transformation function';
$strMaximumSize 'Max: %s%s';
$strModifications 'Modifications have been saved';
$strModify 'Modify';
$strModifyIndexTopic 'Modify an index';
$strMoreStatusVars 'More status variables';
$strMoveTable 'Move table to (database<b>.</b>table):';
$strMoveTableOK 'Table %s has been moved to %s.';
$strMoveTableSameNames 'Can\'t move table to same one!';
$strMultilingual 'multilingual';
$strMustSelectFile 'You should select file which you want to insert.';
$strMySQLCharset 'MySQL charset';
$strMySQLConnectionCollation 'MySQL connection collation';
$strMySQLReloaded 'MySQL reloaded.';
$strMySQLSaid 'MySQL said: ';
$strMySQLServerProcess 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strMySQLShowProcess 'Show processes';
$strMySQLShowStatus 'Show MySQL runtime information';
$strMySQLShowVars 'Show MySQL system variables';

$strName 'Name';
$strNeedPrimaryKey 'You should define a primary key for this table.';
$strNext 'Next';
$strNo 'No';
$strNoDatabases 'No databases';
$strNoDatabasesSelected 'No databases selected.';
$strNoDescription 'no Description';
$strNoDropDatabases '"DROP DATABASE" statements are disabled.';
$strNoExplain 'Skip Explain SQL';
$strNoFrames 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex 'No index defined!';
$strNoIndexPartsDefined 'No index parts defined!';
$strNoModification 'No change';
$strNoOptions 'This format has no options';
$strNoPassword 'No Password';
$strNoPermission 'The web server does not have permission to save the file %s.';
$strNoPhp 'Without PHP Code';
$strNoPrivileges 'No Privileges';
$strNoQuery 'No SQL query!';
$strNoRights 'You don\'t have enough rights to be here right now!';
$strNoRowsSelected 'No rows selected';
$strNoSpace 'Insufficient space to save the file %s.';
$strNoTablesFound 'No tables found in database.';
$strNoUsersFound 'No user(s) found.';
$strNoValidateSQL 'Skip Validate SQL';
$strNone 'None';
$strNotNumber 'This is not a number!';
$strNotOK 'not OK';
$strNotSet '<b>%s</b> table not found or not set in %s';
$strNotValidNumber ' is not a valid row number!';
$strNull 'Null';
$strNumSearchResultsInTable '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables 'Tables';

$strOK 'OK';
$strOftenQuotation 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.';
$strOperations 'Operations';
$strOperator 'Operator';
$strOptimizeTable 'Optimize table';
$strOptionalControls 'Optional. Controls how to write or read special characters.';
$strOptionally 'OPTIONALLY';
$strOr 'Or';
$strOverhead 'Overhead';
$strOverwriteExisting 'Overwrite existing file(s)';

$strPHP40203 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
$strPHPVersion 'PHP Version';
$strPageNumber 'Page number:';
$strPaperSize 'Paper size';
$strPartialText 'Partial Texts';
$strPassword 'Password';
$strPasswordChanged 'The Password for %s was changed successfully.';
$strPasswordEmpty 'The password is empty!';
$strPasswordNotSame 'The passwords aren\'t the same!';
$strPdfDbSchema 'Schema of the the "%s" database - Page %s';
$strPdfInvalidTblName 'The "%s" table doesn\'t exist!';
$strPdfNoTables 'No tables';
$strPerHour 'per hour';
$strPerMinute 'per minute';
$strPerSecond 'per second';
$strPhoneBook 'phone book';
$strPhp 'Create PHP Code';
$strPmaDocumentation 'phpMyAdmin documentation';
$strPmaUriError 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish 'Polish';
$strPortrait 'Portrait';
$strPos1 'Begin';
$strPrevious 'Previous';
$strPrimary 'Primary';
$strPrimaryKeyHasBeenDropped 'The primary key has been dropped';
$strPrimaryKeyName 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strPrint 'Print';
$strPrintView 'Print view';
$strPrintViewFull 'Print view (with full texts)';
$strPrivDescAllPrivileges 'Includes all privileges except GRANT.';
$strPrivDescAlter 'Allows altering the structure of existing tables.';
$strPrivDescCreateDb 'Allows creating new databases and tables.';
$strPrivDescCreateTbl 'Allows creating new tables.';
$strPrivDescCreateTmpTable 'Allows creating temporary tables.';
$strPrivDescDelete 'Allows deleting data.';
$strPrivDescDropDb 'Allows dropping databases and tables.';
$strPrivDescDropTbl 'Allows dropping tables.';
$strPrivDescExecute 'Allows running stored procedures; Has no effect in this MySQL version.';
$strPrivDescFile 'Allows importing data from and exporting data into files.';
$strPrivDescGrant 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex 'Allows creating and dropping indexes.';
$strPrivDescInsert 'Allows inserting and replacing data.';
$strPrivDescLockTables 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 'Allows killing processes of other users.';
$strPrivDescProcess4 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences 'Has no effect in this MySQL version.';
$strPrivDescReload 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave 'Needed for the replication slaves.';
$strPrivDescSelect 'Allows reading data.';
$strPrivDescShowDb 'Gives access to the complete list of databases.';
$strPrivDescShutdown 'Allows shutting down the server.';
$strPrivDescSuper 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
$strPrivDescUpdate 'Allows changing data.';
$strPrivDescUsage 'No privileges.';
$strPrivileges 'Privileges';
$strPrivilegesReloaded 'The privileges were reloaded successfully.';
$strProcesslist 'Process list';
$strProperties 'Properties';
$strPutColNames 'Put fields names at first row';

$strQBE 'Query';
$strQBEDel 'Del';
$strQBEIns 'Ins';
$strQueryFrame 'Query window';
$strQueryOnDb 'SQL-query on database <b>%s</b>:';
$strQuerySQLHistory 'SQL-history';
$strQueryStatistics '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime 'Query took %01.4f sec';
$strQueryType 'Query type';
$strQueryWindowLock 'Do not overwrite this query from outside the window';

$strReType 'Re-type';
$strReceived 'Received';
$strRecords 'Records';
$strReferentialIntegrity 'Check referential integrity:';
$strRefresh 'Refresh';
$strRelationNotWorking 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.';
$strRelationView 'Relation view';
$strRelationalSchema 'Relational schema';
$strRelations 'Relations';
$strRelationsForTable 'RELATIONS FOR TABLE';
$strReloadFailed 'MySQL reload failed.';
$strReloadMySQL 'Reload MySQL';
$strReloadingThePrivileges 'Reloading the privileges';
$strRemoveSelectedUsers 'Remove selected users';
$strRenameDatabaseOK 'Database %s has been renamed to %s';
$strRenameTable 'Rename table to';
$strRenameTableOK 'Table %s has been renamed to %s';
$strRepairTable 'Repair table';
$strReplace 'Replace';
$strReplaceNULLBy 'Replace NULL by';
$strReplaceTable 'Replace table data with file';
$strReset 'Reset';
$strResourceLimits 'Resource limits';
$strRevoke 'Revoke';
$strRevokeAndDelete 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeAndDeleteDescr 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeMessage 'You have revoked the privileges for %s';
$strRomanian 'Romanian';
$strRowLength 'Row length';
$strRowSize ' Row size ';
$strRows 'Rows';
$strRowsFrom 'row(s) starting from record #';
$strRowsModeFlippedHorizontal 'horizontal (rotated headers)';
$strRowsModeHorizontal 'horizontal';
$strRowsModeOptions 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical 'vertical';
$strRowsStatistic 'Row Statistic';
$strRunQuery 'Submit Query';
$strRunSQLQuery 'Run SQL query/queries on database %s';
$strRunning 'running on %s';
$strRussian 'Russian';

$strSQL 'SQL';
$strSQLExportType 'Export type';
$strSQLOptions 'SQL options';
$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:';
$strSQLParserUserError 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';
$strSQLQuery 'SQL-query';
$strSQLResult 'SQL result';
$strSQPBugInvalidIdentifer 'Invalid Identifer';
$strSQPBugUnclosedQuote 'Unclosed quote';
$strSQPBugUnknownPunctuation 'Unknown Punctuation String';
$strSave 'Save';
$strSaveOnServer 'Save on server in %s directory';
$strScaleFactorSmall 'The scale factor is too small to fit the schema on one page';
$strSearch 'Search';
$strSearchFormTitle 'Search in database';
$strSearchInTables 'Inside table(s):';
$strSearchNeedle 'Word(s) or value(s) to search for (wildcard: "%"):';
$strSearchOption1 'at least one of the words';
$strSearchOption2 'all words';
$strSearchOption3 'the exact phrase';
$strSearchOption4 'as regular expression';
$strSearchResultsFor 'Search results for "<i>%s</i>" %s:';
$strSearchType 'Find:';
$strSecretRequired 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb 'Please select a database';
$strSelectAll 'Select All';
$strSelectFields 'Select fields (at least one):';
$strSelectNumRows 'in query';
$strSelectTables 'Select Tables';
$strSend 'Save as file';
$strSent 'Sent';
$strServer 'Server';
$strServerChoice 'Server Choice';
$strServerNotResponding 'The server is not responding';
$strServerStatus 'Runtime Information';
$strServerStatusUptime 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabProcesslist 'Processes';
$strServerTabVariables 'Variables';
$strServerTrafficNotes '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars 'Server variables and settings';
$strServerVersion 'Server version';
$strSessionValue 'Session value';
$strSetEnumVal 'If field type is "enum" or "set", please enter the values 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\').';
$strShow 'Show';
$strShowAll 'Show all';
$strShowColor 'Show color';
$strShowDatadictAs 'Data Dictionary Format';
$strShowFullQueries 'Show Full Queries';
$strShowGrid 'Show grid';
$strShowPHPInfo 'Show PHP information';
$strShowTableDimension 'Show dimension of tables';
$strShowTables 'Show tables';
$strShowThisQuery ' Show this query here again ';
$strShowingRecords 'Showing rows';
$strSimplifiedChinese 'Simplified Chinese';
$strSingly '(singly)';
$strSize 'Size';
$strSlovak 'Slovak';
$strSlovenian 'Slovenian';
$strSort 'Sort';
$strSortByKey 'Sort by key';
$strSpaceUsage 'Space usage';
$strSpanish 'Spanish';
$strSplitWordsWithSpace 'Words are separated by a space character (" ").';
$strStatCheckTime 'Last check';
$strStatCreateTime 'Creation';
$strStatUpdateTime 'Last update';
$strStatement 'Statements';
$strStatus 'Status';
$strStrucCSV 'CSV data';
$strStrucData 'Structure and data';
$strStrucDrop 'Add DROP TABLE';
$strStrucExcelCSV 'CSV for MS Excel data';
$strStrucNativeExcel 'Native MS Excel data';
$strStrucOnly 'Structure only';
$strStructPropose 'Propose table structure';
$strStructure 'Structure';
$strSubmit 'Submit';
$strSuccess 'Your SQL-query has been executed successfully';
$strSum 'Sum';
$strSwedish 'Swedish';
$strSwitchToTable 'Switch to copied table';

$strTable 'Table';
$strTableComments 'Table comments';
$strTableEmpty 'The table name is empty!';
$strTableHasBeenDropped 'Table %s has been dropped';
$strTableHasBeenEmptied 'Table %s has been emptied';
$strTableHasBeenFlushed 'Table %s has been flushed';
$strTableMaintenance 'Table maintenance';
$strTableOfContents 'Table of contents';
$strTableOptions 'Table options';
$strTableStructure 'Table structure for table';
$strTableType 'Table type';
$strTables '%s table(s)';
$strTakeIt 'take it';
$strTblPrivileges 'Table-specific privileges';
$strTextAreaLength ' Because of its length,<br /> this field might not be editable ';
$strThai 'Thai';
$strTheContent 'The content of your file has been inserted.';
$strTheContents 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.';
$strTheTerminator 'The terminator of the fields.';
$strTheme 'Theme / Style';
$strThisHost 'This Host';
$strThisNotDirectory 'This was not a directory';
$strThreadSuccessfullyKilled 'Thread %s was successfully killed.';
$strTime 'Time';
$strToggleScratchboard 'Toggle scratchboard';
$strTotal 'total';
$strTotalUC 'Total';
$strTraditionalChinese 'Traditional Chinese';
$strTraditionalSpanish 'Traditional Spanish';
$strTraffic 'Traffic';
$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';
$strTransformation_image_jpeg__inline 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
$strTransformation_image_jpeg__link 'Displays a link to this image (direct blob download, i.e.).';
$strTransformation_image_png__inline 'See image/jpeg: inline';
$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().';
$strTransformation_text_plain__external 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. 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)';
$strTransformation_text_plain__formatted 'Preserves original formatting of the field. No Escaping is done.';
$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.';
$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.';
$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: ...) .';
$strTransformation_text_plain__unformatted 'Displays HTML code as HTML entities. No HTML formatting is shown.';
$strTruncateQueries 'Truncate Shown Queries';
$strTurkish 'Turkish';
$strType 'Type';

$strUkrainian 'Ukrainian';
$strUncheckAll 'Uncheck All';
$strUnicode 'Unicode';
$strUnique 'Unique';
$strUnknown 'unknown';
$strUnselectAll 'Unselect All';
$strUpdComTab 'Please see Documentation on how to update your Column_comments Table';
$strUpdatePrivMessage 'You have updated the privileges for %s.';
$strUpdateProfileMessage 'The profile has been updated.';
$strUpdateQuery 'Update Query';
$strUpgrade 'You should upgrade to %s %s or later.';
$strUsage 'Usage';
$strUseBackquotes 'Enclose table and field names with backquotes';
$strUseHostTable 'Use Host Table';
$strUseTables 'Use Tables';
$strUseTextField 'Use text field';
$strUseThisValue 'Use this value';
$strUser 'User';
$strUserAlreadyExists 'The user %s already exists!';
$strUserEmpty 'The user name is empty!';
$strUserName 'User name';
$strUserNotFound 'The selected user was not found in the privilege table.';
$strUserOverview 'User overview';
$strUsersDeleted 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb 'Users having access to &quot;%s&quot;';

$strValidateSQL 'Validate SQL';
$strValidatorError 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
$strValue 'Value';
$strVar 'Variable';
$strViewDump 'View dump (schema) of table';
$strViewDumpDB 'View dump (schema) of database';
$strViewDumpDatabases 'View dump (schema) of databases';

$strWebServerUploadDirectory 'web-server upload directory';
$strWebServerUploadDirectoryError 'The directory you set for upload work cannot be reached';
$strWelcome 'Welcome to %s';
$strWestEuropean 'West European';
$strWildcard 'wildcard';
$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';
$strWithChecked 'With selected:';
$strWritingCommentNotPossible 'Writing of comment not possible';
$strWritingRelationNotPossible 'Writing of relation not possible';
$strWrongUser 'Wrong username/password. Access denied.';

$strXML 'XML';

$strYes 'Yes';

$strZeroRemovesTheLimit 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip '"zipped"';

$strPersian 'Persian';  //to translate
?>