switched from svn to git
[phpmyadmin/madhuracj.git] / lang / bangla-utf-8.inc.php
blobee050cf3d93aa1394f121034453989cb48ca9c9e
1 <?php
2 /* $Id$ */
4 $charset = 'utf-8';
5 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
6 $number_thousands_separator = ',';
7 $number_decimal_separator = '.';
8 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
9 $byteUnits = array('বাইট', 'কিলোবাইট', 'মেগাবাইট', 'গিগাবাইট', 'টেরাবাইট', 'পেটাবাইট', 'এক্সাবাইট');
11 // MySQL manual language definition, this is optional, en will be used
12 // if not defined
13 $mysql_4_1_doc_lang = 'bn';
14 $mysql_5_0_doc_lang = 'bn';
15 $mysql_5_1_doc_lang = 'bn';
17 $day_of_week = array('রবিবার', 'সোমবার', 'মঙ্গলবার', 'বুধবার', 'বৃহস্পতিবার', 'শুক্রবার', 'শনিবার');
18 $month = array('জানুয়ারী', 'ফেব্রুয়ারী', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেমবর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর');
19 // See http://www.php.net/manual/en/function.strftime.php to define the
20 // variable below
21 $datefmt = '%B %d, %Y at %I:%M %p';
22 $timespanfmt = '%s দিন, %s মাস, %s মিনিট and %s সেকেণ্ড';
24 $strAbortedClients = 'বাদ দেওয়া হল';
25 $strAccessDenied = 'প্রবেশ নিষেধ';
26 $strAccessDeniedCreateConfig = 'সম্ভবত আপনি কনফিগারেশন ফাইল তৈরী করেননি। আপনি %1$ssetup script%2$s ব্যাবহার করে একটি তৈরী করতে পারেন ';
27 $strAccessDeniedExplanation = 'phpMyAdmin MySQL server এ সংযোগ স্থাপনের চেষ্টা করেছিল, এবং সার্ভার সেই প্রচেষ্টা প্রত্যাখান করেছে। আপনার config.inc.php ফাইল এর হোষ্ট,ইউজারনেম আর পাসওয়ার্ড পরীক্ষা করুন এবং তা আপনার Mysql সার্ভারের অ্যাডমিনিষ্টেট্রররের দেওয়া তথ্যের অনুরুপ কিনা তা নিশ্চত করুন।';
28 $strAction = 'Action';
29 $strAddAutoIncrement = 'Add AUTO_INCREMENT value';
30 $strAddClause = 'Add %s';
31 $strAddConstraints = 'Add constraints';
32 $strAddDeleteColumn = 'Add/Delete Field Columns';
33 $strAddDeleteRow = 'Add/Delete Criteria Row';
34 $strAddFields = ' %s ক্ষেত্রসমূহ যোগ কর';
35 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
36 $strAddIntoComments = 'মন্তব্যসমূহে যোগ কর';
37 $strAddNewField = 'নতুন ক্ষেত্র যোগ কর';
38 $strAddPrivilegesOnDb = 'নিচের ডাটাবেইজ এ সুবিধাসমূহ যোগ কর';
39 $strAddPrivilegesOnTbl = 'নিচের টেবিল এ সুবিধাসমূহ যোগ কর';
40 $strAddSearchConditions = 'খোঁজার শর্ত যোগ কর (body of the "where" clause):';
41 $strAddToIndex = 'Index এ যোগ কর &nbsp;%s&nbsp;column(s)';
42 $strAddUser = 'একটি নতুন ইউজার যোগ করুন';
43 $strAddUserMessage = 'আপনি একটি নতুন ইউজার যোগ করেছেন';
44 $strAdministration = 'Administration';
45 $strAfter = 'After %s';
46 $strAfterInsertBack = 'পূর্বের পাতায় ফিরে যাও';
47 $strAfterInsertNewInsert = 'নতুন আরেকটি সাড়ি যোগ করুন';
48 $strAfterInsertNext = 'পরবর্তী সাড়ি সম্পাদনা করুন';
49 $strAfterInsertSame = 'এই পাতায় ফিরে যাও';
50 $strAll = 'All';
51 $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.';
52 $strAllTableSameWidth = 'সব টেবিল সমান প্রশস্থতাসহ প্রদর্শন করুন?';
53 $strAlterOrderBy = 'টেবিল অর্ডার পরিবর্তন কর';
54 $strAnalyzeTable = 'টেবিল বিশ্লেষণ কর';
55 $strAnd = 'এবং';
56 $strAndThen = 'এবং তারপর';
57 $strAnIndex = 'একটি Index যোগ করা হয়েছে %s';
58 $strAny = 'যেকোন';
59 $strAnyHost = 'যেকোন হোষ্ট';
60 $strAnyUser = 'যেকোন ব্যাবহারকারী';
61 $strApproximateCount = 'হয়ত আনুমানিক। FAQ ৩.১১ দেখ। ';
62 $strAPrimaryKey = 'একটি প্রাইমারী কী যোগ করা হয়েছে %s';
63 $strArabic = 'আরবী';
64 $strArmenian = 'আরমেনিয়ান';
65 $strAscending = 'Ascending';
66 $strAtBeginningOfTable = 'টেবিলের শুরুতে';
67 $strAtEndOfTable = 'টেবিলের শেষে';
68 $strAttr = 'Attributes';
69 $strAutomaticLayout = 'Automatic layout';
71 $strBack = 'পিছনে';
72 $strBaltic = 'ব্যাল্টিক';
73 $strBeginCut = 'BEGIN CUT';
74 $strBeginRaw = 'BEGIN RAW';
75 $strBinary = 'বাইনারী';
76 $strBinaryDoNotEdit = 'বাইনারী -সম্পাদনা করবেন না';
77 $strBinaryLog = 'বাইনারী লগ';
78 $strBinLogEventType = 'Event type';
79 $strBinLogInfo = 'তথ্য';
80 $strBinLogName = 'লগ নাম';
81 $strBinLogOriginalPosition = 'প্রকৃত অবস্থান';
82 $strBinLogPosition = 'অবস্থান';
83 $strBinLogServerId = 'সার্ভারের আইডি';
84 $strBookmarkAllUsers = 'সব ব্যাক্তিকে এই বুকমার্কটি দেখার সুযোগ দিন';
85 $strBookmarkCreated = 'বুকমার্ক %s তৈরী করা হয়েছে';
86 $strBookmarkDeleted = 'বুকমার্কটি মুছে ফেলা হয়েছে';
87 $strBookmarkLabel = 'লেবেল';
88 $strBookmarkQuery = 'বুকমার্ক করা SQL query';
89 $strBookmarkReplace = 'একই নামের বর্তমান বুকমার্ক প্রতিস্থাপন করুন';
90 $strBookmarkThis = 'এই SQL query টি বুকমার্ক করুন';
91 $strBookmarkView = 'শুধু দেখ';
92 $strBrowse = 'ব্রাউজ করুন';
93 $strBrowseDistinctValues = 'নির্দিষ্ট মান ব্রাউজ করুন';
94 $strBrowseForeignValues = 'Browse foreign values';
95 $strBufferPoolActivity = 'Buffer Pool Activity';
96 $strBufferPool = 'Buffer Pool';
97 $strBufferPoolUsage = 'Buffer Pool Usage';
98 $strBufferReadMissesInPercent = 'Read misses in %';
99 $strBufferReadMisses = 'Read misses';
100 $strBufferWriteWaitsInPercent = 'Write waits in %';
101 $strBufferWriteWaits = 'Write waits';
102 $strBulgarian = 'বুলগেরিয়ান';
103 $strBusyPages = 'ব্যাস্ত পাতাসমূহ';
104 $strBzip = '"bzipped"';
106 $strCalendar = 'ক্যালেন্ডার';
107 $strCanNotLoadExportPlugins = 'এক্সপোর্ট প্লাগ ইন লোড করা যায়নি, আপনার ইন্সষ্টলেশন পরীক্ষা করুন';
108 $strCanNotLoadImportPlugins = 'ইমপোর্ট প্লাগ ইন লোড করা যায়নি, আপনার ইন্সষ্টলেশন পরীক্ষা করুন';
109 $strCannotLogin = 'MySQL সার্ভার এ লগ ইন করা যায়নি';
110 $strCantLoad = ' [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension লোড করা যায়নি। আপনার পিএইচপি কনফিগারেশন পরীক্ষা করুন। Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.';
111 $strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
112 $strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
113 $strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
114 $strCardinality = 'Cardinality';
115 $strCaseInsensitive = 'case-insensitive';
116 $strCaseSensitive = 'case-sensitive';
117 $strCentralEuropean = 'Central European';
118 $strChange = 'Change';
119 $strChangeCopyMode = 'একই সুবিধা সহ নতুন আরেকটি ব্যাবহারকারী তৈরী করুন...';
120 $strChangeCopyModeCopy = '... পুরাতনটা রেখে দাও';
121 $strChangeCopyModeDeleteAndReload = ' ... ব্যাবহারকারীর টেবিলগুলো থেকে পুরাতনটি মুছে ফেল এবং এরপর সুবিধাসমূহ পুনরায় লোড কর';
122 $strChangeCopyModeJustDelete = ' ...ব্যাবহারকারীর টেবিলগুলো থেকে পুরাতনটি মুছে ফেল';
123 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
124 $strChangeCopyUser = 'লগ ইন তথ্য পরিবর্তন কর অথবা ব্যাবহারকারী কপি করChange Login Information / Copy User';
125 $strChangeDisplay = 'প্রদর্শনের জন্য ক্ষেত্র পছন্দ কর';
126 $strChangePassword = 'পাসওয়ার্ড পরিবর্তন কর';
127 $strCharset = 'Charset';
128 $strCharsetOfFile = 'ফাইল এর অক্ষরসমূহঃ';
129 $strCharsetsAndCollations = 'Character Sets and Collations';
130 $strCharsets = 'Charsets';
131 $strCheckAll = 'সব পরীক্ষা করুন';
132 $strCheckOverhead = 'ওভারহেড সহ টেবিল পরীক্ষা কর';
133 $strCheckPrivs = 'সুবিধাসমূহ পরীক্ষা করুন';
134 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';
135 $strCheckTable = 'টেবিল পরীক্ষা কর';
136 $strChoosePage = 'অনুগ্রহ করে সম্পাদনা করার জন্য একটি পাতা নির্বাচন করুন';
137 $strColComFeat = 'কলামের মন্তব্য প্রদর্শন করা হচ্ছে';
138 $strCollation = 'Collation';
139 $strColumnNames = 'কলামের নাম';
140 $strColumnPrivileges = 'কলাম নির্দিষ্ট সুবিধাসমূহ';
141 $strCommand = 'নির্দেশ';
142 $strComments = 'মন্তব্যসমূহ';
143 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
144 $strCompleteInserts = 'Complete inserts';
145 $strCompression = 'সংকোচন';
146 $strCompressionWillBeDetected = 'আমদানিকৃত ফাইল সংকোচন %s হতে স্বয়ংক্রিয়ভাবে মুছে ফেলা হবে';
147 $strConfigDefaultFileError = '"%1$s" হতে ডিফল্ট কনফিগারেশন লোড করা যায়নি';
148 $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.';
149 $strConfigureTableCoord = 'দয়া করে %s টেবিল এর অবস্থান কনফিগার করুন';
150 $strConnectionError = 'সংযোগ স্থাপন করা যায়নিঃ invalid settings.';
151 $strConnections = 'সংযোগসমূহ';
152 $strConstraintsForDumped = 'Constraints for dumped tables';
153 $strConstraintsForTable = 'Constraints for table';
154 $strCookiesRequired = 'Cookies must be enabled past this point.';
155 $strCopy = 'কপি';
156 $strCopyDatabaseOK = '%s ডাটাবেজ় %s তে কপি করা হয়েছে';
157 $strCopyTable = 'Copy table to (database<b>.</b>table):';
158 $strCopyTableOK = '%s টেবিল %s তে কপি করা হয়েছে';
159 $strCopyTableSameNames = 'Can\'t copy table to same one!';
160 $strCouldNotKill = 'phpMyAdmin %s থ্রেড কে বন্ধ করতে পারেনি। সম্ভবত এটি আগেই বন্ধ করা হয়েছে';
161 $strCreate = 'তৈরী করুন';
162 $strCreateDatabaseBeforeCopying = 'কপি করার আগে ডাটাবেজ় তৈরী কর';
163 $strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
164 $strCreateIndexTopic = 'একটি নতুন ইন্ডেস্ক তৈরী কর';
165 $strCreateNewDatabase = 'নতুন ডাটাবেজ় তৈরী কর';
166 $strCreateNewTable = '%s ডাটাবেজ় এ নতুন টেবিল তৈরী কর';
167 $strCreatePage = 'একটি নতুন পাতা তৈরী কর';
168 $strCreatePdfFeat = 'পিডিএফ সমূহ তৈরী';
169 $strCreateUserDatabase = 'ব্যাবহারকারীর জন্য ডাটাবেজ';
170 $strCreateUserDatabaseName = 'একই নামে ডাটাবেজ তৈরী কর এবং সকল সুবিধাসমূহ মঞ্জুর করCreate database with same name and grant all privileges';
171 $strCreateUserDatabaseNone = 'কনটিই নয়';
172 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)';
173 $strCreationDates = 'তইরী/আপডেট/তারিখ পরীক্ষা কর';
174 $strCriteria = 'ক্ষেত্র';
175 $strCroatian = 'Croatian';
176 $strCSV = 'CSV';
177 $strCyrillic = 'Cyrillic';
178 $strCzech = 'চেক';
179 $strCzechSlovak = 'চেক-স্লোভাক';
181 $strDanish = 'ড্যানিশ';
182 $strData = 'ডাটা';
183 $strDatabase = 'ডাটাবেজ';
184 $strDatabaseEmpty = 'ডাটাবেজ এর নাম দেওয়া হয়নি';
185 $strDatabaseExportOptions = 'ডাটাবেজ এক্সপোটঁ করার সুবিধাসমূহ';
186 $strDatabaseHasBeenDropped = '%s ডাটাবেজ মুছে ফেলা হয়েছে';
187 $strDatabases = 'ডাটাবেজসমূহ Databases';
188 $strDatabasesDropped = '%s ডাটাবেজসমূহ সফলভাবে মুছে ফেলা হয়েছে ';
189 $strDatabasesStats = 'ডাটাবেজসমূহের পরিসংখ্যান';
190 $strDatabasesStatsDisable = 'পরিসংখ্যান বন্ধ কর';
191 $strDatabasesStatsEnable = 'পরিসংখ্যান চালু কর';
192 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
193 $strDataDict = 'ডাটা অভিধান';
194 $strDataOnly = 'শুধু ডাটা';
195 $strDataPages = 'ডাটাসহ পাতাসমূহ';
196 $strDBComment = 'ডাটাবেজ মন্তব্যসমূহঃ';
197 $strDBCopy = 'ডাটাবেজ কপি করঃ';
198 $strDbPrivileges = 'ডাটাবেজ-নির্দিষ্ট সুবিধাসমূহ';
199 $strDBRename = 'ডাটাবেজ রিনেম কর';
200 $strDbSpecific = 'ডাটাবেজ-নির্দিষ্ট';
201 $strDefault = 'ডিফল্ট';
202 $strDefaultEngine = '%s MySQL সার্ভার এর ডিফল্ট ষ্টোরেজ ইঞ্জিন';
203 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
204 $strDefragment = 'Defragment table';
205 $strDelayedInserts = 'Use delayed inserts';
206 $strDelete = 'মুছে ফেল';
207 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
208 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
209 $strDeleted = 'সারিটি মুছে ফেলা হয়েছে';
210 $strDeleteNoUsersSelected = 'মুছে ফেলার জন্য কোন ব্যাবহারকারী চিহ্নিত করা হয়নি';
211 $strDeleting = '%s মুছে ফেলা হচ্ছে';
212 $strDelimiter = 'Delimiter';
213 $strDelOld = 'এই পাতায় এমন পাতার রেফারেন্স আছে যার অস্তিত্ব আর নেই। আপনি কী রেফারেন্সসমূহ মুছে ফেলতে চান? The current page has references to tables that no longer exist. Would you like to delete those references?';
214 $strDescending = 'Descending';
215 $strDescription = 'বর্ণনা';
216 $strDictionary = 'অভিধান';
217 $strDirtyPages = 'নোংরা পাতাসমূহ';
218 $strDisabled = 'বন্ধ করা হয়েছে';
219 $strDisableForeignChecks = 'Disable foreign key checks';
220 $strDisplayFeat = 'বৈশিষ্ট্যসমূহ প্রদর্শন কর';
221 $strDisplayOrder = 'ক্রম প্রদর্শন কর';
222 $strDisplayPDF = 'Display PDF schema';
223 $strDoAQuery = 'Do a "query by example" (wildcard: "%")';
224 $strDocu = 'বর্ণনা';
225 $strDoYouReally = 'আপনি কি সত্যি চান?';
226 $strDrop = 'মুছে ফেল';
227 $strDropDatabaseStrongWarning = 'আপনি একটি সম্পূর্ন ডাটাবেজ প্রায় মুছে ফেলছেন';
228 $strDropUsersDb = 'ব্যাবহারকারীর নামে নাম এমন ডাটাবেজসমূহ মুছে ফেল';
229 $strDumpingData = 'টেবিল এর জন্য ডাটা ডাম্পিং করুন';
230 $strDumpSaved = 'ডাম্প %s ফাইল এ সেভ করা হয়েছে';
231 $strDumpXRows = 'Dump %s row(s) starting at record # %s.';
232 $strDynamic = 'ডায়নামিক';
234 $strEdit = 'সম্পাদনা কর';
235 $strEditPDFPages = 'পিডিএফ পাতাগুলো সম্পাদনা কর';
236 $strEditPrivileges = 'সুবিধাসমূহ সম্পাদনা কর';
237 $strEffective = 'Effective';
238 $strEmpty = 'খালি';
239 $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
240 $strEnabled = 'Enabled';
241 $strEncloseInTransaction = 'Enclose export in a transaction';
242 $strEndCut = 'END CUT';
243 $strEnd = 'End';
244 $strEndRaw = 'END RAW';
245 $strEngineAvailable = '%s is available on this MySQL server.';
246 $strEngineDisabled = 'MySQL সার্ভার এর জন্য %s বন্ধ করা হয়েছে %s has been disabled for this MySQL server.';
247 $strEngines = 'ইঞ্জিনসমূহ';
248 $strEngineUnsupported = 'এই MySQL সার্ভার %s ধরনের স্টোরেজ ইঞ্জিন সমর্থন করেনা This MySQL server does not support the %s storage engine.';
249 $strEnglish = 'ইংরেজী';
250 $strEnglishPrivileges = 'নোটঃ MySQL সুবিধাসমূহের নাম ইংরেজীতে প্রকাশ করা হয় Note: MySQL privilege names are expressed in English ';
251 $strError = 'ভূল';
252 $strErrorInZipFile = 'ZIP archive: এ ভূল আছে';
253 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s';
254 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
255 $strEsperanto = 'Esperanto';
256 $strEstonian = 'Estonian';
257 $strExcelEdition = 'Excel edition';
258 $strExecuteBookmarked = 'Execute bookmarked query';
259 $strExplain = 'SQL ব্যাখ্যা কর';
260 $strExport = 'Export';
261 $strExportMustBeFile = 'Selected export type has to be saved in file!';
262 $strExtendedInserts = 'Extended inserts';
263 $strExtra = 'অতিরিক্ত';
265 $strFailedAttempts = 'ব্যার্থ হওয়া চেষ্টাসমূহ';
266 $strField = 'ক্ষেত্র';
267 $strFieldHasBeenDropped = '%s ক্ষেত্র মুছে ফেলা হয়েছে';
268 $strFields = 'ক্ষেত্রসমূহ';
269 $strFieldsEnclosedBy = 'Fields enclosed by';
270 $strFieldsEscapedBy = 'Fields escaped by';
271 $strFieldsTerminatedBy = 'Fields terminated by';
272 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
273 $strFileCouldNotBeRead = 'ফাইল পড়া যায়নি';
274 $strFileNameTemplate = 'ফাইল নাম এর টেমপ্লেট';
275 $strFileNameTemplateDescriptionDatabase = 'ডাটাবেজ এর নাম';
276 $strFileNameTemplateDescriptionServer = 'সার্ভার এর নাম';
277 $strFileNameTemplateDescriptionTable = 'টেবিল এর নাম';
278 $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.';
279 $strFileNameTemplateRemember = 'টেমপ্লেট মনে রাখ';
280 $strFileToImport = 'ইম্পোর্ট করার জন্য ফাইল';
281 $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 they have been changed manually. In this case, you should %sreload the privileges%s before you continue.';
282 $strFlushQueryCache = 'Flush query cache';
283 $strFlushTable = 'Flush the table ("FLUSH")';
284 $strFlushTables = 'Flush (close) all tables';
285 $strFontSize = 'ফন্ট এর আকার';
286 $strFormat = 'ফরমেট';
287 $strFormEmpty = 'Missing value in the form!';
288 $strFreePages = 'ফ্রী পাতাসমূহ';
289 $strFullText = 'Full Texts';
290 $strFunction = 'ফাংশন';
291 $strFunctions = 'ফাংশনসমূহ';
293 $strGenBy = 'Generated by';
294 $strGeneralRelationFeat = 'General relation features';
295 $strGenerate = 'তৈরী কর';
296 $strGeneratePassword = 'পাসওয়ার্ড তৈরী কর';
297 $strGenTime = 'তৈরী করার জন্য সময়';
298 $strGeorgian = 'জরজীয়ান';
299 $strGerman = 'জার্মান';
300 $strGlobal = 'global';
301 $strGlobalPrivileges = 'Global privileges';
302 $strGlobalValue = 'Global value';
303 $strGo = 'Go';
304 $strGrantOption = 'Grant';
305 $strGreek = 'গ্রীক';
306 $strGzip = '"gzipped"';
308 $strHandler = 'Handler';
309 $strHasBeenAltered = 'পরিবর্তন করা হয়েছে';
310 $strHaveToShow = 'আপনাকে প্রদর্শন করার জন্য কমপক্ষে একটি কলাম নির্দিষ্ট করতে হবে';
311 $strHebrew = 'হীব্রূ';
312 $strHome = 'মূল পাতা';
313 $strHomepageOfficial = 'Official phpMyAdmin Homepage';
314 $strHost = 'হোষ্ট';
315 $strHostEmpty = 'হোষ্ট নাম পূরন করা হয়নি';
316 $strHTMLExcel = 'Microsoft Excel 2000';
317 $strHTMLWord = 'Microsoft Word 2000';
318 $strHungarian = 'হাংগেরিয়ান';
320 $strIcelandic = 'Icelandic';
321 $strId = 'আইডি';
322 $strIdxFulltext = 'Fulltext';
323 $strIgnoreDuplicates = 'ডুপ্লিকেট সারি অবহেলা করুন';
324 $strIgnore = 'Ignore';
325 $strIgnoreInserts = 'Use ignore inserts';
326 $strImport = 'ইম্পোর্ট কর';
327 $strImportFiles = 'ফাইল ইম্পোর্ট কর';
328 $strImportFormat = 'ইম্পোর্ট করা ফাইল ফরমেট কর';
329 $strImportSuccessfullyFinished = 'ইম্পোর্ট সফলভাবে সম্পন্ন হয়েছে। %d সংখ্যক query সম্পাদন করা হয়েছে';
330 $strIndex = 'ইন্ডেস্ক';
331 $strIndexes = 'ইন্ডেস্ক সমূহ';
332 $strIndexHasBeenDropped = '%s ইন্ডেস্ক মুছে ফেলা হয়েছে';
333 $strIndexName = 'ইন্ডেস্ক নামঃ';
334 $strIndexType = 'ইন্ডেস্ক এর ধরনঃ';
335 $strIndexWarningTable = 'Problems with indexes of table `%s`';
336 $strInnoDBAutoextendIncrement = 'Autoextend increment';
337 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
338 $strInnoDBBufferPoolSize = 'Buffer pool size';
339 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';
340 $strInnoDBDataFilePath = 'ডাটা ফাইলসমূহ';
341 $strInnoDBDataHomeDir = 'Data home directory';
342 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
343 $strInnoDBPages = 'পাতাসমুহ';
344 $strInnodbStat = 'InnoDB Status';
345 $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.';
346 $strInsertAsNewRow = 'Insert as new row';
347 $strInsert = 'Insert';
348 $strInternalRelations = 'Internal relations';
349 $strInUse = 'in use';
350 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
351 $strInvalidColumnCount = 'Column count has to be larger than zero.';
352 $strInvalidColumn = 'Invalid column (%s) specified!';
353 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';
354 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';
355 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';
356 $strInvalidDatabase = 'Invalid database';
357 $strInvalidFieldAddCount = 'You have to add at least one field.';
358 $strInvalidFieldCount = 'Table must have at least one field.';
359 $strInvalidLDIImport = 'This plugin does not support compressed imports!';
360 $strInvalidRowNumber = '%d is not valid row number.';
361 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';
362 $strInvalidServerIndex = 'Invalid server index: "%s"';
363 $strInvalidTableName = 'Invalid table name';
365 $strJapanese = 'Japanese';
366 $strJoins = 'Joins';
367 $strJumpToDB = 'Jump to database &quot;%s&quot;.';
368 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
369 $strJustDelete = 'Just delete the users from the privilege tables.';
371 $strKeepPass = 'Do not change the password';
372 $strKeyCache = 'Key cache';
373 $strKeyname = 'Keyname';
374 $strKill = 'Kill';
375 $strKorean = 'কোরিয়ান';
377 $strLandscape = 'Landscape';
378 $strLanguage = 'ভাষা';
379 $strLanguageUnknown = 'Unknown language: %1$s.';
380 $strLatchedPages = 'Latched pages';
381 $strLatexCaption = 'Table caption';
382 $strLatexContent = 'Content of table __TABLE__';
383 $strLatexContinuedCaption = 'Continued table caption';
384 $strLatexContinued = '(continued)';
385 $strLatexIncludeCaption = 'Include table caption';
386 $strLatexLabel = 'Label key';
387 $strLaTeX = 'LaTeX';
388 $strLatexStructure = 'Structure of table __TABLE__';
389 $strLatvian = 'Latvian';
390 $strLDI = 'CSV using LOAD DATA';
391 $strLDILocal = 'লোকাল কী-ওয়ার্ড ব্যাবহার করুন';
392 $strLengthSet = 'Length/Values';
393 $strLimitNumRows = 'Number of rows per page';
394 $strLinesTerminatedBy = 'Lines terminated by';
395 $strLinkNotFound = 'লিংক পাওয়া যায়নি';
396 $strLinksTo = 'Links to';
397 $strLithuanian = 'Lithuanian';
398 $strLocalhost = 'লোকাল';
399 $strLocationTextfile = 'Location of the text file';
400 $strLogin = 'লগ ইন';
401 $strLoginInformation = 'Login Information';
402 $strLogout = 'লগ আউট';
403 $strLogPassword = 'পাসওয়ার্ড';
404 $strLogServer = 'সার্ভার';
405 $strLogUsername = 'ব্যাবহারকারী';
406 $strLongOperation = 'This operation could take a long time. Proceed anyway?';
408 $strMaxConnects = 'max. concurrent connections';
409 $strMaximalQueryLength = 'Maximal length of created query';
410 $strMaximumSize = 'Max: %s%s';
411 $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';
412 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!';
413 $strMIME_available_mime = 'Available MIME types';
414 $strMIME_available_transform = 'Available transformations';
415 $strMIME_description = 'বর্ণনা';
416 $strMIME_MIMEtype = 'মাইম এর ধরন';
417 $strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
418 $strMIME_transformation = 'Browser transformation';
419 $strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
420 $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, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
421 $strMIME_transformation_options = 'Transformation options';
422 $strMIMETypesForTable = 'MIME TYPES FOR TABLE';
423 $strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
424 $strModifications = 'Modifications have been saved';
425 $strModifyIndexTopic = 'Modify an index';
426 $strModify = 'Modify';
427 $strMoveTable = 'Move table to (database<b>.</b>table):';
428 $strMoveTableOK = 'Table %s has been moved to %s.';
429 $strMoveTableSameNames = 'Can\'t move table to same one!';
430 $strMultilingual = 'বহুভাষী';
431 $strMyISAMDataPointerSize = 'Data pointer size';
432 $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
433 $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.';
434 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
435 $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).';
436 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
437 $strMyISAMRecoverOptions = 'Automatic recovery mode';
438 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
439 $strMyISAMRepairThreads = 'থ্রেড রিপেয়ার করুন';
440 $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.';
441 $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
442 $strMyISAMSortBufferSize = 'Sort buffer size';
443 $strMySQLCharset = 'MySQL charset';
444 $strMysqlClientVersion = 'MySQL client version';
445 $strMySQLConnectionCollation = 'MySQL connection collation';
446 $strMySQLSaid = 'MySQL said: ';
447 $strMySQLShowProcess = 'প্রসেসসমূহ দেখান';
449 $strName = 'নাম';
450 $strNext = 'পরবর্তী';
451 $strNo = 'না';
452 $strNoActivity = 'No activity within %s seconds; please log in again';
453 $strNoDatabases = 'কোন ডাটাবেজ নাই';
454 $strNoDatabasesSelected = 'No databases selected.';
455 $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';
456 $strNoDescription = 'কোন বর্ণনা নাই';
457 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
458 $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
459 $strNoExplain = 'Skip Explain SQL';
460 $strNoFilesFoundInZip = 'No files found inside ZIP archive!';
461 $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
462 $strNoIndex = 'No index defined!';
463 $strNoIndexPartsDefined = 'No index parts defined!';
464 $strNoModification = 'No change';
465 $strNone = 'কোনটিই নয়';
466 $strNoOptions = 'This format has no options';
467 $strNoPassword = 'কোন পাসওয়ার্ড নাই';
468 $strNoPermission = 'The web server does not have permission to save the file %s.';
469 $strNoPhp = 'PHP কোড ছাড়া';
470 $strNoPrivileges = 'কোন সুবিধা নাই';
471 $strNoRights = 'You don\'t have sufficient privileges to be here right now!';
472 $strNoRowsSelected = 'No rows selected';
473 $strNoSpace = 'Insufficient space to save the file %s.';
474 $strNoTablesFound = 'No tables found in database.';
475 $strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
476 $strNotNumber = 'এটি কোন সংখ্যা না';
477 $strNotOK = 'ঠিক নাই';
478 $strNotSet = '<b>%s</b> table not found or not set in %s';
479 $strNoUsersFound = 'No user(s) found.';
480 $strNoValidateSQL = 'Skip Validate SQL';
481 $strNull = 'খালি';
482 $strNumberOfFields = 'Number of fields';
483 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
484 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
485 $strNumTables = 'টেবিলসমূহ';
487 $strOK = 'ঠিক আছে';
488 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';
489 $strOpenDocumentText = 'Open Document Text';
490 $strOpenNewWindow = 'Open new phpMyAdmin window';
491 $strOperations = 'Operations';
492 $strOperator = 'অপারেটর';
493 $strOptimizeTable = 'টেবিল অপটিমাইজ করুন';
494 $strOr = 'অথবা';
495 $strOverhead = 'Overhead';
496 $strOverwriteExisting = 'Overwrite existing file(s)';
498 $strPageNumber = 'পাতার সংখ্যাঃ';
499 $strPagesToBeFlushed = 'Pages to be flushed';
500 $strPaperSize = 'পাতার আকার';
501 $strPartialImport = 'Partial import';
502 $strPartialText = 'Partial Texts';
503 $strPassword = 'পাসওয়ার্ড';
504 $strPasswordChanged = 'The password for %s was changed successfully.';
505 $strPasswordEmpty = 'পাসওয়ার্ড দেওয়া হয়নি';
506 $strPasswordHashing = 'Password Hashing';
507 $strPasswordNotSame = 'The passwords aren\'t the same!';
508 $strPdfDbSchema = 'Schema of the "%s" database - Page %s';
509 $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
510 $strPdfNoTables = 'কোন টেবিল নাই';
511 $strPDF = 'PDF';
512 $strPDFReportExplanation = '(Generates a report containing the data of a single table)';
513 $strPDFReportTitle = 'Report title';
514 $strPerHour = 'per hour';
515 $strPerMinute = 'per minute';
516 $strPerSecond = 'per second';
517 $strPersian = 'পারসিয়ান';
518 $strPhoneBook = 'phone book';
519 $strPhp = 'PHP কোড তৈরী করুনCreate PHP Code';
520 $strPHPVersion = 'PHP Version';
521 $strPmaDocumentation = 'phpMyAdmin documentation';
522 $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
523 $strPolish = 'পোলিশ';
524 $strPortrait = 'Portrait';
525 $strPos1 = 'শুরু';
526 $strPrevious = 'পূর্ববর্তী';
527 $strPrimary = 'প্রাথমিক';
528 $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
529 $strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
530 $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
531 $strPrint = 'প্রিন্ট কর';
532 $strPrintViewFull = 'Print view (with full texts)';
533 $strPrintView = 'Print view';
534 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
535 $strPrivDescAlter = 'Allows altering the structure of existing tables.';
536 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
537 $strPrivDescCreateDb = 'Allows creating new databases and tables.';
538 $strPrivDescCreateRoutine = 'Allows creating stored routines.';
539 $strPrivDescCreateTbl = 'Allows creating new tables.';
540 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.';
541 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';
542 $strPrivDescCreateView = 'Allows creating new views.';
543 $strPrivDescDelete = 'Allows deleting data.';
544 $strPrivDescDropDb = 'Allows dropping databases and tables.';
545 $strPrivDescDropTbl = 'Allows dropping tables.';
546 $strPrivDescExecute5 = 'Allows executing stored routines.';
547 $strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
548 $strPrivDescFile = 'Allows importing data from and exporting data into files.';
549 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
550 $strPrivDescIndex = 'Allows creating and dropping indexes.';
551 $strPrivDescInsert = 'Allows inserting and replacing data.';
552 $strPrivDescLockTables = 'Allows locking tables for the current thread.';
553 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
554 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
555 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
556 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';
557 $strPrivDescReferences = 'Has no effect in this MySQL version.';
558 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
559 $strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.';
560 $strPrivDescReplSlave = 'Needed for the replication slaves.';
561 $strPrivDescSelect = 'Allows reading data.';
562 $strPrivDescShowDb = 'Gives access to the complete list of databases.';
563 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';
564 $strPrivDescShutdown = 'Allows shutting down the server.';
565 $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.';
566 $strPrivDescUpdate = 'Allows changing data.';
567 $strPrivDescUsage = 'No privileges.';
568 $strPrivileges = 'Privileges';
569 $strPrivilegesReloaded = 'The privileges were reloaded successfully.';
570 $strProcedures = 'Procedures';
571 $strProcesses = 'Processes';
572 $strProcesslist = 'Process list';
573 $strProtocolVersion = 'Protocol version';
574 $strPutColNames = 'Put fields names in the first row';
576 $strQBEDel = 'Del';
577 $strQBEIns = 'Ins';
578 $strQBE = 'Query';
579 $strQueryCache = 'Query cache';
580 $strQueryFrame = 'Query window';
581 $strQueryOnDb = 'SQL query on database <b>%s</b>:';
582 $strQueryResultsOperations = 'Query results operations';
583 $strQuerySQLHistory = 'SQL history';
584 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
585 $strQueryTime = 'Query took %01.4f sec';
586 $strQueryType = 'Query type';
587 $strQueryWindowLock = 'Do not overwrite this query from outside the window';
589 $strReadRequests = 'Read requests';
590 $strReceived = 'গৃহীত';
591 $strRecords = 'রেকর্ডসমূহ';
592 $strReferentialIntegrity = 'Check referential integrity:';
593 $strRefresh = 'Refresh';
594 $strRelationalSchema = 'Relational schema';
595 $strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
596 $strRelationsForTable = 'RELATIONS FOR TABLE';
597 $strRelations = 'Relations';
598 $strRelationView = 'Relation view';
599 $strReloadingThePrivileges = 'Reloading the privileges';
600 $strReloadPrivileges = 'Reload privileges';
601 $strRemoveSelectedUsers = 'Remove selected users';
602 $strRenameDatabaseOK = 'Database %s has been renamed to %s';
603 $strRenameTable = 'টেবিল রিনেম করুন';
604 $strRenameTableOK = 'Table %s has been renamed to %s';
605 $strRepairTable = 'টেবিল রিপেয়ার করুন';
606 $strReplaceNULLBy = 'Replace NULL by';
607 $strReplaceTable = 'Replace table data with file';
608 $strReplication = 'Replication';
609 $strReset = 'রিসেট করুন';
610 $strResourceLimits = 'Resource limits';
611 $strReType = 'Re-type';
612 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
613 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
614 $strRevokeMessage = 'You have revoked the privileges for %s';
615 $strRevoke = 'Revoke';
616 $strRomanian = 'রোমানিয়ান';
617 $strRowLength = 'সাড়ির দৈর্ঘ্য';
618 $strRowsFrom = 'row(s) starting from record #';
619 $strRowSize = ' সাড়ির আকার';
620 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
621 $strRowsModeHorizontal = 'আনুভূমিক';
622 $strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
623 $strRowsModeVertical = 'লম্ব';
624 $strRows = 'Rows';
625 $strRowsStatistic = 'Row Statistics';
626 $strRunning = 'running on %s';
627 $strRunQuery = 'Submit Query';
628 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
629 $strRunSQLQuery = 'Run SQL query/queries on database %s';
630 $strRussian = 'রাশিয়ান';
632 $strSave = 'সেভ করুন';
633 $strSaveOnServer = 'Save on server in %s directory';
634 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
635 $strSearch = 'খুঁজুন';
636 $strSearchFormTitle = 'ডাটাবে এ খুজুঁনSearch in database';
637 $strSearchInTables = 'Inside table(s):';
638 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
639 $strSearchOption1 = 'at least one of the words';
640 $strSearchOption2 = 'সব শব্দ';
641 $strSearchOption3 = 'the exact phrase';
642 $strSearchOption4 = 'as regular expression';
643 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
644 $strSearchType = 'Find:';
645 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
646 $strSelectADb = 'Please select a database';
647 $strSelectAll = 'সব সিলেক্ট করুন';
648 $strSelectBinaryLog = 'Select binary log to view';
649 $strSelectFields = 'Select fields (at least one):';
650 $strSelectNumRows = 'in query';
651 $strSelectTables = 'টেবিল সিলেক্ট করুন';
652 $strSend = 'ফাইল হিসেবে সেভ করুন';
653 $strSent = 'Sent';
654 $strServer = 'সার্ভার';
655 $strServerChoice = 'Server Choice';
656 $strServerNotResponding = 'The server is not responding';
657 $strServers = 'সার্ভারসমূহ';
658 $strServerStatusDelayedInserts = 'Delayed inserts';
659 $strServerStatus = 'Runtime Information';
660 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
661 $strServerTabVariables = 'চলকসমূহ';
662 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
663 $strServerVars = 'Server variables and settings';
664 $strServerVersion = 'Server version';
665 $strSessionValue = 'Session value';
666 $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, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
667 $strShow = 'দেখান';
668 $strShowAll = 'Show all';
669 $strShowColor = 'রং দেখান';
670 $strShowDatadictAs = 'Data Dictionary Format';
671 $strShowFullQueries = 'Show Full Queries';
672 $strShowGrid = 'Show grid';
673 $strShowingBookmark = 'বুকমার্ক দেখান';
674 $strShowingRecords = 'Showing rows';
675 $strShowOpenTables = 'Show open tables';
676 $strShowPHPInfo = 'Show PHP information';
677 $strShowSlaveHosts = 'Show slave hosts';
678 $strShowSlaveStatus = 'Show slave status';
679 $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.';
680 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';
681 $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.';
682 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';
683 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';
684 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';
685 $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.';
686 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';
687 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.';
688 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';
689 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';
690 $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.';
691 $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.';
692 $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.';
693 $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.';
694 $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.';
695 $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.';
696 $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.';
697 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';
698 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';
699 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';
700 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';
701 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';
702 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';
703 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';
704 $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.';
705 $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.';
706 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';
707 $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.';
708 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';
709 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';
710 $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.';
711 $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.';
712 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';
713 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';
714 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';
715 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';
716 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';
717 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';
718 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';
719 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';
720 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';
721 $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.';
722 $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
723 $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.';
724 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';
725 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';
726 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';
727 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';
728 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';
729 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';
730 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';
731 $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.';
732 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.';
733 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';
734 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';
735 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';
736 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';
737 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';
738 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';
739 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';
740 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';
741 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';
742 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';
743 $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.';
744 $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.';
745 $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.';
746 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';
747 $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.';
748 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';
749 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';
750 $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.';
751 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';
752 $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
753 $strShowStatusOpen_filesDescr = 'The number of files that are open.';
754 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';
755 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.';
756 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';
757 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';
758 $strShowStatusQcache_hitsDescr = 'The number of cache hits.';
759 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';
760 $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.';
761 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';
762 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';
763 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';
764 $strShowStatusReset = 'Reset';
765 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';
766 $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.';
767 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';
768 $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.)';
769 $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';
770 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';
771 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';
772 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';
773 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';
774 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';
775 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';
776 $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.';
777 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';
778 $strShowStatusSort_rowsDescr = 'The number of sorted rows.';
779 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';
780 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';
781 $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.';
782 $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.';
783 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.';
784 $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.)';
785 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';
786 $strShowTableDimension = 'Show dimension of tables';
787 $strShowTables = 'Show tables';
788 $strShowThisQuery = ' Show this query here again ';
789 $strSimplifiedChinese = 'Simplified Chinese';
790 $strSingly = '(singly)';
791 $strSize = 'আকার';
792 $strSkipQueries = 'Number of records(queries) to skip from start';
793 $strSlovak = 'Slovak';
794 $strSlovenian = 'Slovenian';
795 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
796 $strSort = 'সাজাঁন';
797 $strSortByKey = 'Sort by key';
798 $strSorting = 'সাজাঁন';
799 $strSpaceUsage = 'Space usage';
800 $strSpanish = 'Spanish';
801 $strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
802 $strSQLCompatibility = 'SQL compatibility mode';
803 $strSQLExportType = 'Export type';
804 $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:';
805 $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';
806 $strSQLQuery = 'SQL query';
807 $strSQLResult = 'SQL result';
808 $strSQL = 'SQL';
809 $strSQPBugInvalidIdentifer = 'Invalid Identifer';
810 $strSQPBugUnclosedQuote = 'Unclosed quote';
811 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
812 $strStatCheckTime = 'Last check';
813 $strStatCreateTime = 'Creation';
814 $strStatement = 'Statements';
815 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
816 $strStatUpdateTime = 'সর্বশেষ আপডেট';
817 $strStatus = 'অবস্থা';
818 $strStorageEngines = 'Storage Engines';
819 $strStorageEngine = 'Storage Engine';
820 $strStrucCSV = 'CSV';
821 $strStrucData = 'Structure and data';
822 $strStrucExcelCSV = 'CSV for MS Excel';
823 $strStrucNativeExcel = 'Native MS Excel format';
824 $strStrucOnly = 'Structure only';
825 $strStructPropose = 'Propose table structure';
826 $strStructure = 'Structure';
827 $strSubmit = 'Submit';
828 $strSuccess = 'Your SQL query has been executed successfully';
829 $strSum = 'যোগফল';
830 $strSwedish = 'সুইডিশ';
831 $strSwitchToDatabase = 'Switch to copied database';
832 $strSwitchToTable = 'Switch to copied table';
834 $strTable = 'টেবিল';
835 $strTableAlreadyExists = 'Table %s already exists!';
836 $strTableComments = 'Table comments';
837 $strTableEmpty = 'টেবিল এর নাম পূরন করা হয়নি';
838 $strTableHasBeenDropped = 'Table %s has been dropped';
839 $strTableHasBeenEmptied = 'Table %s has been emptied';
840 $strTableHasBeenFlushed = 'Table %s has been flushed';
841 $strTableMaintenance = 'Table maintenance';
842 $strTableOfContents = 'Table of contents';
843 $strTableOptions = 'Table options';
844 $strTables = '%s table(s)';
845 $strTableStructure = 'Table structure for table';
846 $strTakeIt = 'take it';
847 $strTblPrivileges = 'Table-specific privileges';
848 $strTempData = 'Temporary data';
849 $strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
850 $strThai = 'Thai';
851 $strThemeDefaultNotFound = 'Default theme %s not found!';
852 $strThemeNoPreviewAvailable = 'No preview available.';
853 $strThemeNotFound = 'Theme %s not found!';
854 $strThemeNoValidImgPath = 'No valid image path for theme %s found!';
855 $strThemePathNotFound = 'Theme path not found for theme %s!';
856 $strTheme = 'Theme / Style';
857 $strThisHost = 'This Host';
858 $strThreads = 'Threads';
859 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
860 $strTime = 'সময়';
861 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';
862 $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.';
863 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
864 $strToggleScratchboard = 'Toggle scratchboard';
865 $strTotal = 'মোট';
866 $strTotalUC = 'মোট';
867 $strTraditionalChinese = 'Traditional Chinese';
868 $strTraditionalSpanish = 'Traditional Spanish';
869 $strTraffic = 'Traffic';
870 $strTransactionCoordinator = 'Transaction coordinator';
871 $strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.';
872 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).';
873 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.';
874 $strTransformation_image_jpeg__link = 'Displays a link to download this image.';
875 $strTransformation_image_png__inline = 'See image/jpeg: inline';
876 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.';
877 $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The 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 list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).';
878 $strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.';
879 $strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.';
880 $strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.';
881 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';
882 $strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").';
883 $strTruncateQueries = 'Truncate Shown Queries';
884 $strTurkish = 'Turkish';
885 $strType = 'Type';
887 $strUkrainian = 'Ukrainian';
888 $strUncheckAll = 'Uncheck All';
889 $strUnicode = 'ইউনিকোড';
890 $strUnique = 'Unique';
891 $strUnknown = 'অজানা';
892 $strUnselectAll = 'Unselect All';
893 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';
894 $strUpdatePrivMessage = 'You have updated the privileges for %s.';
895 $strUpdateProfileMessage = 'The profile has been updated.';
896 $strUpdateQuery = 'Update Query';
897 $strUpdComTab = 'Please see the documentation on how to update your column_comments table';
898 $strUpgrade = 'You should upgrade to %s %s or later.';
899 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
900 $strUploadsNotAllowed = 'File uploads are not allowed on this server.';
901 $strUsage = 'ব্যাবহার';
902 $strUseBackquotes = 'Enclose table and field names with backquotes';
903 $strUseHostTable = 'Use Host Table';
904 $strUserAlreadyExists = 'The user %s already exists!';
905 $strUserEmpty = 'The user name is empty!';
906 $strUserName = 'ব্যাভারকারীর নাম';
907 $strUserNotFound = 'The selected user was not found in the privilege table.';
908 $strUserOverview = 'User overview';
909 $strUsersDeleted = 'The selected users have been deleted successfully.';
910 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
911 $strUser = 'User';
912 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
913 $strUseTables = 'টেবিল ব্যাবহারকারী';
914 $strUseTextField = 'Use text field';
915 $strUseThisValue = 'Use this value';
917 $strValidateSQL = 'Validate SQL';
918 $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.';
919 $strValue = 'মান';
920 $strVar = 'চলক';
921 $strVersionInformation = 'Version information';
922 $strViewDumpDatabases = 'View dump (schema) of databases';
923 $strViewDumpDB = 'View dump (schema) of database';
924 $strViewDump = 'View dump (schema) of table';
925 $strViewHasBeenDropped = 'View %s has been dropped';
926 $strView = 'View';
928 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
929 $strWebServerUploadDirectory = 'web server upload directory';
930 $strWelcome = 'Welcome to %s';
931 $strWestEuropean = 'West European';
932 $strWildcard = 'wildcard';
933 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.';
934 $strWithChecked = 'With selected:';
935 $strWriteRequests = 'Write requests';
936 $strWrongUser = 'Wrong username/password. Access denied.';
938 $strXML = 'XML';
940 $strYes = 'হ্যাঁ';
942 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
943 $strZip = '"zipped"';
945 // To translate:
946 $strActions = 'Actions'; //to translate
947 $strAnalyze = 'Analyze'; //to translate
948 $strAndSmall = 'and'; //to translate
949 $strAngularLinks = 'Angular links'; //to translate
950 $strApplyChanges = 'Apply Selected Changes'; //to translate
951 $strAsDefined = 'As defined:'; //to translate
953 $strBLOBRepository = 'BLOB Repository'; //to translate
954 $strBLOBRepositoryDamaged = 'Damaged'; //to translate
955 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
956 $strBLOBRepositoryDisabled = 'Disabled'; //to translate
957 $strBLOBRepositoryDisable = 'Disable'; //to translate
958 $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
959 $strBLOBRepositoryEnabled = 'Enabled'; //to translate
960 $strBLOBRepositoryEnable = 'Enable'; //to translate
961 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
962 $strBLOBRepositoryRepair = 'Repair'; //to translate
963 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
965 $strCancel = 'Cancel'; //to translate
966 $strCheck = 'Check'; //to translate
967 $strClickToSelect = 'Click to select'; //to translate
968 $strClickToUnselect = 'Click to unselect'; //to translate
969 $strComment = 'Comment'; //to translate
970 $strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
971 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
972 $strCouldNotConnectSource = 'Could not connect to the source'; //to translate
973 $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
974 $strCreateRelation = 'Create relation'; //to translate
975 $strCreateTable = 'Create table'; //to translate
976 $strCreateUserDatabasePrivileges = 'Grant all privileges on database &quot;%s&quot;'; //to translate
977 $strCurrentServer = 'Current server'; //to translate
978 $strCustomColor = 'Custom color'; //to translate
980 $strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
981 $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
982 $strDatabase_src = 'Source database'; //to translate
983 $strDatabase_trg = 'Target database'; //to translate
984 $strDataDiff = 'Data Difference'; //to translate
985 $strDataSyn = 'Data Synchronization'; //to translate
986 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
987 $strDeleteRelation = 'Delete relation'; //to translate
988 $strDesigner = 'Designer'; //to translate
989 $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
990 $strDetails = 'Details...'; //to translate
991 $strDifference = 'Difference'; //to translate
992 $strDirectLinks = 'Direct links'; //to translate
993 $strDocSQL = 'DocSQL'; //to translate
994 $strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
995 $strDownloadFile = 'Download file'; //to translate
996 $strDumpAllRows = 'Dump all rows'; //to translate
998 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
999 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
1000 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
1001 $strEvent = 'Event'; //to translate
1002 $strEvents = 'Events'; //to translate
1003 $strExportImportToScale = 'Export/Import to scale'; //to translate
1005 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
1006 $strFiles = 'Files'; //to translate
1007 $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
1008 $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
1009 $strFullStart = 'Full start'; //to translate
1010 $strFullStop = 'Full stop'; //to translate
1012 $strGetMoreThemes = 'Get more themes!'; //to translate
1013 $strGoToDatabase = 'Go to database'; //to translate
1014 $strGoToTable = 'Go to table'; //to translate
1015 $strGoToView = 'Go to view'; //to translate
1017 $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
1018 $strHelp = 'Help'; //to translate
1019 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
1020 $strHide = 'Hide'; //to translate
1021 $strHideShowAll = 'Hide/Show all'; //to translate
1022 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
1023 $strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
1025 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
1026 $strImportColNames = 'Column names in first row'; //to translate
1027 $strImportEmptyRows = 'Do not import empty rows'; //to translate
1028 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
1029 $strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
1030 $strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
1031 $strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
1032 $strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
1033 $strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
1034 $strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
1035 $strImportODS = 'Open Document Spreadsheet'; //to translate
1036 $strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
1037 $strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
1038 $strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
1039 $strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
1040 $strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
1041 $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
1042 $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
1043 $strInterface = 'Interface'; //to translate
1044 $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
1045 $strInternalRelationAdded = 'Internal relation added'; //to translate
1047 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
1049 $strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
1050 $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
1052 $strMediaWiki = 'MediaWiki Table'; //to translate
1053 $strMoveMenu = 'Move Menu'; //to translate
1054 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
1056 $strNavTableFilter = 'Filter'; //to translate
1057 $strNoneDefault = 'None'; //to translate
1058 $strNotPresent = 'not present'; //to translate
1059 $strNumberOfTables = 'Number of tables'; //to translate
1061 $strOptimize = 'Optimize'; //to translate
1062 $strOptions = 'Options'; //to translate
1064 $strPacked = 'Packed'; //to translate
1065 $strPartitionDefinition = 'PARTITION definition'; //to translate
1066 $strPartitioned = 'partitioned'; //to translate
1067 $strPartitionMaintenance = 'Partition maintenance'; //to translate
1068 $strPartition = 'Partition %s'; //to translate
1069 $strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
1070 $strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
1071 $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
1072 $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
1073 $strPBXTDataLogThreshold = 'Data log threshold'; //to translate
1074 $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
1075 $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
1076 $strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
1077 $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
1078 $strPBXTIndexCacheSize = 'Index cache size'; //to translate
1079 $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
1080 $strPBXTLogBufferSize = 'Log buffer size'; //to translate
1081 $strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
1082 $strPBXTLogCacheSize = 'Log cache size'; //to translate
1083 $strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
1084 $strPBXTLogFileCount = 'Log file count'; //to translate
1085 $strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
1086 $strPBXTLogFileThreshold = 'Log file threshold'; //to translate
1087 $strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
1088 $strPBXTRecordCacheSize = 'Record cache size'; //to translate
1089 $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
1090 $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
1091 $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
1092 $strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
1093 $strPhpArray = 'PHP array'; //to translate
1094 $strPHPExtension = 'PHP extension'; //to translate
1095 $strPlayAudio = 'Play audio'; //to translate
1096 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
1097 $strPort = 'Port'; //to translate
1098 $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
1099 $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
1100 $strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
1101 $strProfiling = 'Profiling'; //to translate
1103 $strQueriesExecuted = 'The following queries have been executed:'; //to translate
1105 $strRebuild = 'Rebuild'; //to translate
1106 $strRecommended = 'recommended'; //to translate
1107 $strRelationalDisplayField = 'Relational display field'; //to translate
1108 $strRelationalKey = 'Relational key'; //to translate
1109 $strRelationDeleted = 'Relation deleted'; //to translate
1110 $strReload = 'Reload'; //to translate
1111 $strRemoteServer = 'Remote server'; //to translate
1112 $strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
1113 $strRemovePartitioning = 'Remove partitioning'; //to translate
1114 $strRepair = 'Repair'; //to translate
1115 $strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
1116 $strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
1117 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
1118 $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
1119 $strReplicationControlSlave = 'Control slave:'; //to translate
1120 $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
1121 $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
1122 $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
1123 $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
1124 $strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
1125 $strReplicationMasterConfiguration = 'Master configuration'; //to translate
1126 $strReplicationMaster = 'Master replication'; //to translate
1127 $strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master'; //to translate
1128 $strReplicationSelectDatabases = 'Please select databases:'; //to translate
1129 $strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1130 $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
1131 $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
1132 $strReplicationShowMasterStatus = 'Show master status'; //to translate
1133 $strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
1134 $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
1135 $strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
1136 $strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
1137 $strReplicationSlaveErrorManagement = 'Error management:'; //to translate
1138 $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
1139 $strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1140 $strReplicationSlaveReset = 'Reset slave'; //to translate
1141 $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
1142 $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
1143 $strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
1144 $strReplicationSlaveSkipNext = 'Skip next'; //to translate
1145 $strReplicationSlave = 'Slave replication'; //to translate
1146 $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
1147 $strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; //to translate
1148 $strReplicationStatus_master = 'Master status'; //to translate
1149 $strReplicationStatus = 'Replication status'; //to translate
1150 $strReplicationStatus_slave = 'Slave status'; //to translate
1151 $strReplicationSynchronize = 'Synchronize databases with master'; //to translate
1152 $strReplicationUnableToChange = 'Unable to change master'; //to translate
1153 $strReplicationUnknownError = 'Unknown error'; //to translate
1154 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
1155 $strRoutineReturnType = 'Return type'; //to translate
1156 $strRoutines = 'Routines'; //to translate
1157 $strRowsAffected = '%1$d row(s) affected.'; //to translate
1158 $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
1159 $strRowsInserted = '%1$d row(s) inserted.'; //to translate
1161 $strSavePosition = 'Save position'; //to translate
1162 $strSearchInField = 'Inside field:'; //to translate
1163 $strSelectForeignKey = 'Select Foreign Key'; //to translate
1164 $strSelectReferencedKey = 'Select referenced key'; //to translate
1165 $strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
1166 $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
1167 $strSettings = 'settings'; //to translate
1168 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1169 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1170 $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1171 $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
1172 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1173 $strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
1174 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1175 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1176 $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
1177 $strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
1178 $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
1179 $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
1180 $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
1181 $strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
1182 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1183 $strSetupBZipDump_name = 'Bzip2'; //to translate
1184 $strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1185 $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
1186 $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
1187 $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
1188 $strSetupCharEditing_name = 'CHAR fields editing'; //to translate
1189 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1190 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1191 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1192 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1193 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1194 $strSetupClear = 'Clear'; //to translate
1195 $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
1196 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1197 $strSetupConfigurationFile = 'Configuration file'; //to translate
1198 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1199 $strSetupConfirm_name = 'Confirm DROP queries'; //to translate
1200 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1201 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1202 $strSetupDefaultLanguage = 'Default language'; //to translate
1203 $strSetupDefaultServer = 'Default server'; //to translate
1204 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1205 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1206 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1207 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1208 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1209 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1210 $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
1211 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1212 $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
1213 $strSetupDisplay = 'Display'; //to translate
1214 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1215 $strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
1216 $strSetupDonateLink = 'Donate'; //to translate
1217 $strSetupDownload = 'Download'; //to translate
1218 $strSetupEndOfLine = 'End of line'; //to translate
1219 $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
1220 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1221 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1222 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1223 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1224 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1225 $strSetuperror_form = 'Submitted form contains errors'; //to translate
1226 $strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
1227 $strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
1228 $strSetuperror_incorrect_value = 'Incorrect value'; //to translate
1229 $strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
1230 $strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
1231 $strSetuperror_nan_p = 'Not a positive number'; //to translate
1232 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1233 $strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
1234 $strSetupExport_asfile_name = 'Save as file'; //to translate
1235 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1236 $strSetupExport_compression_name = 'Compression'; //to translate
1237 $strSetupExport_file_template_database_name = 'Database name template'; //to translate
1238 $strSetupExport_file_template_server_name = 'Server name template'; //to translate
1239 $strSetupExport_file_template_table_name = 'Table name template'; //to translate
1240 $strSetupExport_format_name = 'Format'; //to translate
1241 $strSetupExport_onserver_name = 'Save on server'; //to translate
1242 $strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
1243 $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
1244 $strSetupFalse = 'no'; //to translate
1245 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1246 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1247 $strSetupForceSSL_name = 'Force SSL connection'; //to translate
1248 $strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
1249 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1250 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1251 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1252 $strSetupForm_Browse = 'Browse mode'; //to translate
1253 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1254 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1255 $strSetupForm_Edit = 'Edit mode'; //to translate
1256 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1257 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1258 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1259 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1260 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1261 $strSetupForm_Import_export = 'Import / export'; //to translate
1262 $strSetupForm_Left_databases = 'Databases'; //to translate
1263 $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
1264 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1265 $strSetupForm_Left_frame = 'Navigation frame'; //to translate
1266 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1267 $strSetupForm_Left_servers = 'Servers'; //to translate
1268 $strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
1269 $strSetupForm_Left_tables = 'Tables'; //to translate
1270 $strSetupForm_Main_frame = 'Main frame'; //to translate
1271 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1272 $strSetupForm_Other_core_settings = 'Other core settings'; //to translate
1273 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1274 $strSetupForm_Query_window = 'Query window'; //to translate
1275 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1276 $strSetupForm_Security = 'Security'; //to translate
1277 $strSetupForm_Server = 'Basic settings'; //to translate
1278 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1279 $strSetupForm_Server_config = 'Server configuration'; //to translate
1280 $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
1281 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1282 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1283 $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
1284 $strSetupForm_Server_pmadb = 'PMA database'; //to translate
1285 $strSetupFormset_customization = 'Customization'; //to translate
1286 $strSetupFormset_export = 'Customize export options'; //to translate
1287 $strSetupFormset_features = 'Features'; //to translate
1288 $strSetupFormset_import = 'Customize import defaults'; //to translate
1289 $strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
1290 $strSetupFormset_main_frame = 'Customize main frame'; //to translate
1291 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1292 $strSetupForm_Sql_box = 'SQL Query box'; //to translate
1293 $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
1294 $strSetupForm_Sql_queries = 'SQL queries'; //to translate
1295 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1296 $strSetupForm_Startup = 'Startup'; //to translate
1297 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1298 $strSetupForm_Tabs = 'Tabs'; //to translate
1299 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1300 $strSetupGZipDump_name = 'GZip'; //to translate
1301 $strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1302 $strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
1303 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1304 $strSetupIgnoreErrors = 'Ignore errors'; //to translate
1305 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
1306 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1307 $strSetupImport_allow_interrupt_desc = '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
1308 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1309 $strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
1310 $strSetupImport_format_name = 'Format of imported file'; //to translate
1311 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1312 $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
1313 $strSetupInsecureConnection = 'Insecure connection'; //to translate
1314 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
1315 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1316 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1317 $strSetupInsertRows_name = 'Number of inserted rows'; //to translate
1318 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1319 $strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
1320 $strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
1321 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1322 $strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
1323 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1324 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1325 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1326 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1327 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1328 $strSetupLeftFrameLight_name = 'Use light version'; //to translate
1329 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1330 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1331 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1332 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1333 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1334 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1335 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1336 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1337 $strSetupLetUserChoose = 'let the user choose'; //to translate
1338 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1339 $strSetupLightTabs_name = 'Light tabs'; //to translate
1340 $strSetupLoad = 'Load'; //to translate
1341 $strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
1342 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1343 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1344 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1345 $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
1346 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1347 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1348 $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
1349 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1350 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1351 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1352 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1353 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1354 $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.'; //to translate
1355 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1356 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1357 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1358 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1359 $strSetupMemoryLimit_name = 'Memory limit'; //to translate
1360 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1361 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1362 $strSetupNewServer = 'New server'; //to translate
1363 $strSetupNoServers = 'There are no configured servers'; //to translate
1364 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1365 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1366 $strSetupOptionNone = '- none -'; //to translate
1367 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1368 $strSetupOrder_name = 'Default sorting order'; //to translate
1369 $strSetupOverview = 'Overview'; //to translate
1370 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1371 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1372 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1373 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1374 $strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
1375 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1376 $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
1377 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1378 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1379 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1380 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1381 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1382 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1383 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1384 $strSetupRestoreDefaultValue = 'Restore default value'; //to translate
1385 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1386 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1387 $strSetupSaveDir_name = 'Save directory'; //to translate
1388 $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
1389 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1390 $strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
1391 $strSetupServersAdd = 'Add a new server'; //to translate
1392 $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
1393 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1394 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1395 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1396 $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
1397 $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
1398 $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
1399 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1400 $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
1401 $strSetupServers_auth_type_name = 'Authentication type'; //to translate
1402 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
1403 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1404 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
1405 $strSetupServers_column_info_name = 'Column information table'; //to translate
1406 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1407 $strSetupServers_compress_name = 'Compress connection'; //to translate
1408 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1409 $strSetupServers_connect_type_name = 'Connection type'; //to translate
1410 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1411 $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
1412 $strSetupServers_controluser_name = 'Control user'; //to translate
1413 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1414 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1415 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
1416 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1417 $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
1418 $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
1419 $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1420 $strSetupServersEdit = 'Edit server'; //to translate
1421 $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
1422 $strSetupServers_extension_name = 'PHP extension to use'; //to translate
1423 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1424 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1425 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
1426 $strSetupServers_history_name = 'SQL query history table'; //to translate
1427 $strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
1428 $strSetupServers_host_name = 'Server hostname'; //to translate
1429 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1430 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1431 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1432 $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
1433 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1434 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1435 $strSetupServers_password_name = 'Password for config auth'; //to translate
1436 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
1437 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1438 $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
1439 $strSetupServers_pmadb_name = 'PMA database'; //to translate
1440 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1441 $strSetupServers_port_name = 'Server port'; //to translate
1442 $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
1443 $strSetupServers_relation_name = 'Relation table'; //to translate
1444 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1445 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1446 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1447 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1448 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1449 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1450 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1451 $strSetupServers_socket_name = 'Server socket'; //to translate
1452 $strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
1453 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1454 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
1455 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1456 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
1457 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1458 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1459 $strSetupServers_user_name = 'User for config auth'; //to translate
1460 $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
1461 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1462 $strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
1463 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1464 $strSetupSetValue = 'Set value: %s'; //to translate
1465 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1466 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1467 $strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
1468 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1469 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1470 $strSetupShowForm = 'Show form'; //to translate
1471 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1472 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1473 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1474 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1475 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1476 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1477 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1478 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1479 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1480 $strSetupShowStats_name = 'Show statistics'; //to translate
1481 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1482 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1483 $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
1484 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1485 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1486 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1487 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1488 $strSetupSQLQuery_Edit_name = 'Edit'; //to translate
1489 $strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
1490 $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
1491 $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
1492 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1493 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1494 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1495 $strSetupTrue = 'yes'; //to translate
1496 $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
1497 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1498 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1499 $strSetupUploadDir_name = 'Upload directory'; //to translate
1500 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1501 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1502 $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
1503 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1504 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1505 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1506 $strSetupVersionCheckLink = 'Check for latest version'; //to translate
1507 $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
1508 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1509 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1510 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1511 $strSetupVersionCheck = 'Version check'; //to translate
1512 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1513 $strSetupWarning = 'Warning'; //to translate
1514 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1515 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1516 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1517 $strSetupZipDump_name = 'ZIP'; //to translate
1518 $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
1519 $strShowBinaryContents = 'Show binary contents'; //to translate
1520 $strShowBLOBContents = 'Show BLOB contents'; //to translate
1521 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
1522 $strShowingPhp = 'Showing as PHP code'; //to translate
1523 $strShowingSQL = 'Showing SQL query'; //to translate
1524 $strShowKeys = 'Only show keys'; //to translate
1525 $strShowMasterStatus = 'Show master status'; //to translate
1526 $strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
1527 $strSmallBigAll = 'Small/Big All'; //to translate
1528 $strSnapToGrid = 'Snap to grid'; //to translate
1529 $strSocket = 'Socket'; //to translate
1530 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
1531 $strStart = 'Start'; //to translate
1532 $strStatic = 'static'; //to translate
1533 $strStop = 'Stop'; //to translate
1534 $strStructureDiff = 'Structure Difference' ; //to translate
1535 $strStructureForView = 'Structure for view'; //to translate
1536 $strStructureLC = 'structure'; //to translate
1537 $strStructureSyn = 'Structure Synchronization'; //to translate
1538 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
1539 $strSwekeyAuthenticating = 'Authenticating...'; //to translate
1540 $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
1541 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1542 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1543 $strSynchronizationNote = 'Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
1544 $strSynchronizeDb = 'Synchronize Databases'; //to translate
1545 $strSynchronize = 'Synchronize'; //to translate
1547 $strTableAddColumn = 'Add column(s)'; //to translate
1548 $strTableAlterColumn = 'Alter column(s)'; //to translate
1549 $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
1550 $strTableAlterIndex = 'Alter index(s)'; //to translate
1551 $strTableApplyIndex = 'Apply index(s)'; //to translate
1552 $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
1553 $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
1554 $strTableInsertRow = 'Insert row(s)'; //to translate
1555 $strTableIsEmpty = 'Table seems to be empty!'; //to translate
1556 $strTableName = 'Table name'; //to translate
1557 $strTableRemoveColumn = 'Remove column(s)'; //to translate
1558 $strTableRemoveIndex = 'Remove index(s)'; //to translate
1559 $strTableUpdateRow = 'Update row(s)'; //to translate
1560 $strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
1561 $strTexyText = 'Texy! text'; //to translate
1562 $strToFromPage = 'to/from page'; //to translate
1563 $strToggleSmallBig = 'Toggle small/big'; //to translate
1564 $strToSelectRelation = 'To select relation, click :'; //to translate
1565 $strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
1566 $strTrackingActivateNow = 'Activate now'; //to translate
1567 $strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
1568 $strTrackingCreateVersion = 'Create version'; //to translate
1569 $strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
1570 $strTrackingDatabaseLog = 'Database Log'; //to translate
1571 $strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
1572 $strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
1573 $strTrackingDate = 'Date'; //to translate
1574 $strTrackingDeactivateNow = 'Deactivate now'; //to translate
1575 $strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
1576 $strTrackingExportAs = 'Export as %s'; //to translate
1577 $strTrackingIsActive = 'Tracking is active.'; //to translate
1578 $strTrackingIsNotActive = 'Tracking is not active.'; //to translate
1579 $strTrackingMechanism = 'Tracking Mechanism'; //to translate
1580 $strTrackingReportClose = 'Close'; //to translate
1581 $strTrackingReport = 'Tracking report'; //to translate
1582 $strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
1583 $strTrackingShowVersions = 'Show versions'; //to translate
1584 $strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
1585 $strTrackingSQLDump = 'SQL dump'; //to translate
1586 $strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
1587 $strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
1588 $strTrackingSQLExecution = 'SQL execution'; //to translate
1589 $strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
1590 $strTrackingStatements = 'Tracking statements'; //to translate
1591 $strTrackingStatusActive = 'active'; //to translate
1592 $strTrackingStatusNotActive = 'not active'; //to translate
1593 $strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
1594 $strTrackingThCreated = 'Created'; //to translate
1595 $strTrackingThLastVersion = 'Last version'; //to translate
1596 $strTrackingThUpdated = 'Updated'; //to translate
1597 $strTrackingThVersion = 'Version'; //to translate
1598 $strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
1599 $strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
1600 $strTrackingTrackedTables = 'Tracked tables'; //to translate
1601 $strTracking = 'Tracking'; //to translate
1602 $strTrackingTrackTable = 'Track table'; //to translate
1603 $strTrackingUntrackedTables = 'Untracked tables'; //to translate
1604 $strTrackingUsername = 'Username'; //to translate
1605 $strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
1606 $strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
1607 $strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
1608 $strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
1609 $strTrackingVersions = 'Versions'; //to translate
1610 $strTriggers = 'Triggers'; //to translate
1612 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
1613 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
1614 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1615 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1616 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
1617 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
1618 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1620 $strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
1621 $strViewImage = 'View image'; //to translate
1622 $strViewName = 'VIEW name'; //to translate
1623 $strViewVideo = 'View video'; //to translate
1625 $strWebServer = 'Web server'; //to translate
1626 $strWiki = 'Wiki'; //to translate
1628 $strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
1629 $strXMLExportContents = 'Export contents'; //to translate
1630 $strXMLExportFunctions = 'Export functions'; //to translate
1631 $strXMLExportProcedures = 'Export procedures'; //to translate
1632 $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
1633 $strXMLExportTables = 'Export tables'; //to translate
1634 $strXMLExportTriggers = 'Export triggers'; //to translate
1635 $strXMLExportViews = 'Export views'; //to translate
1637 $strTrackingYouCanExecute = 'You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.'; //to translate
1638 $strTrackingCommentOut = 'Comment out these two lines if you do not need them.'; //to translate
1639 $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate
1640 $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
1641 $strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread not running!'; //to translate
1642 $strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread not running!'; //to translate