291 lines
10 KiB
PHP
291 lines
10 KiB
PHP
<?php
|
|
/* $Id$ */
|
|
|
|
$charset = 'iso-8859-1';
|
|
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
|
|
$right_font_family = 'helvetica, arial, geneva, sans-serif';
|
|
$number_thousands_separator = ',';
|
|
$number_decimal_separator = '.';
|
|
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|
|
|
|
|
$strAccessDenied = 'Access denied';
|
|
$strAction = 'Action';
|
|
$strAddDeleteColumn = 'Add/Delete Field Columns';
|
|
$strAddDeleteRow = 'Add/Delete Criteria Row';
|
|
$strAddNewField = 'Add new field';
|
|
$strAddPriv = 'Add a new Privilege';
|
|
$strAddPrivMessage = 'You have added a new privilege.';
|
|
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
|
|
$strAddUser = 'Add a new User';
|
|
$strAddUserMessage = 'You have added a new user.';
|
|
$strAffectedRows = 'Affected rows:';
|
|
$strAfter = 'After';
|
|
$strAll = 'All';
|
|
$strAlterOrderBy = 'Alter table order by';
|
|
$strAnalyzeTable = 'Analyze table';
|
|
$strAnd = 'And';
|
|
$strAnIndex = 'An index has been added on ';
|
|
$strAny = 'Any';
|
|
$strAnyColumn = 'Any Column';
|
|
$strAnyDatabase = 'Any database';
|
|
$strAnyHost = 'Any host';
|
|
$strAnyTable = 'Any table';
|
|
$strAnyUser = 'Any user';
|
|
$strAPrimaryKey = 'A primary key has been added on ';
|
|
$strAscending = 'Ascending';
|
|
$strAtBeginningOfTable = 'At Beginning of Table';
|
|
$strAtEndOfTable = 'At End of Table';
|
|
$strAttr = 'Attributes';
|
|
|
|
$strBack = 'Back';
|
|
$strBinary = 'Binary';
|
|
$strBinaryDoNotEdit = 'Binary - do not edit';
|
|
$strBookmarkLabel = 'Label';
|
|
$strBookmarkQuery = 'Bookmarked SQL-query';
|
|
$strBookmarkThis = 'Bookmark this SQL-query';
|
|
$strBookmarkView = 'View only';
|
|
$strBrowse = 'Browse';
|
|
$strBzip = '"bzipped"';
|
|
|
|
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';
|
|
$strCarriage = 'Carriage return: \\r';
|
|
$strChange = 'Change';
|
|
$strCheckAll = 'Check All';
|
|
$strCheckDbPriv = 'Check Database Privileges';
|
|
$strCheckTable = 'Check table';
|
|
$strColumn = 'Column';
|
|
$strColumnEmpty = 'The columns names are empty!';
|
|
$strColumnNames = 'Column names';
|
|
$strCompleteInserts = 'Complete inserts';
|
|
$strConfirm = 'Do you really want to do it?';
|
|
$strCopyTable = 'Copy table to:';
|
|
$strCopyTableOK = 'Table %s has been copied to %s.';
|
|
$strCreate = 'Create';
|
|
$strCreateNewDatabase = 'Create new database';
|
|
$strCreateNewTable = 'Create new table on database ';
|
|
$strCriteria = 'Criteria';
|
|
|
|
$strData = 'Data';
|
|
$strDatabase = 'Database ';
|
|
$strDatabases = 'databases';
|
|
$strDataOnly = 'Data only';
|
|
$strDbEmpty = 'The database name is empty!';
|
|
$strDefault = 'Default';
|
|
$strDelete = 'Delete';
|
|
$strDeleted = 'The row has been deleted';
|
|
$strDeleteFailed = 'Deleted Failed!';
|
|
$strDeletePassword = 'Delete Password';
|
|
$strDeleteUserMessage = 'You have deleted the user';
|
|
$strDelPassMessage = 'You have deleted the password for';
|
|
$strDescending = 'Desending';
|
|
$strDisableMagicQuotes = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.';
|
|
$strDisplay = 'Display';
|
|
$strDisplayOrder = 'Display order:';
|
|
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
|
|
$strDocu = 'Documentation';
|
|
$strDoYouReally = 'Do you really want to ';
|
|
$strDrop = 'Drop';
|
|
$strDropDB = 'Drop database ';
|
|
$strDumpingData = 'Dumping data for table';
|
|
$strDynamic = 'dynamic';
|
|
|
|
$strEdit = 'Edit';
|
|
$strEditPrivileges = 'Edit Privileges';
|
|
$strEffective = 'Effective';
|
|
$strEmpty = 'Empty';
|
|
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
|
|
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.';
|
|
$strEnclosedBy = 'enclosed by';
|
|
$strEnd = 'End';
|
|
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
|
|
$strError = 'Error';
|
|
$strEscapedBy = 'escaped by';
|
|
$strExtra = 'Extra';
|
|
|
|
$strField = 'Field';
|
|
$strFields = 'Fields';
|
|
$strFieldsEmpty = ' The field count is empty! ';
|
|
$strFixed = 'fixed';
|
|
$strFormat = 'Format';
|
|
$strFormEmpty = 'Missing value in the form !';
|
|
$strFunction = 'Function';
|
|
|
|
$strGenTime = 'Generation Time';
|
|
$strGo = 'Go';
|
|
$strGrants = 'Grants';
|
|
$strGzip = '"gzipped"';
|
|
|
|
$strHasBeenAltered = 'has been altered.';
|
|
$strHasBeenCreated = 'has been created.';
|
|
$strHasBeenDropped = 'has been dropped.';
|
|
$strHasBeenEmptied = 'has been emptied.';
|
|
$strHome = 'Home';
|
|
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
|
|
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page';
|
|
$strHost = 'Host';
|
|
$strHostEmpty = 'The host name is empty!';
|
|
|
|
$strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.';
|
|
$strIndex = 'Index';
|
|
$strIndexes = 'Indexes';
|
|
$strInsert = 'Insert';
|
|
$strInsertAsNewRow = 'Insert as new row';
|
|
$strInsertIntoTable = 'Insert into table';
|
|
$strInsertNewRow = 'Insert new row';
|
|
$strInsertTextfiles = 'Insert textfiles into table';
|
|
$strInUse = 'in use';
|
|
|
|
$strKeyname = 'Keyname';
|
|
$strKill = 'Kill';
|
|
|
|
$strLength = 'Length';
|
|
$strLengthSet = 'Length/Values*';
|
|
$strLimitNumRows = 'records per page';
|
|
$strLineFeed = 'Linefeed: \\n';
|
|
$strLines = 'Lines';
|
|
$strLocationTextfile = 'Location of the textfile';
|
|
$strLogin = ''; //to translate, but its not in use ...
|
|
$strLogout = 'Log out';
|
|
|
|
$strModifications = 'Modifications have been saved';
|
|
$strModify = 'Modify';
|
|
$strMySQLReloaded = 'MySQL reloaded.';
|
|
$strMySQLSaid = 'MySQL said: ';
|
|
$strMySQLShowProcess = 'Show processes';
|
|
$strMySQLShowStatus = 'Show MySQL runtime information';
|
|
$strMySQLShowVars = 'Show MySQL system variables';
|
|
|
|
$strName = 'Name';
|
|
$strNbRecords = 'No. Of records';
|
|
$strNext = 'Next';
|
|
$strNo = 'No';
|
|
$strNoModification = 'No change';
|
|
$strNoPassword = 'No Password';
|
|
$strNoPrivileges = 'No Privileges';
|
|
$strNoRights = 'You don\'t have enough rights to be here right now!';
|
|
$strNoTablesFound = 'No tables found in database.';
|
|
$strNotNumber = 'This is not a number!';
|
|
$strNotValidNumber = ' is not a valid row number!';
|
|
$strNoUsersFound = 'No user(s) found.';
|
|
$strNull = 'Null';
|
|
$strNumberIndexes = ' Number of advanced indexes ';
|
|
|
|
$strOffSet = 'Offset';
|
|
$strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.';
|
|
$strOptimizeTable = 'Optimize table';
|
|
$strOptionalControls = 'Optional. Controls how to write or read special characters.';
|
|
$strOptionally = 'OPTIONALLY';
|
|
$strOr = 'Or';
|
|
$strOverhead = 'Overhead';
|
|
|
|
$strPassword = 'Password';
|
|
$strPasswordEmpty = 'The password is empty!';
|
|
$strPasswordNotSame = 'The passwords aren\'t the same!';
|
|
$strPHPVersion = 'PHP Version';
|
|
$strPos1 = 'Begin';
|
|
$strPrevious = 'Previous';
|
|
$strPrimary = 'Primary';
|
|
$strPrimaryKey = 'Primary key';
|
|
$strPrinterFriendly = 'Printer friendly version of above table';
|
|
$strPrintView = 'Print view';
|
|
$strPrivileges = 'Privileges';
|
|
$strProducedAnError = 'produced an error.';
|
|
$strProperties = 'Properties';
|
|
|
|
$strQBE = 'Query by Example';
|
|
$strQBEDel = 'Del';
|
|
$strQBEIns = 'Ins';
|
|
$strQueryOnDb = 'SQL-query on database ';
|
|
|
|
$strReadTheDocs = 'Read the docs';
|
|
$strRecords = 'Records';
|
|
$strReloadFailed = 'MySQL reload failed.';
|
|
$strReloadMySQL = 'Reload MySQL';
|
|
$strRememberReload = 'Remember reload the server.';
|
|
$strRenameTable = 'Rename table to';
|
|
$strRenameTableOK = 'Table %s has been renamed to %s';
|
|
$strRepairTable = 'Repair table';
|
|
$strReplace = 'Replace';
|
|
$strReplaceTable = 'Replace table data with file';
|
|
$strReset = 'Reset';
|
|
$strReType = 'Re-type';
|
|
$strRevoke = 'Revoke';
|
|
$strRevokeGrant = 'Revoke Grant';
|
|
$strRevokeGrantMessage = 'You have revoked the Grant privilege for';
|
|
$strRevokeMessage = 'You have revoked the privileges for';
|
|
$strRevokePriv = 'Revoke Privileges';
|
|
$strRowLength = 'Row length';
|
|
$strRows = 'Rows';
|
|
$strRowsFrom = 'rows starting from';
|
|
$strRowSize = ' Row size ';
|
|
$strRowsStatistic = 'Row Statistic';
|
|
$strRunning = 'running on ';
|
|
$strRunQuery = 'Submit Query';
|
|
$strRunSQLQuery = 'Run SQL query/queries on database ';
|
|
|
|
$strSave = 'Save';
|
|
$strSelect = 'Select';
|
|
$strSelectFields = 'Select fields (at least one):';
|
|
$strSelectNumRows = 'in query';
|
|
$strSend = 'Send';
|
|
$strSequence = 'Seq.';
|
|
$strServerVersion = 'Server version';
|
|
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
|
|
$strShow = 'Show';
|
|
$strShowingRecords = 'Showing records ';
|
|
$strShowPHPInfo = 'Show PHP information';
|
|
$strShowThisQuery = ' Show this query here again ';
|
|
$strSingly = '(singly)';
|
|
$strSize = 'Size';
|
|
$strSort = 'Sort';
|
|
$strSpaceUsage = 'Space usage';
|
|
$strSQLQuery = 'SQL-query';
|
|
$strStatement = 'Statements';
|
|
$strStrucCSV = 'CSV data';
|
|
$strStrucData = 'Structure and data';
|
|
$strStrucDrop = 'Add \'drop table\'';
|
|
$strStrucOnly = 'Structure only';
|
|
$strSubmit = 'Submit';
|
|
$strSuccess = 'Your SQL-query has been executed successfully';
|
|
$strSum = 'Sum';
|
|
|
|
$strTable = 'table ';
|
|
$strTableComments = 'Table comments';
|
|
$strTableEmpty = 'The table name is empty!';
|
|
$strTableMaintenance = 'Table maintenance';
|
|
$strTables = '%s table(s)';
|
|
$strTableStructure = 'Table structure for table';
|
|
$strTableType = 'Table type';
|
|
$strTerminatedBy = 'terminated by';
|
|
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
|
|
$strTheContent = 'The content of your file has been inserted.';
|
|
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.';
|
|
$strTheTerminator = 'The terminator of the fields.';
|
|
$strTotal = 'total';
|
|
$strType = 'Type';
|
|
|
|
$strUncheckAll = 'Uncheck All';
|
|
$strUnique = 'Unique';
|
|
$strUpdatePassMessage = 'You have updated the password for';
|
|
$strUpdatePassword = 'Update Password';
|
|
$strUpdatePrivMessage = 'You have updated the privileges for';
|
|
$strUpdateQuery = 'Update Query';
|
|
$strUsage = 'Usage';
|
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
|
$strUser = 'User';
|
|
$strUserEmpty = 'The user name is empty!';
|
|
$strUserName = 'User name';
|
|
$strUsers = 'Users';
|
|
$strUseTables = 'Use Tables';
|
|
|
|
$strValue = 'Value';
|
|
$strViewDump = 'View dump (schema) of table';
|
|
$strViewDumpDB = 'View dump (schema) of database';
|
|
|
|
$strWelcome = 'Welcome to ';
|
|
$strWrongUser = 'Wrong username/password. Access denied.';
|
|
|
|
$strYes = 'Yes';
|
|
?>
|