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