Documentation TYPO3 par Ameos

english-utf-8.inc.php

00001 <?php
00002 /* $Id: english-utf-8.inc.php,v 2.9 2003/12/30 21:34:04 nijel Exp $ */
00003 
00004 $charset = 'utf-8';
00005 $allow_recoding = TRUE;
00006 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
00007 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
00008 $right_font_family = 'arial, helvetica, geneva, sans-serif';
00009 $number_thousands_separator = ',';
00010 $number_decimal_separator = '.';
00011 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
00012 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
00013 
00014 $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
00015 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
00016 // See http://www.php.net/manual/en/function.strftime.php to define the
00017 // variable below
00018 $datefmt = '%B %d, %Y at %I:%M %p';
00019 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
00020 
00021 $strAPrimaryKey = 'A primary key has been added on %s';
00022 $strAbortedClients = 'Aborted';
00023 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory';
00024 $strAccessDenied = 'Access denied';
00025 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';
00026 $strAction = 'Action';
00027 $strAddAutoIncrement = 'Add AUTO_INCREMENT value';
00028 $strAddConstraints = 'Add constraints';
00029 $strAddDeleteColumn = 'Add/Delete Field Columns';
00030 $strAddDeleteRow = 'Add/Delete Criteria Row';
00031 $strAddDropDatabase = 'Add DROP DATABASE';
00032 $strAddIntoComments = 'Add into comments';
00033 $strAddNewField = 'Add new field';
00034 $strAddPriv = 'Add a new Privilege';
00035 $strAddPrivMessage = 'You have added a new privilege.';
00036 $strAddPrivilegesOnDb = 'Add privileges on the following database';
00037 $strAddPrivilegesOnTbl = 'Add privileges on the following table';
00038 $strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
00039 $strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
00040 $strAddUser = 'Add a new User';
00041 $strAddUserMessage = 'You have added a new user.';
00042 $strAddedColumnComment = 'Added comment for column';
00043 $strAddedColumnRelation = 'Added relation for column';
00044 $strAdministration = 'Administration';
00045 $strAffectedRows = 'Affected rows:';
00046 $strAfter = 'After %s';
00047 $strAfterInsertBack = 'Go back to previous page';
00048 $strAfterInsertNewInsert = 'Insert another new row';
00049 $strAll = 'All';
00050 $strAllTableSameWidth = 'display all Tables with same width?';
00051 $strAlterOrderBy = 'Alter table order by';
00052 $strAnIndex = 'An index has been added on %s';
00053 $strAnalyzeTable = 'Analyze table';
00054 $strAnd = 'And';
00055 $strAny = 'Any';
00056 $strAnyColumn = 'Any Column';
00057 $strAnyDatabase = 'Any database';
00058 $strAnyHost = 'Any host';
00059 $strAnyTable = 'Any table';
00060 $strAnyUser = 'Any user';
00061 $strArabic = 'Arabic';
00062 $strArmenian = 'Armenian';
00063 $strAscending = 'Ascending';
00064 $strAtBeginningOfTable = 'At Beginning of Table';
00065 $strAtEndOfTable = 'At End of Table';
00066 $strAttr = 'Attributes';
00067 $strAutodetect = 'Autodetect';
00068 $strAutomaticLayout = 'Automatic layout';
00069 
00070 $strBack = 'Back';
00071 $strBaltic = 'Baltic';
00072 $strBeginCut = 'BEGIN CUT';
00073 $strBeginRaw = 'BEGIN RAW';
00074 $strBinary = 'Binary';
00075 $strBinaryDoNotEdit = 'Binary - do not edit';
00076 $strBookmarkAllUsers = 'Let every user access this bookmark';
00077 $strBookmarkDeleted = 'The bookmark has been deleted.';
00078 $strBookmarkLabel = 'Label';
00079 $strBookmarkOptions = 'Bookmark options';
00080 $strBookmarkQuery = 'Bookmarked SQL-query';
00081 $strBookmarkThis = 'Bookmark this SQL-query';
00082 $strBookmarkView = 'View only';
00083 $strBrowse = 'Browse';
00084 $strBrowseForeignValues = 'Browse foreign values';
00085 $strBulgarian = 'Bulgarian';
00086 $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.';
00087 $strBzip = '"bzipped"';
00088 
00089 $strCSVOptions = 'CSV options';
00090 $strCannotLogin = 'Cannot login to MySQL server';
00091 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';
00092 $strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';
00093 $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.';
00094 $strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
00095 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
00096 $strCardinality = 'Cardinality';
00097 $strCarriage = 'Carriage return: \\r';
00098 $strCaseInsensitive = 'case-insensitive';
00099 $strCaseSensitive = 'case-sensitive';
00100 $strCentralEuropean = 'Central European';
00101 $strChange = 'Change';
00102 $strChangeCopyMode = 'Create a new user with the same privileges and ...';
00103 $strChangeCopyModeCopy = '... keep the old one.';
00104 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
00105 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
00106 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
00107 $strChangeCopyUser = 'Change Login Information / Copy User';
00108 $strChangeDisplay = 'Choose Field to display';
00109 $strChangePassword = 'Change password';
00110 $strCharset = 'Charset';
00111 $strCharsetOfFile = 'Character set of the file:';
00112 $strCharsets = 'Charsets';
00113 $strCharsetsAndCollations = 'Character Sets and Collations';
00114 $strCheckAll = 'Check All';
00115 $strCheckDbPriv = 'Check Database Privileges';
00116 $strCheckOverhead = 'Check overheaded';
00117 $strCheckPrivs = 'Check Privileges';
00118 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';
00119 $strCheckTable = 'Check table';
00120 $strChoosePage = 'Please choose a Page to edit';
00121 $strColComFeat = 'Displaying Column Comments';
00122 $strCollation = 'Collation';
00123 $strColumn = 'Column';
00124 $strColumnNames = 'Column names';
00125 $strColumnPrivileges = 'Column-specific privileges';
00126 $strCommand = 'Command';
00127 $strComments = 'Comments';
00128 $strCompleteInserts = 'Complete inserts';
00129 $strCompression = 'Compression';
00130 $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.<br />If you receive a blank page, everything is fine.';
00131 $strConfigureTableCoord = 'Please configure the coordinates for table %s';
00132 $strConfirm = 'Do you really want to do it?';
00133 $strConnections = 'Connections';
00134 $strConstraintsForDumped = 'Constraints for dumped tables';
00135 $strConstraintsForTable = 'Constraints for table';
00136 $strCookiesRequired = 'Cookies must be enabled past this point.';
00137 $strCopyTable = 'Copy table to (database<b>.</b>table):';
00138 $strCopyTableOK = 'Table %s has been copied to %s.';
00139 $strCopyTableSameNames = 'Can\'t copy table to same one!';
00140 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
00141 $strCreate = 'Create';
00142 $strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
00143 $strCreateIndexTopic = 'Create a new index';
00144 $strCreateNewDatabase = 'Create new database';
00145 $strCreateNewTable = 'Create new table on database %s';
00146 $strCreatePage = 'Create a new Page';
00147 $strCreatePdfFeat = 'Creation of PDFs';
00148 $strCreationDates = 'Creation/Update/Check dates';
00149 $strCriteria = 'Criteria';
00150 $strCroatian = 'Croatian';
00151 $strCyrillic = 'Cyrillic';
00152 $strCzech = 'Czech';
00153 $strCzechSlovak = 'Czech-Slovak';
00154 
00155 $strDBComment = 'Database comment: ';
00156 $strDBGContext = 'Context';
00157 $strDBGContextID = 'Context ID';
00158 $strDBGHits = 'Hits';
00159 $strDBGLine = 'Line';
00160 $strDBGMaxTimeMs = 'Max time, ms';
00161 $strDBGMinTimeMs = 'Min time, ms';
00162 $strDBGModule = 'Module';
00163 $strDBGTimePerHitMs = 'Time/Hit, ms';
00164 $strDBGTotalTimeMs = 'Total time, ms';
00165 $strDanish = 'Danish';
00166 $strData = 'Data';
00167 $strDataDict = 'Data Dictionary';
00168 $strDataOnly = 'Data only';
00169 $strDatabase = 'Database ';
00170 $strDatabaseExportOptions = 'Database export options';
00171 $strDatabaseHasBeenDropped = 'Database %s has been dropped.';
00172 $strDatabaseNoTable = 'This database contains no table!';
00173 $strDatabaseWildcard = 'Database (wildcards allowed):';
00174 $strDatabases = 'Databases';
00175 $strDatabasesDropped = '%s databases have been dropped successfully.';
00176 $strDatabasesStats = 'Databases statistics';
00177 $strDatabasesStatsDisable = 'Disable Statistics';
00178 $strDatabasesStatsEnable = 'Enable Statistics';
00179 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';
00180 $strDbPrivileges = 'Database-specific privileges';
00181 $strDbSpecific = 'database-specific';
00182 $strDefault = 'Default';
00183 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
00184 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
00185 $strDelayedInserts = 'Use delayed inserts';
00186 $strDelete = 'Delete';
00187 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
00188 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
00189 $strDeleteFailed = 'Deleted Failed!';
00190 $strDeleteUserMessage = 'You have deleted the user %s.';
00191 $strDeleted = 'The row has been deleted';
00192 $strDeletedRows = 'Deleted rows:';
00193 $strDeleting = 'Deleting %s';
00194 $strDescending = 'Descending';
00195 $strDescription = 'Description';
00196 $strDictionary = 'dictionary';
00197 $strDisabled = 'Disabled';
00198 $strDisplay = 'Display';
00199 $strDisplayFeat = 'Display Features';
00200 $strDisplayOrder = 'Display order:';
00201 $strDisplayPDF = 'Display PDF schema';
00202 $strDoAQuery = 'Do a "query by example" (wildcard: "%")';
00203 $strDoYouReally = 'Do you really want to ';
00204 $strDocu = 'Documentation';
00205 $strDrop = 'Drop';
00206 $strDropDB = 'Drop database %s';
00207 $strDropSelectedDatabases = 'Drop Selected Databases';
00208 $strDropTable = 'Drop table';
00209 $strDropUsersDb = 'Drop the databases that have the same names as the users.';
00210 $strDumpComments = 'Include column comments as inline SQL-comments';
00211 $strDumpSaved = 'Dump has been saved to file %s.';
00212 $strDumpXRows = 'Dump %s row(s) starting at record # %s.';
00213 $strDumpingData = 'Dumping data for table';
00214 $strDynamic = 'dynamic';
00215 
00216 $strEdit = 'Edit';
00217 $strEditPDFPages = 'Edit PDF Pages';
00218 $strEditPrivileges = 'Edit Privileges';
00219 $strEffective = 'Effective';
00220 $strEmpty = 'Empty';
00221 $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
00222 $strEnabled = 'Enabled';
00223 $strEnd = 'End';
00224 $strEndCut = 'END CUT';
00225 $strEndRaw = 'END RAW';
00226 $strEnglish = 'English';
00227 $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
00228 $strError = 'Error';
00229 $strEstonian = 'Estonian';
00230 $strExcelEdition = 'Excel edition';
00231 $strExcelOptions = 'Excel options';
00232 $strExecuteBookmarked = 'Execute bookmarked query';
00233 $strExplain = 'Explain SQL';
00234 $strExport = 'Export';
00235 $strExportToXML = 'Export to XML format';
00236 $strExtendedInserts = 'Extended inserts';
00237 $strExtra = 'Extra';
00238 
00239 $strFailedAttempts = 'Failed attempts';
00240 $strField = 'Field';
00241 $strFieldHasBeenDropped = 'Field %s has been dropped';
00242 $strFields = 'Fields';
00243 $strFieldsEmpty = ' The field count is empty! ';
00244 $strFieldsEnclosedBy = 'Fields enclosed by';
00245 $strFieldsEscapedBy = 'Fields escaped by';
00246 $strFieldsTerminatedBy = 'Fields terminated by';
00247 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
00248 $strFileCouldNotBeRead = 'File could not be read';
00249 $strFileNameTemplate = 'File name template';
00250 $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.';
00251 $strFileNameTemplateRemember = 'remember template';
00252 $strFixed = 'fixed';
00253 $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.';
00254 $strFlushTable = 'Flush the table ("FLUSH")';
00255 $strFormEmpty = 'Missing value in the form !';
00256 $strFormat = 'Format';
00257 $strFullText = 'Full Texts';
00258 $strFunction = 'Function';
00259 
00260 $strGenBy = 'Generated by';
00261 $strGenTime = 'Generation Time';
00262 $strGeneralRelationFeat = 'General relation features';
00263 $strGeorgian = 'Georgian';
00264 $strGerman = 'German';
00265 $strGlobal = 'global';
00266 $strGlobalPrivileges = 'Global privileges';
00267 $strGlobalValue = 'Global value';
00268 $strGo = 'Go';
00269 $strGrantOption = 'Grant';
00270 $strGrants = 'Grants';
00271 $strGreek = 'Greek';
00272 $strGzip = '"gzipped"';
00273 
00274 $strHasBeenAltered = 'has been altered.';
00275 $strHasBeenCreated = 'has been created.';
00276 $strHaveToShow = 'You have to choose at least one Column to display';
00277 $strHebrew = 'Hebrew';
00278 $strHome = 'Home';
00279 $strHomepageOfficial = 'Official phpMyAdmin Homepage';
00280 $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page';
00281 $strHost = 'Host';
00282 $strHostEmpty = 'The host name is empty!';
00283 $strHungarian = 'Hungarian';
00284 
00285 $strId = 'ID';
00286 $strIdxFulltext = 'Fulltext';
00287 $strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.';
00288 $strIgnore = 'Ignore';
00289 $strIgnoringFile = 'Ignoring file %s';
00290 $strImportDocSQL = 'Import docSQL Files';
00291 $strImportFiles = 'Import files';
00292 $strImportFinished = 'Import finished';
00293 $strInUse = 'in use';
00294 $strIndex = 'Index';
00295 $strIndexHasBeenDropped = 'Index %s has been dropped';
00296 $strIndexName = 'Index name&nbsp;:';
00297 $strIndexType = 'Index type&nbsp;:';
00298 $strIndexes = 'Indexes';
00299 $strInnodbStat = 'InnoDB Status';
00300 $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.';
00301 $strInsert = 'Insert';
00302 $strInsertAsNewRow = 'Insert as a new row';
00303 $strInsertNewRow = 'Insert new row';
00304 $strInsertTextfiles = 'Insert data from a textfile into table';
00305 $strInsertedRowId = 'Inserted row id:';
00306 $strInsertedRows = 'Inserted rows:';
00307 $strInstructions = 'Instructions';
00308 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
00309 $strInternalRelations = 'Internal relations';
00310 $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.';
00311 
00312 $strJapanese = 'Japanese';
00313 $strJumpToDB = 'Jump to database &quot;%s&quot;.';
00314 $strJustDelete = 'Just delete the users from the privilege tables.';
00315 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
00316 
00317 $strKeepPass = 'Do not change the password';
00318 $strKeyname = 'Keyname';
00319 $strKill = 'Kill';
00320 $strKorean = 'Korean';
00321 
00322 $strLaTeX = 'LaTeX';
00323 $strLaTeXOptions = 'LaTeX options';
00324 $strLandscape = 'Landscape';
00325 $strLatexCaption = 'Table caption';
00326 $strLatexContent = 'Content of table __TABLE__';
00327 $strLatexContinued = '(continued)';
00328 $strLatexContinuedCaption = 'Continued table caption';
00329 $strLatexIncludeCaption = 'Include table caption';
00330 $strLatexLabel = 'Label key';
00331 $strLatexStructure = 'Structure of table __TABLE__';
00332 $strLength = 'Length';
00333 $strLengthSet = 'Length/Values*';
00334 $strLimitNumRows = 'Number of rows per page';
00335 $strLineFeed = 'Linefeed: \\n';
00336 $strLines = 'Lines';
00337 $strLinesTerminatedBy = 'Lines terminated by';
00338 $strLinkNotFound = 'Link not found';
00339 $strLinksTo = 'Links to';
00340 $strLithuanian = 'Lithuanian';
00341 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.';
00342 $strLoadMethod = 'LOAD method';
00343 $strLocalhost = 'Local';
00344 $strLocationTextfile = 'Location of the textfile';
00345 $strLogPassword = 'Password:';
00346 $strLogServer = 'Server';
00347 $strLogUsername = 'Username:';
00348 $strLogin = 'Login';
00349 $strLoginInformation = 'Login Information';
00350 $strLogout = 'Log out';
00351 
00352 $strMIME_MIMEtype = 'MIME-type';
00353 $strMIME_available_mime = 'Available MIME-types';
00354 $strMIME_available_transform = 'Available transformations';
00355 $strMIME_description = 'Description';
00356 $strMIME_file = 'Filename';
00357 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
00358 $strMIME_transformation = 'Browser transformation';
00359 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
00360 $strMIME_transformation_options = 'Transformation options';
00361 $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\').';
00362 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
00363 $strMissingBracket = 'Missing Bracket';
00364 $strModifications = 'Modifications have been saved';
00365 $strModify = 'Modify';
00366 $strModifyIndexTopic = 'Modify an index';
00367 $strMoreStatusVars = 'More status variables';
00368 $strMoveTable = 'Move table to (database<b>.</b>table):';
00369 $strMoveTableOK = 'Table %s has been moved to %s.';
00370 $strMoveTableSameNames = 'Can\'t move table to same one!';
00371 $strMultilingual = 'multilingual';
00372 $strMustSelectFile = 'You should select file which you want to insert.';
00373 $strMySQLCharset = 'MySQL charset';
00374 $strMySQLReloaded = 'MySQL reloaded.';
00375 $strMySQLSaid = 'MySQL said: ';
00376 $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
00377 $strMySQLShowProcess = 'Show processes';
00378 $strMySQLShowStatus = 'Show MySQL runtime information';
00379 $strMySQLShowVars = 'Show MySQL system variables';
00380 
00381 $strName = 'Name';
00382 $strNext = 'Next';
00383 $strNo = 'No';
00384 $strNoDatabases = 'No databases';
00385 $strNoDatabasesSelected = 'No databases selected.';
00386 $strNoDescription = 'no Description';
00387 $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
00388 $strNoExplain = 'Skip Explain SQL';
00389 $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
00390 $strNoIndex = 'No index defined!';
00391 $strNoIndexPartsDefined = 'No index parts defined!';
00392 $strNoModification = 'No change';
00393 $strNoOptions = 'This format has no options';
00394 $strNoPassword = 'No Password';
00395 $strNoPermission = 'The web server does not have permission to save the file %s.';
00396 $strNoPhp = 'Without PHP Code';
00397 $strNoPrivileges = 'No Privileges';
00398 $strNoQuery = 'No SQL query!';
00399 $strNoRights = 'You don\'t have enough rights to be here right now!';
00400 $strNoSpace = 'Insufficient space to save the file %s.';
00401 $strNoTablesFound = 'No tables found in database.';
00402 $strNoUsersFound = 'No user(s) found.';
00403 $strNoUsersSelected = 'No users selected.';
00404 $strNoValidateSQL = 'Skip Validate SQL';
00405 $strNone = 'None';
00406 $strNotNumber = 'This is not a number!';
00407 $strNotOK = 'not OK';
00408 $strNotSet = '<b>%s</b> table not found or not set in %s';
00409 $strNotValidNumber = ' is not a valid row number!';
00410 $strNull = 'Null';
00411 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
00412 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
00413 $strNumTables = 'Tables';
00414 
00415 $strOK = 'OK';
00416 $strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.';
00417 $strOperations = 'Operations';
00418 $strOptimizeTable = 'Optimize table';
00419 $strOptionalControls = 'Optional. Controls how to write or read special characters.';
00420 $strOptionally = 'OPTIONALLY';
00421 $strOptions = 'Options';
00422 $strOr = 'Or';
00423 $strOverhead = 'Overhead';
00424 $strOverwriteExisting = 'Overwrite existing file(s)';
00425 
00426 $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.';
00427 $strPHPVersion = 'PHP Version';
00428 $strPageNumber = 'Page number:';
00429 $strPaperSize = 'Paper size';
00430 $strPartialText = 'Partial Texts';
00431 $strPassword = 'Password';
00432 $strPasswordChanged = 'The Password for %s was changed successfully.';
00433 $strPasswordEmpty = 'The password is empty!';
00434 $strPasswordNotSame = 'The passwords aren\'t the same!';
00435 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s';
00436 $strPdfInvalidPageNum = 'Undefined PDF page number!';
00437 $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
00438 $strPdfNoTables = 'No tables';
00439 $strPerHour = 'per hour';
00440 $strPerMinute = 'per minute';
00441 $strPerSecond = 'per second';
00442 $strPhoneBook = 'phone book';
00443 $strPhp = 'Create PHP Code';
00444 $strPmaDocumentation = 'phpMyAdmin documentation';
00445 $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
00446 $strPortrait = 'Portrait';
00447 $strPos1 = 'Begin';
00448 $strPrevious = 'Previous';
00449 $strPrimary = 'Primary';
00450 $strPrimaryKey = 'Primary key';
00451 $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
00452 $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
00453 $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
00454 $strPrint = 'Print';
00455 $strPrintView = 'Print view';
00456 $strPrintViewFull = 'Print view (with full texts)';
00457 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
00458 $strPrivDescAlter = 'Allows altering the structure of existing tables.';
00459 $strPrivDescCreateDb = 'Allows creating new databases and tables.';
00460 $strPrivDescCreateTbl = 'Allows creating new tables.';
00461 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.';
00462 $strPrivDescDelete = 'Allows deleting data.';
00463 $strPrivDescDropDb = 'Allows dropping databases and tables.';
00464 $strPrivDescDropTbl = 'Allows dropping tables.';
00465 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.';
00466 $strPrivDescFile = 'Allows importing data from and exporting data into files.';
00467 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
00468 $strPrivDescIndex = 'Allows creating and dropping indexes.';
00469 $strPrivDescInsert = 'Allows inserting and replacing data.';
00470 $strPrivDescLockTables = 'Allows locking tables for the current thread.';
00471 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
00472 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
00473 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
00474 $strPrivDescProcess3 = 'Allows killing processes of other users.';
00475 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
00476 $strPrivDescReferences = 'Has no effect in this MySQL version.';
00477 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
00478 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
00479 $strPrivDescReplSlave = 'Needed for the replication slaves.';
00480 $strPrivDescSelect = 'Allows reading data.';
00481 $strPrivDescShowDb = 'Gives access to the complete list of databases.';
00482 $strPrivDescShutdown = 'Allows shutting down the server.';
00483 $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.';
00484 $strPrivDescUpdate = 'Allows changing data.';
00485 $strPrivDescUsage = 'No privileges.';
00486 $strPrivileges = 'Privileges';
00487 $strPrivilegesReloaded = 'The privileges were reloaded successfully.';
00488 $strProcesslist = 'Process list';
00489 $strProperties = 'Properties';
00490 $strPutColNames = 'Put fields names at first row';
00491 
00492 $strQBE = 'Query';
00493 $strQBEDel = 'Del';
00494 $strQBEIns = 'Ins';
00495 $strQueryFrame = 'Query window';
00496 $strQueryFrameDebug = 'Debugging information';
00497 $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.';
00498 $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
00499 $strQuerySQLHistory = 'SQL-history';
00500 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
00501 $strQueryTime = 'Query took %01.4f sec';
00502 $strQueryType = 'Query type';
00503 $strQueryWindowLock = 'Do not overwrite this query from outside the window';
00504 
00505 $strReType = 'Re-type';
00506 $strReceived = 'Received';
00507 $strRecords = 'Records';
00508 $strReferentialIntegrity = 'Check referential integrity:';
00509 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.';
00510 $strRelationView = 'Relation view';
00511 $strRelationalSchema = 'Relational schema';
00512 $strRelations = 'Relations';
00513 $strReloadFailed = 'MySQL reload failed.';
00514 $strReloadMySQL = 'Reload MySQL';
00515 $strReloadingThePrivileges = 'Reloading the privileges';
00516 $strRememberReload = 'Remember to reload the server.';
00517 $strRemoveSelectedUsers = 'Remove selected users';
00518 $strRenameTable = 'Rename table to';
00519 $strRenameTableOK = 'Table %s has been renamed to %s';
00520 $strRepairTable = 'Repair table';
00521 $strReplace = 'Replace';
00522 $strReplaceNULLBy = 'Replace NULL by';
00523 $strReplaceTable = 'Replace table data with file';
00524 $strReset = 'Reset';
00525 $strResourceLimits = 'Resource limits';
00526 $strRevoke = 'Revoke';
00527 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
00528 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
00529 $strRevokeGrant = 'Revoke Grant';
00530 $strRevokeGrantMessage = 'You have revoked the Grant privilege for %s';
00531 $strRevokeMessage = 'You have revoked the privileges for %s';
00532 $strRevokePriv = 'Revoke Privileges';
00533 $strRowLength = 'Row length';
00534 $strRowSize = ' Row size ';
00535 $strRows = 'Rows';
00536 $strRowsFrom = 'row(s) starting from record #';
00537 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
00538 $strRowsModeHorizontal = 'horizontal';
00539 $strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
00540 $strRowsModeVertical = 'vertical';
00541 $strRowsStatistic = 'Row Statistic';
00542 $strRunQuery = 'Submit Query';
00543 $strRunSQLQuery = 'Run SQL query/queries on database %s';
00544 $strRunning = 'running on %s';
00545 $strRussian = 'Russian';
00546 
00547 $strSQL = 'SQL';
00548 $strSQLExportType = 'Export type';
00549 $strSQLOptions = 'SQL options';
00550 $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:';
00551 $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';
00552 $strSQLQuery = 'SQL-query';
00553 $strSQLResult = 'SQL result';
00554 $strSQPBugInvalidIdentifer = 'Invalid Identifer';
00555 $strSQPBugUnclosedQuote = 'Unclosed quote';
00556 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
00557 $strSave = 'Save';
00558 $strSaveOnServer = 'Save on server in %s directory';
00559 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
00560 $strSearch = 'Search';
00561 $strSearchFormTitle = 'Search in database';
00562 $strSearchInTables = 'Inside table(s):';
00563 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
00564 $strSearchOption1 = 'at least one of the words';
00565 $strSearchOption2 = 'all words';
00566 $strSearchOption3 = 'the exact phrase';
00567 $strSearchOption4 = 'as regular expression';
00568 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
00569 $strSearchType = 'Find:';
00570 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
00571 $strSelect = 'Select';
00572 $strSelectADb = 'Please select a database';
00573 $strSelectAll = 'Select All';
00574 $strSelectFields = 'Select fields (at least one):';
00575 $strSelectNumRows = 'in query';
00576 $strSelectTables = 'Select Tables';
00577 $strSend = 'Save as file';
00578 $strSent = 'Sent';
00579 $strServer = 'Server %s';
00580 $strServerChoice = 'Server Choice';
00581 $strServerStatus = 'Runtime Information';
00582 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
00583 $strServerTabProcesslist = 'Processes';
00584 $strServerTabVariables = 'Variables';
00585 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
00586 $strServerVars = 'Server variables and settings';
00587 $strServerVersion = 'Server version';
00588 $strSessionValue = 'Session value';
00589 $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\').';
00590 $strShow = 'Show';
00591 $strShowAll = 'Show all';
00592 $strShowColor = 'Show color';
00593 $strShowCols = 'Show columns';
00594 $strShowDatadictAs = 'Data Dictionary Format';
00595 $strShowFullQueries = 'Show Full Queries';
00596 $strShowGrid = 'Show grid';
00597 $strShowPHPInfo = 'Show PHP information';
00598 $strShowTableDimension = 'Show dimension of tables';
00599 $strShowTables = 'Show tables';
00600 $strShowThisQuery = ' Show this query here again ';
00601 $strShowingRecords = 'Showing rows';
00602 $strSimplifiedChinese = 'Simplified Chinese';
00603 $strSingly = '(singly)';
00604 $strSize = 'Size';
00605 $strSort = 'Sort';
00606 $strSortByKey = 'Sort by key';
00607 $strSpaceUsage = 'Space usage';
00608 $strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
00609 $strStatCheckTime = 'Last check';
00610 $strStatCreateTime = 'Creation';
00611 $strStatUpdateTime = 'Last update';
00612 $strStatement = 'Statements';
00613 $strStatus = 'Status';
00614 $strStrucCSV = 'CSV data';
00615 $strStrucData = 'Structure and data';
00616 $strStrucDrop = 'Add \'drop table\'';
00617 $strStrucExcelCSV = 'CSV for Ms Excel data';
00618 $strStrucOnly = 'Structure only';
00619 $strStructPropose = 'Propose table structure';
00620 $strStructure = 'Structure';
00621 $strSubmit = 'Submit';
00622 $strSuccess = 'Your SQL-query has been executed successfully';
00623 $strSum = 'Sum';
00624 $strSwedish = 'Swedish';
00625 $strSwitchToTable = 'Switch to copied table';
00626 
00627 $strTable = 'Table';
00628 $strTableComments = 'Table comments';
00629 $strTableEmpty = 'The table name is empty!';
00630 $strTableHasBeenDropped = 'Table %s has been dropped';
00631 $strTableHasBeenEmptied = 'Table %s has been emptied';
00632 $strTableHasBeenFlushed = 'Table %s has been flushed';
00633 $strTableMaintenance = 'Table maintenance';
00634 $strTableOfContents = 'Table of contents';
00635 $strTableOptions = 'Table options';
00636 $strTableStructure = 'Table structure for table';
00637 $strTableType = 'Table type';
00638 $strTables = '%s table(s)';
00639 $strTblPrivileges = 'Table-specific privileges';
00640 $strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
00641 $strThai = 'Thai';
00642 $strTheContent = 'The content of your file has been inserted.';
00643 $strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.';
00644 $strTheTerminator = 'The terminator of the fields.';
00645 $strThisHost = 'This Host';
00646 $strThisNotDirectory = 'This was not a directory';
00647 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
00648 $strTime = 'Time';
00649 $strToggleScratchboard = 'Toggle scratchboard';
00650 $strTotal = 'total';
00651 $strTotalUC = 'Total';
00652 $strTraditionalChinese = 'Traditional Chinese';
00653 $strTraffic = 'Traffic';
00654 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
00655 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
00656 $strTransformation_image_png__inline = 'See image/jpeg: inline';
00657 $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().';
00658 $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)';
00659 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
00660 $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.';
00661 $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.';
00662 $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: ...) .';
00663 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';
00664 $strTruncateQueries = 'Truncate Shown Queries';
00665 $strTurkish = 'Turkish';
00666 $strType = 'Type';
00667 
00668 $strUkrainian = 'Ukrainian';
00669 $strUncheckAll = 'Uncheck All';
00670 $strUnicode = 'Unicode';
00671 $strUnique = 'Unique';
00672 $strUnknown = 'unknown';
00673 $strUnselectAll = 'Unselect All';
00674 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
00675 $strUpdatePrivMessage = 'You have updated the privileges for %s.';
00676 $strUpdateProfile = 'Update profile:';
00677 $strUpdateProfileMessage = 'The profile has been updated.';
00678 $strUpdateQuery = 'Update Query';
00679 $strUpgrade = 'You should upgrade to %s %s or later.';
00680 $strUsage = 'Usage';
00681 $strUseBackquotes = 'Enclose table and field names with backquotes';
00682 $strUseHostTable = 'Use Host Table';
00683 $strUseTables = 'Use Tables';
00684 $strUseTextField = 'Use text field';
00685 $strUseThisValue = 'Use this value';
00686 $strUser = 'User';
00687 $strUserAlreadyExists = 'The user %s already exists!';
00688 $strUserEmpty = 'The user name is empty!';
00689 $strUserName = 'User name';
00690 $strUserNotFound = 'The selected user was not found in the privilege table.';
00691 $strUserOverview = 'User overview';
00692 $strUsers = 'Users';
00693 $strUsersDeleted = 'The selected users have been deleted successfully.';
00694 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
00695 
00696 $strValidateSQL = 'Validate SQL';
00697 $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
00698 $strValue = 'Value';
00699 $strVar = 'Variable';
00700 $strViewDump = 'View dump (schema) of table';
00701 $strViewDumpDB = 'View dump (schema) of database';
00702 $strViewDumpDatabases = 'View dump (schema) of databases';
00703 
00704 $strWebServerUploadDirectory = 'web-server upload directory';
00705 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
00706 $strWelcome = 'Welcome to %s';
00707 $strWestEuropean = 'West European';
00708 $strWildcard = 'wildcard';
00709 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';
00710 $strWithChecked = 'With selected:';
00711 $strWritingCommentNotPossible = 'Writing of comment not possible';
00712 $strWritingRelationNotPossible = 'Writing of relation not possible';
00713 $strWrongUser = 'Wrong username/password. Access denied.';
00714 
00715 $strXML = 'XML';
00716 
00717 $strYes = 'Yes';
00718 
00719 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
00720 $strZip = '"zipped"';
00721 
00722 $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
00723 $strMaximumSize = 'Max: %s%s';
00724 ?>


Généré par Les experts TYPO3 avec  doxygen 1.4.6