xhtml typo
[phpmyadmin/crack.git] / lang / farsi-utf-8.inc.php3
blob710d91c672e5475a32637af24863bd93bcd6203a
1 <?php
2 /* $Id$ */
4 /**
5 * Original translation to Farsi by Name <username at hostname.com>
6 */
8 $charset = 'utf-8'; //to localize
9 $allow_recoding = TRUE;
10 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
11 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; //change for font support as needed
12 $right_font_family = 'arial, helvetica, geneva, sans-serif'; //change for font support as needed
13 $number_thousands_separator = ','; //to localize
14 $number_decimal_separator = '.'; // to localize
15 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
16 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); //to translate
18 $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); //to translate
19 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); //to translate
20 // See http://www.php.net/manual/en/function.strftime.php to define the
21 // variable below
22 $datefmt = '%B %d, %Y at %I:%M %p'; //to translate/localize
23 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate/localize
25 $strAPrimaryKey = 'A primary key has been added on %s'; //to translate
26 $strAbortedClients = 'Aborted'; //to translate
27 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
28 $strAccessDenied = 'Access denied'; //to translate
29 $strAction = 'Action'; //to translate
30 $strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate
31 $strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate
32 $strAddNewField = 'Add new field'; //to translate
33 $strAddPriv = 'Add a new Privilege'; //to translate
34 $strAddPrivMessage = 'You have added a new privilege.'; //to translate
35 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
36 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
37 $strAddSearchConditions = 'Add search conditions (body of the "where" clause):'; //to translate
38 $strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
39 $strAddUser = 'Add a new User'; //to translate
40 $strAddUserMessage = 'You have added a new user.'; //to translate
41 $strAddedColumnComment = 'Added comment for column'; //to translate
42 $strAddedColumnRelation = 'Added relation for column'; //to translate
43 $strAdministration = 'Administration'; //to translate
44 $strAffectedRows = 'Affected rows:'; //to translate
45 $strAfter = 'After %s'; //to translate
46 $strAfterInsertBack = 'Go back to previous page'; //to translate
47 $strAfterInsertNewInsert = 'Insert another new row'; //to translate
48 $strAll = 'All'; //to translate
49 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
50 $strAlterOrderBy = 'Alter table order by'; //to translate
51 $strAnIndex = 'An index has been added on %s'; //to translate
52 $strAnalyzeTable = 'Analyze table'; //to translate
53 $strAnd = 'And'; //to translate
54 $strAny = 'Any'; //to translate
55 $strAnyColumn = 'Any Column'; //to translate
56 $strAnyDatabase = 'Any database'; //to translate
57 $strAnyHost = 'Any host'; //to translate
58 $strAnyTable = 'Any table'; //to translate
59 $strAnyUser = 'Any user'; //to translate
60 $strAscending = 'Ascending'; //to translate
61 $strAtBeginningOfTable = 'At Beginning of Table'; //to translate
62 $strAtEndOfTable = 'At End of Table'; //to translate
63 $strAttr = 'Attributes'; //to translate
65 $strBack = 'Back'; //to translate
66 $strBeginCut = 'BEGIN CUT'; //to translate
67 $strBeginRaw = 'BEGIN RAW'; //to translate
68 $strBinary = 'Binary'; //to translate
69 $strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
70 $strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
71 $strBookmarkLabel = 'Label'; //to translate
72 $strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
73 $strBookmarkThis = 'Bookmark this SQL-query'; //to translate
74 $strBookmarkView = 'View only'; //to translate
75 $strBrowse = 'Browse'; //to translate
76 $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
77 $strBzip = '"bzipped"'; //to translate
79 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
80 $strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
81 $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
82 $strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!'; //to translate
83 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
84 $strCardinality = 'Cardinality'; //to translate
85 $strCarriage = 'Carriage return: \\r'; //to translate
86 $strChange = 'Change'; //to translate
87 $strChangeDisplay = 'Choose Field to display'; //to translate
88 $strChangePassword = 'Change password'; //to translate
89 $strCharsetOfFile = 'Character set of the file:'; //to translate
90 $strCheckAll = 'Check All'; //to translate
91 $strCheckDbPriv = 'Check Database Privileges'; //to translate
92 $strCheckTable = 'Check table'; //to translate
93 $strChoosePage = 'Please choose a Page to edit'; //to translate
94 $strColComFeat = 'Displaying Column Comments'; //to translate
95 $strColumn = 'Column'; //to translate
96 $strColumnNames = 'Column names'; //to translate
97 $strColumnPrivileges = 'Column-specific privileges'; //to translate
98 $strCommand = 'Command'; //to translate
99 $strComments = 'Comments'; //to translate
100 $strCompleteInserts = 'Complete inserts'; //to translate
101 $strCompression = 'Compression'; //to translate
102 $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 recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
103 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
104 $strConfirm = 'Do you really want to do it?'; //to translate
105 $strConnections = 'Connections'; //to translate
106 $strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
107 $strCopyTable = 'Copy table to (database<b>.</b>table):'; //to translate
108 $strCopyTableOK = 'Table %s has been copied to %s.'; //to translate
109 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
110 $strCreate = 'Create'; //to translate
111 $strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns'; //to translate
112 $strCreateIndexTopic = 'Create a new index'; //to translate
113 $strCreateNewDatabase = 'Create new database'; //to translate
114 $strCreateNewTable = 'Create new table on database %s'; //to translate
115 $strCreatePage = 'Create a new Page'; //to translate
116 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
117 $strCriteria = 'Criteria'; //to translate
119 $strData = 'Data'; //to translate
120 $strDataDict = 'Data Dictionary'; //to translate
121 $strDataOnly = 'Data only'; //to translate
122 $strDatabase = 'Database '; //to translate
123 $strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
124 $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
125 $strDatabases = 'databases'; //to translate
126 $strDatabasesStats = 'Databases statistics'; //to translate
127 $strDbPrivileges = 'Database-specific privileges'; //to translate
128 $strDefault = 'Default'; //to translate
129 $strDelete = 'Delete'; //to translate
130 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
131 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
132 $strDeleteFailed = 'Deleted Failed!'; //to translate
133 $strDeleteUserMessage = 'You have deleted the user %s.'; //to translate
134 $strDeleted = 'The row has been deleted'; //to translate
135 $strDeletedRows = 'Deleted rows:'; //to translate
136 $strDeleting = 'Deleting %s'; //to translate
137 $strDescending = 'Descending'; //to translate
138 $strDisabled = 'Disabled'; //to translate
139 $strDisplay = 'Display'; //to translate
140 $strDisplayFeat = 'Display Features'; //to translate
141 $strDisplayOrder = 'Display order:'; //to translate
142 $strDisplayPDF = 'Display PDF schema'; //to translate
143 $strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate
144 $strDoYouReally = 'Do you really want to '; //to translate
145 $strDocu = 'Documentation'; //to translate
146 $strDrop = 'Drop'; //to translate
147 $strDropDB = 'Drop database %s'; //to translate
148 $strDropTable = 'Drop table'; //to translate
149 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
150 $strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate
151 $strDumpingData = 'Dumping data for table'; //to translate
152 $strDynamic = 'dynamic'; //to translate
154 $strEdit = 'Edit'; //to translate
155 $strEditPDFPages = 'Edit PDF Pages'; //to translate
156 $strEditPrivileges = 'Edit Privileges'; //to translate
157 $strEffective = 'Effective'; //to translate
158 $strEmpty = 'Empty'; //to translate
159 $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; //to translate
160 $strEnabled = 'Enabled'; //to translate
161 $strEnd = 'End'; //to translate
162 $strEndCut = 'END CUT'; //to translate
163 $strEndRaw = 'END RAW'; //to translate
164 $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate
165 $strError = 'Error'; //to translate
166 $strExplain = 'Explain SQL'; //to translate
167 $strExport = 'Export'; //to translate
168 $strExportToXML = 'Export to XML format'; //to translate
169 $strExtendedInserts = 'Extended inserts'; //to translate
170 $strExtra = 'Extra'; //to translate
172 $strFailedAttempts = 'Failed attempts'; //to translate
173 $strField = 'Field'; //to translate
174 $strFieldHasBeenDropped = 'Field %s has been dropped'; //to translate
175 $strFields = 'Fields'; //to translate
176 $strFieldsEmpty = ' The field count is empty! '; //to translate
177 $strFieldsEnclosedBy = 'Fields enclosed by'; //to translate
178 $strFieldsEscapedBy = 'Fields escaped by'; //to translate
179 $strFieldsTerminatedBy = 'Fields terminated by'; //to translate
180 $strFileCouldNotBeRead = 'File could not be read'; //to translate
181 $strFixed = 'fixed'; //to translate
182 $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
183 $strFlushTable = 'Flush the table ("FLUSH")'; //to translate
184 $strFormEmpty = 'Missing value in the form !'; //to translate
185 $strFormat = 'Format'; //to translate
186 $strFullText = 'Full Texts'; //to translate
187 $strFunction = 'Function'; //to translate
189 $strGenBy = 'Generated by'; //to translate
190 $strGenTime = 'Generation Time'; //to translate
191 $strGeneralRelationFeat = 'General relation features'; //to translate
192 $strGlobalPrivileges = 'Global privileges'; //to translate
193 $strGlobalValue = 'Global value'; //to translate
194 $strGo = 'Go'; //to translate
195 $strGrantOption = 'Grant'; //to translate
196 $strGrants = 'Grants'; //to translate
197 $strGzip = '"gzipped"'; //to translate
199 $strHasBeenAltered = 'has been altered.'; //to translate
200 $strHasBeenCreated = 'has been created.'; //to translate
201 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
202 $strHome = 'Home'; //to translate
203 $strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
204 $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
205 $strHost = 'Host'; //to translate
206 $strHostEmpty = 'The host name is empty!'; //to translate
208 $strId = 'ID'; //to translate
209 $strIdxFulltext = 'Fulltext'; //to translate
210 $strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.'; //to translate
211 $strIgnore = 'Ignore'; //to translate
212 $strIgnoringFile = 'Ignoring file %s'; //to translate
213 $strImportDocSQL = 'Import docSQL Files'; //to translate
214 $strImportFiles = 'Import files'; //to translate
215 $strImportFinished = 'Import finished'; //to translate
216 $strInUse = 'in use'; //to translate
217 $strIndex = 'Index'; //to translate
218 $strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate
219 $strIndexName = 'Index name&nbsp;:'; //to translate
220 $strIndexType = 'Index type&nbsp;:'; //to translate
221 $strIndexes = 'Indexes'; //to translate
222 $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.'; //to translate
223 $strInsert = 'Insert'; //to translate
224 $strInsertAsNewRow = 'Insert as a new row'; //to translate
225 $strInsertNewRow = 'Insert new row'; //to translate
226 $strInsertTextfiles = 'Insert data from a textfile into table'; //to translate
227 $strInsertedRows = 'Inserted rows:'; //to translate
228 $strInstructions = 'Instructions'; //to translate
229 $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
231 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
232 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
234 $strKeepPass = 'Do not change the password'; //to translate
235 $strKeyname = 'Keyname'; //to translate
236 $strKill = 'Kill'; //to translate
238 $strLaTeX = 'LaTeX'; //to translate
239 $strLandscape = 'Landscape'; //to translate
240 $strLength = 'Length'; //to translate
241 $strLengthSet = 'Length/Values*'; //to translate
242 $strLimitNumRows = 'Number of rows per page'; //to translate
243 $strLineFeed = 'Linefeed: \\n'; //to translate
244 $strLines = 'Lines'; //to translate
245 $strLinesTerminatedBy = 'Lines terminated by'; //to translate
246 $strLinkNotFound = 'Link not found'; //to translate
247 $strLinksTo = 'Links to'; //to translate
248 $strLocalhost = 'Local'; //to translate
249 $strLocationTextfile = 'Location of the textfile'; //to translate
250 $strLogPassword = 'Password:'; //to translate
251 $strLogUsername = 'Username:'; //to translate
252 $strLogin = 'Login'; //to translate
253 $strLoginInformation = 'Login Information'; //to translate
254 $strLogout = 'Log out'; //to translate
256 $strMissingBracket = 'Missing Bracket'; //to translate
257 $strModifications = 'Modifications have been saved'; //to translate
258 $strModify = 'Modify'; //to translate
259 $strModifyIndexTopic = 'Modify an index'; //to translate
260 $strMoreStatusVars = 'More status variables'; //to translate
261 $strMoveTable = 'Move table to (database<b>.</b>table):'; //to translate
262 $strMoveTableOK = 'Table %s has been moved to %s.'; //to translate
263 $strMySQLCharset = 'MySQL charset'; //to translate
264 $strMySQLReloaded = 'MySQL reloaded.'; //to translate
265 $strMySQLSaid = 'MySQL said: '; //to translate
266 $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; //to translate
267 $strMySQLShowProcess = 'Show processes'; //to translate
268 $strMySQLShowStatus = 'Show MySQL runtime information'; //to translate
269 $strMySQLShowVars = 'Show MySQL system variables'; //to translate
271 $strName = 'Name'; //to translate
272 $strNext = 'Next'; //to translate
273 $strNo = 'No'; //to translate
274 $strNoDatabases = 'No databases'; //to translate
275 $strNoDescription = 'no Description'; //to translate
276 $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate
277 $strNoExplain = 'Skip Explain SQL'; //to translate
278 $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
279 $strNoIndex = 'No index defined!'; //to translate
280 $strNoIndexPartsDefined = 'No index parts defined!'; //to translate
281 $strNoModification = 'No change'; //to translate
282 $strNoPassword = 'No Password'; //to translate
283 $strNoPhp = 'Without PHP Code'; //to translate
284 $strNoPrivileges = 'No Privileges'; //to translate
285 $strNoQuery = 'No SQL query!'; //to translate
286 $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
287 $strNoTablesFound = 'No tables found in database.'; //to translate
288 $strNoUsersFound = 'No user(s) found.'; //to translate
289 $strNoUsersSelected = 'No users selected.'; //to translate
290 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
291 $strNone = 'None'; //to translate
292 $strNotNumber = 'This is not a number!'; //to translate
293 $strNotOK = 'not OK'; //to translate
294 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
295 $strNotValidNumber = ' is not a valid row number!'; //to translate
296 $strNull = 'Null'; //to translate
297 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
298 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
299 $strNumTables = 'Tables'; //to translate
301 $strOK = 'OK'; //to translate
302 $strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; //to translate
303 $strOperations = 'Operations'; //to translate
304 $strOptimizeTable = 'Optimize table'; //to translate
305 $strOptionalControls = 'Optional. Controls how to write or read special characters.'; //to translate
306 $strOptionally = 'OPTIONALLY'; //to translate
307 $strOptions = 'Options'; //to translate
308 $strOr = 'Or'; //to translate
309 $strOverhead = 'Overhead'; //to translate
311 $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
312 $strPHPVersion = 'PHP Version'; //to translate
313 $strPageNumber = 'Page number:'; //to translate
314 $strPartialText = 'Partial Texts'; //to translate
315 $strPassword = 'Password'; //to translate
316 $strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate
317 $strPasswordEmpty = 'The password is empty!'; //to translate
318 $strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
319 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
320 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
321 $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; //to translate
322 $strPdfNoTables = 'No tables'; //to translate
323 $strPerHour = 'per hour'; //to translate
324 $strPhp = 'Create PHP Code'; //to translate
325 $strPmaDocumentation = 'phpMyAdmin documentation'; //to translate
326 $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
327 $strPortrait = 'Portrait'; //to translate
328 $strPos1 = 'Begin'; //to translate
329 $strPrevious = 'Previous'; //to translate
330 $strPrimary = 'Primary'; //to translate
331 $strPrimaryKey = 'Primary key'; //to translate
332 $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped'; //to translate
333 $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; //to translate
334 $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
335 $strPrint = 'Print'; //to translate
336 $strPrintView = 'Print view'; //to translate
337 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
338 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
339 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
340 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
341 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
342 $strPrivDescDelete = 'Allows deleting data.'; //to translate
343 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
344 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
345 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
346 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
347 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
348 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
349 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
350 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
351 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
352 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
353 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
354 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
355 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
356 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
357 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
358 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
359 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
360 $strPrivDescSelect = 'Allows reading data.'; //to translate
361 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
362 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
363 $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.'; //to translate
364 $strPrivDescUpdate = 'Allows changing data.'; //to translate
365 $strPrivDescUsage = 'No privileges.'; //to translate
366 $strPrivileges = 'Privileges'; //to translate
367 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
368 $strProcesslist = 'Process list'; //to translate
369 $strProperties = 'Properties'; //to translate
370 $strPutColNames = 'Put fields names at first row'; //to translate
372 $strQBE = 'Query'; //to translate
373 $strQBEDel = 'Del'; //to translate
374 $strQBEIns = 'Ins'; //to translate
375 $strQueryOnDb = 'SQL-query on database <b>%s</b>:'; //to translate
376 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; //to translate
377 $strQueryType = 'Query type'; //to translate
379 $strReType = 'Re-type'; //to translate
380 $strReceived = 'Received'; //to translate
381 $strRecords = 'Records'; //to translate
382 $strReferentialIntegrity = 'Check referential integrity:'; //to translate
383 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
384 $strRelationView = 'Relation view'; //to translate
385 $strRelationalSchema = 'Relational schema'; //to translate
386 $strReloadFailed = 'MySQL reload failed.'; //to translate
387 $strReloadMySQL = 'Reload MySQL'; //to translate
388 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
389 $strRememberReload = 'Remember to reload the server.'; //to translate
390 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
391 $strRenameTable = 'Rename table to'; //to translate
392 $strRenameTableOK = 'Table %s has been renamed to %s'; //to translate
393 $strRepairTable = 'Repair table'; //to translate
394 $strReplace = 'Replace'; //to translate
395 $strReplaceTable = 'Replace table data with file'; //to translate
396 $strReset = 'Reset'; //to translate
397 $strResourceLimits = 'Resource limits'; //to translate
398 $strRevoke = 'Revoke'; //to translate
399 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
400 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
401 $strRevokeGrant = 'Revoke Grant'; //to translate
402 $strRevokeGrantMessage = 'You have revoked the Grant privilege for %s'; //to translate
403 $strRevokeMessage = 'You have revoked the privileges for %s'; //to translate
404 $strRevokePriv = 'Revoke Privileges'; //to translate
405 $strRowLength = 'Row length'; //to translate
406 $strRowSize = ' Row size '; //to translate
407 $strRows = 'Rows'; //to translate
408 $strRowsFrom = 'row(s) starting from record #'; //to translate
409 $strRowsModeHorizontal = 'horizontal'; //to translate
410 $strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
411 $strRowsModeVertical = 'vertical'; //to translate
412 $strRowsStatistic = 'Row Statistic'; //to translate
413 $strRunQuery = 'Submit Query'; //to translate
414 $strRunSQLQuery = 'Run SQL query/queries on database %s'; //to translate
415 $strRunning = 'running on %s'; //to translate
417 $strSQL = 'SQL'; //to translate
418 $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
419 $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'; //to translate
420 $strSQLQuery = 'SQL-query'; //to translate
421 $strSQLResult = 'SQL result'; //to translate
422 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
423 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
424 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
425 $strSave = 'Save'; //to translate
426 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
427 $strSearch = 'Search'; //to translate
428 $strSearchFormTitle = 'Search in database'; //to translate
429 $strSearchInTables = 'Inside table(s):'; //to translate
430 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):'; //to translate
431 $strSearchOption1 = 'at least one of the words'; //to translate
432 $strSearchOption2 = 'all words'; //to translate
433 $strSearchOption3 = 'the exact phrase'; //to translate
434 $strSearchOption4 = 'as regular expression'; //to translate
435 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:'; //to translate
436 $strSearchType = 'Find:'; //to translate
437 $strSelect = 'Select'; //to translate
438 $strSelectADb = 'Please select a database'; //to translate
439 $strSelectAll = 'Select All'; //to translate
440 $strSelectFields = 'Select fields (at least one):'; //to translate
441 $strSelectNumRows = 'in query'; //to translate
442 $strSelectTables = 'Select Tables'; //to translate
443 $strSend = 'Save as file'; //to translate
444 $strSent = 'Sent'; //to translate
445 $strServer = 'Server %s'; //to translate
446 $strServerChoice = 'Server Choice'; //to translate
447 $strServerStatus = 'Runtime Information'; //to translate
448 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
449 $strServerTabProcesslist = 'Processes'; //to translate
450 $strServerTabVariables = 'Variables'; //to translate
451 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
452 $strServerVars = 'Server variables and settings'; //to translate
453 $strServerVersion = 'Server version'; //to translate
454 $strSessionValue = 'Session value'; //to translate
455 $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
456 $strShow = 'Show'; //to translate
457 $strShowAll = 'Show all'; //to translate
458 $strShowColor = 'Show color'; //to translate
459 $strShowCols = 'Show columns'; //to translate
460 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
461 $strShowGrid = 'Show grid'; //to translate
462 $strShowPHPInfo = 'Show PHP information'; //to translate
463 $strShowTableDimension = 'Show dimension of tables'; //to translate
464 $strShowTables = 'Show tables'; //to translate
465 $strShowThisQuery = ' Show this query here again '; //to translate
466 $strShowingRecords = 'Showing rows'; //to translate
467 $strSingly = '(singly)'; //to translate
468 $strSize = 'Size'; //to translate
469 $strSort = 'Sort'; //to translate
470 $strSpaceUsage = 'Space usage'; //to translate
471 $strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; //to translate
472 $strStatement = 'Statements'; //to translate
473 $strStatus = 'Status'; //to translate
474 $strStrucCSV = 'CSV data'; //to translate
475 $strStrucData = 'Structure and data'; //to translate
476 $strStrucDrop = 'Add \'drop table\''; //to translate
477 $strStrucExcelCSV = 'CSV for Ms Excel data'; //to translate
478 $strStrucOnly = 'Structure only'; //to translate
479 $strStructPropose = 'Propose table structure'; //to translate
480 $strStructure = 'Structure'; //to translate
481 $strSubmit = 'Submit'; //to translate
482 $strSuccess = 'Your SQL-query has been executed successfully'; //to translate
483 $strSum = 'Sum'; //to translate
485 $strTable = 'Table'; //to translate
486 $strTableComments = 'Table comments'; //to translate
487 $strTableEmpty = 'The table name is empty!'; //to translate
488 $strTableHasBeenDropped = 'Table %s has been dropped'; //to translate
489 $strTableHasBeenEmptied = 'Table %s has been emptied'; //to translate
490 $strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
491 $strTableMaintenance = 'Table maintenance'; //to translate
492 $strTableOfContents = 'Table of contents'; //to translate
493 $strTableStructure = 'Table structure for table'; //to translate
494 $strTableType = 'Table type'; //to translate
495 $strTables = '%s table(s)'; //to translate
496 $strTblPrivileges = 'Table-specific privileges'; //to translate
497 $strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
498 $strTheContent = 'The content of your file has been inserted.'; //to translate
499 $strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; //to translate
500 $strTheTerminator = 'The terminator of the fields.'; //to translate
501 $strThisHost = 'This Host'; //to translate
502 $strThisNotDirectory = 'This was not a directory'; //to translate
503 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
504 $strTime = 'Time'; //to translate
505 $strTotal = 'total'; //to translate
506 $strTotalUC = 'Total'; //to translate
507 $strTraffic = 'Traffic'; //to translate
508 $strType = 'Type'; //to translate
510 $strUncheckAll = 'Uncheck All'; //to translate
511 $strUnique = 'Unique'; //to translate
512 $strUnselectAll = 'Unselect All'; //to translate
513 $strUpdatePrivMessage = 'You have updated the privileges for %s.'; //to translate
514 $strUpdateProfile = 'Update profile:'; //to translate
515 $strUpdateProfileMessage = 'The profile has been updated.'; //to translate
516 $strUpdateQuery = 'Update Query'; //to translate
517 $strUsage = 'Usage'; //to translate
518 $strUseBackquotes = 'Enclose table and field names with backquotes'; //to translate
519 $strUseTables = 'Use Tables'; //to translate
520 $strUseTextField = 'Use text field'; //to translate
521 $strUser = 'User'; //to translate
522 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
523 $strUserEmpty = 'The user name is empty!'; //to translate
524 $strUserName = 'User name'; //to translate
525 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
526 $strUserOverview = 'User overview'; //to translate
527 $strUsers = 'Users'; //to translate
528 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
530 $strValidateSQL = 'Validate SQL'; //to translate
531 $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
532 $strValue = 'Value'; //to translate
533 $strVar = 'Variable'; //to translate
534 $strViewDump = 'View dump (schema) of table'; //to translate
535 $strViewDumpDB = 'View dump (schema) of database'; //to translate
537 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
538 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
539 $strWelcome = 'Welcome to %s'; //to translate
540 $strWithChecked = 'With selected:'; //to translate
541 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
542 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
543 $strWrongUser = 'Wrong username/password. Access denied.'; //to translate
545 $strYes = 'Yes'; //to translate
547 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
548 $strZip = '"zipped"'; //to translate
549 $strDBGModule = 'Module'; //to translate
550 $strDBGLine = 'Line'; //to translate
551 $strDBGHits = 'Hits'; //to translate
552 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
553 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
554 $strDBGMinTimeMs = 'Min time, ms'; //to translate
555 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
556 $strDBGContextID = 'Context ID'; //to translate
557 $strDBGContext = 'Context'; //to translate
558 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
559 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
560 $strCheckPrivs = 'Check Privileges'; //to translate
561 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
562 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
563 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
564 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
565 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
566 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
567 $strNoDatabasesSelected = 'No databases selected.'; //to translate
568 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
569 $strGlobal = 'global'; //to translate
570 $strDbSpecific = 'database-specific'; //to translate
571 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
572 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
573 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
574 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
575 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
576 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
577 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
578 $strWildcard = 'wildcard'; //to translate
579 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
580 $strQueryTime = 'Query took %01.4f sec';//to translate
581 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
582 $strDBComment = 'Database comment: ';//to translate
583 $strQueryFrame = 'Query window';//to translate
584 $strQueryFrameDebug = 'Debugging information';//to translate
585 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
586 $strQuerySQLHistory = 'SQL-history';//to translate
587 $strMIME_MIMEtype = 'MIME-type';//to translate
588 $strMIME_transformation = 'Browser transformation';//to translate
589 $strMIME_transformation_options = 'Transformation options';//to translate
590 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
591 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
592 $strMIME_available_mime = 'Available MIME-types';//to translate
593 $strMIME_available_transform = 'Available transformations';//to translate
594 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
595 $strMIME_description = 'Description';//to translate
596 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
597 $strMIME_file = 'Filename';//to translate
598 $strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
599 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
600 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
601 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
602 $strInnodbStat = 'InnoDB Status'; //to translate
603 $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
604 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
605 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
606 $strSQLOptions = 'SQL options';//to translate
607 $strXML = 'XML';//to translate
608 $strCSVOptions = 'CSV options';//to translate
609 $strNoOptions = 'This format has no options';//to translate
610 $strStatCreateTime = 'Creation';//to translate
611 $strStatUpdateTime = 'Last update';//to translate
612 $strStatCheckTime = 'Last check';//to translate
613 $strPerMinute = 'per minute';//to translate
614 $strPerSecond = 'per second';//to translate
615 $strAutomaticLayout = 'Automatic layout'; //to translate
616 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate